Update to 3.6.alpha
This commit is contained in:
parent
7da5eb7189
commit
79489e9e3f
1
.gitignore
vendored
1
.gitignore
vendored
@ -44,3 +44,4 @@
|
|||||||
/tracker-miners-3.5.0.tar.xz
|
/tracker-miners-3.5.0.tar.xz
|
||||||
/tracker-miners-3.5.1.tar.xz
|
/tracker-miners-3.5.1.tar.xz
|
||||||
/tracker-miners-3.5.2.tar.xz
|
/tracker-miners-3.5.2.tar.xz
|
||||||
|
/tracker-miners-3.6.alpha.tar.xz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (tracker-miners-3.5.2.tar.xz) = adb29549c94c68a46e2c5ede8a51bac2d014f772a5dc1c63f5cc6950da7f941e735bf5858c3306d2ad988ce2f60126bc97e5db746afe757b9b7cbc4f90518648
|
SHA512 (tracker-miners-3.6.alpha.tar.xz) = cb6f1d48882d3198ac5de24830f3d4c94a49b1d42ff91afdfaa29dc8a4e1e987ea4bd77d829a8a110d535f45ed17614545eb98784552fd713b34abd20c139a76
|
||||||
|
@ -23,14 +23,14 @@
|
|||||||
%global tarball_version %%(echo %{version} | tr '~' '.')
|
%global tarball_version %%(echo %{version} | tr '~' '.')
|
||||||
|
|
||||||
Name: tracker-miners
|
Name: tracker-miners
|
||||||
Version: 3.5.2
|
Version: 3.6~alpha
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tracker miners and metadata extractors
|
Summary: Tracker miners and metadata extractors
|
||||||
|
|
||||||
# libtracker-extract and libtracker-miner libraries are LGPLv2+; the miners are a mix of GPLv2+ and LGPLv2+ code
|
# libtracker-extract and libtracker-miner libraries are LGPLv2+; the miners are a mix of GPLv2+ and LGPLv2+ code
|
||||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||||
URL: https://gnome.pages.gitlab.gnome.org/tracker/
|
URL: https://gnome.pages.gitlab.gnome.org/tracker/
|
||||||
Source0: https://download.gnome.org/sources/%{name}/3.5/%{name}-%{tarball_version}.tar.xz
|
Source0: https://download.gnome.org/sources/%{name}/3.6/%{name}-%{tarball_version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: asciidoc
|
BuildRequires: asciidoc
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
@ -160,6 +160,9 @@ This package contains various miners and metadata extractors for tracker.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 04 2023 Kalev Lember <klember@redhat.com> - 3.6~alpha-1
|
||||||
|
- Update to 3.6.alpha
|
||||||
|
|
||||||
* Sun May 14 2023 David King <amigadave@amigadave.com> - 3.5.2-1
|
* Sun May 14 2023 David King <amigadave@amigadave.com> - 3.5.2-1
|
||||||
- Update to 3.5.2
|
- Update to 3.5.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user