Upgrade GBS version to V0.24.3 81/89581/1 release-20160930
authorSoonKyu Park <sk7.park@samsung.com>
Mon, 26 Sep 2016 05:40:29 +0000 (14:40 +0900)
committerSoonKyu Park <sk7.park@samsung.com>
Mon, 26 Sep 2016 05:40:29 +0000 (14:40 +0900)
Change-Id: Iad826e39c0ad2ac2a17e12f6c773b2690c8fd9a9

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

index 2e2a9d6..9de5a6d 100644 (file)
@@ -1,3 +1,21 @@
+gbs (0.24.3) unstable; urgency=high
+  * upgrade to gbs v0.24.3, which contains the following bug fixing & features:
+    * bug fix:
+      - fix conflicts in installation gbs onto Ubuntu 16.04
+      - Revert gbs package selection policy - local repo has highest priority
+      - Modify export option to avoid warning message 
+        (Warning: Deprecated option '--git-export-only', please use '--no-build' instead! )
+      - Do not print error string "unknown keyword in config: copylinkedpackages:"
+      - use correct dir for creation of icecream env
+
+    * New feature and enhancements added:
+      - Add --use-higher-deps option, 
+        With this option, higher version of packages are installed, regardless of repo type
+      - Add hostarch information for build configuration
+
+ -- SoonKyu Park <sk7.park@samsung.com>  Wed, 28 Sep 2016 10:00:00 +0800
+
+
 gbs (0.24.2) unstable; urgency=high
   * upgrade to gbs v0.24.2, which contains the following bug fixing & features:
     * bug fix:
index d25b95f..44e41cd 100644 (file)
@@ -17,7 +17,7 @@ Depends: ${misc:Depends}, ${python:Depends},
  gbs-api (= ${binary:Version}),
  gbs-export (= ${binary:Version}),
  gbs-remotebuild (= ${binary:Version}),
- depanneur (>= 0.15)
+ depanneur (>= 0.15.2)
 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 011e6bf..73188c0 100644 (file)
@@ -1,3 +1,20 @@
+Release notes for gbs 0.24.3
+==========================
+
+- Release Date: 2016-09
+
+- Bug fix:
+    * fix conflicts in installation gbs onto Ubuntu 16.04
+    * Revert gbs package selection policy - local repo has highest priority
+    * Modify export option to avoid warning message 
+      (Warning: Deprecated option '--git-export-only', please use '--no-build' instead! )
+    * Do not print error string "unknown keyword in config: copylinkedpackages:"
+    * use correct dir for creation of icecream env
+- New feature and enhancements added:
+    * Add --use-higher-deps option, 
+      With this option, higher version of packages are installed, regardless of repo type
+    * Add hostarch information for build configuration
+
 Release notes for gbs 0.24.2
 ==========================
 
index d024445..56eed2f 100644 (file)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.24.2"
+__version__ = "0.24.3"
index 1c5a3fc..255a438 100644 (file)
@@ -1,3 +1,17 @@
+* Wed Sep 28 2016 SoonKyu Park <sk7.park@samsung.com> 0.24.3
+  * upgrade to gbs v0.24.2, which contains the following bug fixing & features:
+    * bug fix:
+      - fix conflicts in installation gbs onto Ubuntu 16.04
+      - Revert gbs package selection policy - local repo has highest priority
+      - Modify export option to avoid warning message 
+        (Warning: Deprecated option '--git-export-only', please use '--no-build' instead! )
+      - Do not print error string "unknown keyword in config: copylinkedpackages:"
+      - use correct dir for creation of icecream env
+    *New
+      - Add --use-higher-deps option, 
+        With this option, higher version of packages are installed, regardless of repo type
+      - Add hostarch information for build configuration
+
 * Mon Aug 08 2016 SoonKyu Park <sk7.park@samsung.com> 0.24.2
   * upgrade to gbs v0.24.2, which contains the following bug fixing & features:
     * bug fix:
index 7b6f917..5a0b4d8 100644 (file)
@@ -6,7 +6,7 @@
 
 Name:       gbs
 Summary:    The command line tools for Tizen package developers
-Version:    0.24.2
+Version:    0.24.3
 %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 >= 20140828
-Requires:   depanneur >= 0.15
+Requires:   depanneur >= 0.15.2
 
 %if "%{?python_version}" < "2.7"
 Requires:   python-argparse