diff --git a/.gitignore b/.gitignore index c0acd0f..d083991 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/0001-schemas-Revert-natural-scrolling-for-mice.patch b/0001-schemas-Revert-natural-scrolling-for-mice.patch deleted file mode 100644 index 2c4318f..0000000 --- a/0001-schemas-Revert-natural-scrolling-for-mice.patch +++ /dev/null @@ -1,30 +0,0 @@ -From d2fa2bc00df6858a8478b28e92a091d2375ad2e7 Mon Sep 17 00:00:00 2001 -From: Bastien Nocera -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 @@ - - - -- true -+ false - Natural scrolling - Set this to TRUE to enable natural (reverse) scrolling for mice. - --- -2.6.3 - diff --git a/gsettings-desktop-schemas.spec b/gsettings-desktop-schemas.spec index 02b8556..e72e6a4 100644 --- a/gsettings-desktop-schemas.spec +++ b/gsettings-desktop-schemas.spec @@ -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 - 3.19.3-1 +- Update to 3.19.3 + * Thu Dec 10 2015 Kalev Lember - 3.19.2-2 - Revert natural scrolling for mice diff --git a/sources b/sources index 86bf79f..2651a0b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -66fb38e05d041b8487ff60acd4e2ab5a gsettings-desktop-schemas-3.19.2.tar.xz +fdc92abcffe46821be423193b275cf8b gsettings-desktop-schemas-3.19.3.tar.xz