packaging: Release, update changelogs
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Wed, 16 Oct 2013 08:07:10 +0000 (11:07 +0300)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Thu, 5 Jun 2014 11:20:07 +0000 (14:20 +0300)
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
debian/changelog
packaging/git-buildpackage.changes
packaging/git-buildpackage.spec

index 2eba00b3fad83da04e931853673d5263331c69d7..d385bf945b4aad87e53dee833d7e7dc57010cd1d 100644 (file)
@@ -300,7 +300,7 @@ 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
+git-buildpackage (0.6.3-tizen20131017) unstable; urgency=low
 
   [ Lingchaox Xin ]
   * Fix `fatal: fetch --all does not take a repository argument`
@@ -334,8 +334,40 @@ git-buildpackage (0.6.3-tizen20130902) UNRELEASED; urgency=low
   * Version bump, rebase on top of 0.6.3
       * docs: minor sgml syntax fix
       * Disable cover-min-percentage setting of nose
+  * debian packaging: change to 1.0 source package format
+  * git: new class and method for remote repositories
+  * GitRepository.has_remote_repo: use get_remotes method
+  * GitRepository: deprecate the get_remote_repos method
+  * pq-rpm: drop unused 'tries' option
+  * common/pq: support more flexible pq-branch naming
+  * GitRepository.list_tree: add 'paths' option
+  * rpm: change guess_spec() to return SpecFile object
+  * rpm: minor docstring fixes
+  * rpm.SpecFile: support parsing spec as raw text data
+  * rpm: support guessing spec file from git treeish
+  * pq: don't overwrite patches in the same series
+  * pq-rpm: don't overwrite patches in the same series
+  * tests: use sanitize some submodule tests
+  * tests: use eq_ and ok_ from nose tools in submodule tests
+  * tests: add some docstrings to git submodule tests
+  * tests: upper case global variables in submodule tests
+  * tests: remove unused import in submodule tests
+  * buildpackage: refactor prefix handling
+  * common/pq: fix length of patch filenames
+  * pq: fix generation of series file
+  * pq.write_patch_file: drop unused argument
+  * pq: pass commit_info to format_patch()
+  * SpecFile.set_tag: change the default place for new tags
+  * buildpackage: support 'commit' variable for VCS tags
 
- -- Markus Lehtonen <markus.lehtonen@linux.intel.com>  Mon, 02 Sep 2013 14:44:00 +0300
+  [ Zhang Qiang ]
+  * remove 'repo' param to adapt to changes of write_patch_file
+
+  [ Guan Junchun ]
+  * Fix gbs clone failure if repo url is like host:repo.git
+  * Clone a repository to a specific directory
+
+ -- Markus Lehtonen <markus.lehtonen@linux.intel.com>  Thu, 17 Oct 2013 13:45:10 +0300
 
 git-buildpackage (0.6.3) unstable; urgency=low
 
index 35af78341dfd36c9c314d42578b20528dd614c96..da3ffc20fa41e6dcc84f7e368898b053270399e6 100644 (file)
@@ -1,4 +1,33 @@
-* Tue Sep 03 2013 Markus Lehtonen <markus.lehtonen@linux.intel.com> 0.6.3
+* Thu Oct 17 2013 Markus Lehtonen <markus.lehtonen@linux.intel.com> 0.6.3
+- buildpackage: support 'commit' variable for VCS tags
+- Clone a repository to a specific directory
+- Fix gbs clone failure if repo url is like host:repo.git
+- SpecFile.set_tag: change the default place for new tags
+- remove 'repo' param to adapt to changes of write_patch_file
+- pq: pass commit_info to format_patch()
+- pq: pass commit_info to format_patch()
+- pq.write_patch_file: drop unused argument
+- pq: fix generation of series file
+- common/pq: fix length of patch filenames
+- buildpackage: refactor prefix handling
+- tests: remove unused import in submodule tests
+- tests: upper case global variables in submodule tests
+- tests: add some docstrings to git submodule tests
+- tests: use eq_ and ok_ from nose tools in submodule tests
+- tests: use sanitize some submodule tests
+- pq-rpm: don't overwrite patches in the same series
+- pq: don't overwrite patches in the same series
+- rpm: support guessing spec file from git treeish
+- rpm.SpecFile: support parsing spec as raw text data
+- rpm: minor docstring fixes
+- rpm: change guess_spec() to return SpecFile object
+- GitRepository.list_tree: add 'paths' option
+- common/pq: support more flexible pq-branch naming
+- pq-rpm: drop unused 'tries' option
+- GitRepository: deprecate the get_remote_repos method
+- GitRepository.has_remote_repo: use get_remotes method
+- git: new class and method for remote repositories
+- debian packaging: change to 1.0 source package format
 - Version bump, rebase on top of 0.6.3
   * Disable cover-min-percentage setting of nose
   * docs: minor sgml syntax fix
index 5883fcac0410a69d3130cdf213dcd88be9d13634..242737ea6d0909f759efbdff373c4e1c2dc051e5 100644 (file)
@@ -100,7 +100,7 @@ Group:      Development/Tools/Building
 Requires:   %{name}-common = %{version}-%{release}
 Requires:   rpm
 Requires:   %{rpm_python_pkg_name}
-Provides:   tizen-gbp-rpm = 20130902
+Provides:   tizen-gbp-rpm = 20131017
 
 %description rpm
 Set of tools from Debian that integrate the package build system with Git.