Hello community, here is the log from the commit of package tslib for openSUSE:Factory checked in at 2017-05-20 10:10:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tslib (Old) and /work/SRC/openSUSE:Factory/.tslib.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tslib" Sat May 20 10:10:04 2017 rev:9 rq:495206 version:1.9 Changes: -------- --- /work/SRC/openSUSE:Factory/tslib/tslib.changes 2015-03-03 11:14:04.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.tslib.new/tslib.changes 2017-05-20 10:10:05.806118666 +0200 @@ -1,0 +2,7 @@ +Thu May 11 09:10:02 UTC 2017 - [email protected] + +- Update to tslib 1.9 +- Remove upstreamed patch: use-module-raw-input-for-ts-conf.patch +- Fix library name + +------------------------------------------------------------------- Old: ---- tslib-1.1.tar.xz use-module-raw-input-for-ts-conf.patch New: ---- tslib-1.9.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tslib.spec ++++++ --- /var/tmp/diff_new_pack.sYmHSY/_old 2017-05-20 10:10:07.513877366 +0200 +++ /var/tmp/diff_new_pack.sYmHSY/_new 2017-05-20 10:10:07.517876801 +0200 @@ -1,7 +1,7 @@ # # spec file for package tslib # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2012 Guillaume GARDET <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: tslib -Version: 1.1 +Version: 1.9 Release: 0 Summary: Abstraction layer for touchscreen License: LGPL-2.0+ and GPL-2.0+ @@ -27,9 +27,9 @@ #Git-Clone: git://github.com/kergoth/tslib Source0: https://github.com/kergoth/tslib/releases/download/%{version}/%{name}-%{version}.tar.xz Source2: baselibs.conf -Patch0: use-module-raw-input-for-ts-conf.patch BuildRequires: autoconf BuildRequires: automake +BuildRequires: fdupes BuildRequires: libtool BuildRequires: pkg-config BuildRequires: xz @@ -41,11 +41,11 @@ The idea of tslib is to have a core library and a set of plugins to manage the conversion and filtering as needed. -%package -n libts-1_0-0 +%package -n libts0 Summary: Abstraction layer for touchscreens Group: System/Libraries -%description -n libts-1_0-0 +%description -n libts0 Tslib is an abstraction layer for touchscreen panel events. The idea of tslib is to have a core library and a set of plugins to @@ -74,7 +74,6 @@ %prep %setup -q -%patch0 ./autogen.sh %configure @@ -83,28 +82,26 @@ %install make DESTDIR=%{buildroot} install %{?_smp_mflags} -rm %{buildroot}%{_libdir}/pkgconfig/tslib-1.0.pc -ln -s tslib.pc %{buildroot}%{_libdir}/pkgconfig/tslib-1.0.pc +%fdupes %{buildroot}/%_mandir -%post -n libts-1_0-0 -p /sbin/ldconfig +%post -n libts0 -p /sbin/ldconfig -%postun -n libts-1_0-0 -p /sbin/ldconfig +%postun -n libts0 -p /sbin/ldconfig %files devel %defattr(-,root,root) %dir %{_libdir}/ts %{_includedir}/tslib.h %{_libdir}/libts.la -%{_libdir}/pkgconfig/tslib-1.0.pc %{_libdir}/pkgconfig/tslib.pc %dir %{_libdir}/ts %{_libdir}/ts/*.la %{_libdir}/libts.so -%files -n libts-1_0-0 +%files -n libts0 %defattr(-,root,root) -%{_libdir}/libts-1.0.so.0 -%{_libdir}/libts-1.0.so.0.0.0 +%{_libdir}/libts.so.0 +%{_libdir}/libts.so.0.6.0 %files plugins %defattr(-,root,root) @@ -115,9 +112,15 @@ %defattr(-,root,root) %config %{_sysconfdir}/ts.conf %{_bindir}/ts_calibrate +%{_bindir}/ts_finddev %{_bindir}/ts_harvest %{_bindir}/ts_print +%{_bindir}/ts_print_mt %{_bindir}/ts_print_raw %{_bindir}/ts_test +%{_bindir}/ts_test_mt +%{_bindir}/ts_uinput +%{_bindir}/ts_verify +%_mandir/*/* %changelog ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.sYmHSY/_old 2017-05-20 10:10:07.553871715 +0200 +++ /var/tmp/diff_new_pack.sYmHSY/_new 2017-05-20 10:10:07.553871715 +0200 @@ -1,4 +1,4 @@ -libts-1_0-0 +libts0 tslib-devel requires -tslib-<targettype> - requires "libts-1_0-0-<targettype> = <version>" + requires "libts0-<targettype> = <version>" ++++++ tslib-1.1.tar.xz -> tslib-1.9.tar.xz ++++++ ++++ 37059 lines of diff (skipped)
