Update to 3.25.90
This commit is contained in:
parent
3246d5dd60
commit
b65b7c7640
1
.gitignore
vendored
1
.gitignore
vendored
@ -112,3 +112,4 @@ nautilus-2.31.6.tar.bz2
|
||||
/nautilus-3.24.1.tar.xz
|
||||
/nautilus-3.24.2.1.tar.xz
|
||||
/nautilus-3.25.1.tar.xz
|
||||
/nautilus-3.25.90.tar.xz
|
||||
|
@ -1,27 +0,0 @@
|
||||
From d2d844414fc6570bed5402bd7785132ca1a6fb50 Mon Sep 17 00:00:00 2001
|
||||
From: Carlos Garnacho <carlosg@gnome.org>
|
||||
Date: Wed, 28 Jun 2017 23:41:21 +0200
|
||||
Subject: [PATCH] build: Bump optional tracker dependency to 2.0
|
||||
|
||||
No code changes required. It remains API compatible with the current
|
||||
usage in nautilus.
|
||||
---
|
||||
meson.build | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/meson.build b/meson.build
|
||||
index ef8293a53..85c3cb9da 100644
|
||||
--- a/meson.build
|
||||
+++ b/meson.build
|
||||
@@ -82,7 +82,7 @@ if get_option ('enable-selinux')
|
||||
endif
|
||||
|
||||
if get_option ('enable-tracker')
|
||||
- tracker_sparql = dependency ('tracker-sparql-1.0')
|
||||
+ tracker_sparql = dependency ('tracker-sparql-2.0')
|
||||
conf.set10 ('ENABLE_TRACKER', true)
|
||||
endif
|
||||
|
||||
--
|
||||
2.13.0
|
||||
|
@ -7,7 +7,7 @@
|
||||
%global gsettings_desktop_schemas_version 3.8.0
|
||||
|
||||
Name: nautilus
|
||||
Version: 3.25.1
|
||||
Version: 3.25.90
|
||||
Release: 1%{?dist}
|
||||
Summary: File manager for GNOME
|
||||
|
||||
@ -15,9 +15,6 @@ License: GPLv3+
|
||||
URL: https://wiki.gnome.org/Apps/Nautilus
|
||||
Source0: https://download.gnome.org/sources/%{name}/3.25/%{name}-%{version}.tar.xz
|
||||
|
||||
# Backported from upstream
|
||||
Patch0: 0001-build-Bump-optional-tracker-dependency-to-2.0.patch
|
||||
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig(exempi-2.0) >= %{exempi_version}
|
||||
@ -113,7 +110,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
|
||||
|
||||
%files -f %{name}.lang
|
||||
%doc NEWS README
|
||||
%license LICENSE*
|
||||
%license LICENSE
|
||||
%{_datadir}/appdata/org.gnome.Nautilus.appdata.xml
|
||||
%{_datadir}/applications/*
|
||||
%{_bindir}/*
|
||||
@ -130,6 +127,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
|
||||
%{_sysconfdir}/xdg/autostart/nautilus-autostart.desktop
|
||||
|
||||
%files extensions
|
||||
%license libnautilus-extension/LICENSE
|
||||
%{_libdir}/libnautilus-extension.so.*
|
||||
%{_libdir}/girepository-1.0/*.typelib
|
||||
%dir %{_libdir}/nautilus
|
||||
@ -144,6 +142,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
|
||||
%doc %{_datadir}/gtk-doc/html/libnautilus-extension/
|
||||
|
||||
%changelog
|
||||
* Tue Aug 15 2017 Kalev Lember <klember@redhat.com> - 3.25.90-1
|
||||
- Update to 3.25.90
|
||||
|
||||
* Tue Aug 01 2017 Kalev Lember <klember@redhat.com> - 3.25.1-1
|
||||
- Update to 3.25.1
|
||||
- Switch to the meson build system
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (nautilus-3.25.1.tar.xz) = 66df44b7fd50b50641b4feb1a83f5c43e193ff86b8e050d9322d426f85b04927036086aea958a9799a3c094f9b9d55cd51afdc5f933549ec8903fec26ff73913
|
||||
SHA512 (nautilus-3.25.90.tar.xz) = f5a353a678c3124484806e0976318c779bb079220137ea401a5e62fe5b3deaba15122e707730a6c6c100e65e1cfbbfd8f53c0a99f196c2f4f8100664470f100b
|
||||
|
Loading…
Reference in New Issue
Block a user