From e71374e566ec421a064e20473023c320ad1a41c38e724d15d31cd453e2842ae6 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Tue, 25 Aug 2020 09:30:22 +0000 Subject: [PATCH] Accepting request 829126 from home:dirkmueller:branches:X11:XOrg - update to 1.1.6: * adjust for 64bit time_t for 32bit architectures * Use a macro for `nlongs` so it can be used in constant expression * mtdev-matching.c: declare global variables static * mtdev-mapgen.c: declare init_caps() static * caps.c: declare mtdev_set_slots() static OBS-URL: https://build.opensuse.org/request/show/829126 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/mtdev?expand=0&rev=15 --- mtdev-1.1.5.tar.bz2 | 3 --- mtdev-1.1.6.tar.bz2 | 3 +++ mtdev.changes | 10 ++++++++++ mtdev.spec | 22 +++++++++------------- 4 files changed, 22 insertions(+), 16 deletions(-) delete mode 100644 mtdev-1.1.5.tar.bz2 create mode 100644 mtdev-1.1.6.tar.bz2 diff --git a/mtdev-1.1.5.tar.bz2 b/mtdev-1.1.5.tar.bz2 deleted file mode 100644 index fceae07..0000000 --- a/mtdev-1.1.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6677d5708a7948840de734d8b4675d5980d4561171c5a8e89e54adf7a13eba7f -size 274162 diff --git a/mtdev-1.1.6.tar.bz2 b/mtdev-1.1.6.tar.bz2 new file mode 100644 index 0000000..3736a59 --- /dev/null +++ b/mtdev-1.1.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15d7b28da8ac71d8bc8c9287c2045fd174267bc740bec10cfda332dc1204e0e0 +size 295965 diff --git a/mtdev.changes b/mtdev.changes index 8297fde..f025012 100644 --- a/mtdev.changes +++ b/mtdev.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Aug 25 09:27:06 UTC 2020 - Dirk Mueller + +- update to 1.1.6: + * adjust for 64bit time_t for 32bit architectures + * Use a macro for `nlongs` so it can be used in constant expression + * mtdev-matching.c: declare global variables static + * mtdev-mapgen.c: declare init_caps() static + * caps.c: declare mtdev_set_slots() static + ------------------------------------------------------------------- Sat Feb 28 09:55:25 UTC 2015 - mpluskal@suse.com diff --git a/mtdev.spec b/mtdev.spec index 080cd24..ac614f4 100644 --- a/mtdev.spec +++ b/mtdev.spec @@ -1,7 +1,7 @@ # # spec file for package mtdev # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,21 +12,20 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: mtdev -Version: 1.1.5 +Version: 1.1.6 Release: 0 Summary: Multitouch Protocol Translation Library License: MIT Group: System/Libraries -Url: http://bitmath.org/code/mtdev/ +URL: https://bitmath.org/code/mtdev/ Source: http://bitmath.org/code/mtdev/mtdev-%{version}.tar.bz2 Source1: baselibs.conf -BuildRequires: pkg-config -BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: pkgconfig %description The mtdev is a stand-alone library which transforms all variants of kernel MT events to the slotted type B protocol. The events put into mtdev may be from any MT device, specifically type A without contact tracking, type A with contact tracking, or type B with contact tracking. See the kernel documentation for further details. @@ -53,27 +52,24 @@ This package contains the files needed to compile programs that use mtdev librar %build %configure \ --enable-static=no -make %{?_smp_mflags} +%make_build %install -make DESTDIR=%{buildroot} install %{?_smp_mflags} +%make_install find %{buildroot} -type f -name "*.la" -delete -print %post -n libmtdev1 -p /sbin/ldconfig - %postun -n libmtdev1 -p /sbin/ldconfig %files -%defattr(-, root, root) -%doc COPYING ChangeLog README +%license COPYING +%doc ChangeLog README %{_bindir}/* %files -n libmtdev1 -%defattr(-, root, root) %{_libdir}/lib*.so.* %files devel -%defattr(-, root, root) %{_libdir}/lib*.so %{_includedir}/* %{_libdir}/pkgconfig/*.pc