Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libwacom for openSUSE:Factory checked in at 2022-06-03 14:16:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libwacom (Old) and /work/SRC/openSUSE:Factory/.libwacom.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libwacom" Fri Jun 3 14:16:44 2022 rev:36 rq:980528 version:2.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libwacom/libwacom.changes 2021-11-23 22:12:00.330593151 +0100 +++ /work/SRC/openSUSE:Factory/.libwacom.new.1548/libwacom.changes 2022-06-03 14:16:48.725327848 +0200 @@ -1,0 +2,41 @@ +Thu Jun 2 16:29:19 UTC 2022 - Michal Suchanek <msucha...@suse.com> + +- Remove meson conditional - no other build system is supported. + +------------------------------------------------------------------- +Sun May 29 19:26:33 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- update to 2.2.0: + * data: Add ISDv4 5285 (Lenovo ThinkPad X13 Yoga Gen 2) + * data: Add ISDv4 16C (HP ZBook x2 G4) + * Add ISDv4 52a2 (Lenovo Yoga 6 13ALC6) + * data: Add ISDv4 5218 (Lenovo IdeaPad Flex 5 14ALC05) + * data: Add ISDv4 521c (Lenovo IdeaPad Flex 5 15ALC05) + * data: Add ISDv4 49a3 (Dell Latitude 7320 Detachable) + * Remove now-unused libwacom.pc.in + * CI: add a workflow to check for "sysinfo" in newly added data files + * doc: fix the check for integration flags in the example code + * github: bump freebsd workflow to 0.1.5 + * Update data/surface-go-2.tablet + * Update huion-h610-pro.tablet + * data: Add ISDv4 4995 (HP EliteBook x360 1040 G8 Notebook PC) + * data: Add ISDv4 51EF (Lenovo Yoga C740-14IML) + * data: Add ISDv4 2d1f:0095 (PINE64 PineNote) + * data: Add ISDv4 52b0 (Lenovo Yoga 7 14ACN6) + * data: Add ISDv4 511a (Lenovo ThinkPad X1 Tablet Gen 3) + * data: Add ISDv4 484d (Dell Latitude 5290) + * Add description for elan-2a70 (#466) + * data: remove unknown BuiltIn key from the DTU1931 + * data: Add ISDv4 5276 (Lenovo ThinkPad X1 Yoga Gen 6) + * data: Add ISDv4 51d0 ("Lenovo ThinkPad X1 Titanium Gen 1") + * data: Add ISDv4 5019 (Fujitsu LIFEBOOK T935) + * test: add a test for matching the button count with the evdev codes + * meson.build: use gnu_symbol_visibility argument + * meson.build: use current_source_dir() over deprecated source_root() + * Remove unused arguments from two helper functions + * github: build with ninja --verbose + * CI: don't enable -Wall -Wextra in the CI + * Make sign-compare a warning/error + * Add support for a new "Wacom One Pen Display 13" + +------------------------------------------------------------------- Old: ---- libwacom-1.12.tar.bz2 libwacom-1.12.tar.bz2.sig New: ---- libwacom-2.2.0.tar.xz libwacom-2.2.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libwacom.spec ++++++ --- /var/tmp/diff_new_pack.lWVm4W/_old 2022-06-03 14:16:49.277328565 +0200 +++ /var/tmp/diff_new_pack.lWVm4W/_new 2022-06-03 14:16:49.281328570 +0200 @@ -15,25 +15,18 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # -%if 0%{?suse_version} > 1510 -%bcond_without meson -%else -%bcond_with meson -%endif Name: libwacom -Version: 1.12 +Version: 2.2.0 Release: 0 Summary: Library to identify wacom tablets License: MIT Group: System/Libraries URL: https://linuxwacom.github.io/ -Source0: https://github.com/linuxwacom/libwacom/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2 -Source1: https://github.com/linuxwacom/libwacom/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2.sig +Source0: https://github.com/linuxwacom/libwacom/releases/download/libwacom-%{version}/libwacom-%{version}.tar.xz +Source1: https://github.com/linuxwacom/libwacom/releases/download/libwacom-%{version}/libwacom-%{version}.tar.xz.sig Source2: %{name}.keyring Source99: baselibs.conf -%if %{with meson} BuildRequires: meson >= 0.51.0 -%endif BuildRequires: pkgconfig BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gudev-1.0) @@ -45,12 +38,12 @@ features. It provides easy access to information such as "is this a built-in on-screen tablet", "what is the size of this model", etc. -%package -n libwacom2 +%package -n libwacom9 Summary: Library to identify wacom tablets Group: System/Libraries Requires: %{name}-data >= %{version} -%description -n libwacom2 +%description -n libwacom9 libwacom is a library to identify wacom tablets and their model-specific features. It provides easy access to information such as "is this a built-in on-screen tablet", "what is the size of this model", etc. @@ -78,7 +71,7 @@ %package devel Summary: Library to identify wacom tablets -- Development Files Group: Development/Libraries/C and C++ -Requires: libwacom2 = %{version} +Requires: libwacom9 = %{version} %description devel libwacom is a library to identify wacom tablets and their model-specific @@ -89,38 +82,25 @@ %setup -q %build -%if %{with meson} %meson -Db_lto=true -Dtests=disabled %meson_build -%else -%configure \ - --with-udev-dir=%{_udevrulesdir}/.. \ - --disable-static -make %{?_smp_mflags} -%endif %install -%if %{with meson} %meson_install -%else -%make_install -%endif sed -e 's-#!/usr/bin/env python3-#!/usr/bin/python3-g' -i %{buildroot}%{_bindir}/* find %{buildroot} -type f -name "*.la" -delete -print -%if %{with meson} %check %meson_test -%endif -%post -n libwacom2 -p /sbin/ldconfig -%postun -n libwacom2 -p /sbin/ldconfig +%post -n libwacom9 -p /sbin/ldconfig +%postun -n libwacom9 -p /sbin/ldconfig -%files -n libwacom2 +%files -n libwacom9 %license COPYING %doc NEWS README.md -%{_libdir}/libwacom.so.2* +%{_libdir}/libwacom.so.9* %files data %dir %{_datadir}/libwacom ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.lWVm4W/_old 2022-06-03 14:16:49.313328613 +0200 +++ /var/tmp/diff_new_pack.lWVm4W/_new 2022-06-03 14:16:49.317328617 +0200 @@ -1,2 +1,2 @@ -libwacom2 +libwacom9