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