]> git.pld-linux.org Git - packages/createrepo_c.git/commitdiff
up to 1.0.0 (new soname) auto/th/createrepo_c-1.0.0-1
authorJan Palus <atler@pld-linux.org>
Tue, 1 Aug 2023 20:32:35 +0000 (22:32 +0200)
committerJan Palus <atler@pld-linux.org>
Tue, 1 Aug 2023 20:32:35 +0000 (22:32 +0200)
createrepo_c-no-c23.patch [deleted file]
createrepo_c.spec

diff --git a/createrepo_c-no-c23.patch b/createrepo_c-no-c23.patch
deleted file mode 100644 (file)
index 6a8a4df..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
---- createrepo_c-0.21.1/src/cmd_parser.c.orig  2023-04-04 12:30:43.000000000 +0200
-+++ createrepo_c-0.21.1/src/cmd_parser.c       2023-06-24 20:41:36.793262765 +0200
-@@ -73,9 +73,9 @@ struct CmdOptions _cmd_options = {
- gboolean
--duplicated_nevra_option_parser(const gchar *,
-+duplicated_nevra_option_parser(const gchar *optname_,
-                                const gchar *value,
--                               gpointer,
-+                               gpointer data_,
-                                GError **error)
- {
-     if (!g_strcmp0(value, "keep"))
index 442ddc55da07564be73da8f0e6dd8323efa5c442..f527f99ebda7ab339ff656b0abf077d209cf0103 100644 (file)
@@ -8,15 +8,14 @@
 Summary:       Creates a common metadata repository
 Summary(pl.UTF-8):     Tworzenie wspólnego repozytorium metadanych
 Name:          createrepo_c
-Version:       0.21.1
+Version:       1.0.0
 Release:       1
 License:       GPL v2+
 Group:         Applications/System
 #Source0Download: https://github.com/rpm-software-management/createrepo_c/releases
 Source0:       https://github.com/rpm-software-management/createrepo_c/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 1c7de898d4c13901aae8b672bd1e812e
+# Source0-md5: 253bb04c65351f4e4137661155bca11e
 Patch0:                %{name}-rpm5.patch
-Patch1:                %{name}-no-c23.patch
 URL:           https://github.com/rpm-software-management/createrepo_c
 BuildRequires: bash-completion-devel >= 1:2.0
 BuildRequires: bzip2-devel
@@ -43,6 +42,7 @@ BuildRequires:        sqlite3-devel >= 3
 BuildRequires: xz-devel
 BuildRequires: zchunk-devel
 BuildRequires: zlib-devel
+BuildRequires: zstd-devel
 %{?with_tests:BuildRequires:   zchunk}
 Requires:      %{name}-libs = %{version}-%{release}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -84,6 +84,7 @@ Requires:     rpm-devel
 Requires:      sqlite3-devel >= 3
 Requires:      xz-devel
 Requires:      zlib-devel
+Requires:      zstd-devel
 
 %description devel
 This package contains the createrepo_c C header files. These
@@ -137,7 +138,6 @@ mergerepo_c, modifyrepo_c).
 %prep
 %setup -q
 %{?with_rpm5:%patch0 -p1}
-%patch1 -p1
 
 %build
 install -d build
@@ -185,7 +185,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS README.md
 %attr(755,root,root) %{_libdir}/libcreaterepo_c.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libcreaterepo_c.so.0
+%attr(755,root,root) %ghost %{_libdir}/libcreaterepo_c.so.1
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.112633 seconds and 4 git commands to generate.