forked from pool/tracker
Accepting request 435462 from GNOME:Next
1 OBS-URL: https://build.opensuse.org/request/show/435462 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/tracker?expand=0&rev=103
This commit is contained in:
parent
083bd137e1
commit
01d694f90f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:df95b4a1e7de442f66d1097b725dd3cdd739862f491453fc7d7b1f88181a12fb
|
||||
size 4990724
|
3
tracker-1.10.1.tar.xz
Normal file
3
tracker-1.10.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:67ea78cca8ebbd6633dddcdd40b5205683cc886b872cde987e2a8bae171f4191
|
||||
size 5027912
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 14 15:16:38 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 1.10.1:
|
||||
+ Tracker-extract:
|
||||
- Fixed FD leak in flac extractor.
|
||||
- Fixes to tag parsing in flac extractor.
|
||||
- Memory leak fixes in libav extractor.
|
||||
+ Libtracker-sparl:
|
||||
- Fixes to tracker:uri-is-descendant() error checks.
|
||||
- Fix namespace of Errors in libtracker-sparql API.
|
||||
+ Misc: Fixes on functional tests.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 28 16:09:19 UTC 2016 - dimstar@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.0
|
||||
Version: 1.10.1
|
||||
Release: 0
|
||||
%define TrackerAPI 1.0
|
||||
%define RPMTrackerAPI 1_0
|
||||
@ -173,8 +173,8 @@ This package contains a miner to index files and applications.
|
||||
# version of libtracker-common.so as they link is done using rpath.
|
||||
%package -n libtracker-common-%{RPMTrackerAPI}
|
||||
Summary: Conveniance libraries for Tracker
|
||||
Group: System/Libraries
|
||||
# Obsolete old tracker libs, bnc#876649
|
||||
Group: System/Libraries
|
||||
Obsoletes: libtracker-extract-0_16-0
|
||||
|
||||
%description -n libtracker-common-%{RPMTrackerAPI}
|
||||
@ -186,8 +186,8 @@ various tracker libraries.
|
||||
|
||||
%package -n libtracker-control-%{RPMTrackerAPI}-0
|
||||
Summary: Control library for Tracker
|
||||
Group: System/Libraries
|
||||
# rpm autodetects libtracker-common.so() symbol, which is provided by all versions of libtracker-common, so we need to help with an explicit Requires.
|
||||
Group: System/Libraries
|
||||
Requires: libtracker-common-%{RPMTrackerAPI}
|
||||
Suggests: %{_name}
|
||||
%glib2_gsettings_schema_requires
|
||||
@ -209,8 +209,8 @@ and search all types of files and other first class objects.
|
||||
|
||||
%package -n libtracker-miner-%{RPMTrackerAPI}-0
|
||||
Summary: Miner library for Tracker
|
||||
Group: System/Libraries
|
||||
# rpm autodetects libtracker-common.so() symbol, which is provided by all versions of libtracker-common, so we need to help with an explicit Requires.
|
||||
Group: System/Libraries
|
||||
Requires: libtracker-common-%{RPMTrackerAPI}
|
||||
Suggests: %{_name}
|
||||
|
||||
@ -297,8 +297,8 @@ miner library for Tracker.
|
||||
|
||||
%package -n libtracker-sparql-%{RPMTrackerAPI}-0
|
||||
Summary: Sparql library for Tracker
|
||||
Group: System/Libraries
|
||||
# rpm autodetects libtracker-common.so() symbol, which is provided by all versions of libtracker-common, so we need to help with an explicit Requires.
|
||||
Group: System/Libraries
|
||||
Requires: libtracker-common-%{RPMTrackerAPI}
|
||||
Suggests: %{_name}
|
||||
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 14 15:16:38 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 1.10.1:
|
||||
+ Tracker-extract:
|
||||
- Fixed FD leak in flac extractor.
|
||||
- Fixes to tag parsing in flac extractor.
|
||||
- Memory leak fixes in libav extractor.
|
||||
+ Libtracker-sparl:
|
||||
- Fixes to tracker:uri-is-descendant() error checks.
|
||||
- Fix namespace of Errors in libtracker-sparql API.
|
||||
+ Misc: Fixes on functional tests.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 28 16:09:19 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
|
10
tracker.spec
10
tracker.spec
@ -40,7 +40,7 @@
|
||||
|
||||
Name: tracker
|
||||
%define _name tracker
|
||||
Version: 1.10.0
|
||||
Version: 1.10.1
|
||||
Release: 0
|
||||
%define TrackerAPI 1.0
|
||||
%define RPMTrackerAPI 1_0
|
||||
@ -172,8 +172,8 @@ This package contains a miner to index files and applications.
|
||||
# version of libtracker-common.so as they link is done using rpath.
|
||||
%package -n libtracker-common-%{RPMTrackerAPI}
|
||||
Summary: Conveniance libraries for Tracker
|
||||
Group: System/Libraries
|
||||
# Obsolete old tracker libs, bnc#876649
|
||||
Group: System/Libraries
|
||||
Obsoletes: libtracker-extract-0_16-0
|
||||
|
||||
%description -n libtracker-common-%{RPMTrackerAPI}
|
||||
@ -185,8 +185,8 @@ various tracker libraries.
|
||||
|
||||
%package -n libtracker-control-%{RPMTrackerAPI}-0
|
||||
Summary: Control library for Tracker
|
||||
Group: System/Libraries
|
||||
# rpm autodetects libtracker-common.so() symbol, which is provided by all versions of libtracker-common, so we need to help with an explicit Requires.
|
||||
Group: System/Libraries
|
||||
Requires: libtracker-common-%{RPMTrackerAPI}
|
||||
Suggests: %{_name}
|
||||
%glib2_gsettings_schema_requires
|
||||
@ -208,8 +208,8 @@ and search all types of files and other first class objects.
|
||||
|
||||
%package -n libtracker-miner-%{RPMTrackerAPI}-0
|
||||
Summary: Miner library for Tracker
|
||||
Group: System/Libraries
|
||||
# rpm autodetects libtracker-common.so() symbol, which is provided by all versions of libtracker-common, so we need to help with an explicit Requires.
|
||||
Group: System/Libraries
|
||||
Requires: libtracker-common-%{RPMTrackerAPI}
|
||||
Suggests: %{_name}
|
||||
|
||||
@ -296,8 +296,8 @@ miner library for Tracker.
|
||||
|
||||
%package -n libtracker-sparql-%{RPMTrackerAPI}-0
|
||||
Summary: Sparql library for Tracker
|
||||
Group: System/Libraries
|
||||
# rpm autodetects libtracker-common.so() symbol, which is provided by all versions of libtracker-common, so we need to help with an explicit Requires.
|
||||
Group: System/Libraries
|
||||
Requires: libtracker-common-%{RPMTrackerAPI}
|
||||
Suggests: %{_name}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user