Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3cd7c02faa | ||
| 359621c336 | |||
|
|
b4cb4340d2 |
3 changed files with 18 additions and 6 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,3 +1,5 @@
|
|||
/wimlib-1.13.1.tar.gz
|
||||
/wimlib-1.13.2.tar.gz
|
||||
/wimlib-1.13.3.tar.gz
|
||||
/wimlib-1.13.4.tar.gz
|
||||
/wimlib-1.13.5.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (wimlib-1.13.3.tar.gz) = 5c6e3bd1d7bda55812c818cc527cd241ac8a15276648f2a307db1f2a858de0b322e9f2beffda5bab991811aee3f4a953c3e31847bfa76a7d32ad5850595a15d4
|
||||
SHA512 (wimlib-1.13.5.tar.gz) = 46c25f31cb33a648f05c5984a13fc193bf54215efd69b09e055575d979b6c319b612a1b4f0800d8168794cb8f02fdf079e4caea40e6a93304616d4b403bd827e
|
||||
|
|
|
|||
20
wimlib.spec
20
wimlib.spec
|
|
@ -1,10 +1,11 @@
|
|||
Name: wimlib
|
||||
Version: 1.13.3
|
||||
Release: 2%{?dist}
|
||||
Version: 1.13.5
|
||||
Release: 1%{?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
|
||||
|
||||
|
|
@ -61,7 +62,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*
|
||||
|
||||
|
||||
|
|
@ -77,6 +78,15 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Feb 01 2022 Mohamed El Morabity <melmorabity@fedoraproject.org> - 1.13.5-1
|
||||
- Update to 1.13.5
|
||||
|
||||
* 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
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue