diff --git a/.gitignore b/.gitignore
index 8fba29c..7eb6b84 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,3 +30,4 @@ squashfs-4.1.tar.bz2
 /squashfs-tools-f3783bbec5b0f105c6571699d3fd38803a345b12.tar.gz
 /squashfs-tools-bc0c097be93154997fe0576181e5c12d746a1420.tar.gz
 /squashfs-tools-2dfbcdac38bc42af4b200a1a1e86d3154e079e04.tar.gz
+/squashfs-tools-c883f3212cf5004c49121e0803f12d26d0db6a97.tar.gz
diff --git a/sources b/sources
index b202ce7..1da481e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (squashfs-tools-2dfbcdac38bc42af4b200a1a1e86d3154e079e04.tar.gz) = 707d6d4d516f8ed036013e2292926e8b00da7fc2a5e3c3b632fb11d5e2e918f633bd88f166b53eb2116f6d60b3415ef14462655c8a6248de70c2cbac92e0ea5a
+SHA512 (squashfs-tools-c883f3212cf5004c49121e0803f12d26d0db6a97.tar.gz) = be464d010b2f1e820dc7345e5e8c59e2a928295e4c91c330293ae66a47a3e498979a81d62d68b7a7d0a5fa3241aa6d4546dd830e3c94154d2c5320c4cdbe4113
diff --git a/squashfs-tools.spec b/squashfs-tools.spec
index 976fdf6..9097053 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 20220223
-%global commit 2dfbcdac38bc42af4b200a1a1e86d3154e079e04
+%global date 20220225
+%global commit c883f3212cf5004c49121e0803f12d26d0db6a97
 %forgemeta
 URL:	 %{forgeurl}
 Source:  %{forgesource}
-Release: 19%{?dist}
+Release: 20%{?dist}
 License: GPLv2+
 
 BuildRequires: make
@@ -51,6 +51,10 @@ make INSTALL_PREFIX=%{buildroot}/usr INSTALL_DIR=%{buildroot}%{_sbindir} INSTALL
 %{_sbindir}/sqfscat
 
 %changelog
+* Wed Feb 25 2022 Bruno Wolff III <bruno@wolff.to> - 4.5-20.20220225gitc883f32
+- Continue testing upstream patches prior to 4.5.1 release.
+- Man page improvement
+
 * Wed Feb 23 2022 Bruno Wolff III <bruno@wolff.to> - 4.5-19.20220223git2dfbcda
 - Continue testing upstream patches prior to 4.5.1 release.
 - Man page improvement