[libevdev] libevdev 1.0RC1

Peter Hutterer whot at fedoraproject.org
Sun Feb 9 22:23:59 UTC 2014


commit f53c2ddf5bd01a560a1371b41e629688a4f44d2b
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Wed Feb 5 15:25:46 2014 +1000

    libevdev 1.0RC1

 .gitignore                                         |    1 +
 0001-Revert-Drop-deprecated-functions.patch        |  163 --------------------
 ...t-Drop-some-leftover-deprecated-constants.patch |   30 ----
 libevdev.spec                                      |   14 +-
 sources                                            |    2 +-
 5 files changed, 7 insertions(+), 203 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8a9eb12..d47e19b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /libevdev-0.4.1.tar.xz
 /libevdev-0.5.tar.xz
 /libevdev-0.6.tar.xz
+/libevdev-0.9.1.tar.xz
diff --git a/libevdev.spec b/libevdev.spec
index e27451e..e44e315 100644
--- a/libevdev.spec
+++ b/libevdev.spec
@@ -1,6 +1,6 @@
 Name:           libevdev
-Version:        0.6
-Release:        3%{?dist}
+Version:        0.9.1
+Release:        1%{?dist}
 Summary:        Kernel Evdev Device Wrapper Library
 
 Group:          System Environment/Libraries
@@ -8,11 +8,6 @@ License:        MIT
 URL:            http://www.freedesktop.org/wiki/Software/libevdev
 Source0:        http://www.freedesktop.org/software/%{name}/%{name}-%{version}.tar.xz
 
-# 0.6 has an ABI change, revert here for now until the sonames are bumped, etc.
-# https://bugzilla.redhat.com/show_bug.cgi?id=1046426
-Patch0:         0001-Revert-Drop-deprecated-functions.patch
-Patch1:         0001-Revert-Drop-some-leftover-deprecated-constants.patch
-
 BuildRequires:  automake libtool
 BuildRequires:  python
 
@@ -29,8 +24,6 @@ Kernel Evdev Device Wrapper Library Development Package.
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch0 -p1 -b .revert_functions
-%patch1 -p1 -b .revert_constants
 
 %build
 autoreconf --force -v --install || exit 1
@@ -60,6 +53,9 @@ rm -f %{buildroot}%{_libdir}/*.la
 %{_mandir}/man3/libevdev.3*
 
 %changelog
+* Wed Feb 05 2014 Peter Hutterer <peter.hutterer at redhat.com> 0.9.1-1
+- libevdev 1.0RC1
+
 * Fri Jan 03 2014 Peter Hutterer <peter.hutterer at redhat.com> 0.6-3
 - Restore deprecated constants LIBEVDEV_READ_* dropped from 0.6 (#1046426)
 
diff --git a/sources b/sources
index 3930ba4..3da781b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f88fe9b5c2bc1a1d53389834493f86dc  libevdev-0.6.tar.xz
+300e489d0c3023c158ba53ddb821ccc9  libevdev-0.9.1.tar.xz


More information about the scm-commits mailing list