Upgrade to 0.16.0
authorJun Wang <junbill.wang@samsung.com>
Fri, 26 Jan 2018 11:16:18 +0000 (19:16 +0800)
committerJun Wang <junbill.wang@samsung.com>
Mon, 29 Jan 2018 08:38:08 +0000 (16:38 +0800)
Change-Id: I8daa26f7de93eef1b470098df57b49389469e85a

debian/changelog
packaging/depanneur.changes
packaging/depanneur.spec

index aabbdf4..836a74e 100644 (file)
@@ -1,3 +1,14 @@
+depanneur (0.16.0) unstable; urgency=high
+
+  *Upgrade to 0.16.0
+  *Add disable-debuginfo option which disable to generate debuginfo packages
+  *Pass the export directory to gbs export which could get the correct macros used in spec
+  *Fix bugs when using --rdeps or --deps get wrong dependency
+  *Add the function to output each package's reverse dependency
+  *Introduce perl-BSSolv module to analyse the package's reverse dependency
+
+ -- Wang Jun <junbill.wang@samsung.com>  Fri, 26 Jan 2018 12:00:00 +0800
+
 depanneur (0.15.9) unstable; urgency=high
 
   *Upgrade to 0.15.9
index 7c65089..51e05d0 100644 (file)
@@ -1,3 +1,11 @@
+* Fri Jan 26 2018 Wang jun <junbill.wang@samsung.com> 0.16.0
+- Upgrade to 0.16.0
+- Add disable-debuginfo option which disable to generate debuginfo packages
+- Pass the export directory to gbs export which could get the correct macros used in spec
+- Fix bugs when using --rdeps or --deps get wrong dependency
+- Add the function to output each package's reverse dependency
+- Introduce perl-BSSolv module to analyse the package's reverse dependency
+
 * Fri Oct 13 2017 Ren Jingui <jingui.ren@samsung.com> 0.15.9
 - Upgrade to 0.15.9
 - Prevent shell interpolation of gbs configuration variables,
index 9281da1..2e7afab 100644 (file)
@@ -1,6 +1,6 @@
 Name:           depanneur
 Summary:        Manages and executes the builds using the obs-build script.
-Version:        0.15.9
+Version:        0.16.0
 Release:        1
 License:        GPL-2.0+
 Group:          Development/Tools