+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)
+* 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
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
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"