Upgrade to 0.16.0 90/168590/1
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 11:00:54 +0000 (19:00 +0800)
Change-Id: I8daa26f7de93eef1b470098df57b49389469e85a
Signed-off-by: Jun Wang <junbill.wang@samsung.com>
debian/changelog
packaging/depanneur.changes
packaging/depanneur.spec

index aabbdf4eb9c542f85887824a5f300229908329a5..836a74e13d59b1ff39a95ec1dde8d0a2609d8821 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 7c6508934d042870d05fd837bd8eef12c46fa25b..51e05d000c34e78f6fc73d29e3c5fe4a61b439d1 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 9dfc1f70cec9d7e2c3469821bbf872741882006a..efc8f441fc9d0c0bd933311f1db50035a45e76e2 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