Upgrade to 0.25.0 94/168594/1
authorJun Wang <junbill.wang@samsung.com>
Mon, 29 Jan 2018 11:30:04 +0000 (19:30 +0800)
committerJun Wang <junbill.wang@samsung.com>
Mon, 29 Jan 2018 11:30:04 +0000 (19:30 +0800)
Change-Id: I5b9cf1437dc51fef487a9521aa310ad69ca0e6d8
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 3357b6d..ff3dbf4 100755 (executable)
@@ -1,3 +1,25 @@
+gbs (0.25.0) unstable; urgency=high
+  * upgrade to gbs v0.25.0, which contains the following features:
+    * New feature and enhancements added:
+      - Add disable-debuginfo option which disable to generate debuginfo packages
+      - Add new function to phrase user/passwd in general part:
+        1.User can define user/passwd as global variables
+        2.User can use ${user}/${passwd} in other section
+      - Add depends subcommnd:
+        depends subcommand can output each package's reverse dependency
+        and save to the file
+      - Add --full-build and --deps-build features
+        1.With gbs build --full-build option, gbs will download the whole profile's
+        source codes except the local package(s) from remote snapshot and perform
+        building.
+        2.With gbs build --deps-build option, gbs will analyse the reverse dependency
+        of local package(s) and download them from remote snapshot and perform building.
+    * bug fix:
+      - Fix bugs when using --rdeps or --deps get wrong dependency
+      - Add --outdir-directly option for gbs export, use the directory from
+        gbs build which could get the macros in spec which defined in build.conf
+ -- Wang Jun <junbill.wang@samsung.com>  Fri, 26 Jan 2018 12:00:00 +0800
+
 gbs (0.24.10) unstable; urgency=high
   * upgrade to gbs v0.24.10, which contains the following features:
     * bug fix:
index bcf31ed..c4018d6 100755 (executable)
@@ -19,7 +19,7 @@ Depends: ${misc:Depends}, ${python:Depends},
  gbs-api (= ${binary:Version}),
  gbs-export (= ${binary:Version}),
  gbs-remotebuild (= ${binary:Version}),
- depanneur (>= 0.15.9)
+ depanneur (>= 0.16.0)
 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 5517aa2..bae84b7 100755 (executable)
@@ -1,3 +1,29 @@
+Release notes for gbs 0.25.0
+==========================
+
+- Release Date: 2018-01
+
+- New feature and enhancements added:
+    * Add disable-debuginfo option which disable to generate debuginfo packages
+    * Add new function to phrase user/passwd in general part:
+      1.User can define user/passwd as global variables
+      2.User can use ${user}/${passwd} in other section
+    * Add depends subcommnd:
+      depends subcommand can output each package's reverse dependency
+      and save to the file
+    * Add --full-build and --deps-build features
+      1.With gbs build --full-build option, gbs will download the whole profile's
+      source codes except the local package(s) from remote snapshot and perform
+      building.
+      2.With gbs build --deps-build option, gbs will analyse the reverse dependency
+      of local package(s) and download them from remote snapshot and perform building.
+- Bug fix:
+    * Fix bugs when using --rdeps or --deps get wrong dependency
+    * Add --outdir-directly option for gbs export, use the directory from
+      gbs build which could get the macros in spec which defined in build.conf
+- Update dependencies:
+    * depanneur >= 0.16.0
+
 Release notes for gbs 0.24.10
 ==========================
 
index 48e7d23..92d1122 100755 (executable)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.24.10"
+__version__ = "0.25.0"
index 0195cd8..4482830 100755 (executable)
@@ -1,3 +1,24 @@
+* Fri Jan 26 2018 Wang Jun <junbill.wang@samsung.com> 0.25.0
+  * upgrade to gbs v0.25.0, which contains the following features:
+       *New
+      - Add disable-debuginfo option which disable to generate debuginfo packages
+      - Add new function to phrase user/passwd in general part:
+        1.User can define user/passwd as global variables
+        2.User can use ${user}/${passwd} in other section
+      - Add depends subcommnd:
+        depends subcommand can output each package's reverse dependency
+        and save to the file
+      - Add --full-build and --deps-build features
+        1.With gbs build --full-build option, gbs will download the whole profile's
+        source codes except the local package(s) from remote snapshot and perform
+        building.
+        2.With gbs build --deps-build option, gbs will analyse the reverse dependency
+        of local package(s) and download them from remote snapshot and perform building.
+    * bug fix
+      - Fix bugs when using --rdeps or --deps get wrong dependency
+      - Add --outdir-directly option for gbs export, use the directory from
+        gbs build which could get the macros in spec which defined in build.conf
+
 * 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
index 6e2a885..3dd009d 100755 (executable)
@@ -6,7 +6,7 @@
 
 Name:       gbs
 Summary:    The command line tools for Tizen package developers
-Version:    0.24.10
+Version:    0.25.0
 %if 0%{?opensuse_bs}
 Release:    1.<CI_CNT>.<B_CNT>
 %else
@@ -24,7 +24,7 @@ Requires:   python-lxml
 Requires:   sudo
 Requires:   osc >= 0.155.0
 Requires:   tizen-gbp-rpm >= 20161231
-Requires:   depanneur >= 0.15.9
+Requires:   depanneur >= 0.16.0
 
 %if "%{?python_version}" < "2.7"
 Requires:   python-argparse