Accepting request 267073 from home:sumski:hazard:to:your:stereo

Update to 1.3

OBS-URL: https://build.opensuse.org/request/show/267073
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libevdev?expand=0&rev=17
This commit is contained in:
Stefan Dirsch 2015-01-05 16:35:10 +00:00 committed by Git OBS Bridge
parent cdd4f77bd1
commit c4872015b6
4 changed files with 29 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4195618067c01d915f67ad3034e89aaa597f5d548dbdd31fa12c569d4bf5a440
size 386164

3
libevdev-1.3.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:265411ce79a592b3074e9d07fb97d462745d0c7ef178254a6f720245ed253446
size 392744

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Mon Sep 22 11:27:40 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 1.3:
* m4: fix CC_CHECK_WERROR and CC_FLAG_VISIBILITY macros
* Add per-device log handlers
* include: update to Linux 3.15 header
* uinput: use the UI_GET_SYSNAME ioctl if available
* uinput: change strcpy/strcat usage for snprintf
* include: add uinput.h header as well
* include: update to Linux 3.16 header
* uinput: check errno against the positive value
* uinput: preserve the errno before cleaning up
* configure: move the python check down to re-unite the
gcov check outputs
* Add libevdev_property_from_name()
* Rename symbols leaking from static library to
avoid name clashes
* uinput: close the managed fd on error
* tools: pass -rc to strerror, not rc
* uinput: explicitly ignore the UI_DEV_DESTROY return value
* Hook up nm to check for leaking symbols in the static library
* Add some minimal documentation about static linking
-------------------------------------------------------------------
Sun Aug 24 08:13:05 UTC 2014 - jengelh@inai.de

View File

@ -19,7 +19,7 @@
Name: libevdev
%define sonum 2
Version: 1.2
Version: 1.3
Release: 0
Summary: A wrapper library for evdev devices
License: MIT
@ -28,7 +28,7 @@ Url: http://xorg.freedesktop.org/
#Git-Web: http://cgit.freedesktop.org/libevdev
#Git-Clone: git://anongit.freedesktop.org/libevdev
Source0: http://freedesktop.org/software/libevdev/%{name}-%{version}.tar.xz
Source0: http://www.freedesktop.org/software/%{name}/%{name}-%{version}.tar.xz
Source1: baselibs.conf
Patch0: n_buildfix_for_opensuse_12_2.patch
BuildRequires: automake