Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5d082a2032 |
3 changed files with 9 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -6,3 +6,4 @@
|
||||||
/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.4.tar.gz
|
||||||
|
/wimlib-1.14.5.tar.gz
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (wimlib-1.14.4.tar.gz) = f3c25ee14fe849f452f004ce8137ef040410ea048555ae71180086f010858b6ed593c8881b805bac65f9ee878bf11661a7f17677c6c24e2c77149c35ee0cd853
|
SHA512 (wimlib-1.14.5.tar.gz) = 60db80a3a93d3b5094a8277be8a41d06632905e4e1780b5def1bca614e5ef90a5627081f78dab17516192295c796bf9679883df4e0addc2d2e342d61d68f9f0b
|
||||||
|
|
|
||||||
11
wimlib.spec
11
wimlib.spec
|
|
@ -1,6 +1,6 @@
|
||||||
Name: wimlib
|
Name: wimlib
|
||||||
Version: 1.14.4
|
Version: 1.14.5
|
||||||
Release: 5%{?dist}
|
Release: 1%{?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,7 +12,7 @@ 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} > 41
|
%if 0%{?fedora} <= 42
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
%endif
|
%endif
|
||||||
|
|
@ -53,7 +53,7 @@ files in the Windows Imaging Format (WIM files).
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Ensure build files match the installed Automake version
|
# Ensure build files match the installed Automake version
|
||||||
%if 0%{?fedora} > 41
|
%if 0%{?fedora} <= 42
|
||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
%endif
|
%endif
|
||||||
%configure \
|
%configure \
|
||||||
|
|
@ -92,6 +92,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 10 2026 Mohamed El Morabity <melmorabity@fedoraproject.org> - 1.14.5-1
|
||||||
|
- Update to 1.14.5
|
||||||
|
|
||||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.4-5
|
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.4-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue