diff --git a/.gitignore b/.gitignore index 144fa89..a71fcf9 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ tslib-1.0.tar.bz2 /tslib-1.10-rc1.tar.bz2 /tslib-1.10.tar.bz2 /tslib-1.11.tar.bz2 +/tslib-1.12-rc1.tar.bz2 diff --git a/sources b/sources index 4f76ffb..8fac5cd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tslib-1.11.tar.bz2) = 59778bf887e5980f7d32536b9e413658c2252b1f67fed889df598b24698a6de06e86b7f25d2f9203278cd2fb6bf059fca6812b988ec9bb9450d479875c868d63 +SHA512 (tslib-1.12-rc1.tar.bz2) = 615f89d89268b0b764a0510b45585fd8afbb588d17e419b94d30d909131b71e8ea8fe050cae7ea73dc39f64b0e961cdd1b82932e53940bdedd99ca6c49652120 diff --git a/tslib.spec b/tslib.spec index 3365e2a..00c3a96 100644 --- a/tslib.spec +++ b/tslib.spec @@ -1,12 +1,15 @@ +%global rcver rc1 + Name: tslib -Version: 1.11 -Release: 3%{?dist} +Version: 1.12 +Release: 0.%{rcver}%{?dist} Summary: Touchscreen Access Library Group: System Environment/Libraries License: LGPLv2 URL: https://github.com/kergoth/tslib -Source0: https://github.com/kergoth/tslib/releases/download/%{version}/tslib-%{version}.tar.bz2 +Source0: https://github.com/kergoth/tslib/releases/download/%{version}/tslib-%{version}-%{rcver}.tar.bz2 BuildRequires: libtool, autoconf, automake +BuildRequires: SDL2-devel %description The idea of tslib is to have a core library that provides standardised @@ -31,11 +34,11 @@ The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %prep -%setup -q -n %{name}-%{version} +%setup -q -n %{name}-%{version}-%{rcver} ./autogen.sh %build -%configure --disable-static +%configure --disable-static --with-sdl2 make %{?_smp_mflags} %install @@ -64,6 +67,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_libdir}/pkgconfig/tslib.pc %changelog +* Wed Aug 23 2017 Tom Callaway - 1.12-0.1.rc1 +- update to 1.12-rc1 + * Thu Aug 03 2017 Fedora Release Engineering - 1.11-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild