Compare commits
10 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d2dc3b8376 | ||
|
|
00f7f10322 | ||
|
|
44749f939d | ||
|
|
125ef2f375 | ||
|
|
f174b80b8e | ||
|
|
d3e8bb7fc3 | ||
|
|
581bb09a7f | ||
|
|
ddb0d4a613 | ||
|
|
2032be4774 | ||
|
|
589eacb5ab |
3 changed files with 44 additions and 8 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -5,3 +5,5 @@
|
||||||
/wimlib-1.13.5.tar.gz
|
/wimlib-1.13.5.tar.gz
|
||||||
/wimlib-1.13.6.tar.gz
|
/wimlib-1.13.6.tar.gz
|
||||||
/wimlib-1.14.3.tar.gz
|
/wimlib-1.14.3.tar.gz
|
||||||
|
/wimlib-1.14.4.tar.gz
|
||||||
|
/wimlib-1.14.5.tar.gz
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (wimlib-1.14.3.tar.gz) = 397121a355e3577eb75590c58d6a00e400c52b5352311fa44a9d7dcc443f409dca14796ba74a807ce893d3cb24072ac642441ec22dc334b34a76d9dd5d135d32
|
SHA512 (wimlib-1.14.5.tar.gz) = 60db80a3a93d3b5094a8277be8a41d06632905e4e1780b5def1bca614e5ef90a5627081f78dab17516192295c796bf9679883df4e0addc2d2e342d61d68f9f0b
|
||||||
|
|
|
||||||
48
wimlib.spec
48
wimlib.spec
|
|
@ -1,6 +1,6 @@
|
||||||
Name: wimlib
|
Name: wimlib
|
||||||
Version: 1.14.3
|
Version: 1.14.5
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Open source Windows Imaging (WIM) library
|
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
|
# 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
|
# Disable tests requiring mount privileges
|
||||||
Patch0: %{name}-1.14.3-tests.patch
|
Patch0: %{name}-1.14.3-tests.patch
|
||||||
|
|
||||||
|
%if 0%{?fedora} <= 42
|
||||||
|
BuildRequires: autoconf
|
||||||
|
BuildRequires: libtool
|
||||||
|
%endif
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: pkgconfig(fuse3)
|
BuildRequires: pkgconfig(fuse3)
|
||||||
BuildRequires: pkgconfig(libcrypto)
|
|
||||||
BuildRequires: pkgconfig(libntfs-3g)
|
BuildRequires: pkgconfig(libntfs-3g)
|
||||||
BuildRequires: pkgconfig(libxml-2.0)
|
|
||||||
# Needed for tests
|
|
||||||
# BuildRequires: ntfs-3g
|
|
||||||
# BuildRequires: ntfsprogs
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
wimlib is a C library for creating, modifying, extracting, and mounting files in
|
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
|
%build
|
||||||
|
# Ensure build files match the installed Automake version
|
||||||
|
%if 0%{?fedora} <= 42
|
||||||
|
autoreconf -fiv
|
||||||
|
%endif
|
||||||
%configure \
|
%configure \
|
||||||
--disable-silent-rules \
|
--disable-silent-rules \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
@ -89,6 +92,37 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 27 2026 Tom Callaway <spot@fedoraproject.org> - 1.14.5-3
|
||||||
|
- rebuild for new ntfs-3g
|
||||||
|
|
||||||
|
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.5-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Mar 10 2026 Mohamed El Morabity <melmorabity@fedoraproject.org> - 1.14.5-1
|
||||||
|
- Update to 1.14.5
|
||||||
|
|
||||||
|
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.4-7
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Nov 4 2025 Tom Callaway <spot@fedoraproject.org> - 1.14.4-6
|
||||||
|
- rebuild for new fuse3
|
||||||
|
|
||||||
|
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.4-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jan 25 2025 Mohamed El Morabity <melmorabity@fedoraproject.org> - 1.14.4-4
|
||||||
|
- Fix FTBFS (RHBZ #2341541)
|
||||||
|
- Drop useless BuildRequires
|
||||||
|
|
||||||
|
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.4-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.4-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Mar 02 2024 Mohamed El Morabity <melmorabity@fedoraproject.org> - 1.14.4-1
|
||||||
|
- Update to 1.14.4
|
||||||
|
|
||||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.3-2
|
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.3-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue