diff --git a/.gitignore b/.gitignore index 9e115c9..44df701 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index 1560ca1..7ff5394 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wimlib-1.13.3.tar.gz) = 5c6e3bd1d7bda55812c818cc527cd241ac8a15276648f2a307db1f2a858de0b322e9f2beffda5bab991811aee3f4a953c3e31847bfa76a7d32ad5850595a15d4 +SHA512 (wimlib-1.13.5.tar.gz) = 46c25f31cb33a648f05c5984a13fc193bf54215efd69b09e055575d979b6c319b612a1b4f0800d8168794cb8f02fdf079e4caea40e6a93304616d4b403bd827e diff --git a/wimlib.spec b/wimlib.spec index 5e3ed59..9df0f75 100644 --- a/wimlib.spec +++ b/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 - 1.13.5-1 +- Update to 1.13.5 + +* Thu Sep 02 2021 Neal Gompa - 1.13.4-2 +- Rebuild for ntfs-3g soname bump + +* Thu Jun 03 2021 Mohamed El Morabity - 1.13.4-1 +- Update to 1.13.4 + * Wed Jan 27 2021 Fedora Release Engineering - 1.13.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild