Accepting request 447049 from GNOME:Factory
1 OBS-URL: https://build.opensuse.org/request/show/447049 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tracker?expand=0&rev=91
This commit is contained in:
commit
2b5b529bb9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6f4dace58429bb7155f1d89d6a159a4f4d3356f28192ade283f69eb81157a124
|
||||
size 5029600
|
3
tracker-1.10.3.tar.xz
Normal file
3
tracker-1.10.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6bbdad0a1b1346a364f0c371ceca2ef32827e7ad0e266e79ca0ebe5e9b1d900d
|
||||
size 5032804
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 16 16:50:46 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 1.10.3:
|
||||
+ tracker-extract: Whitelisted further syscalls in the sandbox.
|
||||
False positives were being triggered in i686 platforms, plus
|
||||
other syscalls that have been missed in 1.10.2.
|
||||
- Add pkgconfig(libseccomp) BuildRequires: Build support for
|
||||
sandboxed metadata extraction.
|
||||
- Replace libupower-glib-devel for pkgconfig(upower-glib)
|
||||
BuildRequires: Align with what configure looks for.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 9 22:30:00 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
|
@ -41,7 +41,7 @@
|
||||
# Do not edit this auto generated file! Edit tracker.spec.
|
||||
Name: tracker-extras
|
||||
%define _name tracker
|
||||
Version: 1.10.2
|
||||
Version: 1.10.3
|
||||
Release: 0
|
||||
%define TrackerAPI 1.0
|
||||
%define RPMTrackerAPI 1_0
|
||||
@ -68,7 +68,6 @@ BuildRequires: libgnome-keyring-devel
|
||||
# media players
|
||||
BuildRequires: gstreamer-plugins-base-devel >= 0.10.31
|
||||
BuildRequires: libicu-devel
|
||||
BuildRequires: libupower-glib-devel
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: sqlite3-devel >= 3.7.15
|
||||
BuildRequires: translation-update-upstream
|
||||
@ -80,6 +79,8 @@ 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(libseccomp) >= 2.0
|
||||
BuildRequires: pkgconfig(upower-glib)
|
||||
%if !%{build_extras}
|
||||
# Dependencies for extractors / writeback
|
||||
BuildRequires: flac-devel
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 16 16:50:46 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 1.10.3:
|
||||
+ tracker-extract: Whitelisted further syscalls in the sandbox.
|
||||
False positives were being triggered in i686 platforms, plus
|
||||
other syscalls that have been missed in 1.10.2.
|
||||
- Add pkgconfig(libseccomp) BuildRequires: Build support for
|
||||
sandboxed metadata extraction.
|
||||
- Replace libupower-glib-devel for pkgconfig(upower-glib)
|
||||
BuildRequires: Align with what configure looks for.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 9 22:30:00 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
|
@ -40,7 +40,7 @@
|
||||
|
||||
Name: tracker
|
||||
%define _name tracker
|
||||
Version: 1.10.2
|
||||
Version: 1.10.3
|
||||
Release: 0
|
||||
%define TrackerAPI 1.0
|
||||
%define RPMTrackerAPI 1_0
|
||||
@ -67,7 +67,6 @@ BuildRequires: libgnome-keyring-devel
|
||||
# media players
|
||||
BuildRequires: gstreamer-plugins-base-devel >= 0.10.31
|
||||
BuildRequires: libicu-devel
|
||||
BuildRequires: libupower-glib-devel
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: sqlite3-devel >= 3.7.15
|
||||
BuildRequires: translation-update-upstream
|
||||
@ -79,6 +78,8 @@ 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(libseccomp) >= 2.0
|
||||
BuildRequires: pkgconfig(upower-glib)
|
||||
%if !%{build_extras}
|
||||
# Dependencies for extractors / writeback
|
||||
BuildRequires: flac-devel
|
||||
|
Loading…
Reference in New Issue
Block a user