summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>2013-09-02 14:46:30 +0300
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>2014-06-05 14:20:07 +0300
commit044242ca50080afade5d067116a6d5ccf6bdcfa1 (patch)
tree11ddf4188f05ab285d19c46fec4b73166b95880f
parent04e6f7864e4a9a594238b1f6b16051869a103c6e (diff)
downloadgit-buildpackage-044242ca50080afade5d067116a6d5ccf6bdcfa1.tar.gz
git-buildpackage-044242ca50080afade5d067116a6d5ccf6bdcfa1.tar.bz2
git-buildpackage-044242ca50080afade5d067116a6d5ccf6bdcfa1.zip
packaging: Update changelogs
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
-rw-r--r--debian/changelog37
-rw-r--r--packaging/git-buildpackage.changes31
-rw-r--r--packaging/git-buildpackage.spec2
3 files changed, 69 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 0255e576..2eba00b3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
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 <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
diff --git a/packaging/git-buildpackage.spec b/packaging/git-buildpackage.spec
index 374a6124..5883fcac 100644
--- a/packaging/git-buildpackage.spec
+++ b/packaging/git-buildpackage.spec
@@ -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.