Upgrade GBS version to V0.24.8 93/150493/1
authorJun Wang <junbill.wang@samsung.com>
Sat, 16 Sep 2017 08:51:21 +0000 (16:51 +0800)
committerJun Wang <junbill.wang@samsung.com>
Sat, 16 Sep 2017 08:58:26 +0000 (16:58 +0800)
Change-Id: I6dd50b71043e1dbc47af7d41ebd1db239e9efec4
Signed-off-by: Jun Wang <junbill.wang@samsung.com>
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 4561b729d950cc6c9ba252c895f6df431bf5d795..ac96ef3bfc8f537448a91a0da38abd38cb2d4341 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 822a5471dbf8ee23ed31387a0d41653e55c3d66a..3d5ed7e6f5b402a97316b10e1452f0801ba3e767 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.155.0
 Requires:   tizen-gbp-rpm >= 20161231
-Requires:   depanneur >= 0.15.6
+Requires:   depanneur >= 0.15.7
 
 %if "%{?python_version}" < "2.7"
 Requires:   python-argparse