diff options
-rw-r--r-- | debian/changelog | 23 | ||||
-rw-r--r-- | packaging/git-buildpackage.changes | 14 | ||||
-rw-r--r-- | packaging/git-buildpackage.spec | 2 |
3 files changed, 37 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index a285dd10..81bbf55b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,25 @@ -git-buildpackage (0.6.0git20130530-tizen20130719) unstable; urgency=low +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 <markus.lehtonen@linux.intel.com> Thu, 22 Aug 2013 09:47:51 +0300 + +git-buildpackage (0.6.0~git20130530) unstable; urgency=low [ Guido Günther ] * [f4acd7a] GitRepository: Use LC_ALL=C when checking features. 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 <markus.lehtonen@linux.intel.com> 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 ee608b25..c1766422 100644 --- a/packaging/git-buildpackage.spec +++ b/packaging/git-buildpackage.spec @@ -97,7 +97,7 @@ Group: Development/Tools/Building Requires: %{name}-common = %{version}-%{release} Requires: rpm Requires: %{rpm_python_pkg_name} -Provides: tizen-gbp-rpm = 20130719 +Provides: tizen-gbp-rpm = 20130822 %description rpm Set of tools from Debian that integrate the package build system with Git. |