Update to 3.19.3

This commit is contained in:
Kalev Lember 2015-12-15 17:45:45 +01:00
parent bcc2b4c387
commit 67ac58eca4
4 changed files with 9 additions and 37 deletions

1
.gitignore vendored
View File

@ -67,3 +67,4 @@ gsettings-desktop-schemas-0.0.1.git20100729.tar.bz2
/gsettings-desktop-schemas-3.18.0.tar.xz
/gsettings-desktop-schemas-3.18.1.tar.xz
/gsettings-desktop-schemas-3.19.2.tar.xz
/gsettings-desktop-schemas-3.19.3.tar.xz

View File

@ -1,30 +0,0 @@
From d2fa2bc00df6858a8478b28e92a091d2375ad2e7 Mon Sep 17 00:00:00 2001
From: Bastien Nocera <hadess@hadess.net>
Date: Wed, 2 Dec 2015 10:53:52 +0100
Subject: [PATCH] schemas: Revert natural scrolling for mice
In commit 6f7b78c1b we enabled natural scrolling for both touchpads and
mice. The problem is that "mice" is really, mice, trackballs,
trackpoints, etc. This wasn't the original intent for that change.
https://bugzilla.gnome.org/show_bug.cgi?id=758740
---
schemas/org.gnome.desktop.peripherals.gschema.xml.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/schemas/org.gnome.desktop.peripherals.gschema.xml.in b/schemas/org.gnome.desktop.peripherals.gschema.xml.in
index 0245a62..ff417db 100644
--- a/schemas/org.gnome.desktop.peripherals.gschema.xml.in
+++ b/schemas/org.gnome.desktop.peripherals.gschema.xml.in
@@ -75,7 +75,7 @@
<range min="-1" max="1"/>
</key>
<key name="natural-scroll" type="b">
- <default>true</default>
+ <default>false</default>
<summary>Natural scrolling</summary>
<description>Set this to TRUE to enable natural (reverse) scrolling for mice.</description>
</key>
--
2.6.3

View File

@ -1,8 +1,8 @@
%global debug_package %{nil}
Name: gsettings-desktop-schemas
Version: 3.19.2
Release: 2%{?dist}
Version: 3.19.3
Release: 1%{?dist}
Summary: A collection of GSettings schemas
Group: System Environment/Libraries
@ -10,9 +10,7 @@ License: LGPLv2+
# no homepage exists for this component
URL: http://bugzilla.gnome.org/enter_bug.cgi?product=gsettings-desktop-schemas
#VCS: git:git://git.gnome.org/gsettings-desktop-schemas
Source: http://download.gnome.org/sources/%{name}/3.18/%{name}-%{version}.tar.xz
# Backported from upstream
Patch0: 0001-schemas-Revert-natural-scrolling-for-mice.patch
Source: http://download.gnome.org/sources/%{name}/3.19/%{name}-%{version}.tar.xz
BuildRequires: glib2-devel >= 2.31.0
BuildRequires: intltool
@ -36,7 +34,7 @@ and header files for developing applications that use %{name}.
%prep
%setup -q
%patch0 -p1
%build
%configure --disable-schemas-compile --enable-introspection=yes
@ -73,6 +71,9 @@ fi
%changelog
* Tue Dec 15 2015 Kalev Lember <klember@redhat.com> - 3.19.3-1
- Update to 3.19.3
* Thu Dec 10 2015 Kalev Lember <klember@redhat.com> - 3.19.2-2
- Revert natural scrolling for mice

View File

@ -1 +1 @@
66fb38e05d041b8487ff60acd4e2ab5a gsettings-desktop-schemas-3.19.2.tar.xz
fdc92abcffe46821be423193b275cf8b gsettings-desktop-schemas-3.19.3.tar.xz