-- Guido Günther <agx@sigxcpu.org> 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 <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 ]
--- /dev/null
+* 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
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.