Hello community, here is the log from the commit of package zeitgeist for openSUSE:Factory checked in at 2017-11-03 19:06:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/zeitgeist (Old) and /work/SRC/openSUSE:Factory/.zeitgeist.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zeitgeist" Fri Nov 3 19:06:28 2017 rev:38 rq:538155 version:1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/zeitgeist/zeitgeist.changes 2017-09-04 12:24:02.759076607 +0200 +++ /work/SRC/openSUSE:Factory/.zeitgeist.new/zeitgeist.changes 2017-11-03 19:06:29.655230228 +0100 @@ -1,0 +2,6 @@ +Wed Nov 1 14:32:34 UTC 2017 - [email protected] + +- Switch to python3 +- Cleanup with spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zeitgeist.spec ++++++ --- /var/tmp/diff_new_pack.CanTay/_old 2017-11-03 19:06:30.571196903 +0100 +++ /var/tmp/diff_new_pack.CanTay/_new 2017-11-03 19:06:30.575196758 +0100 @@ -21,7 +21,7 @@ Version: 1.0 Release: 0 Summary: Zeitgeist Engine -License: LGPL-2.1+ and GPL-2.0+ +License: LGPL-2.1+ AND GPL-2.0+ Group: Productivity/Other Url: https://launchpad.net/zeitgeist Source: https://launchpad.net/zeitgeist/1.0/%{version}/+download/%{name}-%{version}.tar.xz @@ -29,9 +29,10 @@ Patch0: zeitgeist-1.0-service.patch BuildRequires: fdupes BuildRequires: libxapian-devel -BuildRequires: python -BuildRequires: python-rdflib -BuildRequires: python-xml +BuildRequires: pkgconfig +BuildRequires: python3-devel +BuildRequires: python3-rdflib +BuildRequires: python3-xml BuildRequires: raptor BuildRequires: vala >= 0.18 BuildRequires: pkgconfig(dbus-1) @@ -45,13 +46,12 @@ 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 +Requires: python3-xdg +Requires: python3-xml Obsoletes: %{name}-lang < %{version} # zeitgeist-datahub was merged in version 0.9.10 Obsoletes: zeitgeist-datahub < 0.9.10 Obsoletes: zeitgeist-datahub-lang < 0.9.10 -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Zeitgeist is a service that logs the users activity. The log can be @@ -93,27 +93,26 @@ %patch0 -p1 %build +export PYTHON=python3 %configure \ --enable-fts make %{?_smp_mflags} %install %make_install -find %{buildroot} -type f -name '*.la' -delete -print +find %{buildroot} -type f -name "*.la" -delete -print # We have the NEWS and AUTHORS in package doc rm -rf %{buildroot}%{_datadir}/%{name}/doc -%fdupes %{buildroot}%{python_sitelib} +%fdupes %{buildroot}%{python3_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 %{_bindir}/zeitgeist* -%{python_sitelib}/zeitgeist/ -%{_mandir}/man?/*.* +%{python3_sitelib}/zeitgeist/ +%{_mandir}/man?/*%{ext_man} %{_datadir}/zeitgeist/ %{_datadir}/dbus-1/services/org.gnome.zeitgeist.SimpleIndexer.service %{_datadir}/dbus-1/services/org.gnome.zeitgeist.Engine.service @@ -125,15 +124,12 @@ %{_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 devel -%defattr(-,root,root) %{_includedir}/zeitgeist-2.0/ %{_libdir}/libzeitgeist-2.0.so %{_libdir}/pkgconfig/zeitgeist-2.0.pc
