diff --git a/.gitignore b/.gitignore index d4e9682..9abb22e 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ squashfs-4.1.tar.bz2 /squashfs-tools-8a9d02e0027c69e6f47d8c2ed995d8c755c9581b.tar.gz /squashfs-tools-d61eb68d75b32977b6c5a8b2d2fe57cbef0d6b4a.tar.gz /squashfs-tools-7f9203e31bae003d12c0fc81a4b32097d17b5618.tar.gz +/squashfs-tools-bd186a77fe670d635e65b021b3d05fc6e67f8d07.tar.gz diff --git a/sources b/sources index c13d613..aa14722 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (squashfs-tools-7f9203e31bae003d12c0fc81a4b32097d17b5618.tar.gz) = bcf9215d218c2d15a3b2b6b50c6771917694ae8877f767d93af0af342f13ab935db097dff2fa7ff151c6aff71e9be01dcbb1636443ef64b29b7d872a2668e629 +SHA512 (squashfs-tools-bd186a77fe670d635e65b021b3d05fc6e67f8d07.tar.gz) = 08b1f4261bece99e4b76333552f451216b43b5e9bcd2ca99ff5f5cd4f1a4571ef4bad37de0fbff3867d2a36d3e69b32d4631aa3f05043c04f0ab2478210b6940 SHA512 (unsquashfs.1) = fbf7c96454584fb844572a43af8781688186e3854c0d0acb9dfd83c5d0e3b6f49b58fbd68407b66ff573f82d8d16ecd10a4c319e49e809428fe65068f0c48bf2 diff --git a/squashfs-tools.spec b/squashfs-tools.spec index f17e3c9..8862f6b 100644 --- a/squashfs-tools.spec +++ b/squashfs-tools.spec @@ -3,11 +3,11 @@ Version: 4.5 Summary: Utility for the creation of squashfs filesystems %global forgeurl https://github.com/plougher/%{name} %global date 20220207 -%global commit 7f9203e31bae003d12c0fc81a4b32097d17b5618 +%global commit bd186a77fe670d635e65b021b3d05fc6e67f8d07 %forgemeta URL: %{forgeurl} Source: %{forgesource} -Release: 8%{?dist} +Release: 9%{?dist} License: GPLv2+ # manpages from http://ftp.debian.org/debian/pool/main/s/squashfs-tools/squashfs-tools_4.2+20121212-1.debian.tar.xz # Phillip is working on providing man pages very soon. Which will replace these. @@ -54,6 +54,10 @@ install -m 644 %{SOURCE2} %{buildroot}%{_mandir}/man1/unsquashfs.1 %{_sbindir}/sqfscat %changelog +* Mon Feb 07 2022 Bruno Wolff III - 4.5-9.20220207gitbd186a7 +- Continue testing upstream patches +- The deprecated lzma support options are improved in the man page + * Mon Feb 07 2022 Bruno Wolff III - 4.5-8.20220207git7f9203e - Continue testing upstream patches - Man pages are now built during the build process