public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Robert Scheck <robert@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/pxz] f43: Update to GIT 20260317
Date: Fri, 19 Jun 2026 19:37:21 GMT [thread overview]
Message-ID: <178189784109.1.5414015284502033239.rpms-pxz-8f1501f6b23c@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/pxz
Branch : f43
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=f43
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
reply other threads:[~2026-06-19 19:37 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178189784109.1.5414015284502033239.rpms-pxz-8f1501f6b23c@fedoraproject.org \
--to=robert@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox