Hello community,

here is the log from the commit of package tracker-miners for 
openSUSE:Leap:15.2 checked in at 2020-03-06 12:38:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/tracker-miners (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.tracker-miners.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tracker-miners"

Fri Mar  6 12:38:04 2020 rev:31 rq:779647 version:2.3.2

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/tracker-miners/tracker-miners.changes  
2020-01-15 16:24:53.360633998 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.tracker-miners.new.26092/tracker-miners.changes   
    2020-03-06 12:38:51.882669209 +0100
@@ -1,0 +2,208 @@
+Tue Feb 18 23:41:31 UTC 2020 - Bjørn Lie <[email protected]>
+
+- Update to version 2.3.2:
+  + Blocked parsing of image/x-dds image files, which were
+    previously being passed to GStreamer and triggering system
+    lockups for some people.
+  + Fixed incorrect MIME type for .raw images, which were
+    previously being passed to GStreamer and triggering system
+    lockups for some people.
+  + Improved how the MP3 extractor calculates durations of variable
+    bitrate MP3s, which fixes incorrect durations being shown in
+    GNOME Music.
+  + Fixed a bug in the GStreamer writeback module.
+  + Fix race condition that might leave tracker-miner-fs paused
+    after a writeback operation.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Sat Jan 25 14:20:41 UTC 2020 - Dominique Leuenberger <[email protected]>
+
+- No longer recommend -lang: supplements are in use
+
+-------------------------------------------------------------------
+Sat Oct 12 16:23:44 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 2.3.1:
+  + Improved .odt extraction, fixing issues with hyphenated words.
+  + OpenBSD: Fixed build.
+  + functional-tests: Fixed a cause of intermittent failures,
+    removed some unused data files.
+  + Minor compiler warning and build system fixes.
+
+-------------------------------------------------------------------
+Tue Sep 10 05:56:18 CDT 2019 - [email protected]
+
+- Update to version 2.3.0:
+  + No changes since 2.2.99.1.
+
+-------------------------------------------------------------------
+Thu Sep  5 18:50:30 CDT 2019 - [email protected]
+
+- Update to version 2.2.99.1:
+  + The ~/Downloads folder is now indexed non-recursively by
+    default. This reduces the risk of Tracker unnecessarily
+    crawling large directories of source code or video game data.
+      - If users are storing data such as music or photos in
+    subfolders of the Downloads folder, they will need to move it
+    to an appropriate place (~/Music, ~/Pictures, etc.) so that
+    it is still indexed.
+  + Dispose TrackerResource objects before unref.
+  + Fixes in Musicbrainz metadata extraction.
+  + Translations: ca, eu.
+
+-------------------------------------------------------------------
+Mon Aug 26 16:38:55 CST 2019 - [email protected]
+
+- Update to version 2.2.99.0:
+  + Support for reading Musicbrainz metadata from audio files.
+  + Tracker Writeback now uses GStreamer to write metadata to audio
+    files, instead of depending on taglib directly.
+  + Directories will now be ignored if they contain a file named
+    `.nomedia`. A file named `.trackerignore` has the same effect,
+    but the `.nomedia` file brings us in line with Android.
+  + Removed obsolete 'max-media-art-width' setting.
+- libtracker-miners-common is built as a static library and only
+  used in build time. So remove it in the %install section.
+- Add a new BuildRequires pkgconfig(gstreamer-audio-1.0).
+- Drop an unused BuildRequires pkgconfig(taglib_c).
+
+-------------------------------------------------------------------
+Tue Jun 25 22:04:32 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Drop pkgconfig(libgrss) BuildRequires and subpackage
+  tracker-miner-rss: libfrss is dropped upstream. Following this,
+  add tracker-miner-rss Obsoletes to main tracker-miners package.
+
+-------------------------------------------------------------------
+Fri May  3 09:20:46 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 2.2.2:
+  + Multiple leak fixes.
+  + Functional tests now use python3.
+  + Fix text extractor handling of non-existent files.
+  + Fix indexing of tracks in FLAC files.
+  + Added new tests for file formats.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Thu Mar  7 11:04:49 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 2.2.1:
+  + Whitelist syscall fadvise64_64.
+  + Many fixes to functional tests.
+  + Fix failed functional tests being reported as successful.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Feb 25 02:02:00 UTC 2019 - [email protected]
+
+- Update to version 2.2.0:
+  + Disable guarantee_metadata by default. It was the case on
+    autotools.
+  + Stop merging translations to schema files.
+  + Test suite improvements.
+  + Meson build improvements.
+  + The functionality of tracker-miner-apps has been adopted by
+    tracker-miner-fs/tracker-extract.
+  + All usage of deprecated TrackerSparqlBuilder is gone.
+  + Fixes to desktop file indexing.
+  + Multiple build and compile warning fixes.
+  + Many test improvements and cleanups.
+  + The functionality of tracker-miner-apps has been adopted by
+    tracker-miner-fs/tracker-extract.
+  + Updated tracker-miner-fs and tracker-miner-rss to use
+    TrackerResource.
+  + Support for building through autotools has been removed.
+  + Plugged several leaks.
+  + Other many build and code cleanups and fixes.
+  + Updated translations.
+- Switch to meson build system, remove all conditionals for meson
+  and remove all traces of autotools support.
+- Drop tracker-miners-private.patch: finally fixed upstream
+  (probably by accident, but well).
+- Add pkgconfig(gexiv2), pkgconfig(libavcodec),
+  pkgconfig(libavformat) and pkgconfig(libavutil) BuildRequires:
+  New dependencies, all optional except gexiv2.
+
+-------------------------------------------------------------------
+Sun Feb 24 00:10:13 UTC 2019 - [email protected]
+
+- Update to version 2.1.6:
+  + Multiple meson build fixes.
+  + Test fixes.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Wed Sep 26 18:54:50 UTC 2018 - [email protected]
+
+- Update to version 2.1.5:
+  + Fix several leaks.
+  + Ensure utf8ness in
+    tracker_guarantee_resource_title_from_file().
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Sep  4 10:12:39 UTC 2018 - [email protected]
+
+- Update to version 2.1.4:
+  + Updated translations.
+- Changes from version 2.1.3:
+  + Unbreak watch on domain ontology owner. Fixes miners spuriously
+    exiting.
+
+-------------------------------------------------------------------
+Sat Sep  1 16:58:45 UTC 2018 - [email protected]
+
+- Update to version 2.1.2:
+  + Allow use of domain rules outside prefix.
+  + Add core-as-subproject as explicit meson option.
+  + Ensure utf8ness in TrackerResource helpers.
+  + Fix multiple cardinality issues in different
+    extractors/properties.
+  + Other minor SPARQL correctness fixes.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Thu Aug 16 09:19:03 UTC 2018 - [email protected]
+
+- Update to version 2.1.1:
+  + tracker-miner-fs: Ignore mercurial repositories.
+  + build: Fix build with -Werror=format-security.
+  + tracker-extract:
+    - Ensure metadata strings are UTF-8 in JPEG/PNG extractors.
+    - Do not add named destinations to PDF TOCs.
+    - Ignore XMP image metadata on PDFs.
+    - Fix ISO 8601 date string generation on gstreamer extractor.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Jul 24 09:09:02 UTC 2018 - [email protected]
+
+- 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 - [email protected]
+
+- Update to version 2.0.5:
+  + tracker-extract: Made daemon able to shutdown on inactivity,
+    lifetime will be managed by tracker-miner-fs.
++++ 11 more lines (skipped)
++++ between /work/SRC/openSUSE:Leap:15.2/tracker-miners/tracker-miners.changes
++++ and 
/work/SRC/openSUSE:Leap:15.2/.tracker-miners.new.26092/tracker-miners.changes

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

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

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

Other differences:
------------------
++++++ tracker-miners.spec ++++++
--- /var/tmp/diff_new_pack.WXuto8/_old  2020-03-06 12:38:53.066669929 +0100
+++ /var/tmp/diff_new_pack.WXuto8/_new  2020-03-06 12:38:53.102669951 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tracker-miners
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,61 +12,63 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           tracker-miners
-Version:        2.0.4
+Version:        2.3.2
 Release:        0
 Summary:        Various miners for Tracker
-License:        GPL-2.0+
+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
-
-# PATCH-FIX-UPSTREAM tracker-miners-private.patch bgo#725689 
[email protected] -- Do not maintain LT versioning for private libs
-Patch0:         tracker-miners-private.patch
+URL:            https://wiki.gnome.org/Projects/Tracker
+Source0:        
https://download.gnome.org/sources/tracker-miners/2.3/%{name}-%{version}.tar.xz
 
 BuildRequires:  giflib-devel
 BuildRequires:  intltool >= 0.40.0
-BuildRequires:  libjpeg-devel
 BuildRequires:  libtiff-devel
 BuildRequires:  libtool
+BuildRequires:  meson
 BuildRequires:  pkgconfig
 BuildRequires:  vala
+BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(enca) >= 1.9
 BuildRequires:  pkgconfig(exempi-2.0) >= 2.1.0
 BuildRequires:  pkgconfig(flac) >= 1.2.1
+BuildRequires:  pkgconfig(gexiv2)
 BuildRequires:  pkgconfig(gio-unix-2.0) >= 2.44.0
 BuildRequires:  pkgconfig(glib-2.0) >= 2.44.0
 BuildRequires:  pkgconfig(gmodule-2.0) >= 2.44.0
 BuildRequires:  pkgconfig(gstreamer-1.0) >= 0.10.31
+BuildRequires:  pkgconfig(gstreamer-audio-1.0) >= 0.10.31
 BuildRequires:  pkgconfig(gstreamer-pbutils-1.0) >= 0.10.31
 BuildRequires:  pkgconfig(gstreamer-tag-1.0) >= 0.10.31
 BuildRequires:  pkgconfig(icu-i18n) >= 4.8.1.1
 BuildRequires:  pkgconfig(icu-uc) >= 4.8.1.1
+BuildRequires:  pkgconfig(libavcodec)
+BuildRequires:  pkgconfig(libavformat)
+BuildRequires:  pkgconfig(libavutil)
 BuildRequires:  pkgconfig(libcue)
 BuildRequires:  pkgconfig(libexif) >= 0.6
-BuildRequires:  pkgconfig(libgrss) >= 0.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
 BuildRequires:  pkgconfig(poppler-glib) >= 0.16.0
-BuildRequires:  pkgconfig(taglib_c) >= 1.6
 BuildRequires:  pkgconfig(totem-plparser)
-BuildRequires:  pkgconfig(tracker-miner-2.0) >= 1.99
-BuildRequires:  pkgconfig(tracker-sparql-2.0) >= 1.99
+BuildRequires:  pkgconfig(tracker-miner-2.0) >= 2.2.0
+BuildRequires:  pkgconfig(tracker-sparql-2.0) >= 2.2.0
 BuildRequires:  pkgconfig(upower-glib) >= 0.9.0
 BuildRequires:  pkgconfig(vorbisfile) >= 0.22
-# Make sure tracker is being updated to 1.99 too
-Conflicts:      tracker < 1.99
 # The schema files moved from libtracker-common to tracker-miners
 Conflicts:      libtracker-common-1_0 < 1.99
-Recommends:     %{name}-lang
+# Make sure tracker is being updated to 1.99 too
+Conflicts:      tracker < 1.99
+Obsoletes:      tracker-miner-rss <= 2.2.2
 
 %description
 Tracker is a desktop-neutral object database, tag/metadata database,
@@ -85,41 +87,27 @@
 
 This package contains a miner to index files and applications.
 
-%package -n tracker-miner-rss
-Summary:        Tracker miner to index ATOM and RSS feeds
-Group:          System/GUI/GNOME
-Requires:       %{name} >= %{version}
-
-%description -n tracker-miner-rss
-Tracker is a desktop-neutral object database, tag/metadata database,
-search tool and indexer.
-
-This package contains a miner to index ATOM and RSS feeds.
-
 %lang_package
 
 %prep
 %autosetup -p1
 
 %build
-# Needed for patch0
-autoreconf -fiv
-%configure \
-       --disable-static \
-       --enable-libflac \
-       --enable-libvorbis \
+%meson \
+       -Dfunctional_tests=false \
+       -Dsystemd_user_services=%{_userunitdir} \
+       -Dminer_rss=false \
        %{nil}
-%make_build
+%meson_build
 
 %install
-%make_install
-find %{buildroot} -type f -name "*.la" -delete -print
-rm %{buildroot}%{_datadir}/tracker-tests/01-writeback.py
+%meson_install
 %find_lang %{name}
+rm -f %{_libdir}/tracker-miners-2.0/libtracker-miners-common.a
 
 %files
 %license COPYING
-%doc ChangeLog README
+%doc README.md
 %{_libexecdir}/tracker-extract
 %{_libexecdir}/tracker-writeback
 %{_mandir}/man1/tracker-extract.1%{ext_man}
@@ -134,9 +122,9 @@
 %{_datadir}/glib-2.0/schemas/org.freedesktop.TrackerMiners.enums.xml
 %{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.Extract.gschema.xml
 %{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.Writeback.gschema.xml
-%{_userunitdir}/tracker-extract.service
-%{_userunitdir}//tracker-writeback.service
 %{_datadir}/%{name}/
+%{_userunitdir}/tracker-extract.service
+%{_userunitdir}/tracker-writeback.service
 %{_sysconfdir}/xdg/autostart/tracker-extract.desktop
 %dir %{_libdir}/tracker-miners-2.0
 %{_libdir}/tracker-miners-2.0/extract-modules/
@@ -144,26 +132,13 @@
 %{_libdir}/tracker-miners-2.0/libtracker-extract.so
 
 %files -n tracker-miner-files
-%{_libexecdir}/tracker-miner-apps
 %{_libexecdir}/tracker-miner-fs
 %{_mandir}/man1/tracker-miner-fs.1%{ext_man}
+%{_userunitdir}/tracker-miner-fs.service
 %{_datadir}/tracker/miners/org.freedesktop.Tracker1.Miner.Files.service
-%{_datadir}/tracker/miners/org.freedesktop.Tracker1.Miner.Applications.service
-%{_datadir}/dbus-1/services/org.freedesktop.Tracker1.Miner.Applications.service
 %{_datadir}/dbus-1/services/org.freedesktop.Tracker1.Miner.Files.service
 %{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.Miner.Files.gschema.xml
-%{_userunitdir}/tracker-miner-apps.service
-%{_userunitdir}/tracker-miner-fs.service
 %{_sysconfdir}/xdg/autostart/tracker-miner-fs.desktop
-%{_sysconfdir}/xdg/autostart/tracker-miner-apps.desktop
-
-%files -n tracker-miner-rss
-%{_sysconfdir}/xdg/autostart/tracker-miner-rss.desktop
-%{_libexecdir}/tracker-miner-rss
-%{_userunitdir}/tracker-miner-rss.service
-%{_datadir}/dbus-1/services/org.freedesktop.Tracker1.Miner.RSS.service
-%{_datadir}/tracker/miners/org.freedesktop.Tracker1.Miner.RSS.service
-%{_mandir}/man1/tracker-miner-rss.1%{ext_man}
 
 %files lang -f %{name}.lang
 

++++++ tracker-miners-2.0.4.tar.xz -> tracker-miners-2.3.2.tar.xz ++++++
++++ 224757 lines of diff (skipped)


Reply via email to