From d06d960390b545f4e4d7076c65c9eceb3d679be1 Mon Sep 17 00:00:00 2001 From: Mohamed El Morabity Date: Tue, 1 Feb 2022 14:37:53 +0100 Subject: [PATCH 1/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 ff0d1db..e033d98 100644 --- a/wimlib.spec +++ b/wimlib.spec @@ -1,6 +1,6 @@ Name: wimlib -Version: 1.13.4 -Release: 3%{?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-3 - Rebuild for ntfs-3g soname bump From 974eb0de0c5b6fb1e2201a82e99696a1309ef49c Mon Sep 17 00:00:00 2001 From: Mohamed El Morabity Date: Mon, 3 Oct 2022 16:40:02 +0200 Subject: [PATCH 2/3] Update to 1.13.6 --- wimlib.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/wimlib.spec b/wimlib.spec index e033d98..f5106d4 100644 --- a/wimlib.spec +++ b/wimlib.spec @@ -1,15 +1,15 @@ Name: wimlib -Version: 1.13.5 +Version: 1.13.6 Release: 1%{?dist} Summary: Open source Windows Imaging (WIM) library # 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 +# utilities are GPLv3+, some internal headers are MIT +License: GPLv3+ and MIT URL: https://wimlib.net/ Source0: %{url}/downloads/%{name}-%{version}.tar.gz -BuildRequires: make +BuildRequires: make BuildRequires: gcc BuildRequires: pkgconfig(fuse) BuildRequires: pkgconfig(libcrypto) @@ -78,6 +78,10 @@ find $RPM_BUILD_ROOT -name "*.la" -delete %changelog +* Mon Oct 03 2022 Mohamed El Morabity - 1.13.6-1 +- Update to 1.13.6 +- Update license tag (CC0 replaced by MIT) + * Tue Feb 01 2022 Mohamed El Morabity - 1.13.5-1 - Update to 1.13.5 From 1c531f0528cf6f722c7788e65026e3b3d2a38de9 Mon Sep 17 00:00:00 2001 From: Mohamed El Morabity Date: Mon, 3 Oct 2022 17:23:15 +0200 Subject: [PATCH 3/3] Fix build + add tests --- .gitignore | 1 + sources | 2 +- wimlib.spec | 8 +++++++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 44df701..4b69893 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /wimlib-1.13.3.tar.gz /wimlib-1.13.4.tar.gz /wimlib-1.13.5.tar.gz +/wimlib-1.13.6.tar.gz diff --git a/sources b/sources index 7ff5394..590d0c2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wimlib-1.13.5.tar.gz) = 46c25f31cb33a648f05c5984a13fc193bf54215efd69b09e055575d979b6c319b612a1b4f0800d8168794cb8f02fdf079e4caea40e6a93304616d4b403bd827e +SHA512 (wimlib-1.13.6.tar.gz) = 5aed00af2071f433a6f7c468d0f8c52fa8e202e69f5f5234976bf2f5f4e498a2bb30840c81287c445fa77ce5d8b91550a67b1c1959f7a0bcd3229a0c44fa0096 diff --git a/wimlib.spec b/wimlib.spec index f5106d4..3b7a24f 100644 --- a/wimlib.spec +++ b/wimlib.spec @@ -15,6 +15,8 @@ BuildRequires: pkgconfig(fuse) BuildRequires: pkgconfig(libcrypto) BuildRequires: pkgconfig(libntfs-3g) BuildRequires: pkgconfig(libxml-2.0) +# Needed for tests +BuildRequires: ntfsprogs %description wimlib is a C library for creating, modifying, extracting, and mounting files in @@ -60,9 +62,13 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool find $RPM_BUILD_ROOT -name "*.la" -delete +%check +%make_build check + + %files %doc NEWS README -%license COPYING COPYING.CC0 COPYING.GPLv3 +%license COPYING COPYING.GPLv3 %{_libdir}/*.so.15*