From: Markus Lehtonen Date: Mon, 2 Sep 2013 11:46:30 +0000 (+0300) Subject: packaging: Update changelogs X-Git-Tag: tizen/0.6.22-20150206~77 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=11b6a70550efcb16e8e22095b0c4780d3679436d;p=tools%2Fgit-buildpackage.git packaging: Update changelogs Signed-off-by: Markus Lehtonen --- diff --git a/debian/changelog b/debian/changelog index 1dfff4f8..29fa6312 100644 --- a/debian/changelog +++ b/debian/changelog @@ -385,6 +385,43 @@ git-buildpackage (0.6.4) unstable; urgency=low -- Guido Günther 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 Mon, 02 Sep 2013 14:44:00 +0300 + git-buildpackage (0.6.3) unstable; urgency=low * [60ffe95] --git-hooks doesn't take an argument diff --git a/packaging/git-buildpackage.changes b/packaging/git-buildpackage.changes index bb201bfa..35af7834 100644 --- a/packaging/git-buildpackage.changes +++ b/packaging/git-buildpackage.changes @@ -1,3 +1,34 @@ +* Tue Sep 03 2013 Markus Lehtonen 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 0.6.0git20130530 - rpm: Improve logging in case of rpmlib error - Add clean method to GitRepository class diff --git a/packaging/git-buildpackage.spec b/packaging/git-buildpackage.spec index 56e1f517..e58e3187 100644 --- a/packaging/git-buildpackage.spec +++ b/packaging/git-buildpackage.spec @@ -110,7 +110,7 @@ Recommends: rpm-build %else Requires: rpm-build %endif -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.