From: Jun Wang Date: Fri, 26 Jan 2018 11:16:18 +0000 (+0800) Subject: Upgrade to 0.16.0 X-Git-Tag: submit/devel/20190730.074511~2^2~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=817244702bcc054d8b02b21946045f21685ca858;p=tools%2Fdepanneur.git Upgrade to 0.16.0 Change-Id: I8daa26f7de93eef1b470098df57b49389469e85a --- diff --git a/debian/changelog b/debian/changelog index aabbdf4..836a74e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Fri, 26 Jan 2018 12:00:00 +0800 + depanneur (0.15.9) unstable; urgency=high *Upgrade to 0.15.9 diff --git a/packaging/depanneur.changes b/packaging/depanneur.changes index 7c65089..51e05d0 100644 --- a/packaging/depanneur.changes +++ b/packaging/depanneur.changes @@ -1,3 +1,11 @@ +* Fri Jan 26 2018 Wang jun 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 0.15.9 - Upgrade to 0.15.9 - Prevent shell interpolation of gbs configuration variables, diff --git a/packaging/depanneur.spec b/packaging/depanneur.spec index 9281da1..2e7afab 100644 --- a/packaging/depanneur.spec +++ b/packaging/depanneur.spec @@ -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