diff --git a/libwacom-1.12.tar.bz2 b/libwacom-1.12.tar.bz2 deleted file mode 100644 index c5f55b2..0000000 --- a/libwacom-1.12.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:290450d604f78bbd956eddb69f79f8d56f8ed1a5ccbb5e88e22fa84fa2fceb4f -size 543819 diff --git a/libwacom-1.12.tar.bz2.sig b/libwacom-1.12.tar.bz2.sig deleted file mode 100644 index 1dcbba0..0000000 Binary files a/libwacom-1.12.tar.bz2.sig and /dev/null differ diff --git a/libwacom-2.2.0.tar.xz b/libwacom-2.2.0.tar.xz new file mode 100644 index 0000000..bec4117 --- /dev/null +++ b/libwacom-2.2.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e62ac9edb522d36ad2fa99adca35ddc02067383d4668eeaa13d7efccc30bb8c8 +size 106444 diff --git a/libwacom-2.2.0.tar.xz.sig b/libwacom-2.2.0.tar.xz.sig new file mode 100644 index 0000000..385eec0 Binary files /dev/null and b/libwacom-2.2.0.tar.xz.sig differ diff --git a/libwacom.changes b/libwacom.changes index 083feff..459aade 100644 --- a/libwacom.changes +++ b/libwacom.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Sun May 29 19:26:33 UTC 2022 - Dirk Müller + +- 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" + ------------------------------------------------------------------- Fri Nov 19 09:57:14 UTC 2021 - Callum Farmer diff --git a/libwacom.spec b/libwacom.spec index 962030c..1ba9c18 100644 --- a/libwacom.spec +++ b/libwacom.spec @@ -21,14 +21,14 @@ %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} @@ -45,12 +45,12 @@ 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. -%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 +78,7 @@ built-in on-screen tablet", "what is the size of this model", etc. %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 @@ -114,13 +114,13 @@ find %{buildroot} -type f -name "*.la" -delete -print %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