packaging: Update changelogs
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Mon, 2 Sep 2013 11:46:30 +0000 (14:46 +0300)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Thu, 5 Jun 2014 11:20:07 +0000 (14:20 +0300)
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
debian/changelog
packaging/git-buildpackage.changes
packaging/git-buildpackage.spec

index 0255e57..2eba00b 100644 (file)
@@ -300,6 +300,43 @@ git-buildpackage (0.6.4) unstable; urgency=low
 
  -- Guido Günther <agx@sigxcpu.org>  Sun, 06 Oct 2013 17:35:14 +0200
 
+git-buildpackage (0.6.3-tizen20130902) UNRELEASED; urgency=low
+
+  [ Lingchaox Xin ]
+  * Fix `fatal: fetch --all does not take a repository argument`
+
+  [ Markus Lehtonen ]
+  * UpstreamSource.guess_version: don't check for directories
+  * UpstreamSource: move version guessing logic to PkgPolicy
+  * rpm: UpstreamSource: move version guessing logic to PkgPolicy
+  * UpstreamSource: store the absolute path
+  * UpstreamSource: check that the sources exist
+  * UpstreamSource: implement prefix guessing
+  * rpm: UpstreamSource: implement prefix guessing
+  * UpstreamSource.pack: reuse unpacked dir if no filter is used
+  * UpstreamSource.unpack: return UpstreamSource instance
+  * import orig: import readline in the common module
+  * rpm: import orig: import readline in the common module
+  * buildpackage: fix handling of empty tarball prefix
+  * import-orig: new function for filtering/re-packing sources
+  * import-orig: rework sourcecode preparation and filtering
+  * tests.testutils: add ls_zip() helper
+  * rpm tests: test --filter option of git-import-srpm
+  * ComponentTestBase: more verbose output in case of branch mismatch
+  * import-orig-rpm: don't crash on invalid gbp.conf
+  * import-orig-rpm: remove unneeded try-except
+  * config: restore mangled env in doctests
+  * ComponentTestBase: fix env restore in teardown
+  * ComponentTestBase: keep tmpdir if GBP_TESTS_NOCLEAN is in env
+  * tests: add tests for git-import-orig-rpm
+  * ComponentTestBase: use eq_() ok_() from nose.tools
+  * rpm tests: slight modificatin of import-srpm tests
+  * Version bump, rebase on top of 0.6.3
+      * docs: minor sgml syntax fix
+      * Disable cover-min-percentage setting of nose
+
+ -- Markus Lehtonen <markus.lehtonen@linux.intel.com>  Mon, 02 Sep 2013 14:44:00 +0300
+
 git-buildpackage (0.6.3) unstable; urgency=low
 
   * [60ffe95] --git-hooks doesn't take an argument
index bb201bf..35af783 100644 (file)
@@ -1,3 +1,34 @@
+* Tue Sep 03 2013 Markus Lehtonen <markus.lehtonen@linux.intel.com> 0.6.3
+- Version bump, rebase on top of 0.6.3
+  * Disable cover-min-percentage setting of nose
+  * docs: minor sgml syntax fix
+- rpm tests: slight modificatin of import-srpm tests
+- ComponentTestBase: use eq_() ok_() from nose.tools
+- tests: add tests for git-import-orig-rpm
+- ComponentTestBase: keep tmpdir if GBP_TESTS_NOCLEAN is in env
+- ComponentTestBase: fix env restore in teardown
+- config: restore mangled env in doctests
+- import-orig-rpm: remove unneeded try-except
+- import-orig-rpm: don't crash on invalid gbp.conf
+- ComponentTestBase: more verbose output in case of branch mismatch
+- rpm tests: test --filter option of git-import-srpm
+- tests.testutils: add ls_zip() helper
+- import-orig: rework sourcecode preparation and filtering
+- import-orig: new function for filtering/re-packing sources
+- buildpackage: fix handling of empty tarball prefix
+- rpm: import orig: import readline in the common module
+- import orig: import readline in the common module
+- UpstreamSource.unpack: return UpstreamSource instance
+- UpstreamSource.pack: reuse unpacked dir if no filter is used
+- rpm: UpstreamSource: implement prefix guessing
+- UpstreamSource: implement prefix guessing
+- UpstreamSource: check that the sources exist
+- UpstreamSource: store the absolute path
+- rpm: UpstreamSource: move version guessing logic to PkgPolicy
+- UpstreamSource: move version guessing logic to PkgPolicy
+- UpstreamSource.guess_version: don't check for directories
+- Fix `fatal: fetch --all does not take a repository argument`
+
 * Thu Aug 22 2013 Markus Lehtonen <markus.lehtonen@linux.intel.com> 0.6.0git20130530
 - rpm: Improve logging in case of rpmlib error
 - Add clean method to GitRepository class
index 374a612..5883fca 100644 (file)
@@ -100,7 +100,7 @@ Group:      Development/Tools/Building
 Requires:   %{name}-common = %{version}-%{release}
 Requires:   rpm
 Requires:   %{rpm_python_pkg_name}
-Provides:   tizen-gbp-rpm = 20130822
+Provides:   tizen-gbp-rpm = 20130902
 
 %description rpm
 Set of tools from Debian that integrate the package build system with Git.