Upgrade GBS version to V0.24.5
authoryang.zhang <y0169.zhang@samsung.com>
Tue, 7 Mar 2017 03:02:18 +0000 (11:02 +0800)
committeryang.zhang <y0169.zhang@samsung.com>
Tue, 7 Mar 2017 03:02:18 +0000 (11:02 +0800)
Change-Id: I00d886c01e52357dfcab183e537e5eaf2d3b675f

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

index c6fdd25..2cb807d 100755 (executable)
@@ -1,3 +1,14 @@
+gbs (0.24.5) unstable; urgency=high
+  * upgrade to gbs v0.24.5, which contains the following features:
+    * New feature and enhancements added:
+      - Support 'Recommands:' inside spec file
+      - Add not export source option
+    * bug fix:
+      - Replace rpm packages inside buildroot mv action to ln
+      - Revert to old version, use rpm command to query pkgid
+      - Fix deps file order error
+ -- SoonKyu Park <sk7.park@samsung.com>  Sat, 14 Jan 2017 19:30:00 +0900
+
 gbs (0.24.4) unstable; urgency=high
   * upgrade to gbs v0.24.4, which contains the following bug fixing & features:
     * bug fix:
index d506d16..5a058ff 100755 (executable)
@@ -12,12 +12,12 @@ Architecture: all
 Depends: ${misc:Depends}, ${python:Depends},
  python-pycurl,
  sudo,
- osc (>= 0.155.0),
+ osc (>= 0.132.6),
  git-buildpackage-rpm (>= 0.7.5-tizen20161231),
  gbs-api (= ${binary:Version}),
  gbs-export (= ${binary:Version}),
  gbs-remotebuild (= ${binary:Version}),
- depanneur (>= 0.15.3)
+ depanneur (>= 0.15.4)
 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 3608236..026f603 100755 (executable)
@@ -1,3 +1,16 @@
+Release notes for gbs 0.24.5
+==========================
+
+- Release Date: 2017-02
+
+- New feature and enhancements added:
+    * Support 'Recommands:' inside spec file
+    * Add not export source option
+- bug fix:
+    * Replace rpm packages inside buildroot mv action to ln
+    * Revert to old version, use rpm command to query pkgid
+    * Fix deps file order error
+
 Release notes for gbs 0.24.4
 ==========================
 
index 43a3547..3ca4629 100755 (executable)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.24.4"
+__version__ = "0.24.5"
index 50ebdd5..a13baba 100755 (executable)
@@ -1,3 +1,13 @@
+* Sat Jan 14 2017 SoonKyu Park <sk7.park@samsung.com> 0.24.5
+  * upgrade to gbs v0.24.5, which contains the following features:
+    * New
+      - Support 'Recommands:' inside spec file
+      - Add not export source option
+    * bug fix:
+      - Replace rpm packages inside buildroot mv action to ln
+      - Revert to old version, use rpm command to query pkgid
+      - Fix deps file order error
+
 * Sat Dec 31 2016 SoonKyu Park <sk7.park@samsung.com> 0.24.4
   * upgrade to gbs v0.24.4, which contains the following bug fixing & features:
     * bug fix:
index a0099b3..53178a8 100755 (executable)
@@ -6,7 +6,7 @@
 
 Name:       gbs
 Summary:    The command line tools for Tizen package developers
-Version:    0.24.4
+Version:    0.24.5
 %if 0%{?opensuse_bs}
 Release:    1.<CI_CNT>.<B_CNT>
 %else
@@ -20,9 +20,9 @@ Source0:    %{name}_%{version}.tar.gz
 Requires:   python >= 2.6
 Requires:   python-pycurl
 Requires:   sudo
-Requires:   osc >= 0.155.0
+Requires:   osc >= 0.132.6
 Requires:   tizen-gbp-rpm >= 20161231
-Requires:   depanneur >= 0.15.3
+Requires:   depanneur >= 0.15.4
 
 %if "%{?python_version}" < "2.7"
 Requires:   python-argparse