From c16b95903989ffe3586427280127a818f2f7b6ff Mon Sep 17 00:00:00 2001 From: Bruno Wolff III Date: Mar 05 2022 01:56:41 +0000 Subject: Some more minor fixes --- diff --git a/.gitignore b/.gitignore index 8db3f54..06f8af5 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ squashfs-4.1.tar.bz2 /squashfs-tools-2dfbcdac38bc42af4b200a1a1e86d3154e079e04.tar.gz /squashfs-tools-c883f3212cf5004c49121e0803f12d26d0db6a97.tar.gz /squashfs-tools-263a14e4d1ec93fbd192289bc3aae0cac2485221.tar.gz +/squashfs-tools-2baf12e55af5a519e1285437343d3a606962a4b6.tar.gz diff --git a/sources b/sources index daba405..0d834ea 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (squashfs-tools-263a14e4d1ec93fbd192289bc3aae0cac2485221.tar.gz) = e3a9bb5a890be2d9cf8fad5fff3a17e7f9a148704197624d166cb324943f59bb726f380d6c3ae7f260a05534fe4e836c59db5d34bf6aa9effa0d876d0f8ef6e4 +SHA512 (squashfs-tools-2baf12e55af5a519e1285437343d3a606962a4b6.tar.gz) = 8ca6263833ed032d03de04be7644c7a718de726d10ca2844a159c38d7c8e57a4792cea48aede13d7c440680e2301eba3bcb793b71cd0ef397fb43b6ee26ae1f6 diff --git a/squashfs-tools.spec b/squashfs-tools.spec index fe350aa..d5e3060 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 20220228 -%global commit 263a14e4d1ec93fbd192289bc3aae0cac2485221 +%global date 20220304 +%global commit 2baf12e55af5a519e1285437343d3a606962a4b6 %forgemeta URL: %{forgeurl} Source: %{forgesource} -Release: 21%{?dist} +Release: 22%{?dist} License: GPLv2+ BuildRequires: make @@ -51,6 +51,10 @@ make INSTALL_PREFIX=%{buildroot}/usr INSTALL_DIR=%{buildroot}%{_sbindir} INSTALL %{_sbindir}/sqfscat %changelog +* Fri Mar 04 2022 Bruno Wolff III - 4.5-22.20220304git2baf12e +- Continue testing upstream patches prior to 4.5.1 release. +- Minor fixes + * Mon Feb 28 2022 Bruno Wolff III - 4.5-21.20220228git263a14e - Continue testing upstream patches prior to 4.5.1 release. - Man page improvement