Update to 3.16.2

This commit is contained in:
Kalev Lember 2015-05-13 21:01:41 +02:00
parent 7e876ccdfa
commit afc03b1517
4 changed files with 8 additions and 33 deletions

1
.gitignore vendored
View File

@ -84,3 +84,4 @@ nautilus-2.31.6.tar.bz2
/nautilus-3.15.92.tar.xz
/nautilus-3.16.0.tar.xz
/nautilus-3.16.1.tar.xz
/nautilus-3.16.2.tar.xz

View File

@ -1,28 +0,0 @@
From 60da77d82287e302d00d523b5bef9803db7a273d Mon Sep 17 00:00:00 2001
From: Carlos Soriano <csoriano@gnome.org>
Date: Wed, 29 Apr 2015 16:46:08 +0200
Subject: window: fix style tag outside <object>
The style tag needs to be inside the <object> scope
diff --git a/src/nautilus-window.ui b/src/nautilus-window.ui
index 47100ad..105fe2a 100644
--- a/src/nautilus-window.ui
+++ b/src/nautilus-window.ui
@@ -89,10 +89,10 @@
<property name="receives_default">True</property>
<property name="no_show_all">True</property>
<property name="margin_end">6</property>
+ <style>
+ <class name="text-button"/>
+ </style>
</object>
- <style>
- <class name="text-button"/>
- </style>
</child>
<child>
<object class="GtkButton" id="notification_delete_close">
--
cgit v0.10.2

View File

@ -9,12 +9,11 @@
Name: nautilus
Summary: File manager for GNOME
Version: 3.16.1
Release: 2%{?dist}
Version: 3.16.2
Release: 1%{?dist}
License: GPLv2+
Group: User Interface/Desktops
Source: https://download.gnome.org/sources/%{name}/3.16/%{name}-%{version}.tar.xz
Patch0: nautilus-3.16.1-fix-style-element.patch
URL: https://wiki.gnome.org/Apps/Nautilus
@ -90,7 +89,7 @@ for developing nautilus extensions.
%prep
%setup -q -n %{name}-%{version}
%patch0 -p1 -b .style
#%%patch4 -p1 -b .selinux
%build
@ -180,6 +179,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
%doc %{_datadir}/gtk-doc/html/libnautilus-extension/
%changelog
* Wed May 13 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.2-1
- Update to 3.16.2
* Mon May 04 2015 David King <amigadave@amigadave.com> - 3.16.1-2
- Add patch to fix misplaced style element

View File

@ -1 +1 @@
28102519935a23415ffb08b4e338557e nautilus-3.16.1.tar.xz
4a5c73bac8e26a883684b591b380f930 nautilus-3.16.2.tar.xz