From e0d32b6c493165a66d2e4a1bada4500bd61c2180 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Wed, 7 Jun 2017 09:52:24 -0400 Subject: [PATCH] 1.11 --- .gitignore | 1 + sources | 2 +- tslib.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d493acf..144fa89 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ tslib-1.0.tar.bz2 /tslib-1.10-rc1.tar.bz2 /tslib-1.10.tar.bz2 +/tslib-1.11.tar.bz2 diff --git a/sources b/sources index fa4a371..4f76ffb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tslib-1.10.tar.bz2) = c4121b0b640777f30fd2e028ccd804174fb9236d87df540236a67f863cd2010081b72e0682e213c63bfd6b7a0b2f1416dd67e5c6d16388145bcf9732ad7a8c83 +SHA512 (tslib-1.11.tar.bz2) = 59778bf887e5980f7d32536b9e413658c2252b1f67fed889df598b24698a6de06e86b7f25d2f9203278cd2fb6bf059fca6812b988ec9bb9450d479875c868d63 diff --git a/tslib.spec b/tslib.spec index 88a7505..a2807b1 100644 --- a/tslib.spec +++ b/tslib.spec @@ -1,11 +1,11 @@ Name: tslib -Version: 1.10 +Version: 1.11 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-1.10.tar.bz2 +Source0: https://github.com/kergoth/tslib/releases/download/%{version}/tslib-%{version}.tar.bz2 BuildRequires: libtool, autoconf, automake %description @@ -64,6 +64,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_libdir}/pkgconfig/tslib.pc %changelog +* Wed Jun 7 2017 Tom Callaway - 1.11-1 +- update to 1.11 + * Mon May 15 2017 Tom Callaway - 1.10-1 - update to 1.10 final