From 06baadb6fef01fcdb986764ce53d04c000d08fbe Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 18:13:41 +0000 Subject: [PATCH 01/15] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wimlib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wimlib.spec b/wimlib.spec index d46aef3..e4207f6 100644 --- a/wimlib.spec +++ b/wimlib.spec @@ -1,6 +1,6 @@ Name: wimlib Version: 1.13.6 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Open source Windows Imaging (WIM) library # wimlib is dual-licensed (GPLv3+/LGPLv3+) but is linked to libntfs-3g (GPLv3+), @@ -84,6 +84,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 1.13.6-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Sat Jan 21 2023 Fedora Release Engineering - 1.13.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 643356cc815457fb13b9de7ca17c9326da766a5e Mon Sep 17 00:00:00 2001 From: Mohamed El Morabity Date: Mon, 25 Sep 2023 01:16:08 +0200 Subject: [PATCH 02/15] Update to 1.14.3 --- .gitignore | 1 + sources | 2 +- wimlib-1.14.3-tests.patch | 18 ++++++++++++++++++ wimlib.spec | 27 ++++++++++++++++++--------- 4 files changed, 38 insertions(+), 10 deletions(-) create mode 100644 wimlib-1.14.3-tests.patch diff --git a/.gitignore b/.gitignore index 4b69893..003b320 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /wimlib-1.13.4.tar.gz /wimlib-1.13.5.tar.gz /wimlib-1.13.6.tar.gz +/wimlib-1.14.3.tar.gz diff --git a/sources b/sources index 590d0c2..b615abe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wimlib-1.13.6.tar.gz) = 5aed00af2071f433a6f7c468d0f8c52fa8e202e69f5f5234976bf2f5f4e498a2bb30840c81287c445fa77ce5d8b91550a67b1c1959f7a0bcd3229a0c44fa0096 +SHA512 (wimlib-1.14.3.tar.gz) = 397121a355e3577eb75590c58d6a00e400c52b5352311fa44a9d7dcc443f409dca14796ba74a807ce893d3cb24072ac642441ec22dc334b34a76d9dd5d135d32 diff --git a/wimlib-1.14.3-tests.patch b/wimlib-1.14.3-tests.patch new file mode 100644 index 0000000..c803a34 --- /dev/null +++ b/wimlib-1.14.3-tests.patch @@ -0,0 +1,18 @@ +diff -up ./Makefile.am.orig ./Makefile.am +--- ./Makefile.am.orig 2023-09-04 20:41:02.000000000 +0200 ++++ ./Makefile.am 2023-09-25 00:59:26.933092055 +0200 +@@ -311,14 +311,6 @@ dist_check_SCRIPTS = tests/test-imagex \ + tests/test-imagex-capture_and_apply \ + tests/test-imagex-update_and_extract + +-if WITH_FUSE +-dist_check_SCRIPTS += tests/test-imagex-mount +-endif +- +-if WITH_NTFS_3G +-dist_check_SCRIPTS += tests/test-imagex-ntfs +-endif +- + EXTRA_DIST += \ + tests/common_tests.sh \ + tests/exclusionlists \ diff --git a/wimlib.spec b/wimlib.spec index e4207f6..c52d7ef 100644 --- a/wimlib.spec +++ b/wimlib.spec @@ -1,22 +1,27 @@ Name: wimlib -Version: 1.13.6 -Release: 3%{?dist} +Version: 1.14.3 +Release: 1%{?dist} Summary: Open source Windows Imaging (WIM) library -# wimlib is dual-licensed (GPLv3+/LGPLv3+) but is linked to libntfs-3g (GPLv3+), -# utilities are GPLv3+, some internal headers are MIT -License: GPLv3+ and MIT +# wimlib is dual-licensed (GPL-3.0-or-later/LGPL-3.0-or-later) but is linked to +# libntfs-3g (GPL-3.0-or-later), utilities are GPL-3.0-or-later, some internal +# headers are MIT +License: GPL-3.0-or-later AND MIT URL: https://wimlib.net/ Source0: %{url}/downloads/%{name}-%{version}.tar.gz +# Disable tests requiring mount privileges +Patch0: %{name}-1.14.3-tests.patch +BuildRequires: automake BuildRequires: make BuildRequires: gcc -BuildRequires: pkgconfig(fuse) +BuildRequires: pkgconfig(fuse3) BuildRequires: pkgconfig(libcrypto) BuildRequires: pkgconfig(libntfs-3g) BuildRequires: pkgconfig(libxml-2.0) # Needed for tests -BuildRequires: ntfsprogs +# BuildRequires: ntfs-3g +# BuildRequires: ntfsprogs %description wimlib is a C library for creating, modifying, extracting, and mounting files in @@ -44,7 +49,7 @@ files in the Windows Imaging Format (WIM files). %prep -%autosetup +%autosetup -p0 %build @@ -67,7 +72,7 @@ find $RPM_BUILD_ROOT -name "*.la" -delete %files -%doc NEWS README +%doc NEWS.md README.md %license COPYING COPYING.GPLv3 %{_libdir}/*.so.15* @@ -84,6 +89,10 @@ find $RPM_BUILD_ROOT -name "*.la" -delete %changelog +* Sun Sep 24 2023 Mohamed El Morabity - 1.14.3-1 +- Update to 1.14.3 +- Switch license tag to SPDX + * Sat Jul 22 2023 Fedora Release Engineering - 1.13.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From f981da5b713ae0e7804dad9e434fae44fcd3bb83 Mon Sep 17 00:00:00 2001 From: Mohamed El Morabity Date: Mon, 25 Sep 2023 01:16:08 +0200 Subject: [PATCH 03/15] Update to 1.14.3 --- .gitignore | 1 + sources | 2 +- wimlib-1.14.3-tests.patch | 18 ++++++++++++++++++ wimlib.spec | 27 ++++++++++++++++++--------- 4 files changed, 38 insertions(+), 10 deletions(-) create mode 100644 wimlib-1.14.3-tests.patch diff --git a/.gitignore b/.gitignore index 4b69893..003b320 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /wimlib-1.13.4.tar.gz /wimlib-1.13.5.tar.gz /wimlib-1.13.6.tar.gz +/wimlib-1.14.3.tar.gz diff --git a/sources b/sources index 590d0c2..b615abe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wimlib-1.13.6.tar.gz) = 5aed00af2071f433a6f7c468d0f8c52fa8e202e69f5f5234976bf2f5f4e498a2bb30840c81287c445fa77ce5d8b91550a67b1c1959f7a0bcd3229a0c44fa0096 +SHA512 (wimlib-1.14.3.tar.gz) = 397121a355e3577eb75590c58d6a00e400c52b5352311fa44a9d7dcc443f409dca14796ba74a807ce893d3cb24072ac642441ec22dc334b34a76d9dd5d135d32 diff --git a/wimlib-1.14.3-tests.patch b/wimlib-1.14.3-tests.patch new file mode 100644 index 0000000..c803a34 --- /dev/null +++ b/wimlib-1.14.3-tests.patch @@ -0,0 +1,18 @@ +diff -up ./Makefile.am.orig ./Makefile.am +--- ./Makefile.am.orig 2023-09-04 20:41:02.000000000 +0200 ++++ ./Makefile.am 2023-09-25 00:59:26.933092055 +0200 +@@ -311,14 +311,6 @@ dist_check_SCRIPTS = tests/test-imagex \ + tests/test-imagex-capture_and_apply \ + tests/test-imagex-update_and_extract + +-if WITH_FUSE +-dist_check_SCRIPTS += tests/test-imagex-mount +-endif +- +-if WITH_NTFS_3G +-dist_check_SCRIPTS += tests/test-imagex-ntfs +-endif +- + EXTRA_DIST += \ + tests/common_tests.sh \ + tests/exclusionlists \ diff --git a/wimlib.spec b/wimlib.spec index d46aef3..33da613 100644 --- a/wimlib.spec +++ b/wimlib.spec @@ -1,22 +1,27 @@ Name: wimlib -Version: 1.13.6 -Release: 2%{?dist} +Version: 1.14.3 +Release: 1%{?dist} Summary: Open source Windows Imaging (WIM) library -# wimlib is dual-licensed (GPLv3+/LGPLv3+) but is linked to libntfs-3g (GPLv3+), -# utilities are GPLv3+, some internal headers are MIT -License: GPLv3+ and MIT +# wimlib is dual-licensed (GPL-3.0-or-later/LGPL-3.0-or-later) but is linked to +# libntfs-3g (GPL-3.0-or-later), utilities are GPL-3.0-or-later, some internal +# headers are MIT +License: GPL-3.0-or-later AND MIT URL: https://wimlib.net/ Source0: %{url}/downloads/%{name}-%{version}.tar.gz +# Disable tests requiring mount privileges +Patch0: %{name}-1.14.3-tests.patch +BuildRequires: automake BuildRequires: make BuildRequires: gcc -BuildRequires: pkgconfig(fuse) +BuildRequires: pkgconfig(fuse3) BuildRequires: pkgconfig(libcrypto) BuildRequires: pkgconfig(libntfs-3g) BuildRequires: pkgconfig(libxml-2.0) # Needed for tests -BuildRequires: ntfsprogs +# BuildRequires: ntfs-3g +# BuildRequires: ntfsprogs %description wimlib is a C library for creating, modifying, extracting, and mounting files in @@ -44,7 +49,7 @@ files in the Windows Imaging Format (WIM files). %prep -%autosetup +%autosetup -p0 %build @@ -67,7 +72,7 @@ find $RPM_BUILD_ROOT -name "*.la" -delete %files -%doc NEWS README +%doc NEWS.md README.md %license COPYING COPYING.GPLv3 %{_libdir}/*.so.15* @@ -84,6 +89,10 @@ find $RPM_BUILD_ROOT -name "*.la" -delete %changelog +* Sun Sep 24 2023 Mohamed El Morabity - 1.14.3-1 +- Update to 1.14.3 +- Switch license tag to SPDX + * Sat Jan 21 2023 Fedora Release Engineering - 1.13.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From e8b07a5e8cf6cd02ee5288643b8411fe96447942 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 08:50:18 +0000 Subject: [PATCH 04/15] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- wimlib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wimlib.spec b/wimlib.spec index c52d7ef..5302656 100644 --- a/wimlib.spec +++ b/wimlib.spec @@ -1,6 +1,6 @@ Name: wimlib Version: 1.14.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Open source Windows Imaging (WIM) library # wimlib is dual-licensed (GPL-3.0-or-later/LGPL-3.0-or-later) but is linked to @@ -89,6 +89,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 1.14.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sun Sep 24 2023 Mohamed El Morabity - 1.14.3-1 - Update to 1.14.3 - Switch license tag to SPDX From 589eacb5abe8c5bf4e9bdefa610e02a38e4fe5b4 Mon Sep 17 00:00:00 2001 From: Mohamed El Morabity Date: Sat, 2 Mar 2024 23:28:05 +0100 Subject: [PATCH 05/15] Update to 1.14.4 --- .gitignore | 1 + sources | 2 +- wimlib.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 003b320..dfc733a 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /wimlib-1.13.5.tar.gz /wimlib-1.13.6.tar.gz /wimlib-1.14.3.tar.gz +/wimlib-1.14.4.tar.gz diff --git a/sources b/sources index b615abe..c2f0c73 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wimlib-1.14.3.tar.gz) = 397121a355e3577eb75590c58d6a00e400c52b5352311fa44a9d7dcc443f409dca14796ba74a807ce893d3cb24072ac642441ec22dc334b34a76d9dd5d135d32 +SHA512 (wimlib-1.14.4.tar.gz) = f3c25ee14fe849f452f004ce8137ef040410ea048555ae71180086f010858b6ed593c8881b805bac65f9ee878bf11661a7f17677c6c24e2c77149c35ee0cd853 diff --git a/wimlib.spec b/wimlib.spec index 5302656..c391134 100644 --- a/wimlib.spec +++ b/wimlib.spec @@ -1,6 +1,6 @@ Name: wimlib -Version: 1.14.3 -Release: 2%{?dist} +Version: 1.14.4 +Release: 1%{?dist} Summary: Open source Windows Imaging (WIM) library # wimlib is dual-licensed (GPL-3.0-or-later/LGPL-3.0-or-later) but is linked to @@ -89,6 +89,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete %changelog +* Sat Mar 02 2024 Mohamed El Morabity - 1.14.4-1 +- Update to 1.14.4 + * Sat Jan 27 2024 Fedora Release Engineering - 1.14.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 0037594cac266e8ebcd545ddce90c22b367c0826 Mon Sep 17 00:00:00 2001 From: Mohamed El Morabity Date: Sat, 2 Mar 2024 23:28:05 +0100 Subject: [PATCH 06/15] Update to 1.14.4 --- .gitignore | 1 + sources | 2 +- wimlib.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 003b320..dfc733a 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /wimlib-1.13.5.tar.gz /wimlib-1.13.6.tar.gz /wimlib-1.14.3.tar.gz +/wimlib-1.14.4.tar.gz diff --git a/sources b/sources index b615abe..c2f0c73 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wimlib-1.14.3.tar.gz) = 397121a355e3577eb75590c58d6a00e400c52b5352311fa44a9d7dcc443f409dca14796ba74a807ce893d3cb24072ac642441ec22dc334b34a76d9dd5d135d32 +SHA512 (wimlib-1.14.4.tar.gz) = f3c25ee14fe849f452f004ce8137ef040410ea048555ae71180086f010858b6ed593c8881b805bac65f9ee878bf11661a7f17677c6c24e2c77149c35ee0cd853 diff --git a/wimlib.spec b/wimlib.spec index 33da613..ed1d180 100644 --- a/wimlib.spec +++ b/wimlib.spec @@ -1,5 +1,5 @@ Name: wimlib -Version: 1.14.3 +Version: 1.14.4 Release: 1%{?dist} Summary: Open source Windows Imaging (WIM) library @@ -89,6 +89,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete %changelog +* Sat Mar 02 2024 Mohamed El Morabity - 1.14.4-1 +- Update to 1.14.4 + * Sun Sep 24 2023 Mohamed El Morabity - 1.14.3-1 - Update to 1.14.3 - Switch license tag to SPDX From 2032be477456c6fde04506848a74acc12e523182 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 09:22:01 +0000 Subject: [PATCH 07/15] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- wimlib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wimlib.spec b/wimlib.spec index c391134..d479751 100644 --- a/wimlib.spec +++ b/wimlib.spec @@ -1,6 +1,6 @@ Name: wimlib Version: 1.14.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Open source Windows Imaging (WIM) library # wimlib is dual-licensed (GPL-3.0-or-later/LGPL-3.0-or-later) but is linked to @@ -89,6 +89,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 1.14.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Sat Mar 02 2024 Mohamed El Morabity - 1.14.4-1 - Update to 1.14.4 From ddb0d4a613af7952e6fbcced87ecb99c47147db2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 15:02:49 +0000 Subject: [PATCH 08/15] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- wimlib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wimlib.spec b/wimlib.spec index d479751..89068f8 100644 --- a/wimlib.spec +++ b/wimlib.spec @@ -1,6 +1,6 @@ Name: wimlib Version: 1.14.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Open source Windows Imaging (WIM) library # wimlib is dual-licensed (GPL-3.0-or-later/LGPL-3.0-or-later) but is linked to @@ -89,6 +89,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 1.14.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Sat Jul 20 2024 Fedora Release Engineering - 1.14.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 581bb09a7f538d90c92dfc23e678293324fe13ee Mon Sep 17 00:00:00 2001 From: Mohamed El Morabity Date: Sat, 25 Jan 2025 20:26:01 +0100 Subject: [PATCH 09/15] Fix FTBFS (RHBZ #2341541) + drop useless BuildRequires --- wimlib.spec | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/wimlib.spec b/wimlib.spec index 89068f8..f274f3d 100644 --- a/wimlib.spec +++ b/wimlib.spec @@ -1,6 +1,6 @@ Name: wimlib Version: 1.14.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Open source Windows Imaging (WIM) library # wimlib is dual-licensed (GPL-3.0-or-later/LGPL-3.0-or-later) but is linked to @@ -12,16 +12,15 @@ Source0: %{url}/downloads/%{name}-%{version}.tar.gz # Disable tests requiring mount privileges Patch0: %{name}-1.14.3-tests.patch +%if 0%{?fedora} > 41 +BuildRequires: autoconf +BuildRequires: libtool +%endif BuildRequires: automake BuildRequires: make BuildRequires: gcc BuildRequires: pkgconfig(fuse3) -BuildRequires: pkgconfig(libcrypto) BuildRequires: pkgconfig(libntfs-3g) -BuildRequires: pkgconfig(libxml-2.0) -# Needed for tests -# BuildRequires: ntfs-3g -# BuildRequires: ntfsprogs %description wimlib is a C library for creating, modifying, extracting, and mounting files in @@ -53,6 +52,10 @@ files in the Windows Imaging Format (WIM files). %build +# Ensure build files match the installed Automake version +%if 0%{?fedora} > 41 +autoreconf -fiv +%endif %configure \ --disable-silent-rules \ --disable-static @@ -89,6 +92,10 @@ find $RPM_BUILD_ROOT -name "*.la" -delete %changelog +* Sat Jan 25 2025 Mohamed El Morabity - 1.14.4-4 +- Fix FTBFS (RHBZ #2341541) +- Drop useless BuildRequires + * Sun Jan 19 2025 Fedora Release Engineering - 1.14.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From d3e8bb7fc3ec8c0feb98a35c85331c5ce4deedca Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:26:05 +0000 Subject: [PATCH 10/15] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- wimlib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wimlib.spec b/wimlib.spec index f274f3d..e303827 100644 --- a/wimlib.spec +++ b/wimlib.spec @@ -1,6 +1,6 @@ Name: wimlib Version: 1.14.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Open source Windows Imaging (WIM) library # wimlib is dual-licensed (GPL-3.0-or-later/LGPL-3.0-or-later) but is linked to @@ -92,6 +92,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 1.14.4-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sat Jan 25 2025 Mohamed El Morabity - 1.14.4-4 - Fix FTBFS (RHBZ #2341541) - Drop useless BuildRequires From f174b80b8e17a9a6ed5fb73e209eed2aa7eb2cf8 Mon Sep 17 00:00:00 2001 From: Tom spot Callaway Date: Tue, 4 Nov 2025 16:49:27 -0500 Subject: [PATCH 11/15] rebuild for new fuse3 --- wimlib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wimlib.spec b/wimlib.spec index e303827..907ead0 100644 --- a/wimlib.spec +++ b/wimlib.spec @@ -1,6 +1,6 @@ Name: wimlib Version: 1.14.4 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Open source Windows Imaging (WIM) library # wimlib is dual-licensed (GPL-3.0-or-later/LGPL-3.0-or-later) but is linked to @@ -92,6 +92,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete %changelog +* Tue Nov 4 2025 Tom Callaway - 1.14.4-6 +- rebuild for new fuse3 + * Fri Jul 25 2025 Fedora Release Engineering - 1.14.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 125ef2f3757ad8e903ccb59a61491e3745a54c8d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 20:15:10 +0000 Subject: [PATCH 12/15] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- wimlib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wimlib.spec b/wimlib.spec index 907ead0..4aa76e4 100644 --- a/wimlib.spec +++ b/wimlib.spec @@ -1,6 +1,6 @@ Name: wimlib Version: 1.14.4 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Open source Windows Imaging (WIM) library # wimlib is dual-licensed (GPL-3.0-or-later/LGPL-3.0-or-later) but is linked to @@ -92,6 +92,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 1.14.4-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Tue Nov 4 2025 Tom Callaway - 1.14.4-6 - rebuild for new fuse3 From 44749f939dfa5b6062dd935ce72c33d0e88292f4 Mon Sep 17 00:00:00 2001 From: Mohamed El Morabity Date: Tue, 10 Mar 2026 10:18:24 +0100 Subject: [PATCH 13/15] Update to 1.14.5 --- .gitignore | 1 + sources | 2 +- wimlib.spec | 11 +++++++---- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index dfc733a..bedb8e6 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /wimlib-1.13.6.tar.gz /wimlib-1.14.3.tar.gz /wimlib-1.14.4.tar.gz +/wimlib-1.14.5.tar.gz diff --git a/sources b/sources index c2f0c73..b03de56 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wimlib-1.14.4.tar.gz) = f3c25ee14fe849f452f004ce8137ef040410ea048555ae71180086f010858b6ed593c8881b805bac65f9ee878bf11661a7f17677c6c24e2c77149c35ee0cd853 +SHA512 (wimlib-1.14.5.tar.gz) = 60db80a3a93d3b5094a8277be8a41d06632905e4e1780b5def1bca614e5ef90a5627081f78dab17516192295c796bf9679883df4e0addc2d2e342d61d68f9f0b diff --git a/wimlib.spec b/wimlib.spec index 4aa76e4..1424a41 100644 --- a/wimlib.spec +++ b/wimlib.spec @@ -1,6 +1,6 @@ Name: wimlib -Version: 1.14.4 -Release: 7%{?dist} +Version: 1.14.5 +Release: 1%{?dist} Summary: Open source Windows Imaging (WIM) library # wimlib is dual-licensed (GPL-3.0-or-later/LGPL-3.0-or-later) but is linked to @@ -12,7 +12,7 @@ Source0: %{url}/downloads/%{name}-%{version}.tar.gz # Disable tests requiring mount privileges Patch0: %{name}-1.14.3-tests.patch -%if 0%{?fedora} > 41 +%if 0%{?fedora} <= 42 BuildRequires: autoconf BuildRequires: libtool %endif @@ -53,7 +53,7 @@ files in the Windows Imaging Format (WIM files). %build # Ensure build files match the installed Automake version -%if 0%{?fedora} > 41 +%if 0%{?fedora} <= 42 autoreconf -fiv %endif %configure \ @@ -92,6 +92,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete %changelog +* Tue Mar 10 2026 Mohamed El Morabity - 1.14.5-1 +- Update to 1.14.5 + * Sat Jan 17 2026 Fedora Release Engineering - 1.14.4-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild From 00f7f10322686baf06867bccd629aeb229a871df Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 08:49:28 +0000 Subject: [PATCH 14/15] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- wimlib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wimlib.spec b/wimlib.spec index 1424a41..cd272ff 100644 --- a/wimlib.spec +++ b/wimlib.spec @@ -1,6 +1,6 @@ Name: wimlib Version: 1.14.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Open source Windows Imaging (WIM) library # wimlib is dual-licensed (GPL-3.0-or-later/LGPL-3.0-or-later) but is linked to @@ -92,6 +92,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 1.14.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Tue Mar 10 2026 Mohamed El Morabity - 1.14.5-1 - Update to 1.14.5 From d2dc3b837640bf1bcaa18a70c212be2a2a733a2e Mon Sep 17 00:00:00 2001 From: Tom spot Callaway Date: Thu, 27 Aug 2026 16:49:53 -0400 Subject: [PATCH 15/15] rebuild for new ntfs-3g --- wimlib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wimlib.spec b/wimlib.spec index cd272ff..b70c133 100644 --- a/wimlib.spec +++ b/wimlib.spec @@ -1,6 +1,6 @@ Name: wimlib Version: 1.14.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Open source Windows Imaging (WIM) library # wimlib is dual-licensed (GPL-3.0-or-later/LGPL-3.0-or-later) but is linked to @@ -92,6 +92,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete %changelog +* Thu Aug 27 2026 Tom Callaway - 1.14.5-3 +- rebuild for new ntfs-3g + * Fri Jul 17 2026 Fedora Release Engineering - 1.14.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild