From b4cb4340d2910f714c85d308a29d7dc8fdeed33f Mon Sep 17 00:00:00 2001 From: Mohamed El Morabity Date: Thu, 3 Jun 2021 12:47:09 +0200 Subject: [PATCH 1/3] Update to 1.13.4 --- .gitignore | 1 + sources | 2 +- wimlib.spec | 14 +++++++++----- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 9e115c9..261df29 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +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 1560ca1..9dcf13d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wimlib-1.13.3.tar.gz) = 5c6e3bd1d7bda55812c818cc527cd241ac8a15276648f2a307db1f2a858de0b322e9f2beffda5bab991811aee3f4a953c3e31847bfa76a7d32ad5850595a15d4 +SHA512 (wimlib-1.13.4.tar.gz) = 480fe6fa6c6e8f1bf9c3960f5e1671f3266535b18dc72e9d7c4c05c7fb833d9b00db5ae9fb49154da6e71e536cae8b562cbf81ab5a124e2a79326927e2cf7344 diff --git a/wimlib.spec b/wimlib.spec index 5e3ed59..53b2325 100644 --- a/wimlib.spec +++ b/wimlib.spec @@ -1,10 +1,11 @@ Name: wimlib -Version: 1.13.3 -Release: 2%{?dist} +Version: 1.13.4 +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,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete %changelog +* 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 From 359621c33624f83dd8514f2dc7bded3c874d038f Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Thu, 2 Sep 2021 16:41:29 -0400 Subject: [PATCH 2/3] Rebuild for ntfs-3g soname bump --- wimlib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wimlib.spec b/wimlib.spec index 53b2325..c0a0111 100644 --- a/wimlib.spec +++ b/wimlib.spec @@ -1,6 +1,6 @@ Name: wimlib Version: 1.13.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Open source Windows Imaging (WIM) library # wimlib is dual-licensed (GPLv3+/LGPLv3+) but is linked to libntfs-3g (GPLv3+), @@ -78,6 +78,9 @@ 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 From 3cd7c02faa35cae3a7ebb1c5533e69d328433aeb Mon Sep 17 00:00:00 2001 From: Mohamed El Morabity Date: Tue, 1 Feb 2022 14:37:53 +0100 Subject: [PATCH 3/3] Update to 1.13.5 --- .gitignore | 1 + sources | 2 +- wimlib.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 261df29..44df701 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /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 9dcf13d..7ff5394 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wimlib-1.13.4.tar.gz) = 480fe6fa6c6e8f1bf9c3960f5e1671f3266535b18dc72e9d7c4c05c7fb833d9b00db5ae9fb49154da6e71e536cae8b562cbf81ab5a124e2a79326927e2cf7344 +SHA512 (wimlib-1.13.5.tar.gz) = 46c25f31cb33a648f05c5984a13fc193bf54215efd69b09e055575d979b6c319b612a1b4f0800d8168794cb8f02fdf079e4caea40e6a93304616d4b403bd827e diff --git a/wimlib.spec b/wimlib.spec index c0a0111..9df0f75 100644 --- a/wimlib.spec +++ b/wimlib.spec @@ -1,6 +1,6 @@ Name: wimlib -Version: 1.13.4 -Release: 2%{?dist} +Version: 1.13.5 +Release: 1%{?dist} Summary: Open source Windows Imaging (WIM) library # wimlib is dual-licensed (GPLv3+/LGPLv3+) but is linked to libntfs-3g (GPLv3+), @@ -78,6 +78,9 @@ 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