Hello community,

here is the log from the commit of package tracker-miners for openSUSE:Factory 
checked in at 2018-08-02 14:49:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tracker-miners (Old)
 and      /work/SRC/openSUSE:Factory/.tracker-miners.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tracker-miners"

Thu Aug  2 14:49:39 2018 rev:9 rq:625581 version:2.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/tracker-miners/tracker-miners.changes    
2018-03-08 10:45:44.394738210 +0100
+++ /work/SRC/openSUSE:Factory/.tracker-miners.new/tracker-miners.changes       
2018-08-02 14:49:41.347428550 +0200
@@ -1,0 +2,24 @@
+Tue Jul 24 09:09:02 UTC 2018 - bjorn....@gmail.com
+
+- Update to version 2.1.0:
+  + tests: Many updates and fixes to functional tests.
+  + tracker-extract: Better infrastructure for tests, based on
+    JSON-LD.
+  + tracker-miner-fs: Restart tracker extract from the right
+    domain.
+  + tracker-extract: Persistently avoid files that trigger
+    recoverable errors, to avoid log spamming on restarts.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Jun 26 03:11:40 UTC 2018 - luc1...@linuxmail.org
+
+- Update to version 2.0.5:
+  + tracker-extract: Made daemon able to shutdown on inactivity,
+    lifetime will be managed by tracker-miner-fs.
+  + tracker-stract: Fixes in generated SPARQL for geolocation data.
+  + Updated translations.
+- Replace libjpeg-devel BuildRequires with pkgconfig(libjpeg): now
+  configure looks for the pkgconfig module instead.
+
+-------------------------------------------------------------------

Old:
----
  tracker-miners-2.0.4.tar.xz

New:
----
  tracker-miners-2.1.0.tar.xz

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

Other differences:
------------------
++++++ tracker-miners.spec ++++++
--- /var/tmp/diff_new_pack.LkRNpr/_old  2018-08-02 14:49:41.783429385 +0200
+++ /var/tmp/diff_new_pack.LkRNpr/_new  2018-08-02 14:49:41.787429393 +0200
@@ -16,19 +16,20 @@
 #
 
 
+# FIXME: At every release switch on meson use and try to fix it, if the build 
succeeds remove this conditional.
+%bcond_with meson
 Name:           tracker-miners
-Version:        2.0.4
+Version:        2.1.0
 Release:        0
 Summary:        Various miners for Tracker
 License:        GPL-2.0-or-later
 Group:          System/GUI/GNOME
 URL:            https://wiki.gnome.org/Projects/Tracker
-Source:         
http://download.gnome.org/sources/tracker-miners/2.0/%{name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/tracker-miners/2.1/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM tracker-miners-private.patch bgo#725689 
dims...@opensuse.org -- Do not maintain LT versioning for private libs
 Patch0:         tracker-miners-private.patch
 BuildRequires:  giflib-devel
 BuildRequires:  intltool >= 0.40.0
-BuildRequires:  libjpeg-devel
 BuildRequires:  libtiff-devel
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
@@ -50,6 +51,7 @@
 BuildRequires:  pkgconfig(libgsf-1) >= 1.14.24
 BuildRequires:  pkgconfig(libgxps)
 BuildRequires:  pkgconfig(libiptcdata)
+BuildRequires:  pkgconfig(libjpeg)
 BuildRequires:  pkgconfig(libosinfo-1.0) >= 0.2.9
 BuildRequires:  pkgconfig(libseccomp) >= 2.0
 BuildRequires:  pkgconfig(libxml-2.0) >= 2.6
@@ -65,6 +67,10 @@
 Conflicts:      libtracker-common-1_0 < 1.99
 # Make sure tracker is being updated to 1.99 too
 Conflicts:      tracker < 1.99
+%if %{with meson}
+BuildRequires:  meson
+BuildRequires:  pkgconfig(dbus-1)
+%endif
 
 %description
 Tracker is a desktop-neutral object database, tag/metadata database,
@@ -100,6 +106,10 @@
 %autosetup -p1
 
 %build
+%if %{with meson}
+%meson
+%meson_build
+%else
 # Needed for patch0
 autoreconf -fiv
 %configure \
@@ -108,10 +118,15 @@
        --enable-libvorbis \
        %{nil}
 %make_build
+%endif
 
 %install
+%if %{with meson}
+%meson_install
+%else
 %make_install
 find %{buildroot} -type f -name "*.la" -delete -print
+%endif
 rm %{buildroot}%{_datadir}/tracker-tests/01-writeback.py
 %find_lang %{name}
 

++++++ tracker-miners-2.0.4.tar.xz -> tracker-miners-2.1.0.tar.xz ++++++
++++ 46955 lines of diff (skipped)


Reply via email to