Hello community,

here is the log from the commit of package evince for openSUSE:Factory checked 
in at 2017-09-13 21:54:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/evince (Old)
 and      /work/SRC/openSUSE:Factory/.evince.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "evince"

Wed Sep 13 21:54:34 2017 rev:127 rq:523659 version:3.26.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/evince/evince.changes    2017-07-28 
09:44:16.112779566 +0200
+++ /work/SRC/openSUSE:Factory/.evince.new/evince.changes       2017-09-13 
21:54:36.457290921 +0200
@@ -1,0 +2,66 @@
+Tue Sep 12 07:22:03 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.26.0:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Wed Sep  6 21:10:12 UTC 2017 - luc1...@linuxmail.org
+
+- Update to version 3.25.92:
+  + Bug fixes:
+    - Do not change the current page when adding or removing
+      bookmarks (bgo#732834).
+    - Fix unarr build on s390x (bgo#787248).
+    - Update LZMA SDK to use lzma1701.7z for unarr (bgo#787035).
+  + Documentation: Add missing close parenthesis in text selection
+    page (bgo#786825).
+  + Updated translations.
+
+-------------------------------------------------------------------
+Sat Aug 19 12:51:10 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.25.91:
+  + New features and improvements: Add support for Adobe
+    Illustrator documents (bgo#311990).
+  + Bugs fixed:
+    - Fix gnome-settings-daemon MediaKeys API use (bgo#786262).
+    - Fix infinite loop when removing annotation windows
+      (bgo#785975).
+    - Fix rendering of layer state in layers tree sidebar
+      (bgo#786464).
+    - Properly quote arguments when executing dvipdfm in DVI
+      backend (bgo#784947).
+    - Fix runtime warnings on exit (bgo#774833).
+    - Fix debug borders coordinate translation (bgo#785758).
+    - Properly handle errors in comics backend (bgo#784963).
+    - Don't strip filenames when extracting comic documents
+      (bgo#784963).
+  + Documentation:
+    - Remove custom-shortcuts section dropped in GTK 3.10
+      (bgo#758246).
+    - Cover F9 shortcut (bgo#783276).
+    - Update 'Adding Annotations' to reflect the UI.
+    - Update several screenshots.
+    - Update custom shortcut instructions.
+    - 'Index' dropdown is called 'Outline' now.
+    - Fix several typos in documentation.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Sat Jul 22 08:51:43 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.25.4:
+  + The comics backend now uses libarchive and unarr instead of
+    spawning commands (bgo#720742).
+  + Add flag EV_DOCUMENT_LOAD_FLAG_NO_CACHE to not setup the
+    document cache during the load. It will be setup later only if
+    needed (bgo#780210).
+  + Speed up thumbnailing by using EV_DOCUMENT_LOAD_FLAG_NO_CACHE
+    flag (bgo#780210).
+- Add pkgconfig(libarchive) BuildRequires, new dependency.
+- Stop handling glib2_gsettings_schema_post(un),
+  desktop_database_post(un) and icon_theme_cache_post(un) in
+  post(un), no longer needed as we have file-triggers taking care
+  of it for us.
+
+-------------------------------------------------------------------

Old:
----
  evince-3.24.1.tar.xz

New:
----
  evince-3.26.0.tar.xz

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

Other differences:
------------------
++++++ evince.spec ++++++
--- /var/tmp/diff_new_pack.8BTUOL/_old  2017-09-13 21:54:37.149193572 +0200
+++ /var/tmp/diff_new_pack.8BTUOL/_new  2017-09-13 21:54:37.153193009 +0200
@@ -19,13 +19,13 @@
 %define _major_version 3.0
 %define pluginAPI 4
 Name:           evince
-Version:        3.24.1
+Version:        3.26.0
 Release:        0
 Summary:        GNOME Document Viewer
 License:        GPL-2.0+
 Group:          Productivity/Office/Other
 Url:            http://www.gnome.org/projects/evince/
-Source:         
http://download.gnome.org/sources/evince/3.24/%{name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/evince/3.26/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  ghostscript-fonts-std
@@ -50,6 +50,7 @@
 BuildRequires:  pkgconfig(gthread-2.0)
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.16.0
 BuildRequires:  pkgconfig(ice)
+BuildRequires:  pkgconfig(libarchive) >= 3.1.2
 BuildRequires:  pkgconfig(libgxps) >= 0.2.1
 BuildRequires:  pkgconfig(libnautilus-extension) >= 2.91.4
 BuildRequires:  pkgconfig(libsecret-1) >= 0.5
@@ -240,16 +241,6 @@
 find %{buildroot} -type f -name "*.la" -delete -print
 %fdupes %{buildroot}
 
-%post
-%{glib2_gsettings_schema_post}
-%desktop_database_post
-%icon_theme_cache_post
-
-%postun
-%{glib2_gsettings_schema_postun}
-%desktop_database_postun
-%icon_theme_cache_postun
-
 %post -n libevdocument3-4 -p /sbin/ldconfig
 
 %postun -n libevdocument3-4 -p /sbin/ldconfig
@@ -286,9 +277,9 @@
 %files lang -f %{name}.lang
 %defattr(-,root,root)
 
-#%files browser-plugin
-#%defattr(-,root,root)
-#%{_libdir}/browser-plugins/libevbrowserplugin.so
+#%%files browser-plugin
+#%%defattr(-,root,root)
+#%%{_libdir}/browser-plugins/libevbrowserplugin.so
 
 %files -n libevdocument3-4
 %defattr(-, root, root)

++++++ evince-3.24.1.tar.xz -> evince-3.26.0.tar.xz ++++++
++++ 60592 lines of diff (skipped)


Reply via email to