diff --git a/.gitignore b/.gitignore index 543b49b..d493acf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ tslib-1.0.tar.bz2 /tslib-1.10-rc1.tar.bz2 +/tslib-1.10.tar.bz2 diff --git a/sources b/sources index c16ca2d..fa4a371 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tslib-1.10-rc1.tar.bz2) = b86e86ed1cb1292c1fcd6381f28f634589da5101c74bb474afea2f03791c0fb49199004b08f2a8903ed2f999057b40a6c6ed8a0e91c6cb8d33e512a2e237b0c5 +SHA512 (tslib-1.10.tar.bz2) = c4121b0b640777f30fd2e028ccd804174fb9236d87df540236a67f863cd2010081b72e0682e213c63bfd6b7a0b2f1416dd67e5c6d16388145bcf9732ad7a8c83 diff --git a/tslib.spec b/tslib.spec index e92f905..88a7505 100644 --- a/tslib.spec +++ b/tslib.spec @@ -1,13 +1,11 @@ -%global prever rc1 - Name: tslib Version: 1.10 -Release: 0.1.%{prever}%{?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}-%{prever}/tslib-1.10-%{prever}.tar.bz2 +Source0: https://github.com/kergoth/tslib/releases/download/%{version}/tslib-1.10.tar.bz2 BuildRequires: libtool, autoconf, automake %description @@ -33,7 +31,7 @@ The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %prep -%setup -q -n %{name}-%{version}-%{prever} +%setup -q -n %{name}-%{version} ./autogen.sh %build @@ -66,6 +64,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_libdir}/pkgconfig/tslib.pc %changelog +* Mon May 15 2017 Tom Callaway - 1.10-1 +- update to 1.10 final + * Mon May 8 2017 Tom Callaway - 1.10-0.1.rc1 - update to 1.10-rc1