Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 892f0e0b73 | |||
|
|
b513ffad8d | ||
|
|
ddf179bb97 | ||
|
|
44d33a4ec2 | ||
|
|
5862085abd |
3 changed files with 17 additions and 5 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,2 +1,4 @@
|
|||
/wimlib-1.13.1.tar.gz
|
||||
/wimlib-1.13.2.tar.gz
|
||||
/wimlib-1.13.3.tar.gz
|
||||
/wimlib-1.13.4.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (wimlib-1.13.2.tar.gz) = 8d70a737724bec7591977de5b772b708864ce7548cfe79ebee7508de1013a9915aca356d2b73e6b2959bce671be0a275463546503b616f61833724c5bb75faba
|
||||
SHA512 (wimlib-1.13.4.tar.gz) = 480fe6fa6c6e8f1bf9c3960f5e1671f3266535b18dc72e9d7c4c05c7fb833d9b00db5ae9fb49154da6e71e536cae8b562cbf81ab5a124e2a79326927e2cf7344
|
||||
|
|
|
|||
18
wimlib.spec
18
wimlib.spec
|
|
@ -1,10 +1,11 @@
|
|||
Name: wimlib
|
||||
Version: 1.13.2
|
||||
Version: 1.13.4
|
||||
Release: 2%{?dist}
|
||||
Summary: Open source Windows Imaging (WIM) library
|
||||
|
||||
# Library is dual licensed, utilities are GPLv3+, some internal headers are CC0
|
||||
License: (GPLv3+ or LGPLv3+) and GPLv3+ and CC0
|
||||
# wimlib is dual-licensed (GPLv3+/LGPLv3+) but is linked to libntfs-3g (GPLv3+),
|
||||
# utilities are GPLv3+, some internal headers are CC0
|
||||
License: GPLv3+ and CC0
|
||||
URL: https://wimlib.net/
|
||||
Source0: %{url}/downloads/%{name}-%{version}.tar.gz
|
||||
|
||||
|
|
@ -60,7 +61,7 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
|
|||
|
||||
%files
|
||||
%doc NEWS README
|
||||
%license COPYING COPYING.CC0 COPYING.GPLv3 COPYING.LGPLv3
|
||||
%license COPYING COPYING.CC0 COPYING.GPLv3
|
||||
%{_libdir}/*.so.15*
|
||||
|
||||
|
||||
|
|
@ -76,6 +77,15 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Sep 02 2021 Neal Gompa <ngompa@fedoraproject.org> - 1.13.4-2
|
||||
- Rebuild for ntfs-3g soname bump
|
||||
|
||||
* Thu Jun 03 2021 Mohamed El Morabity <melmorabity@fedoraproject.org> - 1.13.4-1
|
||||
- Update to 1.13.4
|
||||
|
||||
* Tue Oct 27 2020 Mohamed El Morabity <melmorabity@fedoraproject.org> - 1.13.3-1
|
||||
- Update to 1.13.3
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue