commit 3eb4f71523e2f5b04c106894f34fedc512349d4e
Author: Paul Howarth <paul(a)city-fan.org>
Date: Tue Oct 15 09:37:10 2024 +0100
Update to 6.0.2
- New upstream release 6.0.2
- Added -isize option to control the icon size in the browser: the syntax is
-isize <width> or -isize <width>x<height>
If the height is omitted, it defaults to the width * 3/4
- xv now checks the XV_OPTIONS environment variable before reading the
command line; xv splits it into words and parses it like command line
options
Use XV_OPTIONS to set default options
.gitignore | 1 +
sources | 2 +-
xv.spec | 12 +++++++++++-
3 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dbb4d2f..84e3870 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
/v5.2.0.tar.gz
/v6.0.0.tar.gz
/v6.0.1.tar.gz
+/v6.0.2.tar.gz
diff --git a/sources b/sources
index c54622f..9050451 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (v6.0.1.tar.gz) =
7098a2600dc21f94ef1db3e1b23e79b0cdc989b93d792f891d7a29811037636a5887df88f1ad6df27b12be4b4b348f0cca34fe2ad0a58ed9b1228683f6b0b910
+SHA512 (v6.0.2.tar.gz) =
81de0a4811b7bb4662e8b731e148f7f172275f0380c0bc2c2569c3a041002374a3a44a1c1b8ec2a74f1e0aaf45e8217ce0cd4e4393eb0d3f29f1e494c9a75c03
SHA512 (xv.png) =
ed4d00d5dfadab690a8befe78d3a280f745963399360f31fd8dfe1a8b87af0e9eb3b93028f91745b11ecc6cd9e84b2f5df48b429fc768eab31f2bd127d466f14
diff --git a/xv.spec b/xv.spec
index 4f606b3..f06b137 100644
--- a/xv.spec
+++ b/xv.spec
@@ -1,5 +1,5 @@
Name: xv
-Version: 6.0.1
+Version: 6.0.2
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,16 @@ hardlink -cv %{buildroot}%{_docdir}/xv/manuals/html/images/
%doc %{_docdir}/xv/manuals/
%changelog
+* Tue Oct 15 2024 Paul Howarth <paul(a)city-fan.org> - 6.0.2-1
+- Update to 6.0.2
+ - Added -isize option to control the icon size in the browser: the syntax is
+ -isize <width> or -isize <width>x<height>
+ If the height is omitted, it defaults to the width * 3/4
+ - xv now checks the XV_OPTIONS environment variable before reading the
+ command line; xv splits it into words and parses it like command line
+ options
+ Use XV_OPTIONS to set default options
+
* 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
Show replies by date