bump to 0.23.3 release
authorLi Jinjing <jinjingx.li@intel.com>
Mon, 20 Apr 2015 10:30:31 +0000 (18:30 +0800)
committerLi Jinjing <jinjingx.li@intel.com>
Thu, 23 Apr 2015 06:41:36 +0000 (14:41 +0800)
Change-Id: I9091b6950db1d9e9c1db10c95cc8554669e3f828
Signed-off-by: Li Jinjing <jinjingx.li@intel.com>
debian/changelog
debian/control
docs/RELEASE_NOTES
gitbuildsys/__init__.py
packaging/gbs.changes
packaging/gbs.spec

index de9b6d760021ce6e59778606246e5da0ba5c34c1..27bb4fa89e5214ae139cb3854c3564fe2bdda6b9 100644 (file)
@@ -1,3 +1,11 @@
+gbs (0.23.3) unstable; urgency=high
+  * upgrade to gbs v0.23.3, which contains the following bug fixing & features:
+    * bug fix:
+      - export: fix issue about always creating tarball multi times
+                for native packages with multi specs
+
+ -- Li Jinjing <jinjingx.li@intel.com> Mon, 20 Apr 2015 10:36:15 +0800
+
 gbs (0.23.2) unstable; urgency=high
   * upgrade to gbs v0.23.2, which contains the following bug fixing & features:
     * bug fix:
index 8839b25bab6e8ebc5a0250432b37ae2ea1cf028d..0650c84e0a9c38defff1ac8928430993c92d90e2 100644 (file)
@@ -13,7 +13,7 @@ Depends: ${misc:Depends}, ${python:Depends},
  python-pycurl,
  sudo,
  osc (>= 0.139.0),
- git-buildpackage-rpm (>= 0.6.15-tizen20140828),
+ git-buildpackage-rpm (>= 0.6.15-tizen20150303),
  gbs-api (= ${binary:Version}),
  gbs-export (= ${binary:Version}),
  gbs-remotebuild (= ${binary:Version}),
index d092daa765319e85383b5e777ca1e1b75642ca45..10ca6c02af15e7286fbce8f31891711a4bdb4174 100644 (file)
@@ -1,3 +1,13 @@
+Release notes for gbs 0.23.3
+============================
+
+- Release Date: 2015-04
+
+- New feature and enhancements added:
+    * bug fix:
+      - export: fix issue about always creating tarball multi times
+                for native packages with multi specs
+
 Release notes for gbs 0.23.2
 ============================
 
index 5ec7cb95bc27efa183aa62b28d3d95a7576b20d0..e5fbceada84535fa17fda38e559fafa93d253d7f 100644 (file)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.23.2"
+__version__ = "0.23.3"
index 13b8cc50172439993e3c93284078f81c7d138dd3..8c7b4f9cefb78f0b227d054cc5140b85fa551506 100644 (file)
@@ -1,3 +1,9 @@
+* Mon Apr 20 2015 Li Jinjing <jinjingx.li@intel.com> 0.23.3
+  * upgrade to gbs v0.23.3, which contains the following bug fixing & features:
+    * bug fix:
+      - export: fix issue about always creating tarball multi times for native
+                packages with multi specs
+
 * Mon Feb 2 2015 Dai Lang <langx.dai@intel.com> 0.23.2
   * upgrade to gbs v0.23.2, which contains the following bug fixing & features:
     * bug fix:
index 5451f6c2d612965a1b9d3dacc9364ffa9e072a72..f0ee8bb9bcd67cf2530c34d26429cee047034165 100644 (file)
@@ -6,7 +6,7 @@
 
 Name:       gbs
 Summary:    The command line tools for Tizen package developers
-Version:    0.23.2
+Version:    0.23.3
 %if 0%{?opensuse_bs}
 Release:    1.<CI_CNT>.<B_CNT>
 %else
@@ -21,7 +21,7 @@ Requires:   python >= 2.6
 Requires:   python-pycurl
 Requires:   sudo
 Requires:   osc >= 0.139.0
-Requires:   tizen-gbp-rpm >= 20140828
+Requires:   tizen-gbp-rpm >= 0.6.15-20150303
 Requires:   depanneur >= 0.14
 
 %if "%{?python_version}" < "2.7"