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 7d935ce..daa93db 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 5018866..bd76b4e 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 82c26ed..de59bcc 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 07cb755..a1e49f7 100755 (executable)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.24.7"
+__version__ = "0.24.8"
index 58ce3a1..6a70a8c 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 936264e..7789217 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