diff options
author | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2013-10-16 11:07:10 +0300 |
---|---|---|
committer | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2014-11-14 14:47:19 +0200 |
commit | 6d6fccd014dc923ae1b08157fc29a045a2d98773 (patch) | |
tree | e71b31903edaafb3e1eec6c67a110ff391c3d27d /packaging | |
parent | f1eea0348ef1c05785e7367488fb354760398f42 (diff) | |
download | git-buildpackage-6d6fccd014dc923ae1b08157fc29a045a2d98773.tar.gz git-buildpackage-6d6fccd014dc923ae1b08157fc29a045a2d98773.tar.bz2 git-buildpackage-6d6fccd014dc923ae1b08157fc29a045a2d98773.zip |
packaging: Release, update changelogs
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/git-buildpackage.changes | 31 | ||||
-rw-r--r-- | packaging/git-buildpackage.spec | 2 |
2 files changed, 31 insertions, 2 deletions
diff --git a/packaging/git-buildpackage.changes b/packaging/git-buildpackage.changes index 35af7834..da3ffc20 100644 --- a/packaging/git-buildpackage.changes +++ b/packaging/git-buildpackage.changes @@ -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 diff --git a/packaging/git-buildpackage.spec b/packaging/git-buildpackage.spec index e58e3187..0262592d 100644 --- a/packaging/git-buildpackage.spec +++ b/packaging/git-buildpackage.spec @@ -110,7 +110,7 @@ Recommends: rpm-build %else Requires: rpm-build %endif -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. |