Hello community,

here is the log from the commit of package gnome-documents for openSUSE:Factory 
checked in at 2012-10-05 18:33:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-documents (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-documents.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-documents", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-documents/gnome-documents.changes  
2012-05-22 08:14:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-documents.new/gnome-documents.changes     
2012-10-05 18:36:10.000000000 +0200
@@ -1,0 +2,113 @@
+Mon Sep 24 20:47:19 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.0:
+  + Make sure to stop the spinner animation when it fades out
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Sep 17 22:52:42 UTC 2012 - zai...@opensuse.org
+
+- Update to version 3.5.92:
+  + Add user documentation, and a Help item to the application
+    menu.
+  + Work around UTF-8 collation Tracker bug, fixes empty overview
+    in certain languages.
+  + Fix back button failing to display when going back to a
+    collection from the preview.
+  + Fix collection back navigation for nested collections.
+  + Fix accelerator labels not showing up in toolbar menus.
+  + Misc string fixes.
+
+-------------------------------------------------------------------
+Tue Sep  4 19:16:42 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.5.91:
+  + Add a Select All/Select None menu to the selection mode toolbar
+  + Add a notification while Tracker is indexing the file system.
+  + Add a No Documents Found page when tracker returns empty
+    results.
+  + Fix persistance of document name change from the properties
+    dialog.
+  + Don't abort when failing to start miners.
+- Add pkgconfig(clutter-1.0) BuildRequires: New dependency
+  verified by configure.
+
+-------------------------------------------------------------------
+Tue Aug 21 20:19:17 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.5.90:
+  + Add a Properties dialog for documents.
+  + Clear searches when the entry becomes hidden.
+  + Improve the selection toolbar appearance.
+  + Improve searchbar appearance.
+  + Port to use the libgd git submodule.
+
+-------------------------------------------------------------------
+Wed Aug  8 08:03:08 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.5.5:
+  + Add a find as you type implementation for Preview mode.
+  + Add a menu button with common actions in Preview mode.
+  + Add a Search button on the toolbar.
+  + Add Rotate and Zoom options in Preview.
+  + Move the search entry below the toolbar.
+  + Support Google Drawings.
+  + Remember documents' last page viewed.
+  + Fix thumbnails for non-serializable GIcons.
+  + Use GDataGoaAuthorizer from libgdata.
+  + Port some JS classes to GDBus.
+  + Split a GdMiner base class and share code between miners.
+  + Use GResource.
+- Drop pkgconfig(oauth) BuildRequires: Authorization is now handled
+  by libgdata (which, in fact pulls it in on its own).
+
+-------------------------------------------------------------------
+Tue Jul 17 09:47:30 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.5.4:
+  + Avoid leaking file descriptors when reading document thumbnails
+  + Set new use_layout flag_size on the GtkClutterEmbed.
+  + Don't hardcode /bin/bash in the launcher scripts.
+
+-------------------------------------------------------------------
+Tue Jun 26 18:13:36 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.5.3:
+  + Fix thumbnails not showing in fullscreen preview with recent
+    GTK.
+  + Use new GJS API to detect cancellations.
+  + Use GtkSearchEntry.
+  + Initial work on overview performance improvements.
+  + Lot of code refactoring.
+
+-------------------------------------------------------------------
+Thu Jun  7 15:51:20 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.5.2.1:
+  + Fix problem at startup
+  + Index entire SkyDrive root
+- Changes from version 0.5.2:
+  + Add support for Microsoft SkyDrive document sources using
+    libzapojit and gnome-online-accounts
+  + Port to Lang.Class
+  + Make "View As" app menu action insensitive when previewing
+  + Add missing tooltip text to Print button
+  + Switch to overview on Alt+Left/Backspace
+  + Toggle fullscreen in preview with F11
+  + Fix some layouting issues in RTL layouts
+- Add pkgconfig(zapojit-0.0) BuildRequires for the new SkyDrive
+  support.
+
+-------------------------------------------------------------------
+Tue May 15 12:49:20 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.5.1:
+  + Change about dialog string to Documents
+  + Use GTK OSD style class for selection toolbar
+  + Update CSS syntax for GTK master
+  + Fix thumbbar failing fade in in fullscreen under some
+    circumstances
+  + Add more keybindings in preview mode
+  + Don't store the active source in GSettings
+
+-------------------------------------------------------------------

Old:
----
  gnome-documents-0.4.2.tar.xz

New:
----
  gnome-documents-3.6.0.tar.xz

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

Other differences:
------------------
++++++ gnome-documents.spec ++++++
--- /var/tmp/diff_new_pack.EodSoV/_old  2012-10-05 18:36:11.000000000 +0200
+++ /var/tmp/diff_new_pack.EodSoV/_new  2012-10-05 18:36:11.000000000 +0200
@@ -17,29 +17,30 @@
 
 
 Name:           gnome-documents
-Version:        0.4.2
+Version:        3.6.0
 Release:        0
 Summary:        Document Manager for GNOME
 License:        GPL-2.0+
 Group:          Productivity/Office/Other
 Url:            http://www.gnome.org
-Source:         
http://download.gnome.org/sources/gnome-documents/0.4/%{name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/gnome-documents/3.6/%{name}-%{version}.tar.xz
 # For directory ownership
 BuildRequires:  gnome-shell
 BuildRequires:  intltool
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(clutter-gtk-1.0) >= 1.0.1
+BuildRequires:  pkgconfig(clutter-1.0) >= 1.10
+BuildRequires:  pkgconfig(clutter-gtk-1.0) >= 1.3.2
 BuildRequires:  pkgconfig(evince-document-3.0) >= 3.3.0
 BuildRequires:  pkgconfig(evince-view-3.0) >= 3.3.0
 BuildRequires:  pkgconfig(gjs-1.0)
 BuildRequires:  pkgconfig(glib-2.0) >= 2.31.6
 BuildRequires:  pkgconfig(gnome-desktop-3.0)
-BuildRequires:  pkgconfig(goa-1.0) >= 3.1.90
+BuildRequires:  pkgconfig(goa-1.0) >= 3.2.0
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 1.31.6
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.3.6
-BuildRequires:  pkgconfig(libgdata) >= 0.11.0
-BuildRequires:  pkgconfig(oauth)
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.5.5
+BuildRequires:  pkgconfig(libgdata) >= 0.13.1
 BuildRequires:  pkgconfig(tracker-sparql-0.14) >= 0.13.1
+BuildRequires:  pkgconfig(zapojit-0.0) >= 0.0.2
 # This is a gjs application
 Requires:       gjs
 Recommends:     %{name}-lang
@@ -97,12 +98,14 @@
 %{_bindir}/gnome-documents
 %{_datadir}/applications/gnome-documents.desktop
 %{_datadir}/dbus-1/services/org.gnome.Documents.GDataMiner.service
+%{_datadir}/dbus-1/services/org.gnome.Documents.ZpjMiner.service
 %{_datadir}/glib-2.0/schemas/org.gnome.Documents.enums.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.documents.gschema.xml
 %{_datadir}/gnome-documents/
 %{_datadir}/icons/hicolor/*/apps/gnome-documents.png
 %{_libdir}/gnome-documents/
 %{_libexecdir}/gd-tracker-gdata-miner
+%{_libexecdir}/gd-tracker-zpj-miner
 
 %files -n gnome-shell-search-provider-documents
 %defattr(-,root,root)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to