[packages/deltarpm] - updated to 3.6.5
qboosh
qboosh at pld-linux.org
Sat Feb 8 22:32:05 CET 2025
commit 2b97dc370ba4951d36c80082b4e3eaebf937687b
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Feb 8 22:30:38 2025 +0100
- updated to 3.6.5
deltarpm.spec | 9 ++++-----
python-install.patch | 11 -----------
2 files changed, 4 insertions(+), 16 deletions(-)
---
diff --git a/deltarpm.spec b/deltarpm.spec
index f77f86e..4f61798 100644
--- a/deltarpm.spec
+++ b/deltarpm.spec
@@ -7,17 +7,16 @@
Summary: Create deltas between rpms
Summary(pl.UTF-8): Generowanie różnic między pakietami rpm
Name: deltarpm
-Version: 3.6.3
-Release: 3
+Version: 3.6.5
+Release: 1
License: BSD
Group: Base
#Source0Download: https://github.com/rpm-software-management/deltarpm/tags
Source0: https://github.com/rpm-software-management/deltarpm/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 8788682eaa329e467f00f096ced03051
+# Source0-md5: d60921e36c8866cb5933e2002c1b3830
Patch0: %{name}-3.4-no-skip-doc.patch
Patch1: %{name}-3.4-pld.patch
Patch2: %{name}-rpm5.patch
-Patch3: python-install.patch
URL: https://github.com/rpm-software-management/deltarpm
BuildRequires: bzip2-devel
BuildRequires: popt-devel
@@ -28,6 +27,7 @@ BuildRequires: rpm-pythonprov
BuildRequires: rpmbuild(macros) >= 1.507
BuildRequires: xz-devel
BuildRequires: zlib-static
+BuildRequires: zstd-devel
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -99,7 +99,6 @@ Ten pakiet zawiera wiązania Pythona 3 do deltarpm.
%patch -P 0 -p1
%patch -P 1 -p1
%{?with_rpm5:%patch2 -p1}
-%patch -P 3 -p1
%build
%{__make} \
diff --git a/python-install.patch b/python-install.patch
deleted file mode 100644
index 795cd72..0000000
--- a/python-install.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- deltarpm-3.6/Makefile~ 2016-05-06 09:12:02.000000000 +0200
-+++ deltarpm-3.6/Makefile 2016-05-06 09:12:37.798574123 +0200
-@@ -79,7 +79,7 @@
- install -m 644 drpmsync.8 $(DESTDIR)$(mandir)/man8
- for PY in $(PYTHONS) ; do \
- if [ -x /usr/bin/$$PY ]; then \
-- PYLIB=`$$PY -c 'from distutils import sysconfig ; print(sysconfig.get_python_lib(1))'` ; \
-+ PYLIB=`$$PY -c 'from distutils import sysconfig ; print(sysconfig.get_python_lib(1,prefix="$(prefix)"))'` ; \
- PYVER=`$$PY -c 'from distutils import sysconfig ; print(sysconfig.get_python_version())'` ; \
- if [ -e python$$PYVER/_deltarpmmodule.so ]; then \
- mkdir -p $(DESTDIR)$(pylibprefix)$$PYLIB ; \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/deltarpm.git/commitdiff/2b97dc370ba4951d36c80082b4e3eaebf937687b
More information about the pld-cvs-commit
mailing list