diff options
author | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2014-03-19 15:31:19 +0200 |
---|---|---|
committer | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2014-11-14 14:47:20 +0200 |
commit | 1e5695fa35ae6d6a23128332c46b6cede22a510b (patch) | |
tree | a2b57b513efb89a595334b07df67df8ce237eaff /packaging | |
parent | a72a5851333042646b6f1710c1681a78ce9447e3 (diff) | |
download | git-buildpackage-1e5695fa35ae6d6a23128332c46b6cede22a510b.tar.gz git-buildpackage-1e5695fa35ae6d6a23128332c46b6cede22a510b.tar.bz2 git-buildpackage-1e5695fa35ae6d6a23128332c46b6cede22a510b.zip |
Tizen release 0.6.12-20140521
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/git-buildpackage.changes | 41 | ||||
-rw-r--r-- | packaging/git-buildpackage.spec | 4 |
2 files changed, 43 insertions, 2 deletions
diff --git a/packaging/git-buildpackage.changes b/packaging/git-buildpackage.changes index d026530b..448846de 100644 --- a/packaging/git-buildpackage.changes +++ b/packaging/git-buildpackage.changes @@ -1,3 +1,44 @@ +* Wed May 21 2014 Markus Lehtonen <markus.lehtonen@linux.intel.com> tizen/0.6.12-20140521 +- Rebase on top of upstream version 0.6.12 +- Changes in rpm-ch + * add --message cmdline option + For giving the text for new changelog entry/entries, skipping git commit + messages entirely. + * implement '--all' option + If defined, git-rpm-ch uses all commits in the Git history. Also, + '--since' option is omitted. + * implement --color-scheme option + * use name (string) as the entry author + * internal refactoring + * fix crash in guessing the start commit +- Changes in pq-rpm + * implement --retain-history option + With this option defined gbp tries to preserve the history when + converting. That is, for each commit in the old branch create one + corresponding commit in the new orphan packaging branch. This works by + dumping packaging files and updating patches for each commit. However, + empty commits are not generated - these are caused e.g. by changes in + files that are ignored by patch-generation. + NOTE! Only valid for the 'convert' action. + * convert: don't try to commit empty set of patches + * make sure we always get a sane author + * slight unification of log messages + * decrease (default) verbosity a bit + * don't create pq branch when switching +- Changes in buildpackage-rpm + * buildpackage-rpm: fix desktop notifications + * buildpackage-rpm: remove --purge option + * guess/parse spec as early as possible +- Documentation + * Include man pages in RPM packages + * Add -doc subpackage to RPM packaging + * Build deb and rpm html docs in one docbook + * A multitude of small cosmetic fixes +- Other misc. internal changes + * GitRepository: implement create_tree() method + * rpm: suppress some verbosity when updating patches in spec file + * [ Li Jinjing ] Fix missing return value in get_current_branch method + * Thu Mar 06 2014 Markus Lehtonen <markus.lehtonen@linux.intel.com> tizen/0.6.8-20140306 - Rebase on top of upstream version 0.6.8 - Introduce git-rpm-ch tool. diff --git a/packaging/git-buildpackage.spec b/packaging/git-buildpackage.spec index 759e6766..98068e78 100644 --- a/packaging/git-buildpackage.spec +++ b/packaging/git-buildpackage.spec @@ -3,7 +3,7 @@ Name: git-buildpackage Summary: Build packages from git -Version: 0.6.8 +Version: 0.6.12 Release: 0 Group: Development/Tools/Building License: GPLv2 @@ -110,7 +110,7 @@ Recommends: rpm-build %else Requires: rpm-build %endif -Provides: tizen-gbp-rpm = 20140306 +Provides: tizen-gbp-rpm = 20140521 %description rpm Set of tools from Debian that integrate the package build system with Git. |