Hello community,

here is the log from the commit of package evince for openSUSE:Factory checked 
in at 2012-10-04 18:38:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/evince (Old)
 and      /work/SRC/openSUSE:Factory/.evince.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "evince", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/evince/evince.changes    2012-04-17 
21:58:24.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.evince.new/evince.changes       2012-10-04 
18:38:27.000000000 +0200
@@ -1,0 +2,106 @@
+Tue Sep 25 09:56:50 UTC 2012 - [email protected]
+
+- Update to version 3.6.0:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Sep 17 19:32:17 UTC 2012 - [email protected]
+
+- Update to version 3.5.92:
+  + New features and improvements:
+    - Add ev_view_find_started() to replace ev_view_find_changed()
+      that is not introspectable (bgo#682875).
+    - Add ev_job_links_get_model() to make the links model
+      available to introspection (bgo#682882).
+  + Bug fixes:
+    - Fix a crash due to zero division (bgo#681546).
+    - Fix compiler warnings due to GDK_SCROLL_SMOOTH not handled in
+      switch.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Aug 21 11:00:12 UTC 2012 - [email protected]
+
+- Update to version 3.5.90:
+  + Disconnect all model signals for EvView before unreffing the
+    EvDocumentModel (bgo#680023)
+  + Use new documentation infrastructure (bgo#681606)
+  + Updated translations.
+- Reaplce pkgconfig(gnome-doc-utils) BuildRequires with yelp-tools,
+  following upstreams switch to the new documentation
+  infrastructure.
+
+-------------------------------------------------------------------
+Tue Aug  7 20:11:23 UTC 2012 - [email protected]
+
+- Update to version 3.5.5:
+  + New features and improvements:
+    - Use GtkApplication to inhibit the screensaver
+    - Port EvApplication to GtkApplication and make EvWindow a
+      GtkApplicationWindow
+    - Port evince daemon to GApplication
+    - Use gdbus-codegen for D-Bus interfaces
+  + Bug fixes:
+    - Fix sent to when filename contains spaces (bgo#681144)
+    - Apply default settings also for documents opened from /tmp
+      (bgo#680145)
+    - Replace GDK_THREADS_ENTER/LEAVE with gdk_threads_enter/leave
+      (bgo#681215)
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Jul 17 14:25:20 UTC 2012 - [email protected]
+
+- Update to version 3.5.4:
+  + Store and restore current folder when opening or saving file
+  + Fix and modernize GObject introspection generation (bgo#678971)
+  + Fix saving attachments when the name contains a path
+    (bgo#679354)
+  + Add missing introspection annotations to ev_document_get_page
+    and ev_document_get_page_size (bgo#679264)
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Jun 26 10:49:07 UTC 2012 - [email protected]
+
+- Update to version 3.5.3:
+  + Add find options to the find bar. Find options available depend
+    on every backend.
+  + Use GResource for data files
+  + Add new API to EvAnnotation that uses GdkRGBA (bgo#677983)
+  + Use G_PARAM_STATIC_STRINGS flag for properties
+  + Bugs fixed: bgo#677867, bgo#678563
+  + Updated documentation
+  + Updated translations.
+
+-------------------------------------------------------------------
+Thu Jun  7 19:46:37 UTC 2012 - [email protected]
+
+- Update to version 3.5.2:
+  + New features and improvements:
+    - Add API to load EvDocument from GInputStream and GFile. Only
+      implemented by the PDF backend for now (bgo#654832)
+    - Rework backends management and document factory to make it
+      easy to add a module cache
+    - Improve error handling in EvDocumentFactory
+    - Include substitute font name and file in font list
+    - Use primary-toolbar style class in evince-previewer
+      (bgo#675310)
+    - Copy document metadata to the new file when saving a copy
+      (bgo#674629)
+  + Bug fixes:
+    - Fix memory leak when document is encrypted
+    - Do not remove unexistent files from recent menu (bgo#674188)
+    - Fix underlinking with >=glib-2.32 detected by gold linker
+    - Removed deprecated use of GTK_POLICY_AUTOMATIC
+    - Fix a crash when running with Broadway GDK backend
+      (bgo#673664)
+    - Remove remnants of Hildon support from configure (bgo#673679)
+    - Remove old workaround inconfigure to build with deprecated
+      symbols (bgo#673680)
+  + Documentation:
+    - Add Get Involved section and legal information to the
+      documentation
+  + Updated translations.
+
+-------------------------------------------------------------------

Old:
----
  evince-3.4.0.tar.xz

New:
----
  evince-3.6.0.tar.xz

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

Other differences:
------------------
++++++ evince.spec ++++++
--- /var/tmp/diff_new_pack.FqRTyX/_old  2012-10-04 18:38:29.000000000 +0200
+++ /var/tmp/diff_new_pack.FqRTyX/_new  2012-10-04 18:38:29.000000000 +0200
@@ -17,14 +17,14 @@
 
 
 Name:           evince
-Version:        3.4.0
+Version:        3.6.0
 Release:        0
 %define _major_version 3.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.4/%{name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/evince/3.6/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  ghostscript-fonts-std
@@ -35,9 +35,9 @@
 BuildRequires:  texlive-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
+BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(ddjvuapi) >= 3.5.17
-BuildRequires:  pkgconfig(gio-2.0) >= 2.25.11
-BuildRequires:  pkgconfig(gnome-doc-utils) >= 0.3.2
+BuildRequires:  pkgconfig(gio-2.0) >= 2.33.2
 BuildRequires:  pkgconfig(gnome-icon-theme) >= 2.17.1
 BuildRequires:  pkgconfig(gnome-keyring-1) >= 2.22.0
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.6
@@ -48,7 +48,7 @@
 BuildRequires:  pkgconfig(libnautilus-extension) >= 2.91.4
 BuildRequires:  pkgconfig(libspectre) >= 0.2.0
 BuildRequires:  pkgconfig(libxml-2.0) >= 2.5.0
-BuildRequires:  pkgconfig(poppler-glib) >= 0.18.0
+BuildRequires:  pkgconfig(poppler-glib) >= 0.20.0
 BuildRequires:  pkgconfig(sm) >= 1.0.0
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(zlib)
@@ -179,10 +179,7 @@
 %files
 %defattr (-, root, root)
 %doc AUTHORS COPYING ChangeLog NEWS README TODO
-%dir %{_datadir}/gnome/
-%dir %{_datadir}/gnome/help/
-%dir %{_datadir}/gnome/help/%{name}/
-%doc %{_datadir}/gnome/help/%{name}/C/
+%doc %{_datadir}/help/C/%{name}/
 %{_bindir}/*
 %{_datadir}/applications/*.desktop
 %{_datadir}/dbus-1/services/org.gnome.evince.Daemon.service

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to