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.
This commit is contained in:
Bruno Wolff III 2023-03-12 22:22:05 -05:00
parent 2073c47ba2
commit b280d436ab
3 changed files with 10 additions and 5 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -1 +1 @@
SHA512 (squashfs-tools-1eaad6d730604131f0da0c675e547cfe544ddcfa.tar.gz) = 8933366f0dfc83b5cdf9adf6aee1aae45551daeed68aed62e7473d2ea45b83d2e3f54208ea3c83b5c84c55073801dec5374f615da675620d200bdc0f17b79149
SHA512 (squashfs-tools-aaf011a868c786b06e74cbdaf860d45793939f35.tar.gz) = 5ebf6dcb11c1547b07e7d97969f34e25fd3de288acdfca25b50f2b6d1878b885298b6124aff5cb647e28e9a26d030e50cd3ffa9a397ac809afad1ff2a4285f01

View File

@ -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 <bruno@wolff.to> - 4.6-0.5^20230312gitaaf011a
- Doc updates
- Probably the last version before the official release (tentatively tomorrow)
* Mon Mar 06 2023 Bruno Wolff III <bruno@wolff.to> - 4.6-0.4^20230306git1eaad6d
- Doc updates and unanchored search improvemebts