public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/pxz] epel10.2: Update to GIT 20260317
@ 2026-06-19 19:37 Robert Scheck
0 siblings, 0 replies; only message in thread
From: Robert Scheck @ 2026-06-19 19:37 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/pxz
Branch : epel10.2
Commit : 8f1501f6b23c1936148b54f0f8dc5390496c1a60
Author : Robert Scheck <robert@fedoraproject.org>
Date : 2026-06-19T21:36:45+02:00
Stats : +10/-11 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/pxz/c/8f1501f6b23c1936148b54f0f8dc5390496c1a60?branch=epel10.2
Log:
Update to GIT 20260317
---
diff --git a/pxz.spec b/pxz.spec
index 436620f..06a0a99 100644
--- a/pxz.spec
+++ b/pxz.spec
@@ -1,18 +1,18 @@
-%global commit 136e5c25daf545753329d7cee1b06ae482fb9c44
+%global commit 824de5dd22df3ba54bfe2cdd76029a62e53201fe
%global shortcommit %(c=%{commit}; echo ${c:0:7})
-%global git_date 20220509
+%global git_date 20260317
Summary: Parallel LZMA compressor using XZ
Name: pxz
Version: 4.999.9
-Release: 32.beta.%{git_date}git%{?dist}
+Release: 33.beta.%{git_date}git%{?dist}
License: GPL-2.0-or-later
URL: https://jnovy.fedorapeople.org/pxz/
Source0: https://github.com/jnovy/%{name}/archive/%{commit}/%{name}-%{version}beta.%{git_date}git%{shortcommit}.tar.gz
BuildRequires: gcc
BuildRequires: make
BuildRequires: xz-devel
-Requires: %{_bindir}/xz
+Requires: xz
%description
Parallel XZ is a compression utility that takes advantage of running
@@ -24,7 +24,7 @@ time.
%setup -q -n %{name}-%{commit}
%build
-export CFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DXZ_BINARY='\"%{_bindir}/xz\"'"
+export CFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE"
export LDFLAGS="%{?__global_ldflags}"
%make_build
@@ -32,11 +32,7 @@ export LDFLAGS="%{?__global_ldflags}"
%make_install
%check
-# https://github.com/jnovy/pxz/pull/14
-./pxz -3 -c COPYING > test.xz
-xz -dc test.xz > COPYING.test
-cmp COPYING COPYING.test
-./pxz -dc test.xz > /dev/null
+make check
%files
%license COPYING
@@ -44,6 +40,9 @@ cmp COPYING COPYING.test
%{_mandir}/man1/%{name}.1*
%changelog
+* Fri Jun 19 2026 Robert Scheck <robert@fedoraproject.org> 4.999.9-24.beta.20260317git
+- Update to GIT 20260317
+
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 4.999.9-32.beta.20220509git
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
diff --git a/sources b/sources
index 2882177..f208a9d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (pxz-4.999.9beta.20220509git136e5c2.tar.gz) = b1de877d2b8ee9ea5190af4c1a0dc97f7777c35a084137db6d86e23de99b332ea361a82ed995ac2ea12b7bf0670ae92a822235be3b19a1145b6cf5604074f960
+SHA512 (pxz-4.999.9beta.20260317git824de5d.tar.gz) = 96848c7de6f329fa7837484f3b9c9257ac1d00b73cb8e1e6b9fc33368d0e2de3facfd531dd258f8145cf9e5a0f0d06a41a0a8b8e9a8a16e8049ce27d94ed17d2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-19 19:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-19 19:37 [rpms/pxz] epel10.2: Update to GIT 20260317 Robert Scheck
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox