From: biao716.wang Date: Fri, 2 Dec 2022 12:29:44 +0000 (+0900) Subject: Release 0.17.4 X-Git-Tag: accepted/tools/devbase/tools/20250527.103732~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F19%2F285019%2F3;p=services%2Fcreaterepo_c.git Release 0.17.4 Change-Id: I502a001b251da5a7bb5b3ab7f8b60b96b875e1e6 Signed-off-by: biao716.wang --- diff --git a/VERSION.cmake b/VERSION.cmake index 0d143b6..aa01f64 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -1,3 +1,3 @@ SET(CR_MAJOR "0") -SET(CR_MINOR "10") +SET(CR_MINOR "17") SET(CR_PATCH "4") diff --git a/debian/changelog b/debian/changelog index 19c5ed5..a469dea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +createrepo-c (0.17.4) unstable; urgency=low + + * Upgrade version to 0.17.4 for Ubuntu22.04 distro. + * port python version to python3.x version. + -- Biao Wang Fri, 02 Dec 2022 11:07:00 +0900 + createrepo-c (0.10.4) unstable; urgency=low * Fix setup of logging (log domains) (RhBug:1645897) diff --git a/debian/control b/debian/control index c5a068d..1c8adb6 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: devel Priority: extra Maintainer: Jian-feng Ding Build-Depends: debhelper (>= 7.0.15), cdbs, libpython3-dev, python3-dev, libpython3-all-dev, dh-python, python3-docutils, cmake, dpatch, libbz2-dev, librpm-dev, liblzma-dev, libcurl3 | libcurl4, libcurl4-openssl-dev, libmagic-dev, libexpat1, doxygen, pkg-config, libglib2.0-dev, libssl-dev -Standards-Version: 0.10.4 +Standards-Version: 0.17.4 Homepage: http://www.tizen.org Package: createrepo-c diff --git a/packaging/createrepo_c.changes b/packaging/createrepo_c.changes index ef4e1a3..0b72f59 100644 --- a/packaging/createrepo_c.changes +++ b/packaging/createrepo_c.changes @@ -1,3 +1,7 @@ +* Fri Dec 02 2022 Biao Wang - 0.17.4 +- Upgrade version to 0.17.4 +- Port to python3.x version. + * Mon Jul 05 2021 Biao Wang - 0.10.4 - Fix setup of logging (log domains) (RhBug:1645897) diff --git a/packaging/createrepo_c.spec b/packaging/createrepo_c.spec index 1d8445a..26b7d10 100644 --- a/packaging/createrepo_c.spec +++ b/packaging/createrepo_c.spec @@ -1,5 +1,5 @@ Name: createrepo_c -Version: 0.10.4 +Version: 0.17.4 Release: 1 License: LGPL-2.1 Summary: C language implemention of createrepo