From 0f2a443449ffaaaefa1c1b8dd95ed62176217604 Mon Sep 17 00:00:00 2001 From: Bruno Wolff III Date: Feb 19 2022 04:36:58 +0000 Subject: Pick up some more fixes for some minor issues --- diff --git a/.gitignore b/.gitignore index 36ff110..19a8d64 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ squashfs-4.1.tar.bz2 /squashfs-tools-de944c3e6fc8861d8a8844186983d1295415fdaf.tar.gz /squashfs-tools-f491ad858bcacf32dab2b37b3b0b325aa0ea6668.tar.gz /squashfs-tools-75951fb96de64e8062306359c87d987b527a42d0.tar.gz +/squashfs-tools-f3783bbec5b0f105c6571699d3fd38803a345b12.tar.gz diff --git a/sources b/sources index 545715c..c928875 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (squashfs-tools-75951fb96de64e8062306359c87d987b527a42d0.tar.gz) = 2f0db33068c7d8be7d8b983dd9bcdb6aa43b84c1d525db4dce201b054555424f89d6b94a97f2228325a678d1c747da171a2fbd15594f35b3fbdc97707a4a9970 +SHA512 (squashfs-tools-f3783bbec5b0f105c6571699d3fd38803a345b12.tar.gz) = c7acb373e06e6de28d90474533e8e4f7ff2131612e20cab4a5fe2224abffd77137619d02e22b46b8715d1f2bcd2974e7bb234149f772b0235f40d7273002ced0 diff --git a/squashfs-tools.spec b/squashfs-tools.spec index 824b35d..3b9b362 100644 --- a/squashfs-tools.spec +++ b/squashfs-tools.spec @@ -2,12 +2,12 @@ Name: squashfs-tools Version: 4.5 Summary: Utility for the creation of squashfs filesystems %global forgeurl https://github.com/plougher/%{name} -%global date 20220217 -%global commit 75951fb96de64e8062306359c87d987b527a42d0 +%global date 20220218 +%global commit f3783bbec5b0f105c6571699d3fd38803a345b12 %forgemeta URL: %{forgeurl} Source: %{forgesource} -Release: 16%{?dist} +Release: 17%{?dist} License: GPLv2+ BuildRequires: make @@ -51,6 +51,10 @@ make INSTALL_PREFIX=%{buildroot}/usr INSTALL_DIR=%{buildroot}%{_sbindir} INSTALL %{_sbindir}/sqfscat %changelog +* Fri Feb 18 2022 Bruno Wolff III - 4.5-17.20220218gitf3783bb +- Continue testing upstream patches prior to 4.5.1 release. +- Some minor fixes. + * Thu Feb 17 2022 Bruno Wolff III - 4.5-16.20220217git75951fb - Continue testing upstream patches prior to 4.5.1 release. - Some minor fixes.