Document and release version 0.22.1 refss/for/release-0.22
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Fri, 30 May 2014 11:23:30 +0000 (14:23 +0300)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Mon, 2 Jun 2014 09:16:03 +0000 (12:16 +0300)
Change-Id: I6aeed049be82376602276af222787fe6530020d0
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
debian/changelog
packaging/gbs.changes
packaging/gbs.spec

index 5199f8926fe0096937662cba4adf1e970ac6c6f3..2cad384e96b9b621226dfaee9b132e86e31fa26a 100644 (file)
@@ -1,3 +1,15 @@
+gbs (0.22.1) unstable; urgency=low
+
+  * export: disable desktop notifications (Closes: DEVT-178)
+  * export: change VCS tag in spec to sha1 of commitish.
+    Do not resolve to the sha1 of the commit object anymore. That is, the
+    VCS tag will contain the sha1 of the tag object if an (annotated) tag is
+    exported (previously, it would contain the sha1 of the commit the tag,
+    or the chain of tags, pointed to) (previously, it would contain the sha1
+    of the commit the tag, or the chain of tags, pointed to).
+
+ -- Markus Lehtonen <markus.lehtonen@linux.intel.com>  Mon, 02 Jun 2014 12:13:21 +0300
+
 gbs (0.22) unstable; urgency=high
   * upgrade to gbs v0.22, which contains the following bug fixing & features:
     * orphan-packaging development model (experimental)
index 225938e8194d05538ef96045e70ce74a77768d7b..2c3a74fa18a95a144d694e5b619026a62383e701 100644 (file)
@@ -1,3 +1,12 @@
+* Mon Jun 02 2014 Markus Lehtonen <markus.lehtonen@linux.intel.com> 0.22.1
+- export: disable desktop notifications (Closes: DEVT-178)
+- export: change VCS tag in spec to sha1 of commitish
+  Do not resolve to the sha1 of the commit object anymore. That is, the
+  VCS tag will contain the sha1 of the tag object if an (annotated) tag is
+  exported (previously, it would contain the sha1 of the commit the tag,
+  or the chain of tags, pointed to) (previously, it would contain the sha1
+  of the commit the tag, or the chain of tags, pointed to).
+
 * Wed May 21 2014 Zhang Qiang <qiang.z.zhang@intel.com> 0.22
   * orphan-packaging development model (experimental)
     - implement 'devel' subcommand for  orphan-packaging development model
index 0a4d3b30a90491a28d7b581373df9260e0181e8e..069b51574ad9b1bc56ef470e9bb4b67434c4e7c1 100644 (file)
@@ -5,7 +5,7 @@
 
 Name:       gbs
 Summary:    The command line tools for Tizen package developers
-Version:    0.22
+Version:    0.22.1
 %if 0%{?opensuse_bs}
 Release:    1.<CI_CNT>.<B_CNT>
 %else
@@ -20,7 +20,7 @@ Requires:   python >= 2.6
 Requires:   python-pycurl
 Requires:   sudo
 Requires:   osc >= 0.139.0
-Requires:   tizen-gbp-rpm >= 20140521
+Requires:   tizen-gbp-rpm >= 20140602
 Requires:   depanneur >= 0.13
 
 %if "%{?python_version}" < "2.7"