From b280d436abf25dcd1e787001acb45ea40ee97e93 Mon Sep 17 00:00:00 2001 From: Bruno Wolff III Date: Mar 13 2023 03:22:05 +0000 Subject: Probably the last update before the official release The release is tetstively scheduled for tomorrow and I'd like one last chance for testing before it happens. --- diff --git a/.gitignore b/.gitignore index f9fc92e..a8e27b9 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,4 @@ squashfs-4.1.tar.bz2 /squashfs-tools-7cf6cee6acfa61a423d63168ad198a3bfafacda8.tar.gz /squashfs-tools-746a81c8ea15e0573cc6abca9dc52e265d43a049.tar.gz /squashfs-tools-1eaad6d730604131f0da0c675e547cfe544ddcfa.tar.gz +/squashfs-tools-aaf011a868c786b06e74cbdaf860d45793939f35.tar.gz diff --git a/sources b/sources index 5e268cf..ab750ed 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (squashfs-tools-1eaad6d730604131f0da0c675e547cfe544ddcfa.tar.gz) = 8933366f0dfc83b5cdf9adf6aee1aae45551daeed68aed62e7473d2ea45b83d2e3f54208ea3c83b5c84c55073801dec5374f615da675620d200bdc0f17b79149 +SHA512 (squashfs-tools-aaf011a868c786b06e74cbdaf860d45793939f35.tar.gz) = 5ebf6dcb11c1547b07e7d97969f34e25fd3de288acdfca25b50f2b6d1878b885298b6124aff5cb647e28e9a26d030e50cd3ffa9a397ac809afad1ff2a4285f01 diff --git a/squashfs-tools.spec b/squashfs-tools.spec index a80e228..0947cc5 100644 --- a/squashfs-tools.spec +++ b/squashfs-tools.spec @@ -2,12 +2,12 @@ Name: squashfs-tools Version: 4.6 Summary: Utility for the creation of squashfs filesystems %global forgeurl https://github.com/plougher/%{name} -%global date 20230306 -%global commit 1eaad6d730604131f0da0c675e547cfe544ddcfa -%forgemeta +%global date 20230312 +%global commit aaf011a868c786b06e74cbdaf860d45793939f35 +%forgemeta -i -v URL: %{forgeurl} Source: %{forgesource} -Release: 0.4%{dist} +Release: 0.5%{dist} License: GPLv2+ BuildRequires: make @@ -50,6 +50,10 @@ make INSTALL_PREFIX=%{buildroot}/usr INSTALL_DIR=%{buildroot}%{_sbindir} INSTALL %{_sbindir}/sqfscat %changelog +* Sun Mar 12 2023 Bruno Wolff III - 4.6-0.5^20230312gitaaf011a +- Doc updates +- Probably the last version before the official release (tentatively tomorrow) + * Mon Mar 06 2023 Bruno Wolff III - 4.6-0.4^20230306git1eaad6d - Doc updates and unanchored search improvemebts