Get some manual updates and unanchored search improvements
This commit is contained in:
parent
b80cc2ea93
commit
780d2c1999
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (squashfs-tools-746a81c8ea15e0573cc6abca9dc52e265d43a049.tar.gz) = 5c360f53e75d84e0eb86d8125da6357448603ff9fdbb7bbe2717b7a95ba04e560a2071443bf394b088e636260b84ca37a9495fbe56806f1599b78fcb96cedbba
|
||||
SHA512 (squashfs-tools-1eaad6d730604131f0da0c675e547cfe544ddcfa.tar.gz) = 8933366f0dfc83b5cdf9adf6aee1aae45551daeed68aed62e7473d2ea45b83d2e3f54208ea3c83b5c84c55073801dec5374f615da675620d200bdc0f17b79149
|
||||
|
@ -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 <bruno@wolff.to> - 4.6-0.4^20230306git1eaad6d
|
||||
- Doc updates and unanchored search improvemebts
|
||||
|
||||
* Tue Feb 28 2023 Bruno Wolff III <bruno@wolff.to> - 4.6-0.3^20230228git746a81c
|
||||
- Doc updates and minor bug fix
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user