Upgrade to 0.24.10 45/156645/1
authorjingui.ren <jingui.ren@samsung.com>
Fri, 13 Oct 2017 09:11:30 +0000 (17:11 +0800)
committerjingui.ren <jingui.ren@samsung.com>
Thu, 19 Oct 2017 08:21:59 +0000 (16:21 +0800)
Change-Id: I692f30265a6d47128e112fa678f8c1afedd35771
Signed-off-by: jingui.ren <jingui.ren@samsung.com>
debian/changelog
debian/control
docs/RELEASE_NOTES
gitbuildsys/__init__.py
packaging/gbs.changes
packaging/gbs.spec

index 9ee6806b3ef09438541a0bf09574444a52e8f43a..3357b6d4c04b0893a297fe097a26329ffe03b7f8 100755 (executable)
@@ -1,3 +1,17 @@
+gbs (0.24.10) unstable; urgency=high
+  * upgrade to gbs v0.24.10, which contains the following features:
+    * bug fix:
+      - Prevent shell interpolation of gbs configuration variables,
+        when using special variable such like “upstream_tag = v${upstreamversion} ”
+        which gbs can't get upstreamversion well
+      - Fix build error tizen:2.4 not install cumulate packages
+      - Fix build error package rpm-4.9.1-4.3.1.10.armv7l is already installed,
+        can not reuse compile enviroment
+      - Add Epoch to rpm query command, some packages have 'Epoch' definition
+        which will cause dependency packages missing,
+        keep same of identifier of packages in build.
+ -- Ren Jingui <jingui.ren@samsung.com>  Fri, 13 Oct 2017 16:40:00 +0800
+
 gbs (0.24.9) unstable; urgency=high
   * upgrade to gbs v0.24.9, which contains the following features:
     * bug fix:
index 677ca028690ace7e8e4810b39f464203cdc54932..6e33b649c87ecd1b3526d2bd2e3c7df226134967 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.8)
+ depanneur (>= 0.15.9)
 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 0804e1648dbd24af7cd6471f45ec72f95b563843..5517aa25bd6f4951d2b7e0e5d30fbf1cd682fc36 100755 (executable)
@@ -1,3 +1,22 @@
+Release notes for gbs 0.24.10
+==========================
+
+- Release Date: 2017-10
+
+- Bug fix:
+    * Prevent shell interpolation of gbs configuration variables,
+      when using special variable such like “upstream_tag = v${upstreamversion} ”
+      which gbs can't get upstreamversion well
+    * Fix build error tizen:2.4 not install cumulate packages
+    * Fix build error package rpm-4.9.1-4.3.1.10.armv7l is already installed,
+      can not reuse compile enviroment
+    * Add Epoch to rpm query command, some packages have 'Epoch' definition
+      which will cause dependency packages missing,
+      keep same of identifier of packages in build.
+- Update dependencies:
+    * build >= 20160629-tizen20171013
+    * depanneur >= 0.15.9
+
 Release notes for gbs 0.24.9
 ==========================
 
index c8ec310aac25c670a25bd7b581e3bf1dbf49e8b9..48e7d235f08632bcced3475b40e942f43246eca6 100755 (executable)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.24.9"
+__version__ = "0.24.10"
index c0a84f2aec521e59d79776a303d7536d696ec1b8..0195cd8c9b573eb12109095ad7eb17e25b92c535 100755 (executable)
@@ -1,3 +1,16 @@
+* Fri Oct 13 2017 Ren Jingui <jingui.ren@samsung.com> 0.24.10
+  * upgrade to gbs v0.24.10, which contains the following features:
+    * bug fix
+      - Prevent shell interpolation of gbs configuration variables,
+        when using special variable such like “upstream_tag = v${upstreamversion} ”
+        which gbs can't get upstreamversion well
+      - Fix build error tizen:2.4 not install cumulate packages
+      - Fix build error package rpm-4.9.1-4.3.1.10.armv7l is already installed,
+        can not reuse compile enviroment
+      - Add Epoch to rpm query command, some packages have 'Epoch' definition
+        which will cause dependency packages missing,
+        keep same of identifier of packages in build.
+
 * Fri Sep 15 2017 Wang Jun <junbill.wang@samsung.com> 0.24.9
   * upgrade to gbs v0.24.9, which contains the following features:
     * bug fix
index a867a51dc872a8b6402d52cd03b2d25f13a0f11c..2aac0e4d35b516851d8e69b08b2ec66d55fc0265 100755 (executable)
@@ -6,7 +6,7 @@
 
 Name:       gbs
 Summary:    The command line tools for Tizen package developers
-Version:    0.24.9
+Version:    0.24.10
 %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.8
+Requires:   depanneur >= 0.15.9
 
 %if "%{?python_version}" < "2.7"
 Requires:   python-argparse