From a63e804049b0ebbb23e556fbcdedeb5d75c352a192b6e38c98de30546926c8e5 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 25 Aug 2020 21:49:07 +0000 Subject: [PATCH] - Update to release 1.31 OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xchm?expand=0&rev=9 --- xchm-1.23+git568.tar.xz | 3 --- xchm-1.31.tar.gz | 3 +++ xchm.changes | 8 ++++++++ xchm.spec | 31 +++++++++++++------------------ 4 files changed, 24 insertions(+), 21 deletions(-) delete mode 100644 xchm-1.23+git568.tar.xz create mode 100644 xchm-1.31.tar.gz diff --git a/xchm-1.23+git568.tar.xz b/xchm-1.23+git568.tar.xz deleted file mode 100644 index 9972ce5..0000000 --- a/xchm-1.23+git568.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d57792dd8bed82f034f4f62d09745785218000a5a77b7e22ffd04e274632055a -size 342116 diff --git a/xchm-1.31.tar.gz b/xchm-1.31.tar.gz new file mode 100644 index 0000000..4bb4c57 --- /dev/null +++ b/xchm-1.31.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e1f6bbcb88e8e8fd200b5531e3486ecc04a614c4234356c397cf188b55f862b +size 981450 diff --git a/xchm.changes b/xchm.changes index a6f5ede..8d5b417 100644 --- a/xchm.changes +++ b/xchm.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Aug 25 21:05:23 UTC 2020 - Jan Engelhardt + +- Update to release 1.31 + * Fixed scrolling on loading new pages. + * Added Ctrl-'=' and Ctrl-'-' as shortcuts for zoom-in/out. + * The toolbar is now togglable. + ------------------------------------------------------------------- Sun Dec 7 00:56:45 UTC 2014 - jengelh@inai.de diff --git a/xchm.spec b/xchm.spec index f325ec2..03ce9e7 100644 --- a/xchm.spec +++ b/xchm.spec @@ -17,17 +17,13 @@ Name: xchm -Version: 1.23+git568 +Version: 1.31 Release: 0 Summary: A wxWidgets CHM document viewer License: GPL-2.0+ Group: Productivity/Graphics/Viewers -Url: http://xchm.sf.net/ - -#Git-Clone: git://git.code.sf.net/p/xchm/code -#Snapshot: e8f2dcc83412ca0d6074fbc82689d495f300a883 -#DL-URL: http://downloads.sf.net/xchm/xchm-1.23.tar.gz -Source: %name-%version.tar.xz +URL: https://github.com/rzvncj/xCHM/ +Source: https://github.com/rzvncj/xCHM/releases/download/1.31/%name-%version.tar.gz BuildRequires: automake BuildRequires: chmlib-devel BuildRequires: gcc-c++ @@ -35,12 +31,10 @@ BuildRequires: wxWidgets-devel >= 3.0 BuildRequires: xz %description -xCHM is a cross-platform GUI frontend for CHMLIB, written with wxGTK. -It is able to display the topics tree, work with displayed pages -history, print the current page, work with bookmarks, change fonts -and fast search through all the pages of the loaded .chm document. -Being indirectly dependent on GTK+, the possibility of changing GTK+ -skins makes xCHM theme-friendly. +xCHM is a GUI frontend for CHMLIB, written with wxGTK. It is able to +display the topics tree, work with displayed pages history, print the +current page, work with bookmarks, change fonts and fast search +through all the pages of the loaded .chm document. %prep %setup @@ -51,14 +45,15 @@ autoreconf -fi make %{?_smp_mflags} %install -make install DESTDIR="%buildroot" +%make_install %find_lang xchm %files -f xchm.lang -%defattr(-,root,root) %_bindir/xchm -%_datadir/pixmaps/*.xpm -%_datadir/pixmaps/*.png -%doc COPYING +%_datadir/applications/* +%_datadir/icons/* +%_datadir/metainfo/ +%_mandir/man1/* +%license COPYING %changelog