diff --git a/.gitignore b/.gitignore index b1a2a3a..261df29 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index d1826eb..9dcf13d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wimlib-1.13.2.tar.gz) = 8d70a737724bec7591977de5b772b708864ce7548cfe79ebee7508de1013a9915aca356d2b73e6b2959bce671be0a275463546503b616f61833724c5bb75faba +SHA512 (wimlib-1.13.4.tar.gz) = 480fe6fa6c6e8f1bf9c3960f5e1671f3266535b18dc72e9d7c4c05c7fb833d9b00db5ae9fb49154da6e71e536cae8b562cbf81ab5a124e2a79326927e2cf7344 diff --git a/wimlib.spec b/wimlib.spec index 796416b..c4ad2f9 100644 --- a/wimlib.spec +++ b/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 - 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 + +* Tue Oct 27 2020 Mohamed El Morabity - 1.13.3-1 +- Update to 1.13.3 + * Wed Jul 29 2020 Fedora Release Engineering - 1.13.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild