From 780d2c1999217f74360049666fe9fc5e2a2d6012 Mon Sep 17 00:00:00 2001 From: Bruno Wolff III Date: Mon, 6 Mar 2023 02:03:41 -0600 Subject: [PATCH] Get some manual updates and unanchored search improvements --- .gitignore | 1 + sources | 2 +- squashfs-tools.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 3deb750..f9fc92e 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,4 @@ squashfs-4.1.tar.bz2 /squashfs-tools-4.5.1.tar.gz /squashfs-tools-7cf6cee6acfa61a423d63168ad198a3bfafacda8.tar.gz /squashfs-tools-746a81c8ea15e0573cc6abca9dc52e265d43a049.tar.gz +/squashfs-tools-1eaad6d730604131f0da0c675e547cfe544ddcfa.tar.gz diff --git a/sources b/sources index b195373..5e268cf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (squashfs-tools-746a81c8ea15e0573cc6abca9dc52e265d43a049.tar.gz) = 5c360f53e75d84e0eb86d8125da6357448603ff9fdbb7bbe2717b7a95ba04e560a2071443bf394b088e636260b84ca37a9495fbe56806f1599b78fcb96cedbba +SHA512 (squashfs-tools-1eaad6d730604131f0da0c675e547cfe544ddcfa.tar.gz) = 8933366f0dfc83b5cdf9adf6aee1aae45551daeed68aed62e7473d2ea45b83d2e3f54208ea3c83b5c84c55073801dec5374f615da675620d200bdc0f17b79149 diff --git a/squashfs-tools.spec b/squashfs-tools.spec index 20f25f8..f548ba2 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 20230228 -%global commit 746a81c8ea15e0573cc6abca9dc52e265d43a049 +%global date 20230306 +%global commit 1eaad6d730604131f0da0c675e547cfe544ddcfa %forgemeta URL: %{forgeurl} Source: %{forgesource} -Release: 0.3%{dist} +Release: 0.4%{dist} License: GPLv2+ BuildRequires: make @@ -50,6 +50,9 @@ make INSTALL_PREFIX=%{buildroot}/usr INSTALL_DIR=%{buildroot}%{_sbindir} INSTALL %{_sbindir}/sqfscat %changelog +* Mon Mar 06 2023 Bruno Wolff III - 4.6-0.4^20230306git1eaad6d +- Doc updates and unanchored search improvemebts + * Tue Feb 28 2023 Bruno Wolff III - 4.6-0.3^20230228git746a81c - Doc updates and minor bug fix