Hello community,

here is the log from the commit of package kchmviewer for openSUSE:Factory 
checked in at 2014-10-05 20:32:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kchmviewer (Old)
 and      /work/SRC/openSUSE:Factory/.kchmviewer.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kchmviewer"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kchmviewer/kchmviewer.changes    2012-11-28 
10:35:57.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kchmviewer.new/kchmviewer.changes       
2014-10-05 20:33:44.000000000 +0200
@@ -1,0 +2,18 @@
+Sat Oct  4 16:17:43 UTC 2014 - [email protected]
+
+- Update to version 6.1
+    - Keyboard usability improved thanks to the Giuseppe "Cowo" Corbelli.
+    - The focus is now moved to the content page once the link is clicked, so 
the keyboard navigation is available immediately. You can switch the focus back 
by pressing Ctrl+(1-4).
+    - Added extended keyboard shortcuts for FindNext and FindPrevious; F3 
still works.
+    - Navigation tab window activation (Contents, Search, Index, Bookmarks) 
now automatically focus the proper element.
+    - The items in the navigation page now reacts on onItemActivated, and 
hence act on <Return> key and follow the DE policy (such as respecting KDE 
single click).
+    - Upon successful search, the focus moves to the results list.
+    - Titles are now space-trimmed.
+    - Fixed binary TOC parser check which led to crashes for some CHM files.
+    - Fixed incorrect settings file storage name when the CHM file contains 
multiple dots.
+    - Fixed the Ctrl+click and Shift+click when the release event was 
intercepted by other applications (i.e. GoldenDict)
+    - 'Esc' closes the search dialog and restores focus in the content window.
+- Use http://en.opensuse.org/SourceUrls
+- Add ftbfs.patch to fix the build.
+
+-------------------------------------------------------------------

Old:
----
  kchmviewer-6.0.tar.bz2

New:
----
  ftbfs.patch
  kchmviewer-6.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kchmviewer.spec ++++++
--- /var/tmp/diff_new_pack.MIzfdQ/_old  2014-10-05 20:33:46.000000000 +0200
+++ /var/tmp/diff_new_pack.MIzfdQ/_new  2014-10-05 20:33:46.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kchmviewer
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,51 +19,44 @@
 Name:           kchmviewer
 BuildRequires:  chmlib-devel
 BuildRequires:  libkde4-devel
-Summary:        KDE chm Viewer (MS Windows Compressed HTML Documents)
+Summary:        KDE CHM Viewer
 License:        GPL-3.0
 Group:          Productivity/Office/Other
-Version:        6.0
+Version:        6.1
 Release:        0
 Url:            http://www.kchmviewer.net/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source:         %name-%version.tar.bz2
+Source:         
http://downloads.sourceforge.net/%name/%version/%name-%version.tar.gz
+# PATCH-FIX-UPSTREAM https://sourceforge.net/p/kchmviewer/bugs/37/
+Patch1:         
https://raw.githubusercontent.com/ckorn/GetDeb/trusty/kchmviewer/patches/ftbfs.patch
 %kde4_runtime_requires
 
 %description
-This is a viewer for the chm files known from the MS Windows world. It
-supports complex searching for large books and has various viewing
-features.
-
-
-
-Authors:
---------
-    <[email protected]>
+This is a viewer for the CHM files which are used for end user
+documentation (MS Windows Compressed HTML Documents). It supports
+complex searching for large books and has various viewing features.
 
 %prep 
 %setup -q -n %{name}-%{version}
+%patch1 -p1
 
 %build
   %cmake_kde4 -d build
   %make_jobs
 
 %install
-  pushd build
+pushd build
   make DESTDIR=%{buildroot} install
-  popd
-  %{__mkdir_p} %{buildroot}%{_datadir}/pixmaps
-  install src/resources/kchmviewer.png %{buildroot}%{_datadir}/pixmaps
-  %suse_update_desktop_file -G "Compressed HTML Viewer" %name  Office Viewer
-  %kde_post_install
-  %find_lang %name
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+popd
+%{__mkdir_p} %{buildroot}%{_datadir}/pixmaps
+install src/resources/kchmviewer.png %{buildroot}%{_datadir}/pixmaps
+%kde_post_install
+%find_lang %name
 
 %files -f %name.lang
 %defattr(-,root,root)
-/usr/bin/kchmviewer
-/usr/share/applications/kde4/kchmviewer.desktop
-/usr/share/pixmaps/kchmviewer.*
+%{_bindir}/kchmviewer
+%{_datadir}/applications/kde4/kchmviewer.desktop
+%{_datadir}/pixmaps/kchmviewer.*
 
 %changelog

++++++ ftbfs.patch ++++++
# file does not exist and is not required
# https://sourceforge.net/p/kchmviewer/bugs/37/
Index: kchmviewer-6.1/src/CMakeLists.txt
===================================================================
--- kchmviewer-6.1.orig/src/CMakeLists.txt      2011-12-19 08:16:43.617437000 
+0100
+++ kchmviewer-6.1/src/CMakeLists.txt   2014-04-12 00:51:43.311063988 +0200
@@ -8,7 +8,6 @@
        dialog_chooseurlfromlist.cpp
        dialog_setup.cpp
        kde-qt.cpp
-       keyeventfilter.cpp
        main.cpp
        mainwindow.cpp
        navigationpanel.cpp
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to