Upgrade to 0.24.10 release-20171013
authorjingui.ren <jingui.ren@samsung.com>
Fri, 13 Oct 2017 09:11:30 +0000 (17:11 +0800)
committerjingui.ren <jingui.ren@samsung.com>
Fri, 13 Oct 2017 09:44:23 +0000 (17:44 +0800)
Change-Id: I692f30265a6d47128e112fa678f8c1afedd35771

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

index 9ee6806..3357b6d 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 7869c67..a7b0543 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 0804e16..5517aa2 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 c8ec310..48e7d23 100755 (executable)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.24.9"
+__version__ = "0.24.10"
index c0a84f2..0195cd8 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 9113301..e1dbe83 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.132.6
 Requires:   tizen-gbp-rpm >= 20161231
-Requires:   depanneur >= 0.15.8
+Requires:   depanneur >= 0.15.9
 
 %if "%{?python_version}" < "2.7"
 Requires:   python-argparse