From fce3fe9586c2888dc8c86ecc0c4734849aa840c1 Mon Sep 17 00:00:00 2001 From: Bruno Wolff III Date: Feb 02 2022 08:38:48 +0000 Subject: Testing before new release gets tagged There are a few more commits updating help messages. This is still just for rawhide. --- diff --git a/.gitignore b/.gitignore index 60c41ea..d464637 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ squashfs-4.1.tar.bz2 /squashfs-tools-e0485802ec72996c20026da320650d8362f555bd.tar.gz /squashfs-tools-5ae7238a0ae6fc420f55227d052ce9b1c66a9d0f.tar.gz /squashfs-tools-d5a583e4edce3df9f0c3bca84bff4f1d5ad3d09c.tar.gz +/squashfs-tools-11c9591260599b7874841db6f69ae570708a4077.tar.gz diff --git a/sources b/sources index 8fc53f1..c75e841 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (squashfs-tools-d5a583e4edce3df9f0c3bca84bff4f1d5ad3d09c.tar.gz) = b88998de6cefd004612977d79061647c3144bec0983d5f8eb01aef0537806625afd5bf9188c5092a4f748b8ae4b75755af3349026b220eda6d666b8221d66aec +SHA512 (squashfs-tools-11c9591260599b7874841db6f69ae570708a4077.tar.gz) = ffad623926c30b84d0f175b03752783a01e786926dd13be85a53cf993450e1151626e720daf4dcd764ddad177f075d5e3e229e393eaa8be3f21bd4084d27512b SHA512 (mksquashfs.1) = 4dc03bccf5842791abf6ca437ada03c331942a9a37fcacdbf136443db11a7f26121f6e8ba742aaffc9fda9a5e220b171c5223ee3ab0474dde6b300a63ee32f92 SHA512 (unsquashfs.1) = fbf7c96454584fb844572a43af8781688186e3854c0d0acb9dfd83c5d0e3b6f49b58fbd68407b66ff573f82d8d16ecd10a4c319e49e809428fe65068f0c48bf2 diff --git a/squashfs-tools.spec b/squashfs-tools.spec index 687b24e..e8fb3ab 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 20220128 -%global commit d5a583e4edce3df9f0c3bca84bff4f1d5ad3d09c -%forgemeta +%global date 20220202 +%global commit 11c9591260599b7874841db6f69ae570708a4077 +%forgemeta -i -v URL: %{forgeurl} Source: %{forgesource} -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv2+ # manpages from http://ftp.debian.org/debian/pool/main/s/squashfs-tools/squashfs-tools_4.2+20121212-1.debian.tar.xz # The man pages have been modified for 4.3 for Fedora. @@ -30,7 +30,7 @@ Squashfs is a highly compressed read-only filesystem for Linux. This package contains the utilities for manipulating squashfs filesystems. %prep -%forgesetup +%forgesetup %build %set_build_flags @@ -58,7 +58,11 @@ ln -s unsquashfs %{buildroot}%{_sbindir}/sqfscat %{_sbindir}/sqfscat %changelog -* Fri Jan 28 2022 Bruno Wolff III - 4.5-4.20220128gitd5a583e +* Wed Feb 02 2022 Bruno Wolff III - 4.5-6.20220202git11c9591 +- Continue testing upstream pages +- This includes help text changes + +* Fri Jan 28 2022 Bruno Wolff III - 4.5-5.20220128gitd5a583e - Test a few changes before upstream tags a new point release * Sat Jan 22 2022 Fedora Release Engineering - Packaging variables read or set by %forgemeta