Blame SPECS/xorg-x11-drv-libinput.spec

113566
%global tarball xf86-input-libinput
113566
%global moduledir %(pkg-config xorg-server --variable=moduledir )
113566
%global driverdir %{moduledir}/input
113566
113566
#define gitdate 20160929
113566
%global gitversion 66c997886
113566
113566
Summary:    Xorg X11 libinput input driver
113566
Name:       xorg-x11-drv-libinput
113566
Version:    0.27.1
113566
Release:    2%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
113566
URL:        http://www.x.org
113566
License:    MIT
113566
113566
%if 0%{?gitdate}
113566
Source0:    %{tarball}-%{gitdate}.tar.xz
113566
%else
113566
Source0:    ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
113566
%endif
113566
Source1:    40-libinput.conf
113566
113566
Patch01:    0001-draglock-fix-memory-overwrite-during-draglock-parsin.patch
113566
113566
ExcludeArch: s390 s390x
113566
113566
BuildRequires: autoconf automake libtool
113566
BuildRequires: xorg-x11-server-devel >= 1.14.0
113566
BuildRequires: libudev-devel libevdev-devel libinput-devel >= 0.6.0-3
113566
BuildRequires: xorg-x11-util-macros
113566
113566
Requires: Xorg %(xserver-sdk-abi-requires ansic)
113566
Requires: Xorg %(xserver-sdk-abi-requires xinput)
113566
Requires: xkeyboard-config
113566
Requires: libinput >= 0.21.0
113566
113566
%description
113566
A generic input driver for the X.Org X11 X server based on libinput,
113566
supporting all devices.
113566
113566
%prep
113566
%setup -q -n %{tarball}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
113566
%patch01 -p1
113566
113566
%build
113566
autoreconf --force -v --install || exit 1
113566
%configure --disable-static --disable-silent-rules
113566
make %{?_smp_mflags}
113566
113566
%install
113566
%make_install
113566
113566
# FIXME: Remove all libtool archives (*.la) from modules directory.  This
113566
# should be fixed in upstream Makefile.am or whatever.
113566
find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
113566
113566
cp %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/X11/xorg.conf.d/
113566
113566
%files
113566
%doc COPYING
113566
%{driverdir}/libinput_drv.so
113566
%{_datadir}/X11/xorg.conf.d/40-libinput.conf
113566
%{_mandir}/man4/libinput.4*
113566
113566
%package devel
113566
Summary:        Xorg X11 libinput input driver development package.
113566
Requires:       pkgconfig
113566
%description devel
113566
Xorg X11 libinput input driver development files.
113566
113566
%files devel
113566
%doc COPYING
113566
%{_libdir}/pkgconfig/xorg-libinput.pc
113566
%dir %{_includedir}/xorg/
113566
%{_includedir}/xorg/libinput-properties.h
113566
113566
%changelog
113566
* Fri Jul 13 2018 Peter Hutterer <peter.hutterer@redhat.com> 0.27.1-2
113566
- Fix invalid-sized memset() in the draglock code
113566
113566
* Thu May 17 2018 Peter Hutterer <peter.hutterer@redhat.com> 0.27.1-1
113566
- libinput 0.27.1 (#1564643)
113566
113566
* Mon Mar 13 2017 Peter Hutterer <peter.hutterer@redhat.com> 0.25.0-2
113566
- Don't provide xorg-x11-drv-synaptics (#1413811)
113566
- Don't reassign libinput to wacom touchpads, that's left to the user
113566
- Don't assign to wacom tablets, tablets behave differently on RHEL7.4
113566
113566
* Fri Mar 10 2017 Peter Hutterer <peter.hutterer@redhat.com> 0.25.0-1
113566
- libinput 0.25.0 (#1413811)
113566
113566
* Thu Feb 09 2017 Peter Hutterer <peter.hutterer@redhat.com> 0.24.0-1
113566
- libinput 0.24.0
113566
113566
* Wed Dec 21 2016 Peter Hutterer <peter.hutterer@redhat.com> 0.23.0-2
113566
- Ignore LED updates for disabled devices, avoids a null-pointer dereference
113566
  when an AccessX timeout is set
113566
113566
* Mon Dec 12 2016 Peter Hutterer <peter.hutterer@redhat.com> 0.23.0-1
113566
- libnput 0.23.0
113566
113566
* Fri Nov 25 2016 Peter Hutterer <peter.hutterer@redhat.com> 0.22.0-4
113566
- Override touchpads assigned the wacom driver with libinput again
113566
  (#1397477)
113566
113566
* Fri Nov 18 2016 Peter Hutterer <peter.hutterer@redhat.com> 0.22.0-3
113566
- Provide xorg-x11-drv-synaptics. The actual content is now provided by
113566
  xorg-x11-drv-synaptics-legacy (#1394836). For details, see
113566
  https://fedoraproject.org/wiki/Changes/RetireSynapticsDriver
113566
113566
* Tue Nov 01 2016 Peter Hutterer <peter.hutterer@redhat.com> 0.22.0-2
113566
- Match against tablets too
113566
113566
* Wed Oct 19 2016 Peter Hutterer <peter.hutterer@redhat.com> 0.22.0-1
113566
- xf86-input-libinput 0.22.0
113566
113566
* Tue Oct 18 2016 Peter Hutterer <peter.hutterer@redhat.com> 0.20.0-1
113566
- xf86-input-libinput 0.20.0
113566
113566
* Thu Sep 29 2016 Hans de Goede <hdegoede@redhat.com> 0.19.1-3.20160929
113566
- Fix crash when the first detected input device gets removed (rhbz#1381840)
113566
113566
* Thu Sep 29 2016 Hans de Goede <hdegoede@redhat.com> 0.19.1-2.20160929
113566
- Update to latest git master for use with xserver-1.19
113566
- Rebuild against xserver-1.19
113566
113566
* Wed Sep 14 2016 Peter Hutterer <peter.hutterer@redhat.com> 0.19.1-1
113566
- xf86-input-libinput 0.19.1
113566
113566
* Tue Jul 19 2016 Peter Hutterer <peter.hutterer@redhat.com> 0.19.0-2
113566
- Bump to make F24 update path happy
113566
113566
* Thu Apr 28 2016 Peter Hutterer <peter.hutterer@redhat.com> 0.19.0-1
113566
- xf86-input-libinput 0.19.0
113566
113566
* Fri Feb 26 2016 Peter Hutterer <peter.hutterer@redhat.com> 0.17.0-1
113566
- xf86-input-libinput 0.17.0
113566
113566
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.0-2
113566
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
113566
113566
* Wed Dec 23 2015 Peter Hutterer <peter.hutterer@redhat.com> 0.16.0-1
113566
- xf86-input-libinput 0.16.0
113566
113566
* Tue Oct 27 2015 Peter Hutterer <peter.hutterer@redhat.com> 0.15.0-1
113566
- xf86-input-libinput 0.15.0
113566
113566
* Wed Sep 16 2015 Dave Airlie <airlied@redhat.com> - 0.14.0-2
113566
- 1.18 ABI rebuild
113566
113566
* Mon Aug 31 2015 Peter Hutterer <peter.hutterer@redhat.com> 0.14.0-1
113566
- xf86-input-libinput 0.14.0
113566
113566
* Mon Aug 17 2015 Peter Hutterer <peter.hutterer@redhat.com> 0.13.0-2
113566
- Add drag lock support (#1249309)
113566
113566
* Tue Aug 11 2015 Peter Hutterer <peter.hutterer@redhat.com> 0.13.0-1
113566
- xf86-input-libinput 0.13.0
113566
113566
* Wed Jul 29 2015 Dave Airlie <airlied@redhat.com> 0.12.0-2
113566
- bump for X server ABI
113566
113566
* Tue Jul 14 2015 Peter Hutterer <peter.hutterer@redhat.com> 0.12.0-1
113566
- xf86-input-libinput 0.12.0
113566
113566
* Mon Jul 13 2015 Peter Hutterer <peter.hutterer@redhat.com> 0.11.0-3
113566
- Restore unaccelerated valuator masks (#1208992)
113566
113566
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11.0-2
113566
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
113566
113566
* Mon Jun 15 2015 Peter Hutterer <peter.hutterer@redhat.com> 0.11.0-1
113566
- xf86-input-libinput 0.11.0
113566
- support buttons higher than BTN_BACK (1230945)
113566
113566
* Mon Jun 01 2015 Peter Hutterer <peter.hutterer@redhat.com> 0.10.0-5
113566
- Fix missing scroll button property
113566
113566
* Fri May 29 2015 Nils Philippsen <nils@redhat.com> 0.10.0-4
113566
- fix URL
113566
113566
* Tue May 26 2015 Peter Hutterer <peter.hutterer@redhat.com> 0.10.0-3
113566
- Use the new unnaccelerated valuator masks, fixes nonmoving mouse in SDL
113566
  (#1208992)
113566
113566
* Fri May 22 2015 Peter Hutterer <peter.hutterer@redhat.com> 0.10.0-2
113566
- Init mixed rel/abs devices as rel devices (#1223619)
113566
113566
* Thu May 21 2015 Peter Hutterer <peter.hutterer@redhat.com> 0.10.0-1
113566
- xf86-input-libinput 0.10.0
113566
113566
* Thu Apr 23 2015 Peter Hutterer <peter.hutterer@redhat.com> 0.9.0-1
113566
- xf86-input-libinput 0.9.0
113566
113566
* Tue Mar 10 2015 Peter Hutterer <peter.hutterer@redhat.com> - 0.8.0-2
113566
- Rebuild for libinput soname bump
113566
113566
* Fri Mar 06 2015 Peter Hutterer <peter.hutterer@redhat.com> 0.8.0-1
113566
- xf86-input-libinput 0.8.0
113566
113566
* Thu Mar 05 2015 Peter Hutterer <peter.hutterer@redhat.com> 0.7.0-5
113566
- Fix two-finger scrolling speed (#1198467)
113566
113566
* Thu Feb 26 2015 Peter Hutterer <peter.hutterer@redhat.com> 0.7.0-4
113566
- Fix property setting patch, first version prevented re-enabling a device.
113566
113566
* Wed Feb 25 2015 Peter Hutterer <peter.hutterer@redhat.com> 0.7.0-3
113566
- Fix a crash when setting properties on a disabled device
113566
113566
* Wed Feb 25 2015 Peter Hutterer <peter.hutterer@redhat.com> 0.7.0-2
113566
- Fix stack smash on pointer init (#1195905)
113566
113566
* Tue Feb 24 2015 Peter Hutterer <peter.hutterer@redhat.com> 0.7.0-1
113566
- xorg-x11-drv-libinput 0.7.0
113566
113566
* Tue Jan 27 2015 Peter Hutterer <peter.hutterer@redhat.com> 0.6.0-1
113566
- xorg-x11-drv-libinput 0.6.0
113566
113566
* Fri Jan 16 2015 Peter Hutterer <peter.hutterer@redhat.com> 0.5.0-1
113566
- xorg-x11-drv-libinput 0.5.0
113566
113566
* Fri Dec 05 2014 Peter Hutterer <peter.hutterer@redhat.com> 0.4.0-1
113566
- xorg-x11-drv-libinput 0.4.0
113566
113566
* Mon Nov 24 2014 Peter Hutterer <peter.hutterer@redhat.com> 0.3.0-1
113566
- xorg-x11-drv-libinput 0.3.0
113566
113566
* Mon Nov 24 2014 Peter Hutterer <peter.hutterer@redhat.com> 0.2.0-2
113566
- Add explicit (Build)Requires for libinput 0.6.0-3, we rely on new symbols
113566
  from the git snapshot
113566
113566
* Mon Nov 24 2014 Peter Hutterer <peter.hutterer@redhat.com> 0.2.0-1
113566
- Only match on specific device types, don't match on joysticks or tablets
113566
- libinput 0.2.0
113566
- switch to new fdo host
113566
113566
* Fri Sep 12 2014 Peter Hutterer <peter.hutterer@redhat.com> - 0.1.2-3
113566
- Rebuild for libinput soname bump
113566
113566
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.2-2
113566
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
113566
113566
* Thu Jul 24 2014 Peter Hutterer <peter.hutterer@redhat.com> 0.1.2-1
113566
- Update to 0.1.2, dropping the pkgconfig files
113566
113566
* Thu Jun 26 2014 Peter Hutterer <peter.hutterer@redhat.com> 0.1.1-1
113566
- Initial release (#1113392)
113566