From 0d7a27456aaa100e81ad74dd7aa91a08558fd67c Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Sat, 25 Jan 2020 08:46:52 -0600 Subject: [PATCH 01/22] "Adding package.cfg file" --- package.cfg | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 package.cfg diff --git a/package.cfg b/package.cfg new file mode 100644 index 0000000..66ea79d --- /dev/null +++ b/package.cfg @@ -0,0 +1,2 @@ +[koji] +targets = epel8 epel8-playground \ No newline at end of file From 4c1f23f9c5060f381ad3e5d95b0bef7482e078ea Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 14:26:38 +0000 Subject: [PATCH 02/22] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xar.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xar.spec b/xar.spec index 08d11f4..6cbc24d 100644 --- a/xar.spec +++ b/xar.spec @@ -2,7 +2,7 @@ Name: xar Version: 1.8.0.%{subversion} -Release: 2%{?dist} +Release: 3%{?dist} Summary: The eXtensible ARchiver License: BSD URL: https://opensource.apple.com/source/xar @@ -90,6 +90,9 @@ popd %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 1.8.0.417.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Fri Jan 31 2020 Fedora Release Engineering - 1.8.0.417.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From 698fb3eb7875f1aa14b1f6540375d03794a3b4d5 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Thu, 24 Sep 2020 19:00:16 +0000 Subject: [PATCH 03/22] remove package.cfg per new epel-playground policy --- package.cfg | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 package.cfg diff --git a/package.cfg b/package.cfg deleted file mode 100644 index 66ea79d..0000000 --- a/package.cfg +++ /dev/null @@ -1,2 +0,0 @@ -[koji] -targets = epel8 epel8-playground \ No newline at end of file From 22d50779dc9853e2d60b64c3a43b561b1a8b6e7d Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Sat, 9 Jan 2021 01:06:53 +0000 Subject: [PATCH 04/22] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- xar.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/xar.spec b/xar.spec index 6cbc24d..322a643 100644 --- a/xar.spec +++ b/xar.spec @@ -7,6 +7,7 @@ Summary: The eXtensible ARchiver License: BSD URL: https://opensource.apple.com/source/xar Source: https://opensource.apple.com/tarballs/xar/xar-%{subversion}.tar.gz +BuildRequires: make BuildRequires: gcc BuildRequires: libxml2-devel BuildRequires: openssl-devel From 8d4d3053159eebb48317c14fd31a500835d18956 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 23:47:00 +0000 Subject: [PATCH 05/22] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xar.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xar.spec b/xar.spec index 322a643..55aac03 100644 --- a/xar.spec +++ b/xar.spec @@ -2,7 +2,7 @@ Name: xar Version: 1.8.0.%{subversion} -Release: 3%{?dist} +Release: 4%{?dist} Summary: The eXtensible ARchiver License: BSD URL: https://opensource.apple.com/source/xar @@ -91,6 +91,9 @@ popd %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 1.8.0.417.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Jul 29 2020 Fedora Release Engineering - 1.8.0.417.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From ae3c69ec3ac389781449e7ce0480cc358d0fc110 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 21:16:13 +0000 Subject: [PATCH 06/22] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xar.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xar.spec b/xar.spec index 55aac03..b3e8de0 100644 --- a/xar.spec +++ b/xar.spec @@ -2,7 +2,7 @@ Name: xar Version: 1.8.0.%{subversion} -Release: 4%{?dist} +Release: 5%{?dist} Summary: The eXtensible ARchiver License: BSD URL: https://opensource.apple.com/source/xar @@ -91,6 +91,9 @@ popd %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 1.8.0.417.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Wed Jan 27 2021 Fedora Release Engineering - 1.8.0.417.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 994eb5ad7b192d04ce4745328cc15ae8fce2c446 Mon Sep 17 00:00:00 2001 From: Sahana Prasad Date: Tue, 14 Sep 2021 19:17:56 +0200 Subject: [PATCH 07/22] Rebuilt with OpenSSL 3.0.0 --- xar.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xar.spec b/xar.spec index b3e8de0..931af5b 100644 --- a/xar.spec +++ b/xar.spec @@ -2,7 +2,7 @@ Name: xar Version: 1.8.0.%{subversion} -Release: 5%{?dist} +Release: 6%{?dist} Summary: The eXtensible ARchiver License: BSD URL: https://opensource.apple.com/source/xar @@ -91,6 +91,9 @@ popd %changelog +* Tue Sep 14 2021 Sahana Prasad - 1.8.0.417.1-6 +- Rebuilt with OpenSSL 3.0.0 + * Fri Jul 23 2021 Fedora Release Engineering - 1.8.0.417.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 80314422d63db9869c76976c5b386c4dc02e971a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 04:47:50 +0000 Subject: [PATCH 08/22] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xar.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xar.spec b/xar.spec index 931af5b..335de6f 100644 --- a/xar.spec +++ b/xar.spec @@ -2,7 +2,7 @@ Name: xar Version: 1.8.0.%{subversion} -Release: 6%{?dist} +Release: 7%{?dist} Summary: The eXtensible ARchiver License: BSD URL: https://opensource.apple.com/source/xar @@ -91,6 +91,9 @@ popd %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 1.8.0.417.1-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Tue Sep 14 2021 Sahana Prasad - 1.8.0.417.1-6 - Rebuilt with OpenSSL 3.0.0 From dd70ed98068303638c7d867954e030ad3686bcbd Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 12:46:30 +0000 Subject: [PATCH 09/22] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xar.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xar.spec b/xar.spec index 335de6f..1a1ed4f 100644 --- a/xar.spec +++ b/xar.spec @@ -2,7 +2,7 @@ Name: xar Version: 1.8.0.%{subversion} -Release: 7%{?dist} +Release: 8%{?dist} Summary: The eXtensible ARchiver License: BSD URL: https://opensource.apple.com/source/xar @@ -91,6 +91,9 @@ popd %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 1.8.0.417.1-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Sat Jan 22 2022 Fedora Release Engineering - 1.8.0.417.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From a441a3e84b4666eb170262b637c4422604adb8c7 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Sun, 4 Jul 2021 19:50:58 -0400 Subject: [PATCH 10/22] Enable build on aarch64, ppc64le --- xar-1.8-gnuconfig.patch | 36 ++++++++++++++++++++++++++++++++++++ xar.spec | 9 ++++++--- 2 files changed, 42 insertions(+), 3 deletions(-) create mode 100644 xar-1.8-gnuconfig.patch diff --git a/xar-1.8-gnuconfig.patch b/xar-1.8-gnuconfig.patch new file mode 100644 index 0000000..9e4649d --- /dev/null +++ b/xar-1.8-gnuconfig.patch @@ -0,0 +1,36 @@ +--- a/config.guess 2006-04-19 16:46:22.000000000 -0400 ++++ b/config.guess 2021-07-04 19:33:12.857566034 -0400 +@@ -882,6 +882,15 @@ + ppc64:Linux:*:*) + echo powerpc64-unknown-linux-gnu + exit ;; ++ ppc64le:Linux:*:*) ++ echo powerpc64le-unknown-linux-gnu ++ exit ;; ++ aarch64:Linux:*:*) ++ echo aarch64-unknown-linux-gnu ++ exit ;; ++ aarch64_be:Linux:*:*) ++ echo aarch64_be-unknown-linux-gnu ++ exit ;; + alpha:Linux:*:*) + case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in + EV5) UNAME_MACHINE=alphaev5 ;; +--- a/config.sub 2006-04-19 16:46:22.000000000 -0400 ++++ b/config.sub 2021-07-04 19:34:44.072681790 -0400 +@@ -228,6 +228,7 @@ + # Some are omitted here because they have special meanings below. + 1750a | 580 \ + | a29k \ ++ | aarch64 | aarch64_be \ + | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ + | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ + | am33_2.0 \ +@@ -301,6 +302,7 @@ + # Recognize the basic CPU types with company name. + 580-* \ + | a29k-* \ ++ | aarch64-* | aarch64_be-* \ + | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ + | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ + | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ diff --git a/xar.spec b/xar.spec index 1a1ed4f..4d9e544 100644 --- a/xar.spec +++ b/xar.spec @@ -2,7 +2,7 @@ Name: xar Version: 1.8.0.%{subversion} -Release: 8%{?dist} +Release: 9%{?dist} Summary: The eXtensible ARchiver License: BSD URL: https://opensource.apple.com/source/xar @@ -15,8 +15,6 @@ BuildRequires: zlib-devel BuildRequires: bzip2-devel BuildRequires: gawk BuildRequires: autoconf -ExcludeArch: aarch64 -ExcludeArch: ppc64le #First 4 patches taken from Gentoo Xar package. To make Xar more suitable for Linux systems @@ -27,6 +25,7 @@ Patch2: xar-1.8-arm-ppc.patch Patch3: xar-1.8-openssl-1.1.patch Patch4: xar-1.8-Add-OpenSSL-To-Configuration.patch +Patch5: xar-1.8-gnuconfig.patch %description @@ -56,6 +55,7 @@ pushd xar %patch2 -p1 %patch3 -p1 %patch4 -p1 +%patch5 -p1 sed 's:-Wl,-rpath,::g' -i configure.ac #No rpath sed 's:filetree.h:../lib/filetree.h:g' -i src/xar.c #Fix path sed 's:util.h:../lib/util.h:g' -i src/xar.c #Fix path @@ -91,6 +91,9 @@ popd %changelog +* Mon Jan 16 2023 Yaakov Selkowitz - 1.8.0.417.1-9 +- Enable build on aarch64, ppc64le + * Sat Jul 23 2022 Fedora Release Engineering - 1.8.0.417.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 07a12d7033513fa210a12de0b3bb3d2489f44c9e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 07:08:17 +0000 Subject: [PATCH 11/22] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xar.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xar.spec b/xar.spec index 4d9e544..3b6abea 100644 --- a/xar.spec +++ b/xar.spec @@ -2,7 +2,7 @@ Name: xar Version: 1.8.0.%{subversion} -Release: 9%{?dist} +Release: 10%{?dist} Summary: The eXtensible ARchiver License: BSD URL: https://opensource.apple.com/source/xar @@ -91,6 +91,9 @@ popd %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 1.8.0.417.1-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Mon Jan 16 2023 Yaakov Selkowitz - 1.8.0.417.1-9 - Enable build on aarch64, ppc64le From 921f2b138b81f7a81a7697415508a8aabf8f5e39 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 18:30:36 +0000 Subject: [PATCH 12/22] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xar.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xar.spec b/xar.spec index 3b6abea..c4801b1 100644 --- a/xar.spec +++ b/xar.spec @@ -2,7 +2,7 @@ Name: xar Version: 1.8.0.%{subversion} -Release: 10%{?dist} +Release: 11%{?dist} Summary: The eXtensible ARchiver License: BSD URL: https://opensource.apple.com/source/xar @@ -91,6 +91,9 @@ popd %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 1.8.0.417.1-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Sat Jan 21 2023 Fedora Release Engineering - 1.8.0.417.1-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 3302dd913596da29162e4b7e8862f24c8a0e34c5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 09:19:06 +0000 Subject: [PATCH 13/22] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- xar.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xar.spec b/xar.spec index c4801b1..5d3db68 100644 --- a/xar.spec +++ b/xar.spec @@ -2,7 +2,7 @@ Name: xar Version: 1.8.0.%{subversion} -Release: 11%{?dist} +Release: 12%{?dist} Summary: The eXtensible ARchiver License: BSD URL: https://opensource.apple.com/source/xar @@ -91,6 +91,9 @@ popd %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 1.8.0.417.1-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jul 22 2023 Fedora Release Engineering - 1.8.0.417.1-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From c1e85e9b38bb2f77ded1ea6cde04fb424b1f3efb Mon Sep 17 00:00:00 2001 From: Software Management Team Date: Thu, 30 May 2024 12:46:50 +0200 Subject: [PATCH 14/22] Eliminate use of obsolete %patchN syntax (#2283636) --- xar.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/xar.spec b/xar.spec index 5d3db68..a4d8204 100644 --- a/xar.spec +++ b/xar.spec @@ -50,12 +50,12 @@ Development files for the eXtensible ARchiver. %prep %setup -n xar-%{subversion} pushd xar -%patch0 -p1 -%patch1 -p1 -%patch2 -p1 -%patch3 -p1 -%patch4 -p1 -%patch5 -p1 +%patch -P0 -p1 +%patch -P1 -p1 +%patch -P2 -p1 +%patch -P3 -p1 +%patch -P4 -p1 +%patch -P5 -p1 sed 's:-Wl,-rpath,::g' -i configure.ac #No rpath sed 's:filetree.h:../lib/filetree.h:g' -i src/xar.c #Fix path sed 's:util.h:../lib/util.h:g' -i src/xar.c #Fix path From e00fea47fd1607474709608cca4df923512c5b6d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 09:42:00 +0000 Subject: [PATCH 15/22] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- xar.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xar.spec b/xar.spec index a4d8204..6087cb9 100644 --- a/xar.spec +++ b/xar.spec @@ -2,7 +2,7 @@ Name: xar Version: 1.8.0.%{subversion} -Release: 12%{?dist} +Release: 13%{?dist} Summary: The eXtensible ARchiver License: BSD URL: https://opensource.apple.com/source/xar @@ -91,6 +91,9 @@ popd %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 1.8.0.417.1-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Sat Jan 27 2024 Fedora Release Engineering - 1.8.0.417.1-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From a5f197bb4ff5f42eedd92b187478e8ac24a0f5e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Wed, 4 Sep 2024 22:49:26 +0200 Subject: [PATCH 16/22] convert license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- xar.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/xar.spec b/xar.spec index 6087cb9..2c91635 100644 --- a/xar.spec +++ b/xar.spec @@ -2,9 +2,10 @@ Name: xar Version: 1.8.0.%{subversion} -Release: 13%{?dist} +Release: 14%{?dist} Summary: The eXtensible ARchiver -License: BSD +# Automatically converted from old format: BSD - review is highly recommended. +License: LicenseRef-Callaway-BSD URL: https://opensource.apple.com/source/xar Source: https://opensource.apple.com/tarballs/xar/xar-%{subversion}.tar.gz BuildRequires: make @@ -91,6 +92,9 @@ popd %changelog +* Wed Sep 04 2024 Miroslav Suchý - 1.8.0.417.1-14 +- convert license to SPDX + * Sat Jul 20 2024 Fedora Release Engineering - 1.8.0.417.1-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 6e755e014cef732b7da29232ad2dee0582c68946 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 15:24:51 +0000 Subject: [PATCH 17/22] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- xar.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xar.spec b/xar.spec index 2c91635..f028a6d 100644 --- a/xar.spec +++ b/xar.spec @@ -2,7 +2,7 @@ Name: xar Version: 1.8.0.%{subversion} -Release: 14%{?dist} +Release: 15%{?dist} Summary: The eXtensible ARchiver # Automatically converted from old format: BSD - review is highly recommended. License: LicenseRef-Callaway-BSD @@ -92,6 +92,9 @@ popd %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 1.8.0.417.1-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Wed Sep 04 2024 Miroslav Suchý - 1.8.0.417.1-14 - convert license to SPDX From 13e509526ccff3469a21a1ed8db94e46450fe978 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:37:19 +0000 Subject: [PATCH 18/22] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- xar.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xar.spec b/xar.spec index f028a6d..66326e6 100644 --- a/xar.spec +++ b/xar.spec @@ -2,7 +2,7 @@ Name: xar Version: 1.8.0.%{subversion} -Release: 15%{?dist} +Release: 16%{?dist} Summary: The eXtensible ARchiver # Automatically converted from old format: BSD - review is highly recommended. License: LicenseRef-Callaway-BSD @@ -92,6 +92,9 @@ popd %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 1.8.0.417.1-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sun Jan 19 2025 Fedora Release Engineering - 1.8.0.417.1-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From ac8b832a0fde3175f77c46bfa020b55dd4a669fa Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 20:27:08 +0000 Subject: [PATCH 19/22] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- xar.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xar.spec b/xar.spec index 66326e6..d8d44dc 100644 --- a/xar.spec +++ b/xar.spec @@ -2,7 +2,7 @@ Name: xar Version: 1.8.0.%{subversion} -Release: 16%{?dist} +Release: 17%{?dist} Summary: The eXtensible ARchiver # Automatically converted from old format: BSD - review is highly recommended. License: LicenseRef-Callaway-BSD @@ -92,6 +92,9 @@ popd %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 1.8.0.417.1-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Fri Jul 25 2025 Fedora Release Engineering - 1.8.0.417.1-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From a0a2a1885fee91080ba58e1b92ba31a25153b506 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Wed, 4 Feb 2026 10:29:44 +0100 Subject: [PATCH 20/22] update gnu-config files to make it build on riscv64 --- xar-1.8-gnuconfig.patch | 36 ------------------------------------ xar.spec | 8 +++++--- 2 files changed, 5 insertions(+), 39 deletions(-) delete mode 100644 xar-1.8-gnuconfig.patch diff --git a/xar-1.8-gnuconfig.patch b/xar-1.8-gnuconfig.patch deleted file mode 100644 index 9e4649d..0000000 --- a/xar-1.8-gnuconfig.patch +++ /dev/null @@ -1,36 +0,0 @@ ---- a/config.guess 2006-04-19 16:46:22.000000000 -0400 -+++ b/config.guess 2021-07-04 19:33:12.857566034 -0400 -@@ -882,6 +882,15 @@ - ppc64:Linux:*:*) - echo powerpc64-unknown-linux-gnu - exit ;; -+ ppc64le:Linux:*:*) -+ echo powerpc64le-unknown-linux-gnu -+ exit ;; -+ aarch64:Linux:*:*) -+ echo aarch64-unknown-linux-gnu -+ exit ;; -+ aarch64_be:Linux:*:*) -+ echo aarch64_be-unknown-linux-gnu -+ exit ;; - alpha:Linux:*:*) - case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in - EV5) UNAME_MACHINE=alphaev5 ;; ---- a/config.sub 2006-04-19 16:46:22.000000000 -0400 -+++ b/config.sub 2021-07-04 19:34:44.072681790 -0400 -@@ -228,6 +228,7 @@ - # Some are omitted here because they have special meanings below. - 1750a | 580 \ - | a29k \ -+ | aarch64 | aarch64_be \ - | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ - | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ - | am33_2.0 \ -@@ -301,6 +302,7 @@ - # Recognize the basic CPU types with company name. - 580-* \ - | a29k-* \ -+ | aarch64-* | aarch64_be-* \ - | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ - | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ - | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ diff --git a/xar.spec b/xar.spec index d8d44dc..b7d70f2 100644 --- a/xar.spec +++ b/xar.spec @@ -2,7 +2,7 @@ Name: xar Version: 1.8.0.%{subversion} -Release: 17%{?dist} +Release: 18%{?dist} Summary: The eXtensible ARchiver # Automatically converted from old format: BSD - review is highly recommended. License: LicenseRef-Callaway-BSD @@ -26,7 +26,6 @@ Patch2: xar-1.8-arm-ppc.patch Patch3: xar-1.8-openssl-1.1.patch Patch4: xar-1.8-Add-OpenSSL-To-Configuration.patch -Patch5: xar-1.8-gnuconfig.patch %description @@ -56,7 +55,6 @@ pushd xar %patch -P2 -p1 %patch -P3 -p1 %patch -P4 -p1 -%patch -P5 -p1 sed 's:-Wl,-rpath,::g' -i configure.ac #No rpath sed 's:filetree.h:../lib/filetree.h:g' -i src/xar.c #Fix path sed 's:util.h:../lib/util.h:g' -i src/xar.c #Fix path @@ -64,6 +62,7 @@ popd %build pushd xar +cp /usr/lib/rpm/redhat/config.{guess,sub} . env NOCONFIGURE=1 ./autogen.sh %configure --disable-static make %{?_smp_mflags} @@ -92,6 +91,9 @@ popd %changelog +* Wed Feb 04 2026 Marcin Juszkiewicz - 1.8.0.417.1-18 +- update gnu-config files to make it build on riscv64 + * Sat Jan 17 2026 Fedora Release Engineering - 1.8.0.417.1-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild From b199a6c876d7ac73aa88b6cd452e7b75ce62692d Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Fri, 12 Jun 2026 20:07:16 -0400 Subject: [PATCH 21/22] Rebuilt for openssl 4.0 --- xar.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xar.spec b/xar.spec index b7d70f2..dd42c4b 100644 --- a/xar.spec +++ b/xar.spec @@ -2,7 +2,7 @@ Name: xar Version: 1.8.0.%{subversion} -Release: 18%{?dist} +Release: 19%{?dist} Summary: The eXtensible ARchiver # Automatically converted from old format: BSD - review is highly recommended. License: LicenseRef-Callaway-BSD @@ -91,6 +91,9 @@ popd %changelog +* Sat Jun 13 2026 Yaakov Selkowitz - 1.8.0.417.1-19 +- Rebuilt for openssl 4.0 + * Wed Feb 04 2026 Marcin Juszkiewicz - 1.8.0.417.1-18 - update gnu-config files to make it build on riscv64 From 211561349e8db8f9cc13dbfb781be5ab459d6e0e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 09:00:33 +0000 Subject: [PATCH 22/22] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- xar.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xar.spec b/xar.spec index dd42c4b..d206546 100644 --- a/xar.spec +++ b/xar.spec @@ -2,7 +2,7 @@ Name: xar Version: 1.8.0.%{subversion} -Release: 19%{?dist} +Release: 20%{?dist} Summary: The eXtensible ARchiver # Automatically converted from old format: BSD - review is highly recommended. License: LicenseRef-Callaway-BSD @@ -91,6 +91,9 @@ popd %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 1.8.0.417.1-20 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Sat Jun 13 2026 Yaakov Selkowitz - 1.8.0.417.1-19 - Rebuilt for openssl 4.0