packaging: Release, update changelogs
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Thu, 25 Oct 2012 06:35:46 +0000 (09:35 +0300)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Thu, 5 Jun 2014 11:20:07 +0000 (14:20 +0300)
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 <markus.lehtonen@linux.intel.com>
debian/changelog
packaging/git-buildpackage.changes [new file with mode: 0644]
packaging/git-buildpackage.spec

index 93d533c..0255e57 100644 (file)
@@ -436,6 +436,27 @@ git-buildpackage (0.6.0) unstable; urgency=low
 
  -- 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 ]
diff --git a/packaging/git-buildpackage.changes b/packaging/git-buildpackage.changes
new file mode 100644 (file)
index 0000000..bb201bf
--- /dev/null
@@ -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
index 1b0fab7..374a612 100644 (file)
@@ -100,6 +100,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.