Hello community, here is the log from the commit of package tslib for openSUSE:Factory checked in at 2017-06-20 10:59:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tslib (Old) and /work/SRC/openSUSE:Factory/.tslib.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tslib" Tue Jun 20 10:59:56 2017 rev:10 rq:504015 version:1.11 Changes: -------- --- /work/SRC/openSUSE:Factory/tslib/tslib.changes 2017-05-20 10:10:05.806118666 +0200 +++ /work/SRC/openSUSE:Factory/.tslib.new/tslib.changes 2017-06-20 11:00:53.683326213 +0200 @@ -1,0 +2,27 @@ +Fri Jun 16 07:57:22 UTC 2017 - [email protected] + +- Fix license infos + +------------------------------------------------------------------- +Mon Jun 12 08:07:41 UTC 2017 - [email protected] + +- Remove '%configure' from %prep section + +------------------------------------------------------------------- +Mon Jun 12 06:51:59 UTC 2017 - [email protected] + +- Update to version 1.11 (boo#1039249): + * The graphical tools don't show TSLIB anymore, but Touchscreen + instead. + * The graphical tools support rotating the screen 90, 180 and 270 + degrees + * man page updates +- Changes for version 1.10: + * new ts_libversion() API and TSLIB_VERSION_MT definition + * new module_raw dmc_dus3000 for DMC DUS Series touch screen via + UART + * Fixed and improved statically linked building +- Add gpg signature +- Trim unecessary dependencies + +------------------------------------------------------------------- Old: ---- tslib-1.9.tar.xz New: ---- tslib-1.11.tar.xz tslib-1.11.tar.xz.asc tslib.keyring ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tslib.spec ++++++ --- /var/tmp/diff_new_pack.p9lmdH/_old 2017-06-20 11:00:54.531206699 +0200 +++ /var/tmp/diff_new_pack.p9lmdH/_new 2017-06-20 11:00:54.535206134 +0200 @@ -18,22 +18,19 @@ Name: tslib -Version: 1.9 +Version: 1.11 Release: 0 Summary: Abstraction layer for touchscreen -License: LGPL-2.0+ and GPL-2.0+ +License: LGPL-2.1+ and GPL-2.0 Group: Hardware/Other Url: https://github.com/kergoth/tslib.git #Git-Clone: git://github.com/kergoth/tslib Source0: https://github.com/kergoth/tslib/releases/download/%{version}/%{name}-%{version}.tar.xz -Source2: baselibs.conf -BuildRequires: autoconf -BuildRequires: automake +Source1: https://github.com/kergoth/tslib/releases/download/%{version}/%{name}-%{version}.tar.xz.asc +Source2: %{name}.keyring +Source3: baselibs.conf BuildRequires: fdupes -BuildRequires: libtool -BuildRequires: pkg-config -BuildRequires: xz -BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: pkgconfig %description Tslib is an abstraction layer for touchscreen panel events. @@ -68,24 +65,23 @@ Group: Development/Libraries/C and C++ Requires: %{name} = %{version} Requires: %{name}-plugins = %{version} +Requires: glibc-devel %description devel Devel package for tslib. Tslib is an abstraction layer for touchscreen panel events. %prep %setup -q -./autogen.sh -%configure %build +%configure make %{?_smp_mflags} %install -make DESTDIR=%{buildroot} install %{?_smp_mflags} -%fdupes %{buildroot}/%_mandir +%make_install +%fdupes %{buildroot}/%{_mandir} %post -n libts0 -p /sbin/ldconfig - %postun -n libts0 -p /sbin/ldconfig %files devel @@ -100,8 +96,7 @@ %files -n libts0 %defattr(-,root,root) -%{_libdir}/libts.so.0 -%{_libdir}/libts.so.0.6.0 +%{_libdir}/libts.so.0* %files plugins %defattr(-,root,root) @@ -121,6 +116,6 @@ %{_bindir}/ts_test_mt %{_bindir}/ts_uinput %{_bindir}/ts_verify -%_mandir/*/* +%{_mandir}/*/* %changelog ++++++ tslib-1.9.tar.xz -> tslib-1.11.tar.xz ++++++ ++++ 40516 lines of diff (skipped)
