From: Markus Lehtonen Date: Thu, 25 Oct 2012 06:35:46 +0000 (+0300) Subject: packaging: Release, update changelogs X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5c11f353df3e0af9fcb758e91483888e8a2ce01c;p=tools%2Fgit-buildpackage.git packaging: Release, update changelogs Add rpm changelog. Start providing proper changelogs for Tizen Tools releases. Also, make it easier to track Tizen releases: - RPM: Add a 'Provides:' tag to the git-buildpackage-rpm subpackage in order to be able to track Tizen releases. - DEB: Change the package to non-native, by adding a corresponding release number to the version field in changelog of Debian packaging. Signed-off-by: Markus Lehtonen --- diff --git a/debian/changelog b/debian/changelog index b705e1c7..120003c0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -296,6 +296,27 @@ git-buildpackage (0.6.0) unstable; urgency=low -- Guido Günther Wed, 26 Jun 2013 16:36:41 +0200 +git-buildpackage (0.6.0git20130530-tizen20130822) unstable; urgency=low + + [ Markus Lehtonen ] + * GitRepository/add_files: consistently update all tracked files + * rpm: enhance spec parsing error messages + * rpm: simplify SpecFile._parse_filtered_spec() + * rpm: implement a wrapper module for rpm lib + * rpm: print a warning if importing gbp-specific librpm fails + * rpm: Improve logging in case of rpmlib error + + [ Lingchaox Xin ] + * GitRepository: Add force option to push method + * GitRepository: Add all option to pull method + * GitRepository: Add refspec option to fetch method + * Fix pylint warnings, follow Markus' sugesstion + * Add tags option in git push command + * Add all_remotes option in git fetch command + * Add clean method to GitRepository class + + -- Markus Lehtonen Thu, 22 Aug 2013 09:47:51 +0300 + git-buildpackage (0.6.0~git20130530) unstable; urgency=low [ Guido Günther ] diff --git a/packaging/git-buildpackage.changes b/packaging/git-buildpackage.changes new file mode 100644 index 00000000..bb201bfa --- /dev/null +++ b/packaging/git-buildpackage.changes @@ -0,0 +1,14 @@ +* Thu Aug 22 2013 Markus Lehtonen 0.6.0git20130530 +- rpm: Improve logging in case of rpmlib error +- Add clean method to GitRepository class +- Add all_remotes option in git fetch command +- Add tags option in git push command +- rpm: print a warning if importing gbp-specific librpm fails +- rpm: implement a wrapper module for rpm lib +- rpm: simplify SpecFile._parse_filtered_spec() +- Fix pylint warnings, follow Markus' sugesstion +- rpm: enhance spec parsing error messages +- GitRepository/add_files: consistently update all tracked files +- GitRepository: Add refspec option to fetch method +- GitRepository: Add all option to pull method +- GitRepository: Add force option to push method diff --git a/packaging/git-buildpackage.spec b/packaging/git-buildpackage.spec index 1e0cc3b2..9a0c8819 100644 --- a/packaging/git-buildpackage.spec +++ b/packaging/git-buildpackage.spec @@ -97,6 +97,7 @@ Group: Development/Tools/Building Requires: %{name}-common = %{version}-%{release} Requires: rpm Requires: %{rpm_python_pkg_name} +Provides: tizen-gbp-rpm = 20130822 %description rpm Set of tools from Debian that integrate the package build system with Git.