commit 760241b7611e553cbb52848f24999a34bbf3be3a
Author: Paul Howarth <paul(a)city-fan.org>
Date: Tue Aug 13 11:12:42 2024 +0100
Update to 6.0.0
- New upstream release 6.0.0
- Add basic HiDPI support
- Improve the compatibility of the source code with more modern C standards
(e.g., C23)
- Fix the build with link-time optimization (GH#25)
- Fix many other bugs
- Package NEWS.txt
.gitignore | 1 +
sources | 2 +-
xv.spec | 19 +++++++++++++++----
3 files changed, 17 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3b72180..ab1b841 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
/v4.2.0.tar.gz
/v5.0.0.tar.gz
/v5.2.0.tar.gz
+/v6.0.0.tar.gz
diff --git a/sources b/sources
index a20910f..8e2fcd4 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (v5.2.0.tar.gz) =
0af7ff6db152be849c27be9fba116513595deeca9e3eb42ec6fd74a4756d0c525b55a40de49aa37dd5d2ea4a29e6d644c8c4c709f0e1ec0a98cbc0ae7221b110
+SHA512 (v6.0.0.tar.gz) =
600fde882e1279b5c7147089790006bcbd4e31ba6220309a272aca43242c56062d4c85b181fb1f2d4b0497f1546347206d7827204c2ebbbabaaf3de40c50191a
SHA512 (xv.png) =
ed4d00d5dfadab690a8befe78d3a280f745963399360f31fd8dfe1a8b87af0e9eb3b93028f91745b11ecc6cd9e84b2f5df48b429fc768eab31f2bd127d466f14
diff --git a/xv.spec b/xv.spec
index 2829707..79520b6 100644
--- a/xv.spec
+++ b/xv.spec
@@ -1,6 +1,6 @@
Name: xv
-Version: 5.2.0
-Release: 2%{?dist}
+Version: 6.0.0
+Release: 1%{?dist}
Summary: Interactive image display program for X
Summary(de.UTF-8): X-basierender Bild-Viewer für praktische sämtliche Grafiken
Summary(es.UTF-8): Visualizador de imágenes para X para cuasi todos los formatos de
imágenes
@@ -122,8 +122,8 @@ desktop-file-install \
install -D -p -m 0644 %{SOURCE4} \
%{buildroot}%{_datadir}/icons/hicolor/48x48/apps/xv.png
-# Add DISTRIBUTE.txt to the docs directory
-cp -a DISTRIBUTE.txt %{buildroot}%{_docdir}/xv/
+# Add DISTRIBUTE.txt and NEWS.txt to the docs directory
+cp -a DISTRIBUTE.txt NEWS.txt %{buildroot}%{_docdir}/xv/
# Hard link identical documentation files together
hardlink -cv %{buildroot}%{_docdir}/xv/manuals/html/images/
@@ -135,6 +135,7 @@ hardlink -cv %{buildroot}%{_docdir}/xv/manuals/html/images/
%doc %{_docdir}/xv/CPMASK
%doc %{_docdir}/xv/DISTRIBUTE.txt
%doc %{_docdir}/xv/IDEAS
+%doc %{_docdir}/xv/NEWS.txt
%doc %{_docdir}/xv/README
%doc %{_docdir}/xv/README.FLmask
%doc %{_docdir}/xv/README.jumbo
@@ -147,6 +148,7 @@ hardlink -cv %{buildroot}%{_docdir}/xv/manuals/html/images/
%config(noreplace) %{_sysconfdir}/xv_mgcsfx
%{_datadir}/applications/xv.desktop
%{_datadir}/icons/hicolor/48x48/apps/xv.png
+%{_datadir}/pixmaps/xv.xpm
%{_mandir}/man1/bggen.1*
%{_mandir}/man1/vdcomp.1*
%{_mandir}/man1/xcmap.1*
@@ -162,6 +164,15 @@ hardlink -cv %{buildroot}%{_docdir}/xv/manuals/html/images/
%doc %{_docdir}/xv/manuals/
%changelog
+* Tue Aug 13 2024 Paul Howarth <paul(a)city-fan.org> - 6.0.0-1
+- Update to 6.0.0
+ - Add basic HiDPI support
+ - Improve the compatibility of the source code with more modern C standards
+ (e.g., C23)
+ - Fix the build with link-time optimization (GH#25)
+ - Fix many other bugs
+- Package NEWS.txt
+
* Sat Aug 03 2024 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> -
5.2.0-2
- Rebuilt for
https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild