From 75c17ce705d46a43ab68415c1ff6817427328a4c Mon Sep 17 00:00:00 2001 From: "biao716.wang" Date: Tue, 6 Jul 2021 23:28:24 +0900 Subject: [PATCH] Release 0.10.4 Change-Id: I04f30df4eab0a2054779f23d2960d261b6b2a1ec Signed-off-by: biao716.wang --- VERSION.cmake | 2 +- debian/changelog | 6 ++++++ debian/control | 2 +- packaging/createrepo_c.changes | 3 +++ packaging/createrepo_c.spec | 2 +- 5 files changed, 12 insertions(+), 3 deletions(-) diff --git a/VERSION.cmake b/VERSION.cmake index 6bd305f..0d143b6 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -1,3 +1,3 @@ SET(CR_MAJOR "0") SET(CR_MINOR "10") -SET(CR_PATCH "3") +SET(CR_PATCH "4") diff --git a/debian/changelog b/debian/changelog index e2e8b03..19c5ed5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +createrepo-c (0.10.4) unstable; urgency=low + + * Fix setup of logging (log domains) (RhBug:1645897) + + -- Biao Wang Mon, 05 Jul 2021 11:07:00 +0900 + createrepo-c (0.10.3) unstable; urgency=low * Compatible with createrepo package diff --git a/debian/control b/debian/control index 19cbe03..cc2cd51 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, libpython2.7, python-dev, dh-python, python-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.3 +Standards-Version: 0.10.4 Homepage: http://www.tizen.org Package: createrepo-c diff --git a/packaging/createrepo_c.changes b/packaging/createrepo_c.changes index 4f2b347..ef4e1a3 100644 --- a/packaging/createrepo_c.changes +++ b/packaging/createrepo_c.changes @@ -1,3 +1,6 @@ +* Mon Jul 05 2021 Biao Wang - 0.10.4 +- Fix setup of logging (log domains) (RhBug:1645897) + * Fri Oct 19 2020 Biao Wang - 0.10.3 - Compatible with createrepo package - Update versiion to up to the version in hose os. diff --git a/packaging/createrepo_c.spec b/packaging/createrepo_c.spec index 0d34c09..b7a6a86 100644 --- a/packaging/createrepo_c.spec +++ b/packaging/createrepo_c.spec @@ -1,5 +1,5 @@ Name: createrepo_c -Version: 0.10.3 +Version: 0.10.4 Release: 1 License: LGPL-2.1 Summary: C language implemention of createrepo -- 2.7.4