Hello community,

here is the log from the commit of package zeitgeist for openSUSE:Factory 
checked in at 2018-03-12 12:10:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zeitgeist (Old)
 and      /work/SRC/openSUSE:Factory/.zeitgeist.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zeitgeist"

Mon Mar 12 12:10:28 2018 rev:40 rq:584552 version:1.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/zeitgeist/zeitgeist.changes      2018-03-05 
13:32:23.271820097 +0100
+++ /work/SRC/openSUSE:Factory/.zeitgeist.new/zeitgeist.changes 2018-03-12 
12:10:30.206080323 +0100
@@ -1,0 +2,13 @@
+Mon Mar  5 04:08:11 UTC 2018 - [email protected]
+
+- Update to version 1.0.1:
+  + Fix placeholder in systemd service template
+- Update package descriptions to show more explictly the contents
+  of the packages.
+- Append GPL-2.0-or-later to the devel subpackage to comply with
+  the copyrights.
+- Adopt the use of make_build macro rather than raw make command,
+  following the best practices.
+- Drop zeitgeist-1.0-service.patch: fixed upstream.
+
+-------------------------------------------------------------------

Old:
----
  zeitgeist-1.0-service.patch
  zeitgeist-1.0.tar.xz

New:
----
  zeitgeist-1.0.1.tar.xz

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

Other differences:
------------------
++++++ zeitgeist.spec ++++++
--- /var/tmp/diff_new_pack.D23PSV/_old  2018-03-12 12:10:31.602030526 +0100
+++ /var/tmp/diff_new_pack.D23PSV/_new  2018-03-12 12:10:31.606030383 +0100
@@ -18,15 +18,14 @@
 
 
 Name:           zeitgeist
-Version:        1.0
+Version:        1.0.1
 Release:        0
 Summary:        Zeitgeist Engine
 License:        LGPL-2.1-or-later AND GPL-2.0-or-later
 Group:          Productivity/Other
-Url:            https://launchpad.net/zeitgeist
+URL:            https://launchpad.net/zeitgeist
 Source:         
https://launchpad.net/zeitgeist/1.0/%{version}/+download/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM zeitgeist-1.0-service.patch [email protected] -- Fix 
placeholder in systemd service template
-Patch0:         zeitgeist-1.0-service.patch
 BuildRequires:  fdupes
 BuildRequires:  libxapian-devel
 BuildRequires:  pkgconfig
@@ -36,15 +35,15 @@
 BuildRequires:  raptor
 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(gio-2.0) >= 2.35.4
+BuildRequires:  pkgconfig(gio-unix-2.0) >= 2.35.4
+BuildRequires:  pkgconfig(glib-2.0) >= 2.35.4
+BuildRequires:  pkgconfig(gmodule-2.0) >= 2.35.4
+BuildRequires:  pkgconfig(gobject-2.0) >= 2.35.4
 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(sqlite3) >= 3.7.11
 BuildRequires:  pkgconfig(telepathy-glib) >= 0.18.0
 Requires:       python3-xdg
 Requires:       python3-xml
@@ -68,8 +67,10 @@
 Libzeitgeist is a client library for interacting with the Zeitgeist
 daemon.
 
+This package provides the client library for Zeitgeist.
+
 %package -n typelib-1_0-Zeitgeist-2_0
-Summary:        Client library for interacting with the Zeitgeist daemon -- 
Introspection bindings
+Summary:        Introspection bindings for Zeitgeist client library
 License:        LGPL-2.1-or-later
 Group:          System/Libraries
 
@@ -77,9 +78,11 @@
 Libzeitgeist is a client library for interacting with the Zeitgeist
 daemon.
 
+This package provides the Introspection bindings for Zeitgeist.
+
 %package devel
-Summary:        Client library for interacting with the Zeitgeist daemon
-License:        LGPL-2.1-or-later
+Summary:        Development files for Zeitgeist client library
+License:        LGPL-2.1-or-later AND GPL-2.0-or-later
 Group:          Development/Libraries/GNOME
 Requires:       libzeitgeist-2_0-0 = %{version}
 Requires:       typelib-1_0-Zeitgeist-2_0 = %{version}
@@ -88,15 +91,16 @@
 Libzeitgeist is a client library for interacting with the Zeitgeist
 daemon.
 
+This package provides the necessary files for development with Zeitgeist.
+
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 export PYTHON=python3
 %configure \
   --enable-fts
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
@@ -109,7 +113,6 @@
 %postun -n libzeitgeist-2_0-0 -p /sbin/ldconfig
 
 %files
-%license COPYING
 %doc AUTHORS NEWS
 %{_bindir}/zeitgeist*
 %{python3_sitelib}/zeitgeist/
@@ -125,12 +128,14 @@
 %{_sysconfdir}/xdg/autostart/zeitgeist-datahub.desktop
 
 %files -n libzeitgeist-2_0-0
+%license COPYING
 %{_libdir}/libzeitgeist-2.0.so.*
 
 %files -n typelib-1_0-Zeitgeist-2_0
 %{_libdir}/girepository-1.0/Zeitgeist-2.0.typelib
 
 %files devel
+%license COPYING.GPL
 %{_includedir}/zeitgeist-2.0/
 %{_libdir}/libzeitgeist-2.0.so
 %{_libdir}/pkgconfig/zeitgeist-2.0.pc

++++++ zeitgeist-1.0.tar.xz -> zeitgeist-1.0.1.tar.xz ++++++
++++ 20642 lines of diff (skipped)


Reply via email to