diff --git a/.gitignore b/.gitignore index 967393f..fa88b8c 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ tslib-1.0.tar.bz2 /tslib-1.11.tar.bz2 /tslib-1.12-rc1.tar.bz2 /tslib-1.13-rc2.tar.bz2 +/tslib-1.13.tar.bz2 diff --git a/sources b/sources index a751170..e1d4738 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tslib-1.13-rc2.tar.bz2) = 39be48ca845050ca84f24f157335e7189ab06e1347fce7dd18c2c2cc30051d37286113465edcc602db6eab1f2f80a2a7b31ea7e678cfde11c6b51b59a213b20f +SHA512 (tslib-1.13.tar.bz2) = 7d657a239f9155b7abd303850a6d8c9f5e7249010d04a16d2aa01a015a04d1f497861a0fa4d1d5284eeadb506347748af21713815531d79053a5bf915c3b61e5 diff --git a/tslib.spec b/tslib.spec index 38b2655..de6e400 100644 --- a/tslib.spec +++ b/tslib.spec @@ -1,13 +1,13 @@ -%global rcver rc2 +# %%global rcver rc2 Name: tslib Version: 1.13 -Release: 0.1.%{rcver}%{?dist} +Release: 1%{?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}-%{rcver}.tar.bz2 +Source0: https://github.com/kergoth/tslib/releases/download/%{version}/tslib-%{version}.tar.bz2 BuildRequires: libtool, autoconf, automake BuildRequires: SDL2-devel @@ -34,7 +34,7 @@ The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %prep -%setup -q -n %{name}-%{version}-%{rcver} +%setup -q -n %{name}-%{version} ./autogen.sh %build @@ -67,6 +67,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_libdir}/pkgconfig/tslib.pc %changelog +* Thu Sep 14 2017 Tom Callaway - 1.13-1 +- update to 1.13 + * Tue Sep 12 2017 Tom Callaway - 1.13-0.1.rc2 - update to 1.13-rc2