Accepting request 542604 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/542604 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/tracker?expand=0&rev=136
This commit is contained in:
parent
9948f53eac
commit
8c9ac588cc
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ac5c9f4dbb0741af5877ae2818d8c053aa9a431477a924a17976bb7e44411e47
|
||||
size 2896984
|
3
tracker-2.0.2.tar.xz
Normal file
3
tracker-2.0.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ece71a56c29151a76fc1b6e43c15dd1b657b37162dc948fa2487faf5ddb47fda
|
||||
size 2894680
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 03:46:47 UTC 2017 - luc14n0@linuxmail.org
|
||||
|
||||
- Update to version 2.0.2:
|
||||
+ tests: Cleanups and Coverity fixes. A testsuite for
|
||||
libtracker-miner's TrackerMinerFS object was added.
|
||||
+ meson: Many small improvements.
|
||||
+ libtracker-common: Preparation work to be able to build
|
||||
tracker/tracker-miners as a bundle.
|
||||
+ libtracker-direct: Implement update_array_async()
|
||||
+ libtracker-miner:
|
||||
- Multiple cleanups and code simplifications.
|
||||
- Properly honor lack of CHECK_MTIME flag, resulting on faster
|
||||
startup times if it's not set.
|
||||
+ Updated translations.
|
||||
- Update Url to https://wiki.gnome.org/Projects/Tracker: current
|
||||
Tracker's web page.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 5 10:23:08 UTC 2017 - dimstar@opensuse.org
|
||||
|
||||
|
10
tracker.spec
10
tracker.spec
@ -20,12 +20,12 @@
|
||||
%define TrackerAPI 2.0
|
||||
%define RPMTrackerAPI 2_0
|
||||
Name: tracker
|
||||
Version: 2.0.1
|
||||
Version: 2.0.2
|
||||
Release: 0
|
||||
Summary: Object database, tag/metadata database, search tool and indexer
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Other
|
||||
Url: http://projects.gnome.org/tracker/
|
||||
Url: https://wiki.gnome.org/Projects/Tracker
|
||||
Source0: http://download.gnome.org/sources/tracker/2.0/%{name}-%{version}.tar.xz
|
||||
# PATCH-FIX-UPSTREAM tracker-extract-private.patch bgo#725689 dimstar@opensuse.org -- Do not maintain LT versioning for private libs
|
||||
Patch0: tracker-extract-private.patch
|
||||
@ -34,14 +34,14 @@ BuildRequires: gcc-c++
|
||||
BuildRequires: glib2-devel >= 2.44.0
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libicu-devel
|
||||
BuildRequires: libicu-devel >= 4.8.1.1
|
||||
# Needed for patch0
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python3
|
||||
BuildRequires: sqlite3-devel >= 3.7.15
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: vala >= 0.12.0
|
||||
BuildRequires: vala >= 0.18.0
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
||||
BuildRequires: pkgconfig(json-glib-1.0) >= 1.0
|
||||
@ -49,7 +49,7 @@ BuildRequires: pkgconfig(libnm-glib) >= 0.8
|
||||
BuildRequires: pkgconfig(libseccomp) >= 2.0
|
||||
BuildRequires: pkgconfig(libsoup-2.4) >= 2.40
|
||||
BuildRequires: pkgconfig(libxml-2.0) >= 2.6
|
||||
BuildRequires: pkgconfig(upower-glib)
|
||||
BuildRequires: pkgconfig(upower-glib) >= 0.9.0
|
||||
BuildRequires: pkgconfig(uuid)
|
||||
Recommends: %{name}-lang
|
||||
# We want to index files by default, if possible
|
||||
|
Loading…
Reference in New Issue
Block a user