[packages/poldek] - for for updated typings
baggins
baggins at pld-linux.org
Fri Jan 3 22:14:40 CET 2025
commit 887913553bb27d6dc7121c16335007ced4dccde2
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Fri Jan 3 23:09:27 2025 +0100
- for for updated typings
poldek.spec | 4 +++-
rpm-4.18.patch | 13 +++++++++++++
2 files changed, 16 insertions(+), 1 deletion(-)
---
diff --git a/poldek.spec b/poldek.spec
index 3fd30f5..ebe6a56 100644
--- a/poldek.spec
+++ b/poldek.spec
@@ -22,7 +22,7 @@
%define ver_rpm 1:4.14
%endif
-%define rel 19
+%define rel 20
Summary: RPM packages management helper tool
Summary(hu.UTF-8): RPM csomagkezelést segítő eszköz
Summary(pl.UTF-8): Pomocnicze narzędzie do zarządzania pakietami RPM
@@ -74,6 +74,7 @@ Patch22: egrep-is-obsolete.patch
Patch23: minus.patch
Patch24: %{name}-https-redirect.patch
Patch25: gcc14.patch
+Patch26: rpm-4.18.patch
URL: http://poldek.pld-linux.org/
%{?with_rpm5:BuildRequires: %{db_pkg}-devel >= %{ver_db}}
BuildRequires: autoconf >= 2.63
@@ -274,6 +275,7 @@ cd ..
%patch23 -p1
%patch24 -p1
%patch25 -p1
+%patch26 -p1
%{__rm} doc/poldek.info
%{__rm} m4/libtool.m4 m4/lt*.m4
diff --git a/rpm-4.18.patch b/rpm-4.18.patch
new file mode 100644
index 0000000..d893bb9
--- /dev/null
+++ b/rpm-4.18.patch
@@ -0,0 +1,13 @@
+--- poldek-0.42.2/pm/rpmorg/install.c~ 2025-01-03 23:00:37.000000000 +0100
++++ poldek-0.42.2/pm/rpmorg/install.c 2025-01-03 23:07:13.436664378 +0100
+@@ -77,8 +77,8 @@
+
+ static void *install_cb(const void *h __attribute__((unused)),
+ const enum rpmCallbackType_e op,
+- const long unsigned int amount,
+- const long unsigned int total,
++ const rpm_loff_t amount,
++ const rpm_loff_t total,
+ const void *pkgpath,
+ void *data __attribute__((unused)))
+ {
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/poldek.git/commitdiff/887913553bb27d6dc7121c16335007ced4dccde2
More information about the pld-cvs-commit
mailing list