Update to 1.0.3
This commit is contained in:
parent
267eeea4e5
commit
38e6c263b5
@ -1,28 +0,0 @@
|
||||
From c10ab17792d64f12a448dfb0dea96afa39e7d24d Mon Sep 17 00:00:00 2001
|
||||
From: Nicola Sella <nsella@redhat.com>
|
||||
Date: Mon, 20 Nov 2023 16:17:00 +0100
|
||||
Subject: [PATCH] build: Restore compatiblity with libxml2-2.12.0
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
Signed-off-by: Petr Písař <ppisar@redhat.com>
|
||||
---
|
||||
src/sqlite.c | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/src/sqlite.c b/src/sqlite.c
|
||||
index 597c592..33bcdcc 100644
|
||||
--- a/src/sqlite.c
|
||||
+++ b/src/sqlite.c
|
||||
@@ -28,6 +28,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <errno.h>
|
||||
#include <libxml/encoding.h>
|
||||
+#include <libxml/xmlstring.h>
|
||||
#include "misc.h"
|
||||
#include "sqlite.h"
|
||||
#include "error.h"
|
||||
--
|
||||
2.42.0
|
||||
|
@ -34,12 +34,11 @@
|
||||
|
||||
Summary: Creates a common metadata repository
|
||||
Name: createrepo_c
|
||||
Version: 1.0.2
|
||||
Release: 5%{?dist}
|
||||
Version: 1.0.3
|
||||
Release: 1%{?dist}
|
||||
License: GPL-2.0-or-later
|
||||
URL: https://github.com/rpm-software-management/createrepo_c
|
||||
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
Patch0: 0001-build-Restore-compatiblity-with-libxml2-2.12.0.patch
|
||||
|
||||
%global epoch_dep %{?epoch:%{epoch}:}
|
||||
|
||||
@ -52,7 +51,7 @@ BuildRequires: libcurl-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: rpm-devel >= 4.8.0-28
|
||||
BuildRequires: sqlite-devel
|
||||
BuildRequires: sqlite-devel >= 3.6.18
|
||||
BuildRequires: xz
|
||||
BuildRequires: xz-devel
|
||||
BuildRequires: zlib-devel
|
||||
@ -203,6 +202,17 @@ ln -sr %{buildroot}%{_bindir}/modifyrepo_c %{buildroot}%{_bindir}/modifyrepo
|
||||
%{python3_sitearch}/%{name}-%{version}-py%{python3_version}.egg-info
|
||||
|
||||
%changelog
|
||||
* Fri Jan 26 2024 Jan Kolarik <jkolarik@redhat.com> - 1.0.3-1
|
||||
- Update to 1.0.3
|
||||
- Set compression level 10 for zstd and zck
|
||||
- Introduce new --no-pretty option to reduce metadata size
|
||||
- Use gzip compression by default when --compatibility is specified
|
||||
- Default changelog limit restored for --compatibility
|
||||
- Use epoch-friendly sub-package interdependencies
|
||||
- Enable sqlite shared cache on connection level
|
||||
- Fix const-correctness with libxml2-2.12.0
|
||||
- Allow specifying zck compression only
|
||||
|
||||
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (createrepo_c-1.0.2.tar.gz) = b4ceba2f0b558843bdc04be30a10ffb785eea0beb6e1f1efe7373b2a47c8aba554f1a881194c02d1b3980332912d92aa84fdda079324b60c2d57c55e43fa9eb6
|
||||
SHA512 (createrepo_c-1.0.3.tar.gz) = 42877eb0216e90f7beff3ed17e061b72abc3edf818323265cb76a70efdc2aa847a773b0c3bdfba1ca299cbbe976a66106d0b49cf9a8a43db761579432d7ebaa5
|
||||
|
Loading…
Reference in New Issue
Block a user