Hello community,

here is the log from the commit of package zeitgeist for openSUSE:Factory 
checked in at 2013-04-05 09:36:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zeitgeist (Old)
 and      /work/SRC/openSUSE:Factory/.zeitgeist.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zeitgeist", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/zeitgeist/zeitgeist.changes      2012-10-03 
15:11:57.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.zeitgeist.new/zeitgeist.changes 2013-04-05 
09:36:35.000000000 +0200
@@ -1,0 +2,44 @@
+Thu Apr  4 17:32:03 UTC 2013 - [email protected]
+
+- Update License tag as result of review:
+  + Main and src package: LGPL-2.1+ and GPL-2.0+.
+  + Library and -devel packages: LGPL-2.1+.
+
+-------------------------------------------------------------------
+Wed Mar 20 18:45:18 UTC 2013 - [email protected]
+
+- Update to version 0.9.10:
+  + Libzeitgeist:
+    - Add new zg#ApplicationAction subject interpretation.
+    - Fix sql explanation bug.
+- Don't create a -lang package: there haven't been translations
+  since version 0.9.0.1.
+- Obsolete an eventually installed zeitgeist-lang package.
+- Add pkgconfig(gio-2.0), pkgconfig(gtk+-3.0),
+  pkgconfig(json-glib-1.0) and pkgconfig(telepathy-glib)
+  BuildRequires: new depdencies for the datahub provider.
+- Obsolete separate zeitgeist-datahub package.
+
+-------------------------------------------------------------------
+Thu Mar 14 21:56:14 UTC 2013 - [email protected]
+
+- Update to version 0.9.9:
+  + This version introduces libzeitgeist2, a Vala port of the
+    previously independent libzeitgeist library.
+  + Engine:
+    - Fixed insertion of large event sets.
+    - Fixed database migration to WebDataObject (from some
+      RemoteDataObjects).
+    - Events missing required meta-data are now rejected.
+  + FTS:
+    - Fixed to respect ZEITGEIST_DATA_PATH.
+  + Python API:
+    - RelevantResultType is now included in "from datamodel
+      import *".
+- Add pkgconfig(gobject-introspection-1.0) BuildRequires: new
+  dependency.
+- Pass --enable-fts to configure.
+- Create new subpackages libzeitgeist-2_0-0,
+  typelib-1_0-Zeitgeist-2_0 and zeitgeist-devel.
+
+-------------------------------------------------------------------

Old:
----
  zeitgeist-0.9.5.tar.bz2

New:
----
  zeitgeist-0.9.10.tar.xz

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

Other differences:
------------------
++++++ zeitgeist.spec ++++++
--- /var/tmp/diff_new_pack.gK4ZLN/_old  2013-04-05 09:36:37.000000000 +0200
+++ /var/tmp/diff_new_pack.gK4ZLN/_new  2013-04-05 09:36:37.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package zeitgeist
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2009 Dominique Leuenberger, Amsterdam, The Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,13 +18,13 @@
 
 
 Name:           zeitgeist
-Version:        0.9.5
+Version:        0.9.10
 Release:        0
 Summary:        Zeitgeist Engine
-License:        LGPL-2.1+
+License:        LGPL-2.1+ and GPL-2.0+
 Group:          Productivity/Other
 Url:            https://launchpad.net/zeitgeist
-Source:         
https://launchpad.net/zeitgeist/0.9/0.9.5/+download/%{name}-%{version}.tar.bz2
+Source:         
https://launchpad.net/zeitgeist/0.9/%{version}/+download/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  libxapian-devel
@@ -32,15 +32,23 @@
 BuildRequires:  python-rdflib
 BuildRequires:  python-xml
 BuildRequires:  raptor
-BuildRequires:  vala >= 0.16
+BuildRequires:  vala >= 0.18
 BuildRequires:  pkgconfig(dbus-1)
+BuildRequires:  pkgconfig(gio-2.0) >= 2.26.0
 BuildRequires:  pkgconfig(gio-unix-2.0) >= 2.26.0
 BuildRequires:  pkgconfig(glib-2.0) >= 2.26.0
 BuildRequires:  pkgconfig(gmodule-2.0) >= 2.26.0
 BuildRequires:  pkgconfig(gobject-2.0) >= 2.26.0
+BuildRequires:  pkgconfig(gobject-introspection-1.0)
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.0.0
+BuildRequires:  pkgconfig(json-glib-1.0) >= 0.14.0
 BuildRequires:  pkgconfig(sqlite3) >= 3.7
+BuildRequires:  pkgconfig(telepathy-glib) >= 0.18.0
 Requires:       python-xdg
 Requires:       python-xml
+Obsoletes:      %{name}-lang < %{version}
+# zeitgeist-datahub was merged in version 0.9.10
+Obsoletes:      zeitgeist-datahub < 0.9.10
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -49,20 +57,54 @@
 
 This is the Zeitgeist backend engine.
 
-%lang_package
+%package -n libzeitgeist-2_0-0
+Summary:        Client library for interacting with the Zeitgeist daemon
+License:        LGPL-2.1+
+Group:          System/Libraries
+
+%description -n libzeitgeist-2_0-0
+Libzeitgeist is a client library for interacting with the Zeitgeist
+daemon.
+
+%package -n typelib-1_0-Zeitgeist-2_0
+Summary:        Client library for interacting with the Zeitgeist daemon -- 
Introspection bindings
+License:        LGPL-2.1+
+Group:          System/Libraries
+
+%description -n typelib-1_0-Zeitgeist-2_0
+Libzeitgeist is a client library for interacting with the Zeitgeist
+daemon.
+
+%package devel
+Summary:        Client library for interacting with the Zeitgeist daemon
+License:        LGPL-2.1+
+Group:          Development/Libraries/GNOME
+Requires:       libzeitgeist-2_0-0 = %{version}
+Requires:       typelib-1_0-Zeitgeist-2_0 = %{version}
+
+%description devel
+Libzeitgeist is a client library for interacting with the Zeitgeist
+daemon.
+
 %prep
 %setup -q
 
 %build
-%configure
+%configure \
+    --enable-fts
 make %{?_smp_mflags}
 
 %install
 %make_install
+find %{buildroot} -type f -name '*.la' -delete -print
 # We have the NEWS and AUTHORS in package doc
-rm -rf %{buildroot}%{_prefix}/doc
+rm -rf %{buildroot}%{_datadir}/%{name}/doc
 %fdupes %{buildroot}%{python_sitelib}
 
+%post -n libzeitgeist-2_0-0 -p /sbin/ldconfig
+
+%postun -n libzeitgeist-2_0-0 -p /sbin/ldconfig
+
 %files
 %defattr(-,root,root)
 %doc AUTHORS NEWS COPYING
@@ -73,7 +115,24 @@
 %{_datadir}/zeitgeist/
 %{_libexecdir}/zeitgeist-fts
 %{_datadir}/dbus-1/services/org.gnome.zeitgeist.fts.service
+%{_datadir}/bash-completion/completions/zeitgeist-daemon
+%{_sysconfdir}/xdg/autostart/zeitgeist-datahub.desktop
+
+%files -n libzeitgeist-2_0-0
+%defattr(-,root,root)
+%{_libdir}/libzeitgeist-2.0.so.*
+
+%files -n typelib-1_0-Zeitgeist-2_0
+%defattr(-,root,root)
+%{_libdir}/girepository-1.0/Zeitgeist-2.0.typelib
 
-%files lang
+%files devel
+%defattr(-,root,root)
+%{_includedir}/zeitgeist-2.0/
+%{_libdir}/libzeitgeist-2.0.so
+%{_libdir}/pkgconfig/zeitgeist-2.0.pc
+%{_datadir}/gir-1.0/Zeitgeist-2.0.gir
+%dir %{_datadir}/vala/vapi
+%{_datadir}/vala/vapi/zeitgeist*
 
 %changelog

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

Reply via email to