Hello community, here is the log from the commit of package tracker for openSUSE:Factory checked in at 2017-03-22 23:07:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tracker (Old) and /work/SRC/openSUSE:Factory/.tracker.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tracker" Wed Mar 22 23:07:37 2017 rev:95 rq:481390 version:1.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/tracker/tracker-extras.changes 2017-02-11 01:34:41.491974432 +0100 +++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes 2017-03-22 23:07:39.102126980 +0100 @@ -1,0 +2,23 @@ +Mon Mar 20 15:13:33 UTC 2017 - [email protected] + +- Update to version 1.12.0: + + Multiple compile warning fixes. + + Fix compilation on older vala. + +------------------------------------------------------------------- +Wed Mar 1 11:27:50 UTC 2017 - [email protected] + +- Update to version 1.11.4: + + tracker-extract: More sandboxing stability fixes, more + whitelisted inocuous syscalls. Compile fixes for any older + kernel not providing any of the specified syscalls. Fixed dconf + warnings when it accidentally hit the sandbox. + + libtracker-sparql: Fixed date format generated by + TrackerResource. + + Drop libgee dependency. + + Coverity fixes all over the place. + + Updated translations. +- Drop pkgconfig(gee-0.8) BuildRequires following upstream changes. +- Drop tracker-fix-more-whitelists-sandbox.patch: Fixed upstream. + +------------------------------------------------------------------- @@ -5,0 +29,54 @@ + +------------------------------------------------------------------- +Sat Jan 28 17:26:08 UTC 2017 - [email protected] + +- Update to version 1.11.3: + + tracker-extract: Whitelist multiple inocuous syscalls that were + reported to raise false positives in the extraction sandbox. + + Make libseccomp dependency only mandatory on Linux. + + Fix several leaks and Coverity warnings. + + Fixed tracker-extract insertion of pre-defined resources. + + Fixed TrackerResource SPARQL generation of rdfs:Resource + properties with cardinality>1. +- Reenable pkgconfig(libseccomp) BuildRequires: it is mandatory on + linux. + +------------------------------------------------------------------- +Sat Jan 28 17:25:08 UTC 2017 - [email protected] + +- Update to version 1.11.2: + + tracker-extract: Sandbox extractor threads. Filesystem and + network access are limited to being read and local only. + + tracker-miner-fs: Fixed high CPU use when receiving many + writeback notifications at once. + + tracker-extract, libtracker-sparql, libtracker-miner: plug + leaks. + + tests: cleanups and improvements. + + Updated translations. +- Add pkgconfig(libseccomp) BuildRequires: Build support for + sandboxed metadata extraction. + +------------------------------------------------------------------- +Sat Jan 28 17:24:09 UTC 2017 - [email protected] + +- Update to version 1.11.1: + + Brown paper bag release, revert BIND() fix as it breaks other + legit cases. +- Changes from version 1.11.0: + + libtracker-sparql: + - Added TrackerNotifier, helper object to receive notifications + of changes to the Tracker database. All users of the + GraphUpdated DBus signal are recommended to switch to it. + - Added client-side support for HTTP SPARQL endpoints. + - Using BIND() after OPTIONAL{} now works properly. + + libtracker-direct: Much reduced mutex contention during + threaded/async queries on the direct access backend. + + tracker-extract: Many improvements to music extraction, better + labeling of albums, nmm:albumArtist metadata is more faithful + to the file metadata. + + libtracker-data: Fixed possible overflows in + tracker:normalize/unaccent. + + Other fixes and cleanups. + + Updated translations. +- Add pkgconfig(json-glib-1.0) and pkgconfig(libsoup-2.4) + BuildRequires: new dependencies for libtracker-remote. tracker.changes: same change Old: ---- tracker-1.10.4.tar.xz tracker-fix-more-whitelists-sandbox.patch New: ---- tracker-1.12.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tracker-extras.spec ++++++ --- /var/tmp/diff_new_pack.i96kN0/_old 2017-03-22 23:07:39.978002863 +0100 +++ /var/tmp/diff_new_pack.i96kN0/_new 2017-03-22 23:07:39.978002863 +0100 @@ -41,7 +41,7 @@ # Do not edit this auto generated file! Edit tracker.spec. Name: tracker-extras %define _name tracker -Version: 1.10.4 +Version: 1.12.0 Release: 0 %define TrackerAPI 1.0 %define RPMTrackerAPI 1_0 @@ -49,13 +49,11 @@ License: GPL-2.0+ Group: Productivity/Other Url: http://projects.gnome.org/tracker/ -Source0: http://download.gnome.org/sources/tracker/1.10/%{_name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/tracker/1.12/%{_name}-%{version}.tar.xz # Needed for patch0: we need to bootstrap Source2: README.SUSE.rss # PATCH-FIX-UPSTREAM tracker-extract-private.patch bgo#725689 [email protected] -- Do not maintain LT versioning for private libs Patch0: tracker-extract-private.patch -# PATCH-FIX-UPSTREAM tracker-fix-more-whitelists-sandbox.patch bgo#776117 [email protected] -- Whitelist more syscalls -Patch1: tracker-fix-more-whitelists-sandbox.patch BuildRequires: enca-devel BuildRequires: fdupes BuildRequires: gcc-c++ @@ -77,14 +75,14 @@ BuildRequires: update-desktop-files BuildRequires: vala >= 0.12.0 BuildRequires: zlib-devel -BuildRequires: pkgconfig(gee-0.8) +BuildRequires: pkgconfig(json-glib-1.0) >= 1.0 BuildRequires: pkgconfig(libavcodec) >= 0.8.4 BuildRequires: pkgconfig(libavformat) >= 0.8.4 BuildRequires: pkgconfig(libavutil) >= 0.8.4 BuildRequires: pkgconfig(libmediaart-2.0) >= 0.1.0 BuildRequires: pkgconfig(libnm-glib) >= 0.8 -# Disabled as this feature is clearly not ready for public consumption... -#BuildRequires: pkgconfig(libseccomp) >= 2.0 +BuildRequires: pkgconfig(libseccomp) >= 2.0 +BuildRequires: pkgconfig(libsoup-2.4) >= 2.40 BuildRequires: pkgconfig(upower-glib) %if !%{build_extras} # Dependencies for extractors / writeback @@ -427,7 +425,6 @@ %prep %setup -q -n %{_name}-%{version} %patch0 -p1 -%patch1 -p1 %if !0%{?is_opensuse} translation-update-upstream %endif ++++++ tracker.spec ++++++ --- /var/tmp/diff_new_pack.i96kN0/_old 2017-03-22 23:07:40.001999461 +0100 +++ /var/tmp/diff_new_pack.i96kN0/_new 2017-03-22 23:07:40.001999461 +0100 @@ -40,7 +40,7 @@ Name: tracker %define _name tracker -Version: 1.10.4 +Version: 1.12.0 Release: 0 %define TrackerAPI 1.0 %define RPMTrackerAPI 1_0 @@ -48,13 +48,11 @@ License: GPL-2.0+ Group: Productivity/Other Url: http://projects.gnome.org/tracker/ -Source0: http://download.gnome.org/sources/tracker/1.10/%{_name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/tracker/1.12/%{_name}-%{version}.tar.xz # Needed for patch0: we need to bootstrap Source2: README.SUSE.rss # PATCH-FIX-UPSTREAM tracker-extract-private.patch bgo#725689 [email protected] -- Do not maintain LT versioning for private libs Patch0: tracker-extract-private.patch -# PATCH-FIX-UPSTREAM tracker-fix-more-whitelists-sandbox.patch bgo#776117 [email protected] -- Whitelist more syscalls -Patch1: tracker-fix-more-whitelists-sandbox.patch BuildRequires: enca-devel BuildRequires: fdupes BuildRequires: gcc-c++ @@ -76,14 +74,14 @@ BuildRequires: update-desktop-files BuildRequires: vala >= 0.12.0 BuildRequires: zlib-devel -BuildRequires: pkgconfig(gee-0.8) +BuildRequires: pkgconfig(json-glib-1.0) >= 1.0 BuildRequires: pkgconfig(libavcodec) >= 0.8.4 BuildRequires: pkgconfig(libavformat) >= 0.8.4 BuildRequires: pkgconfig(libavutil) >= 0.8.4 BuildRequires: pkgconfig(libmediaart-2.0) >= 0.1.0 BuildRequires: pkgconfig(libnm-glib) >= 0.8 -# Disabled as this feature is clearly not ready for public consumption... -#BuildRequires: pkgconfig(libseccomp) >= 2.0 +BuildRequires: pkgconfig(libseccomp) >= 2.0 +BuildRequires: pkgconfig(libsoup-2.4) >= 2.40 BuildRequires: pkgconfig(upower-glib) %if !%{build_extras} # Dependencies for extractors / writeback @@ -426,7 +424,6 @@ %prep %setup -q -n %{_name}-%{version} %patch0 -p1 -%patch1 -p1 %if !0%{?is_opensuse} translation-update-upstream %endif ++++++ tracker-1.10.4.tar.xz -> tracker-1.12.0.tar.xz ++++++ ++++ 154729 lines of diff (skipped)
