commit bee01736c31b50688ea696e17efa8c5217816bc8
Author: Paul Howarth <paul(a)city-fan.org>
Date: Tue Sep 24 16:54:47 2024 +0100
Update to 6.0.1
- New upstream release 6.0.1
- xvjpeg.c, xvpng.c: Fix gcc warnings on -Wclobbered
- xvjpeg.c: Fix a bad memory access on jpegs with inverted data
- Fix xvtext.c overwrite exposed by the link-time optimization fix
.gitignore | 1 +
sources | 2 +-
xv.spec | 8 +++++++-
3 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ab1b841..dbb4d2f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
/v5.0.0.tar.gz
/v5.2.0.tar.gz
/v6.0.0.tar.gz
+/v6.0.1.tar.gz
diff --git a/sources b/sources
index 8e2fcd4..c54622f 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (v6.0.0.tar.gz) =
600fde882e1279b5c7147089790006bcbd4e31ba6220309a272aca43242c56062d4c85b181fb1f2d4b0497f1546347206d7827204c2ebbbabaaf3de40c50191a
+SHA512 (v6.0.1.tar.gz) =
7098a2600dc21f94ef1db3e1b23e79b0cdc989b93d792f891d7a29811037636a5887df88f1ad6df27b12be4b4b348f0cca34fe2ad0a58ed9b1228683f6b0b910
SHA512 (xv.png) =
ed4d00d5dfadab690a8befe78d3a280f745963399360f31fd8dfe1a8b87af0e9eb3b93028f91745b11ecc6cd9e84b2f5df48b429fc768eab31f2bd127d466f14
diff --git a/xv.spec b/xv.spec
index 79520b6..4f606b3 100644
--- a/xv.spec
+++ b/xv.spec
@@ -1,5 +1,5 @@
Name: xv
-Version: 6.0.0
+Version: 6.0.1
Release: 1%{?dist}
Summary: Interactive image display program for X
Summary(de.UTF-8): X-basierender Bild-Viewer für praktische sämtliche Grafiken
@@ -164,6 +164,12 @@ hardlink -cv %{buildroot}%{_docdir}/xv/manuals/html/images/
%doc %{_docdir}/xv/manuals/
%changelog
+* Tue Sep 24 2024 Paul Howarth <paul(a)city-fan.org> - 6.0.1-1
+- Update to 6.0.1
+ - xvjpeg.c, xvpng.c: Fix gcc warnings on -Wclobbered
+ - xvjpeg.c: Fix a bad memory access on jpegs with inverted data
+ - Fix xvtext.c overwrite exposed by the link-time optimization fix
+
* Tue Aug 13 2024 Paul Howarth <paul(a)city-fan.org> - 6.0.0-1
- Update to 6.0.0
- Add basic HiDPI support
Show replies by date