Upgrade GBS version to V0.24.8 spin-release-20170630
authory0169.zhang <y0169.zhang@samsung.com>
Wed, 28 Jun 2017 03:00:13 +0000 (11:00 +0800)
committery0169.zhang <y0169.zhang@samsung.com>
Wed, 28 Jun 2017 03:03:13 +0000 (11:03 +0800)
Change-Id: I24d657d796b79f364657c5f55bb8af5a99ad492e

debian/changelog
debian/control
docs/RELEASE_NOTES
gitbuildsys/__init__.py
packaging/gbs.changes
packaging/gbs.spec

index 7d935ce27d64af19ba007b04f83090d9053948ce..daa93db20921ec9dfd4f7594bf9e35417b834240 100755 (executable)
@@ -1,3 +1,10 @@
+gbs (0.24.8) unstable; urgency=high
+  * upgrade to gbs v0.24.8, which contains the following features:
+    * bug fix:
+      - Fix repomd.xml update problem(DEVT-310)
+      - Add lock for multi spec export
+ -- Zhang Yang <y0169.zhang@samsung.com>  Fri, 30 Jun 2017 19:00:00 +0800
+
 gbs (0.24.7) unstable; urgency=high
   * upgrade to gbs v0.24.7, which contains the following features:
     * New feature and enhancements added:
index 50188669e332f09df391ada266b32492b81107f9..bd76b4e424c8ca18dfdfd38998a0ed54800391f4 100755 (executable)
@@ -17,7 +17,7 @@ Depends: ${misc:Depends}, ${python:Depends},
  gbs-api (= ${binary:Version}),
  gbs-export (= ${binary:Version}),
  gbs-remotebuild (= ${binary:Version}),
- depanneur (>= 0.15.6)
+ depanneur (>= 0.15.7)
 Recommends: librpm-tizen (>= 4.11.0.1.tizen20130618-tizen20131001)
 Description: Command line tools for Tizen package developers
  The command line tools for Tizen package developers will
index 82c26ede3f11a08c319e9d301144c73775965667..de59bcc4d1798c5406d448a08d94b37f975b010f 100755 (executable)
@@ -1,3 +1,12 @@
+Release notes for gbs 0.24.8
+==========================
+
+- Release Date: 2017-06
+
+- bug fix:
+    * Fix repomd.xml update problem(DEVT-310)
+    * Add lock for multi spec export
+
 Release notes for gbs 0.24.7
 ==========================
 
index 07cb755d74a1918e2c1d6cd87803c0af2341544d..a1e49f7f3e61845e8b2f8aa9191838fde3f9ed7a 100755 (executable)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.24.7"
+__version__ = "0.24.8"
index 58ce3a19c7ee6edc1a9785196ced152de959cf57..6a70a8cd13289e38e622ad41f08c7a4cce0f68fe 100755 (executable)
@@ -1,3 +1,9 @@
+* Fri Jun 30 2017 Zhang Yang <y0169.zhang@samsung.com> 0.24.8
+  * upgrade to gbs v0.24.8, which contains the following features:
+    * bug fix:
+      - Fix repomd.xml update problem(DEVT-310)
+      - Add lock for multi spec export
+
 * Fri Apr 28 2017 Wang Jun <junbill.wang@samsung.com> 0.24.7
   * upgrade to gbs v0.24.7, which contains the following features:
     * New
index 936264eadc5d8e9a27fc50114df096b9f62cb991..778921741bf1fdb86d1473cd29f3faa12b0ec3d1 100755 (executable)
@@ -6,7 +6,7 @@
 
 Name:       gbs
 Summary:    The command line tools for Tizen package developers
-Version:    0.24.7
+Version:    0.24.8
 %if 0%{?opensuse_bs}
 Release:    1.<CI_CNT>.<B_CNT>
 %else
@@ -22,7 +22,7 @@ Requires:   python-pycurl
 Requires:   sudo
 Requires:   osc >= 0.132.6
 Requires:   tizen-gbp-rpm >= 20161231
-Requires:   depanneur >= 0.15.6
+Requires:   depanneur >= 0.15.7
 
 %if "%{?python_version}" < "2.7"
 Requires:   python-argparse