bump to 0.23.3 release 98/38398/2 0.23.3
authorLi Jinjing <jinjingx.li@intel.com>
Mon, 20 Apr 2015 10:30:31 +0000 (18:30 +0800)
committerLi Jinjing <jinjingx.li@intel.com>
Wed, 22 Apr 2015 11:44:18 +0000 (19:44 +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 de9b6d7..27bb4fa 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 8839b25..0650c84 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 d092daa..10ca6c0 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 5ec7cb9..e5fbcea 100644 (file)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.23.2"
+__version__ = "0.23.3"
index 13b8cc5..8c7b4f9 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 5451f6c..a07dacb 100644 (file)
@@ -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 >= 20150303
 Requires:   depanneur >= 0.14
 
 %if "%{?python_version}" < "2.7"