Update to 1.7.0.
This commit is contained in:
parent
1c46c2cb27
commit
c601840c3a
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/linuxconsoletools-1.4.9.tar.bz2
|
||||
/linuxconsoletools-1.6.0.tar.bz2
|
||||
/linuxconsoletools-1.6.1.tar.bz2
|
||||
/linuxconsoletools-1.7.0.tar.bz2
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
%global udevdir %(pkg-config --variable=udevdir udev)
|
||||
|
||||
Name: linuxconsoletools
|
||||
Version: 1.6.1
|
||||
Release: 2%{?dist}
|
||||
Version: 1.7.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Tools for connecting joysticks & legacy devices to the kernel's input subsystem
|
||||
License: GPLv2+
|
||||
URL: http://sourceforge.net/projects/linuxconsole/
|
||||
Source: http://downloads.sourceforge.net/linuxconsole/%{name}-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: SDL-devel
|
||||
BuildRequires: pkgconfig(sdl2)
|
||||
BuildRequires: systemd-udev
|
||||
|
||||
Provides: joystick = %{version}-%{release}
|
||||
@ -74,6 +74,9 @@ chmod -x %{buildroot}%{_mandir}/man1/*
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Oct 07 2019 Vasiliy N. Glazov <vascom2@gmail.com> - 1.7.0-1
|
||||
- Update to 1.7.0
|
||||
|
||||
* Fri Sep 20 2019 Vasiliy N. Glazov <vascom2@gmail.com> - 1.6.1-2
|
||||
- Fix store/restore utils handling #1753648
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (linuxconsoletools-1.6.1.tar.bz2) = b520c0a2d55986204619e3a5a00fb8b1e26453ac6df4f51c8c87495661a68bb6fe5a1947a3e079a53a537bf06d23c73c404a4d7e4d4dd18c0f7f69c1985a77be
|
||||
SHA512 (linuxconsoletools-1.7.0.tar.bz2) = 260667e167281dd6f4de0904c2852a5bf3d9d0fe9d603135d4849c5a6610997306c9b476f64e4015d17a4dc8e4a8d36e96e01b9b63664fc7b493201fe12b4f56
|
||||
|
||||
Loading…
Reference in New Issue
Block a user