Update to 0.21.1
This commit is contained in:
parent
4bd2e57a98
commit
9107e30113
@ -1,16 +0,0 @@
|
||||
Include <rpm/rpmstring.h> for the rasprintf function prototype, to
|
||||
avoid an implicit function declaration. Improves compatibility with
|
||||
future compilers.
|
||||
|
||||
diff --git a/src/xml_file.c b/src/xml_file.c
|
||||
index e369f5170f181758..d74af230081fb3d0 100644
|
||||
--- a/src/xml_file.c
|
||||
+++ b/src/xml_file.c
|
||||
@@ -20,6 +20,7 @@
|
||||
#include <glib.h>
|
||||
#include <glib/gstdio.h>
|
||||
#include <assert.h>
|
||||
+#include <rpm/rpmstring.h>
|
||||
#include "xml_file.h"
|
||||
#include <errno.h>
|
||||
#include "error.h"
|
@ -30,12 +30,11 @@
|
||||
|
||||
Summary: Creates a common metadata repository
|
||||
Name: createrepo_c
|
||||
Version: 0.20.1
|
||||
Release: 4%{?dist}
|
||||
Version: 0.21.1
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
URL: https://github.com/rpm-software-management/createrepo_c
|
||||
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
Patch0: createrepo_c-c99.patch
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc
|
||||
@ -184,6 +183,14 @@ ln -sr %{buildroot}%{_bindir}/modifyrepo_c %{buildroot}%{_bindir}/modifyrepo
|
||||
%{python3_sitearch}/%{name}-%{version}-py%{python3_version}.egg-info
|
||||
|
||||
%changelog
|
||||
* Tue Apr 04 2023 Jan Kolarik <jkolarik@redhat.com> - 0.21.1-1
|
||||
- Update to 0.21.1
|
||||
- Add --duplicated-nevra "keep-last" option, and --delayed-dump
|
||||
- Add optional filelists-ext metadata
|
||||
- Replace 'cp' binary execution with gio
|
||||
- Fix errors while parsing utf8 chars in cli options
|
||||
- Use g_pattern_spec_match() with glib >= 2.70.0
|
||||
|
||||
* Tue Feb 28 2023 Miro Hrončok <mhroncok@redhat.com> - 0.20.1-4
|
||||
- BuildRequire python3-setuptools explicitly, don't assume they are pulled transitively
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (createrepo_c-0.20.1.tar.gz) = 54a2cc7c7cd3f3b9a0c23cd8c136ae1331e7fa7cc995189088e7e6f2276c78b2b84e21c2a2b93f4528b5e9e4018dd6525262c8aaba3bc8a1412a51dfafd101f7
|
||||
SHA512 (createrepo_c-0.21.1.tar.gz) = 453b857ecde5aa63f57e4a783855e4f4c32a041b68c0bfbb5d5b06bc0010d6cd043ba374cb880cce1d0de160a37df2df2688e9886bf9c8d92c09fe530aa36dfe
|
||||
|
Loading…
Reference in New Issue
Block a user