Mailinglist Archive: opensuse-commit (1314 mails)

< Previous Next >
commit gnome-documents for openSUSE:Factory
Hello community,

here is the log from the commit of package gnome-documents for openSUSE:Factory
checked in at 2012-01-09 12:40:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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
2011-10-18 14:13:42.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-documents.new/gnome-documents.changes
2012-01-09 12:40:23.000000000 +0100
@@ -1,0 +2,46 @@
+Tue Dec 20 12:52:06 UTC 2011 - vuntz@xxxxxxxxxxxx
+
+- Update to version 0.3.3:
+ + Add a tagged entry implementation for search filtering
+ + Port to GtkApplication
+ + Split search into words
+ + Open previews from command line
+ + Hide titlebar when maximized
+ + Enter selection mode with Ctrl+Click
+ + Rewrite main view and toolbar with generic C classes
+ + Don't install libgdprivate in $libdir
+- Add xz BuildRequires because we can't build a package for a
+ xz-compressed tarball without explicitly specifying that... See
+ bnc#697467 for more details.
+- Drop pkgconfig(tracker-miner-0.12) BuildRequires: it got removed
+ in 0.3.2.
+- Remove /sbin/ldconfig from %post/%postun: no shared library is
+ installed anymore.
+
+-------------------------------------------------------------------
+Mon Nov 21 20:00:56 UTC 2011 - dimstar@xxxxxxxxxxxx
+
+- Update to version 0.3.2:
+ + Initial support for Google Docs collections
+ + Initial support for user-defined collections
+ + Major UI revamp:
+ - removed the sidebar
+ - moved the search entry beneath the top bar in a hiding
+ container
+ - use single-click activation mode in the overview
+ - first implementation of a "Selection" mode
+ - animate state changes
+ + Improve query and loading speed
+ + Field selection support for search filtering (author, title)
+ + Fix loading of cached documents
+ + Many, many minor improvements and fixes
+- Drop gnome-documents-deprecated-mutex.patch: fixed upstream.
+
+-------------------------------------------------------------------
+Wed Nov 16 11:48:23 UTC 2011 - dimstar@xxxxxxxxxxxx
+
+- Add gnome-documents-deprecated-mutex.patch: Fix build with new
+ glib and its changed GThread API. Patch taken from upstram git,
+ commit id df80c63.
+
+-------------------------------------------------------------------

Old:
----
gnome-documents-0.2.1.tar.bz2

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

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

Other differences:
------------------
++++++ gnome-documents.spec ++++++
--- /var/tmp/diff_new_pack.gZUFeo/_old 2012-01-09 12:40:26.000000000 +0100
+++ /var/tmp/diff_new_pack.gZUFeo/_new 2012-01-09 12:40:26.000000000 +0100
@@ -15,30 +15,29 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

-
-
Name: gnome-documents
-Version: 0.2.1
-Release: 1
-License: GPLv2+
+Version: 0.3.3
+Release: 0
Summary: Document Manager for GNOME
-Url: http://www.gnome.org
+License: GPL-2.0+
Group: Productivity/Office/Other
-Source:
http://download.gnome.org/sources/gnome-documents/0.2/%{name}-%{version}.tar.bz2
+Url: http://www.gnome.org
+Source:
http://download.gnome.org/sources/gnome-documents/0.3/%{name}-%{version}.tar.xz
BuildRequires: intltool
BuildRequires: update-desktop-files
+# Only needed because we don't (and won't) support building xz tarballs by
default... See bnc#697467
+BuildRequires: xz
BuildRequires: pkgconfig(clutter-gtk-1.0) >= 1.0.1
-BuildRequires: pkgconfig(evince-document-3.0)
-BuildRequires: pkgconfig(evince-view-3.0)
+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.29.90
BuildRequires: pkgconfig(gnome-desktop-3.0)
BuildRequires: pkgconfig(goa-1.0) >= 3.1.90
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.9.6
-BuildRequires: pkgconfig(gtk+-3.0) >= 3.1.13
+BuildRequires: pkgconfig(gtk+-3.0) >= 3.3.6
BuildRequires: pkgconfig(libgdata) >= 0.9.1
BuildRequires: pkgconfig(oauth)
-BuildRequires: pkgconfig(tracker-miner-0.12)
BuildRequires: pkgconfig(tracker-sparql-0.12) >= 0.12.1
# This is a gjs application
Requires: gjs
@@ -67,13 +66,11 @@
rm -rf %{buildroot}

%post
-/sbin/ldconfig
%glib2_gsettings_schema_post
%desktop_database_post
%icon_theme_cache_post

%postun
-/sbin/ldconfig
%glib2_gsettings_schema_postun
%desktop_database_postun
%icon_theme_cache_postun
@@ -83,17 +80,12 @@
%doc AUTHORS NEWS README
%{_bindir}/gnome-documents
%{_datadir}/applications/gnome-documents.desktop
+%{_datadir}/dbus-1/services/org.gnome.Documents.GDataMiner.service
+%{_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
-%{_libdir}/girepository-1.0/Gd-1.0.typelib
-# As the library is private, there is no point in using SLPP
-%{_libdir}/libgdprivate-1.0.so
-%{_libdir}/libgdprivate-1.0.so.*
-%{_datadir}/dbus-1/services/org.gnome.Documents.GDataMiner.service
-# We have no devel package
-%{_datadir}/gir-1.0/Gd-1.0.gir
-%{_datadir}/glib-2.0/schemas/org.gnome.documents.gschema.xml

%files lang -f %{name}.lang


--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread