commit libwacom for openSUSE:Factory

2020-10-08 Thread root
Hello community,

here is the log from the commit of package libwacom for openSUSE:Factory 
checked in at 2020-10-08 13:08:38

Comparing /work/SRC/openSUSE:Factory/libwacom (Old)
 and  /work/SRC/openSUSE:Factory/.libwacom.new.4249 (New)


Package is "libwacom"

Thu Oct  8 13:08:38 2020 rev:31 rq:839514 version:1.5

Changes:

--- /work/SRC/openSUSE:Factory/libwacom/libwacom.changes2020-05-16 
22:24:56.653101947 +0200
+++ /work/SRC/openSUSE:Factory/.libwacom.new.4249/libwacom.changes  
2020-10-08 13:09:42.403037852 +0200
@@ -1,0 +2,41 @@
+Mon Oct  5 08:38:39 UTC 2020 - Dominique Leuenberger 
+
+- Use official %%meson_test macro for the %check section.
+- Do not crrate empty %check section when not using meson.
+
+---
+Mon Oct  5 07:21:03 UTC 2020 - Michal Suchanek 
+
+- Fix Leap build.
+
+---
+Sun Sep 13 19:38:25 UTC 2020 - Dirk Mueller 
+
+- update to 1.5:
+  - New devices:
+  - Acer Spin 5 / Acer Spin SP513-54N
+  - Dell Latitude 7410,
+  - GAOMON S620
+  - HP Pavilion x360 Convertible 14-dh0xxx
+  - Huawei MateBook HZ-W19
+  - Lenovo ThinkPad X1 Yoga 3rd
+  - Wacom Cintiq 16, DTK-1660E
+
+---
+Sat Aug 22 06:36:23 UTC 2020 - Dirk Mueller 
+
+- update to 1.4.1:
+- New devices:
+  - HP ZBook Studio x360 G5
+  - Dell Latitude 7285
+  - Dell Latitude 7200 2-in-1, Dell Latitude 7400 2-in-1
+  - Elan 2415
+  - HP ENVY x360 Convertible 13,
+  - Huion 420, 1060 Plus,
+  - GAOMON S56K
+  - Wacom FT-0405
+  - Many AES stylus definitions added
+  - New API: libwacom_stylus_get_eraser_type()
+  - udev rules are now using hwdb entries
+ 
+---

Old:

  libwacom-1.3.tar.bz2
  libwacom-1.3.tar.bz2.sig

New:

  libwacom-1.5.tar.bz2
  libwacom-1.5.tar.bz2.sig



Other differences:
--
++ libwacom.spec ++
--- /var/tmp/diff_new_pack.RyQMUT/_old  2020-10-08 13:09:43.071038458 +0200
+++ /var/tmp/diff_new_pack.RyQMUT/_new  2020-10-08 13:09:43.071038458 +0200
@@ -15,14 +15,13 @@
 # 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.3
+Version:1.5
 Release:0
 Summary:Library to identify wacom tablets
 License:MIT
@@ -107,6 +106,11 @@
 
 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
 
@@ -122,6 +126,8 @@
 %{_datadir}/libwacom/layouts/
 %dir %{_udevrulesdir}
 %{_udevrulesdir}/65-libwacom.rules
+%dir %{_udevhwdbdir}
+%{_udevhwdbdir}/65-libwacom.hwdb
 
 %files tools
 %{_bindir}/libwacom-list-local-devices

++ libwacom-1.3.tar.bz2 -> libwacom-1.5.tar.bz2 ++
 11205 lines of diff (skipped)





commit libwacom for openSUSE:Factory

2020-05-16 Thread root
Hello community,

here is the log from the commit of package libwacom for openSUSE:Factory 
checked in at 2020-05-16 22:24:51

Comparing /work/SRC/openSUSE:Factory/libwacom (Old)
 and  /work/SRC/openSUSE:Factory/.libwacom.new.2738 (New)


Package is "libwacom"

Sat May 16 22:24:51 2020 rev:30 rq:805685 version:1.3

Changes:

--- /work/SRC/openSUSE:Factory/libwacom/libwacom.changes2020-03-31 
17:31:16.980226674 +0200
+++ /work/SRC/openSUSE:Factory/.libwacom.new.2738/libwacom.changes  
2020-05-16 22:24:56.653101947 +0200
@@ -1,0 +2,5 @@
+Thu May  7 13:10:58 UTC 2020 - pgaj...@suse.com
+
+- use %{_udevrulesdir}, %{_libexecdir} now expands to /usr/libexec
+
+---



Other differences:
--
++ libwacom.spec ++
--- /var/tmp/diff_new_pack.xOwSz5/_old  2020-05-16 22:24:57.633103958 +0200
+++ /var/tmp/diff_new_pack.xOwSz5/_new  2020-05-16 22:24:57.637103967 +0200
@@ -93,7 +93,7 @@
 %meson_build
 %else
 %configure \
---with-udev-dir=%{_libexecdir}/udev \
+--with-udev-dir=%{_udevrulesdir}/.. \
 --disable-static
 make %{?_smp_mflags}
 %endif
@@ -120,7 +120,6 @@
 %{_datadir}/libwacom/*.tablet
 %{_datadir}/libwacom/*.stylus
 %{_datadir}/libwacom/layouts/
-%dir %{_libexecdir}/udev
 %dir %{_udevrulesdir}
 %{_udevrulesdir}/65-libwacom.rules
 






commit libwacom for openSUSE:Factory

2020-03-31 Thread root
Hello community,

here is the log from the commit of package libwacom for openSUSE:Factory 
checked in at 2020-03-31 17:31:15

Comparing /work/SRC/openSUSE:Factory/libwacom (Old)
 and  /work/SRC/openSUSE:Factory/.libwacom.new.3160 (New)


Package is "libwacom"

Tue Mar 31 17:31:15 2020 rev:29 rq:788382 version:1.3

Changes:

--- /work/SRC/openSUSE:Factory/libwacom/libwacom.changes2019-12-02 
11:28:53.082628336 +0100
+++ /work/SRC/openSUSE:Factory/.libwacom.new.3160/libwacom.changes  
2020-03-31 17:31:16.980226674 +0200
@@ -1,0 +2,8 @@
+Thu Mar 26 02:11:22 UTC 2020 - Stasiek Michalski 
+
+- Update to 1.3
+- Add a dependency on doxygen
+- Remove 174.patch
+  + The changes were merged upstream
+
+---

Old:

  174.patch
  libwacom-1.1.tar.bz2
  libwacom-1.1.tar.bz2.sig

New:

  libwacom-1.3.tar.bz2
  libwacom-1.3.tar.bz2.sig



Other differences:
--
++ libwacom.spec ++
--- /var/tmp/diff_new_pack.kFVAls/_old  2020-03-31 17:31:17.672227080 +0200
+++ /var/tmp/diff_new_pack.kFVAls/_new  2020-03-31 17:31:17.676227082 +0200
@@ -22,7 +22,7 @@
 %bcond_with meson
 %endif
 Name:   libwacom
-Version:1.1
+Version:1.3
 Release:0
 Summary:Library to identify wacom tablets
 License:MIT
@@ -32,7 +32,6 @@
 Source2:
https://github.com/linuxwacom/libwacom/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2.sig
 Source3:%{name}.keyring
 Source99:   baselibs.conf
-Patch0: 
https://patch-diff.githubusercontent.com/raw/linuxwacom/libwacom/pull/174.patch
 %if %{with meson}
 BuildRequires:  meson >= 0.47.0
 %endif
@@ -40,6 +39,7 @@
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gudev-1.0)
 BuildRequires:  pkgconfig(libxml-2.0)
+BuildRequires:  doxygen
 
 %description
 libwacom is a library to identify wacom tablets and their model-specific
@@ -86,7 +86,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %if %{with meson}

++ libwacom-1.1.tar.bz2 -> libwacom-1.3.tar.bz2 ++
 4463 lines of diff (skipped)





commit libwacom for openSUSE:Factory

2019-12-02 Thread root
Hello community,

here is the log from the commit of package libwacom for openSUSE:Factory 
checked in at 2019-12-02 11:27:27

Comparing /work/SRC/openSUSE:Factory/libwacom (Old)
 and  /work/SRC/openSUSE:Factory/.libwacom.new.4691 (New)


Package is "libwacom"

Mon Dec  2 11:27:27 2019 rev:28 rq:749965 version:1.1

Changes:

--- /work/SRC/openSUSE:Factory/libwacom/libwacom.changes2019-11-21 
09:41:00.486630002 +0100
+++ /work/SRC/openSUSE:Factory/.libwacom.new.4691/libwacom.changes  
2019-12-02 11:28:53.082628336 +0100
@@ -2 +2 @@
-Thu Nov 21 08:30:23 UTC 2019 - Dominique Leuenberger 
+Wed Nov 20 15:13:38 UTC 2019 - Stefan BrĂ¼ns 
@@ -4,3 +4,2 @@
-- Add libwacom-meson-0.51-lto.patch: Completely strip the
-  test_deprecated linkingn from meson.build> 174.patch would only
-  properly work with meson 0.52+.
+- Pass b_lto option to meson, otherwise the previous patch has no
+  effect (meson does not derive the b_lto value from the FLAGS).

Old:

  libwacom-meson-0.51-lto.patch



Other differences:
--
++ libwacom.spec ++
--- /var/tmp/diff_new_pack.1q0xNd/_old  2019-12-02 11:28:55.506627214 +0100
+++ /var/tmp/diff_new_pack.1q0xNd/_new  2019-12-02 11:28:55.506627214 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libwacom
 #
-# Copyright (c) 2019 SUSE LLC.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -33,7 +33,6 @@
 Source3:%{name}.keyring
 Source99:   baselibs.conf
 Patch0: 
https://patch-diff.githubusercontent.com/raw/linuxwacom/libwacom/pull/174.patch
-Patch1: libwacom-meson-0.51-lto.patch
 %if %{with meson}
 BuildRequires:  meson >= 0.47.0
 %endif
@@ -88,11 +87,10 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 %if %{with meson}
-%meson
+%meson -Db_lto=true
 %meson_build
 %else
 %configure \






commit libwacom for openSUSE:Factory

2019-11-21 Thread root
Hello community,

here is the log from the commit of package libwacom for openSUSE:Factory 
checked in at 2019-11-21 09:40:58

Comparing /work/SRC/openSUSE:Factory/libwacom (Old)
 and  /work/SRC/openSUSE:Factory/.libwacom.new.26869 (New)


Package is "libwacom"

Thu Nov 21 09:40:58 2019 rev:27 rq: version:1.1

Changes:

--- /work/SRC/openSUSE:Factory/libwacom/libwacom.changes2019-11-20 
15:00:12.434757943 +0100
+++ /work/SRC/openSUSE:Factory/.libwacom.new.26869/libwacom.changes 
2019-11-21 09:41:00.486630002 +0100
@@ -1,0 +2,7 @@
+Thu Nov 21 08:30:23 UTC 2019 - Dominique Leuenberger 
+
+- Add libwacom-meson-0.51-lto.patch: Completely strip the
+  test_deprecated linkingn from meson.build> 174.patch would only
+  properly work with meson 0.52+.
+
+---

New:

  libwacom-meson-0.51-lto.patch



Other differences:
--
++ libwacom.spec ++
--- /var/tmp/diff_new_pack.CR9vWJ/_old  2019-11-21 09:41:01.174630026 +0100
+++ /var/tmp/diff_new_pack.CR9vWJ/_new  2019-11-21 09:41:01.178630026 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libwacom
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -33,6 +33,7 @@
 Source3:%{name}.keyring
 Source99:   baselibs.conf
 Patch0: 
https://patch-diff.githubusercontent.com/raw/linuxwacom/libwacom/pull/174.patch
+Patch1: libwacom-meson-0.51-lto.patch
 %if %{with meson}
 BuildRequires:  meson >= 0.47.0
 %endif
@@ -87,6 +88,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %if %{with meson}


++ libwacom-meson-0.51-lto.patch ++
Index: libwacom-1.1/meson.build
===
--- libwacom-1.1.orig/meson.build
+++ libwacom-1.1/meson.build
@@ -533,19 +533,6 @@ if get_option('tests')
else
message('valgrind not found, disabling valgrind test suite')
endif
-
-   # because of the tricks we use in calling the function and exposing
-   # it to begin with, LTO gets confused and this fails to link.
-   # Let's just disable it here.
-   if not get_option('b_lto')
-   test_deprecated = executable('test-deprecated',
-'test/test-deprecated.c',
-dependencies: [dep_libwacom, 
dep_dl],
-include_directories: 
[includes_src],
-c_args: tests_cflags,
-install: false)
-   test('test-deprecated', test_deprecated, suite: ['all'])
-   endif
 endif
 
 # This is a non-optional test




commit libwacom for openSUSE:Factory

2019-11-20 Thread root
Hello community,

here is the log from the commit of package libwacom for openSUSE:Factory 
checked in at 2019-11-20 15:00:11

Comparing /work/SRC/openSUSE:Factory/libwacom (Old)
 and  /work/SRC/openSUSE:Factory/.libwacom.new.26869 (New)


Package is "libwacom"

Wed Nov 20 15:00:11 2019 rev:26 rq:749855 version:1.1

Changes:

--- /work/SRC/openSUSE:Factory/libwacom/libwacom.changes2019-11-18 
20:03:45.489792710 +0100
+++ /work/SRC/openSUSE:Factory/.libwacom.new.26869/libwacom.changes 
2019-11-20 15:00:12.434757943 +0100
@@ -1,0 +2,7 @@
+Wed Nov 20 10:06:24 UTC 2019 - Dominique Leuenberger 
+
+- Add 174.patch
+  
(https://patch-diff.githubusercontent.com/raw/linuxwacom/libwacom/pull/174.patch):
+  + Disable deprecated symbol test when using LTO.
+
+---

New:

  174.patch



Other differences:
--
++ libwacom.spec ++
--- /var/tmp/diff_new_pack.VMBDyV/_old  2019-11-20 15:00:13.118757728 +0100
+++ /var/tmp/diff_new_pack.VMBDyV/_new  2019-11-20 15:00:13.122757728 +0100
@@ -32,6 +32,7 @@
 Source2:
https://github.com/linuxwacom/libwacom/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2.sig
 Source3:%{name}.keyring
 Source99:   baselibs.conf
+Patch0: 
https://patch-diff.githubusercontent.com/raw/linuxwacom/libwacom/pull/174.patch
 %if %{with meson}
 BuildRequires:  meson >= 0.47.0
 %endif
@@ -85,6 +86,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %if %{with meson}

++ 174.patch ++
>From b81ab0fec2273f2ff20664660fe5e9b58dc67a9c Mon Sep 17 00:00:00 2001
From: Peter Hutterer 
Date: Mon, 4 Nov 2019 14:55:24 +1000
Subject: [PATCH] meson.build: disable the deprecated symbols test with LTO

If I understand this correctly:
- our deprecated symbols are remapped into a specific library version
- nothing in the test calls those symbols, so they're optimized away (they end
  up as local symbols)
- our test uses asm to link to those functions but by then they're already
  gone

Rather than fixing this let's just disable the test, it doesn't provide us
with anything useful in the LTO condition anyway.

Fixes #152

Signed-off-by: Peter Hutterer 
---
 meson.build | 19 ---
 1 file changed, 12 insertions(+), 7 deletions(-)

diff --git a/meson.build b/meson.build
index 8283613..28d93a3 100644
--- a/meson.build
+++ b/meson.build
@@ -543,13 +543,18 @@ if get_option('tests')
message('valgrind not found, disabling valgrind test suite')
endif
 
-   test_deprecated = executable('test-deprecated',
-'test/test-deprecated.c',
-dependencies: [dep_libwacom, dep_dl],
-include_directories: [includes_src],
-c_args: tests_cflags,
-install: false)
-   test('test-deprecated', test_deprecated, suite: ['all'])
+   # because of the tricks we use in calling the function and exposing
+   # it to begin with, LTO gets confused and this fails to link.
+   # Let's just disable it here.
+   if not get_option('b_lto')
+   test_deprecated = executable('test-deprecated',
+'test/test-deprecated.c',
+dependencies: [dep_libwacom, 
dep_dl],
+include_directories: 
[includes_src],
+c_args: tests_cflags,
+install: false)
+   test('test-deprecated', test_deprecated, suite: ['all'])
+   endif
 endif
 
 # This is a non-optional test





commit libwacom for openSUSE:Factory

2019-11-18 Thread root
Hello community,

here is the log from the commit of package libwacom for openSUSE:Factory 
checked in at 2019-11-18 20:03:29

Comparing /work/SRC/openSUSE:Factory/libwacom (Old)
 and  /work/SRC/openSUSE:Factory/.libwacom.new.26869 (New)


Package is "libwacom"

Mon Nov 18 20:03:29 2019 rev:25 rq:748579 version:1.1

Changes:

--- /work/SRC/openSUSE:Factory/libwacom/libwacom.changes2019-02-13 
10:16:21.769381002 +0100
+++ /work/SRC/openSUSE:Factory/.libwacom.new.26869/libwacom.changes 
2019-11-18 20:03:45.489792710 +0100
@@ -1,0 +2,37 @@
+Thu Nov 14 00:46:28 UTC 2019 - Michael Gorse 
+
+- Update to 1.1: 
+  New devices: Wacom HID 5115
+  Other change:
+  * Button codes defined for the 3rd gen Intuos S
+  Changes from version 1.0:
+  - udev rules are now installed by default
+  Changes from version 0.99.901:
+  New devices
+* Lenovo YOGA 720, YOGA 520, IdeaPad FLEX 5, MIIX 520
+  * Dell XPS 15 9570, Latitude 5175
+  * HP Spectre x360, Envy x360 Convertible
+  * Wacom Intuos Pro 2 S, Cintiq 22, DTK-1660E
+  * Huion 610 Pro v2
+  * Samsung 930QAA
+  Other changes:
+  * New API: libwacom_get_model_name()
+  * meson build system support
+  * fixed symbol versioning
+  * EKR button ordering fixed
+  * Stylus grouping added
+  Changes from version 0.33:
+  - New devices:
+  * Wacom Bamboo Fun 4x5, Bamboo Fun 6x8, Bamboo1 5x8, Cintiq 16
+  * HP EliteBook x360, x2, HP Envy x360
+  * Acer Switch SA5
+  * Huion H420
+  * Lenovo Thinkpad L380 Yoga, L390 Yoga, Ideapad Flex, Yoga 730
+  * Dell Latitude 7390
+- Switch to meson for 15.2/tumbleweed
+- Remove URI from keyring: file is no longer there.
+- Add libxml2 to BuildRequires.
+- Don't manually install udev rules: now done by install.
+- Switch URL to github.
+  
+---

Old:

  libwacom-0.32.tar.bz2
  libwacom-0.32.tar.bz2.sig

New:

  libwacom-1.1.tar.bz2
  libwacom-1.1.tar.bz2.sig



Other differences:
--
++ libwacom.spec ++
--- /var/tmp/diff_new_pack.Lyozcu/_old  2019-11-18 20:03:47.041791931 +0100
+++ /var/tmp/diff_new_pack.Lyozcu/_new  2019-11-18 20:03:47.057791924 +0100
@@ -16,20 +16,29 @@
 #
 
 
+%if 0%{?suse_version} > 1510
+%bcond_without meson
+%else
+%bcond_with meson
+%endif
 Name:   libwacom
-Version:0.32
+Version:1.1
 Release:0
 Summary:Library to identify wacom tablets
 License:MIT
 Group:  System/Libraries
-URL:http://linuxwacom.sourceforge.net/
+URL:https://linuxwacom.github.io/
 Source: 
https://github.com/linuxwacom/libwacom/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2
 Source2:
https://github.com/linuxwacom/libwacom/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2.sig
-Source3:
http://www.who-t.net/contact/hutterer_peter.asc#/%{name}.keyring
+Source3:%{name}.keyring
 Source99:   baselibs.conf
+%if %{with meson}
+BuildRequires:  meson >= 0.47.0
+%endif
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gudev-1.0)
+BuildRequires:  pkgconfig(libxml-2.0)
 
 %description
 libwacom is a library to identify wacom tablets and their model-specific
@@ -78,14 +87,22 @@
 %setup -q
 
 %build
+%if %{with meson}
+%meson
+%meson_build
+%else
 %configure \
+--with-udev-dir=%{_libexecdir}/udev \
 --disable-static
 make %{?_smp_mflags}
+%endif
 
 %install
+%if %{with meson}
+%meson_install
+%else
 %make_install
-mkdir -p %{buildroot}%{_udevrulesdir}
-tools/generate-udev-rules > %{buildroot}%{_udevrulesdir}/65-libwacom.rules
+%endif
 
 find %{buildroot} -type f -name "*.la" -delete -print
 
@@ -94,7 +111,7 @@
 
 %files -n libwacom2
 %license COPYING
-%doc NEWS README
+%doc NEWS README.md
 %{_libdir}/libwacom.so.2*
 
 %files data

++ libwacom-0.32.tar.bz2 -> libwacom-1.1.tar.bz2 ++
 22501 lines of diff (skipped)





commit libwacom for openSUSE:Factory

2019-02-13 Thread root
Hello community,

here is the log from the commit of package libwacom for openSUSE:Factory 
checked in at 2019-02-13 10:16:19

Comparing /work/SRC/openSUSE:Factory/libwacom (Old)
 and  /work/SRC/openSUSE:Factory/.libwacom.new.28833 (New)


Package is "libwacom"

Wed Feb 13 10:16:19 2019 rev:24 rq:669469 version:0.32

Changes:

--- /work/SRC/openSUSE:Factory/libwacom/libwacom.changes2018-06-15 
14:31:54.075888662 +0200
+++ /work/SRC/openSUSE:Factory/.libwacom.new.28833/libwacom.changes 
2019-02-13 10:16:21.769381002 +0100
@@ -1,0 +2,20 @@
+Tue Jan 29 08:42:16 UTC 2019 - corne...@solcon.nl
+
+- Run through spec-cleaner 
+
+---
+Mon Jan 28 19:54:10 UTC 2019 - Cor Blom 
+
+- Update to 0.32
+  Support for the following devices has been added:
+  * Lenovo Yoga 730, X380, 300e
+  * Dell XPS 15 9575
+  * HP Spectre x360
+  * Toshiba Portege X20W-D
+  * DTU-1141B
+  * Graphire4 6x8
+  * ISDv4 50fd, 4807
+  Other change:
+  * tools: provide a man page for libwacom-list-local-devices
+
+---

Old:

  libwacom-0.30.tar.bz2
  libwacom-0.30.tar.bz2.sig

New:

  libwacom-0.32.tar.bz2
  libwacom-0.32.tar.bz2.sig



Other differences:
--
++ libwacom.spec ++
--- /var/tmp/diff_new_pack.iiOndn/_old  2019-02-13 10:16:22.373380772 +0100
+++ /var/tmp/diff_new_pack.iiOndn/_new  2019-02-13 10:16:22.377380770 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libwacom
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,12 +12,12 @@
 # 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:   libwacom
-Version:0.30
+Version:0.32
 Release:0
 Summary:Library to identify wacom tablets
 License:MIT
@@ -108,6 +108,7 @@
 
 %files tools
 %{_bindir}/libwacom-list-local-devices
+%{_mandir}/man1/libwacom-list-local-devices.1%{?ext_man}
 
 %files devel
 %{_includedir}/libwacom-1.0/

++ libwacom-0.30.tar.bz2 -> libwacom-0.32.tar.bz2 ++
 5960 lines of diff (skipped)





commit libwacom for openSUSE:Factory

2018-06-15 Thread root
Hello community,

here is the log from the commit of package libwacom for openSUSE:Factory 
checked in at 2018-06-15 14:31:52

Comparing /work/SRC/openSUSE:Factory/libwacom (Old)
 and  /work/SRC/openSUSE:Factory/.libwacom.new (New)


Package is "libwacom"

Fri Jun 15 14:31:52 2018 rev:23 rq:614846 version:0.30

Changes:

--- /work/SRC/openSUSE:Factory/libwacom/libwacom.changes2017-06-18 
13:49:57.710437418 +0200
+++ /work/SRC/openSUSE:Factory/.libwacom.new/libwacom.changes   2018-06-15 
14:31:54.075888662 +0200
@@ -1,0 +2,27 @@
+Thu Jun  7 07:23:42 UTC 2018 - astie...@suse.com
+
+- update to 0.30 to support the following devices (boo#1096292):
+  * Lenovo X1 Yoga 3rd
+  * HP Spectre x360, HP Elite x1012 G2, HP Envy x360
+  * Turcom TS-6610
+  * ISDv4 50b4
+  * Cintiq Pro 24, Cintiq Pro 32
+  * ISDV4 5099, 50b6, 509d, 5090, 50f1, 50f8, 5110, 508b
+  * Bamboo Pad
+  * DTK-2451, 2452
+  * One by Wacom (2nd gen)
+  * Dell Canvas 27
+  * Pro Pen 3D stylus
+  * XP-Pen Star 03
+  * ISDv4 4831 (Dell XPS 13 9365)
+  * DTH-1152
+  * Wireless Intuos Pro 2nd Generation
+  * ISDV4 4809, 481a 4822, 4824, 484c, 5010
+  * ISDV4 104, 10E, 117, 124, 4814, 5013, 5014, 503E, 503F, 5048, 5044
+  * USB Graphire
+  * Cintiq Pro 13, 16
+  * Second generation Intuos Pro M
+  * Second generation Intuos Pro L
+- verify source signatures
+
+---

Old:

  libwacom-0.23.tar.bz2

New:

  libwacom-0.30.tar.bz2
  libwacom-0.30.tar.bz2.sig
  libwacom.keyring



Other differences:
--
++ libwacom.spec ++
--- /var/tmp/diff_new_pack.6dXIpQ/_old  2018-06-15 14:31:54.979855598 +0200
+++ /var/tmp/diff_new_pack.6dXIpQ/_new  2018-06-15 14:31:54.983855451 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libwacom
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,17 +17,19 @@
 
 
 Name:   libwacom
-Version:0.23
+Version:0.30
 Release:0
 Summary:Library to identify wacom tablets
 License:MIT
 Group:  System/Libraries
-Url:http://linuxwacom.sourceforge.net/
-Source: 
http://downloads.sourceforge.net/project/linuxwacom/libwacom/%{name}-%{version}.tar.bz2
+URL:http://linuxwacom.sourceforge.net/
+Source: 
https://github.com/linuxwacom/libwacom/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2
+Source2:
https://github.com/linuxwacom/libwacom/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2.sig
+Source3:
http://www.who-t.net/contact/hutterer_peter.asc#/%{name}.keyring
 Source99:   baselibs.conf
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gudev-1.0)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 libwacom is a library to identify wacom tablets and their model-specific
@@ -88,16 +90,14 @@
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n libwacom2 -p /sbin/ldconfig
-
 %postun -n libwacom2 -p /sbin/ldconfig
 
 %files -n libwacom2
-%defattr(-,root,root)
-%doc COPYING NEWS README
+%license COPYING
+%doc NEWS README
 %{_libdir}/libwacom.so.2*
 
 %files data
-%defattr(-,root,root)
 %dir %{_datadir}/libwacom
 %{_datadir}/libwacom/*.tablet
 %{_datadir}/libwacom/*.stylus
@@ -107,11 +107,9 @@
 %{_udevrulesdir}/65-libwacom.rules
 
 %files tools
-%defattr(-,root,root)
 %{_bindir}/libwacom-list-local-devices
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/libwacom-1.0/
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/libwacom.pc

++ libwacom-0.23.tar.bz2 -> libwacom-0.30.tar.bz2 ++
 5411 lines of diff (skipped)




commit libwacom for openSUSE:Factory

2017-06-18 Thread root
Hello community,

here is the log from the commit of package libwacom for openSUSE:Factory 
checked in at 2017-06-18 13:49:29

Comparing /work/SRC/openSUSE:Factory/libwacom (Old)
 and  /work/SRC/openSUSE:Factory/.libwacom.new (New)


Package is "libwacom"

Sun Jun 18 13:49:29 2017 rev:22 rq:503594 version:0.23

Changes:

--- /work/SRC/openSUSE:Factory/libwacom/libwacom.changes2017-02-08 
10:40:34.070268514 +0100
+++ /work/SRC/openSUSE:Factory/.libwacom.new/libwacom.changes   2017-06-18 
13:49:57.710437418 +0200
@@ -1,0 +2,7 @@
+Fri Jun  2 15:11:10 UTC 2017 - msucha...@suse.com
+
+- Build wacom udev rules (boo#1041714)
+  fixes libinput error: libinput bug: Device 'Wacom BambooPT 2FG Small Pad'
+  does not meet tablet criteria. Ignoring this device.
+
+---



Other differences:
--
++ libwacom.spec ++
--- /var/tmp/diff_new_pack.rzS7E6/_old  2017-06-18 13:49:58.270358627 +0200
+++ /var/tmp/diff_new_pack.rzS7E6/_new  2017-06-18 13:49:58.278357502 +0200
@@ -82,6 +82,9 @@
 
 %install
 %make_install
+mkdir -p %{buildroot}%{_udevrulesdir}
+tools/generate-udev-rules > %{buildroot}%{_udevrulesdir}/65-libwacom.rules
+
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n libwacom2 -p /sbin/ldconfig
@@ -99,6 +102,9 @@
 %{_datadir}/libwacom/*.tablet
 %{_datadir}/libwacom/*.stylus
 %{_datadir}/libwacom/layouts/
+%dir %{_libexecdir}/udev
+%dir %{_udevrulesdir}
+%{_udevrulesdir}/65-libwacom.rules
 
 %files tools
 %defattr(-,root,root)




commit libwacom for openSUSE:Factory

2017-02-08 Thread root
Hello community,

here is the log from the commit of package libwacom for openSUSE:Factory 
checked in at 2017-02-08 10:40:32

Comparing /work/SRC/openSUSE:Factory/libwacom (Old)
 and  /work/SRC/openSUSE:Factory/.libwacom.new (New)


Package is "libwacom"

Changes:

--- /work/SRC/openSUSE:Factory/libwacom/libwacom.changes2015-08-19 
13:41:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.libwacom.new/libwacom.changes   2017-02-08 
10:40:34.070268514 +0100
@@ -1,0 +2,45 @@
+Tue Jan 31 12:02:46 UTC 2017 - adrien.pla...@suse.com
+
+- Update to version 0.23
+  + New devices:
+- ISDV4 5040, MobileStudio Pro
+  + The 22HD(T) is now marked as having strip modes
+- Changes from version 0.22
+  + New API: libwacom_get_paired_device()
+  + The EKR has the modes enabled now
+  + Fixes to the show-svg-image tool
+- Changes from version 0.21
+  + New devices:
+- MTE-450 "Bamboo", Lenovo ThinkPad Tablet 10
+  + Layout fixes for the Express Key Remote, Intuos series
+- Changes from version 0.20
+  + New devices: "One by wacom"
+  + Layout fixes, especially for the Express Key Remote
+- Changes from version 0.19
+  + New devices:
+- DTK-1651, ISDv4 0x504a
+  + Quirk added to prevent udev tagging HUION Consumer Control devices as
+tablets
+- Changes from version 0.18
+  + Renamed ".tablet" files for Bamboo devices
+  + Modified user-visible names of Bamboo devices
+- "Wacom Bamboo 16FG 4x5" -> "Wacom Bamboo Capture"
+- "Wacom Bamboo 2FG 4x5" -> "Wacom Bamboo (2FG)"
+- "Wacom Bamboo 2FG 6x8" -> "Wacom Bamboo Fun medium (2FG)"
+- "Wacom Bamboo 2FG" -> "Wacom Bamboo Touch (2FG)"
+- "Wacom Bamboo Craft" -> "Wacom Bamboo Fun small (2FG)"
+- "Wacom Bamboo Pen" -> "Wacom Bamboo Pen small"
+  + New devices:
+- Missing gen-1 Bamboo (0xd5)
+- Missing gen-2.5 Bamboos (0xd6, 0xd7, 0xd8, 0xd9, 0xda, 0xdb)
+- Missing gen-3 Bamboos (0xdc, 0xdd, 0dxf)
+- Changes from version 0.17
+  + New devices:
+- Cintiq Companion 2 (DTH-1310)
+- ExpressKey Remote
+  + New WacomClass: WCLASS_REMOTE
+- Changes from version 0.16
+  + Data files for Intuos and Intuos 2 series added
+  + New stylus ID 0x8e2
+
+---

Old:

  libwacom-0.15.tar.bz2

New:

  libwacom-0.23.tar.bz2



Other differences:
--
++ libwacom.spec ++
--- /var/tmp/diff_new_pack.rYKvwS/_old  2017-02-08 10:40:34.566199420 +0100
+++ /var/tmp/diff_new_pack.rYKvwS/_new  2017-02-08 10:40:34.566199420 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   libwacom
-Version:0.15
+Version:0.23
 Release:0
 Summary:Library to identify wacom tablets
 License:MIT

++ libwacom-0.15.tar.bz2 -> libwacom-0.23.tar.bz2 ++
 30941 lines of diff (skipped)




commit libwacom for openSUSE:Factory

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package libwacom for openSUSE:Factory 
checked in at 2015-04-28 20:42:27

Comparing /work/SRC/openSUSE:Factory/libwacom (Old)
 and  /work/SRC/openSUSE:Factory/.libwacom.new (New)


Package is libwacom

Changes:

--- /work/SRC/openSUSE:Factory/libwacom/libwacom.changes2015-04-03 
14:33:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.libwacom.new/libwacom.changes   2015-04-28 
20:42:28.0 +0200
@@ -1,0 +2,11 @@
+Sat Apr 25 07:30:56 UTC 2015 - zai...@opensuse.org
+
+- Update to version 0.13:
+  + New devices:
+- DTU-1141.
+- Huion H610 Pro.
+  + Several memory leak fixes.
+  + Added libwacom_match_get_name() to allow data-file matching on
+the name as well as the pid/vid.
+
+---

Old:

  libwacom-0.12.tar.bz2

New:

  libwacom-0.13.tar.bz2



Other differences:
--
++ libwacom.spec ++
--- /var/tmp/diff_new_pack.g4aQTZ/_old  2015-04-28 20:42:28.0 +0200
+++ /var/tmp/diff_new_pack.g4aQTZ/_new  2015-04-28 20:42:28.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libwacom
-Version:0.12
+Version:0.13
 Release:0
 Summary:Library to identify wacom tablets
 License:MIT

++ libwacom-0.12.tar.bz2 - libwacom-0.13.tar.bz2 ++
 2770 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libwacom-0.12/NEWS new/libwacom-0.13/NEWS
--- old/libwacom-0.12/NEWS  2015-03-10 03:25:55.0 +0100
+++ new/libwacom-0.13/NEWS  2015-04-20 04:07:26.0 +0200
@@ -1,3 +1,11 @@
+libwacom 0.13:
+- New devices:
+  - DTU-1141
+  - Huion H610 Pro
+- Several memory leak fixes
+- Added libwacom_match_get_name() to allow data-file matching on the name as
+  well as the pid/vid
+
 libwacom 0.12:
 - Added libwacom_stylus_has_wheel() for relative wheel detection
 - Added libwacom_stylus_get_axes() for a list of supported axes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libwacom-0.12/compile new/libwacom-0.13/compile
--- old/libwacom-0.12/compile   2014-11-06 01:11:29.0 +0100
+++ new/libwacom-0.13/compile   2015-04-17 06:18:07.0 +0200
@@ -3,7 +3,7 @@
 
 scriptversion=2012-10-14.11; # UTC
 
-# Copyright (C) 1999-2013 Free Software Foundation, Inc.
+# Copyright (C) 1999-2014 Free Software Foundation, Inc.
 # Written by Tom Tromey tro...@cygnus.com.
 #
 # This program is free software; you can redistribute it and/or modify
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libwacom-0.12/configure.ac new/libwacom-0.13/configure.ac
--- old/libwacom-0.12/configure.ac  2015-03-10 03:21:48.0 +0100
+++ new/libwacom-0.13/configure.ac  2015-04-20 04:06:42.0 +0200
@@ -1,6 +1,6 @@
 # Initialize Autoconf
 AC_PREREQ([2.60])
-AC_INIT([libwacom], [0.12])
+AC_INIT([libwacom], [0.13])
 AC_CONFIG_HEADERS([config.h])
 
 # Initialize Automake
@@ -17,7 +17,7 @@
 # - If binary compatibility has been broken (eg removed or changed interfaces)
 #   change to C+1:0:0
 # - If the interface is the same as the previous version, change to C:R+1:A
-LIBWACOM_LT_VERSION=5:0:3
+LIBWACOM_LT_VERSION=6:0:4
 AC_SUBST(LIBWACOM_LT_VERSION)
 
 # Initialize libtool
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libwacom-0.12/data/dtu-1141.tablet new/libwacom-0.13/data/dtu-1141.tablet
--- old/libwacom-0.12/data/dtu-1141.tablet  1970-01-01 01:00:00.0 
+0100
+++ new/libwacom-0.13/data/dtu-1141.tablet  2015-04-17 06:17:52.0 
+0200
@@ -0,0 +1,37 @@
+# Wacom
+# DTU-1141 Interactive Pen Display
+# Button Map:
+# (A=1, B=2, C=3, ...)
+#
+#A B C D
+#  *-*
+#  

commit libwacom for openSUSE:Factory

2015-04-03 Thread h_root
Hello community,

here is the log from the commit of package libwacom for openSUSE:Factory 
checked in at 2015-04-03 14:33:57

Comparing /work/SRC/openSUSE:Factory/libwacom (Old)
 and  /work/SRC/openSUSE:Factory/.libwacom.new (New)


Package is libwacom

Changes:

--- /work/SRC/openSUSE:Factory/libwacom/libwacom.changes2015-01-30 
20:31:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.libwacom.new/libwacom.changes   2015-04-03 
14:33:58.0 +0200
@@ -1,0 +2,15 @@
+Fri Mar 27 16:07:47 UTC 2015 - dims...@opensuse.org
+
+- Update to version 0.12:
+  + Added libwacom_stylus_has_wheel() for relative wheel detection.
+  + Added libwacom_stylus_get_axes() for a list of supported axes.
+  + New devices:
+- Cintiq 27QHD, Cintiq 27QHD Touch.
+- DTU-1031X.
+- Intuos Pen Medium.
+  + Reworked udev rules:
+- be more restrictive when to set ID_INPUT_TOUCHPAD.
+- unset ID_INPUT_JOYSTICK on tablet devices.
+- tag the Pad device as ID_INPUT_TABLET_PAD.
+
+---

Old:

  libwacom-0.11.tar.bz2

New:

  libwacom-0.12.tar.bz2



Other differences:
--
++ libwacom.spec ++
--- /var/tmp/diff_new_pack.ckcbap/_old  2015-04-03 14:33:59.0 +0200
+++ /var/tmp/diff_new_pack.ckcbap/_new  2015-04-03 14:33:59.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libwacom
-Version:0.11
+Version:0.12
 Release:0
 Summary:Library to identify wacom tablets
 License:MIT

++ libwacom-0.11.tar.bz2 - libwacom-0.12.tar.bz2 ++
 3392 lines of diff (skipped)




commit libwacom for openSUSE:Factory

2015-01-30 Thread h_root
Hello community,

here is the log from the commit of package libwacom for openSUSE:Factory 
checked in at 2015-01-30 20:31:04

Comparing /work/SRC/openSUSE:Factory/libwacom (Old)
 and  /work/SRC/openSUSE:Factory/.libwacom.new (New)


Package is libwacom

Changes:

--- /work/SRC/openSUSE:Factory/libwacom/libwacom.changes2014-09-30 
19:36:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.libwacom.new/libwacom.changes   2015-01-30 
20:31:05.0 +0100
@@ -1,0 +2,7 @@
+Wed Jan 28 09:47:02 UTC 2015 - zai...@opensuse.org
+
+- Update to version 0.11:
+  + Better detection of wireless tablets on kernels 3.18.
+  + New devices: Cintiq Companion.
+
+---

Old:

  libwacom-0.10.tar.bz2

New:

  libwacom-0.11.tar.bz2



Other differences:
--
++ libwacom.spec ++
--- /var/tmp/diff_new_pack.6F9a1t/_old  2015-01-30 20:31:06.0 +0100
+++ /var/tmp/diff_new_pack.6F9a1t/_new  2015-01-30 20:31:06.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libwacom
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   libwacom
-Version:0.10
+Version:0.11
 Release:0
 Summary:Library to identify wacom tablets
 License:MIT

++ libwacom-0.10.tar.bz2 - libwacom-0.11.tar.bz2 ++
 6788 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libwacom for openSUSE:Factory

2014-09-30 Thread h_root
Hello community,

here is the log from the commit of package libwacom for openSUSE:Factory 
checked in at 2014-09-30 19:36:30

Comparing /work/SRC/openSUSE:Factory/libwacom (Old)
 and  /work/SRC/openSUSE:Factory/.libwacom.new (New)


Package is libwacom

Changes:

--- /work/SRC/openSUSE:Factory/libwacom/libwacom.changes2014-03-10 
12:36:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.libwacom.new/libwacom.changes   2014-09-30 
19:36:32.0 +0200
@@ -1,0 +2,8 @@
+Sat Aug 23 21:19:55 UTC 2014 - dims...@opensuse.org
+
+- Update to version 0.10:
+  + Fixed bus detection of Bluetooth tablets on kernels 3.14 and
+later.
+  + New devices: ISDV4 0x12C, 116, 4004, 5000, 5002.
+
+---

Old:

  libwacom-0.9.tar.bz2

New:

  libwacom-0.10.tar.bz2



Other differences:
--
++ libwacom.spec ++
--- /var/tmp/diff_new_pack.zAFETy/_old  2014-09-30 19:36:33.0 +0200
+++ /var/tmp/diff_new_pack.zAFETy/_new  2014-09-30 19:36:33.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libwacom
-Version:0.9
+Version:0.10
 Release:0
 Summary:Library to identify wacom tablets
 License:MIT

++ libwacom-0.9.tar.bz2 - libwacom-0.10.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libwacom-0.9/NEWS new/libwacom-0.10/NEWS
--- old/libwacom-0.9/NEWS   2014-03-04 02:40:55.0 +0100
+++ new/libwacom-0.10/NEWS  2014-08-20 05:33:40.0 +0200
@@ -1,3 +1,9 @@
+libwacom 0.10:
+- Fixed bus detection of Bluetooth tablets on kernels 3.14
+  and later (bbe317540)
+- New devices:
+  - ISDV4 0x12C, 116, 4004, 5000, 5002
+
 libwacom 0.9.0:
 - Add support for TouchSwitch keyword
 - New devices:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libwacom-0.9/aclocal.m4 new/libwacom-0.10/aclocal.m4
--- old/libwacom-0.9/aclocal.m4 2014-03-04 02:41:09.0 +0100
+++ new/libwacom-0.10/aclocal.m42014-08-20 05:24:40.0 +0200
@@ -1340,10 +1340,10 @@
  x86_64-*linux*)
LD=${LD-ld} -m elf_i386
;;
- powerpcle-*linux*)
+ powerpc64le-*linux*)
LD=${LD-ld} -m elf32lppclinux
;;
- powerpc-*linux*)
+ powerpc64-*linux*)
LD=${LD-ld} -m elf32ppclinux
;;
  s390x-*linux*)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libwacom-0.9/configure new/libwacom-0.10/configure
--- old/libwacom-0.9/configure  2014-03-04 02:41:10.0 +0100
+++ new/libwacom-0.10/configure 2014-08-20 05:24:40.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libwacom 0.9.
+# Generated by GNU Autoconf 2.69 for libwacom 0.10.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@
 # Identity of this package.
 PACKAGE_NAME='libwacom'
 PACKAGE_TARNAME='libwacom'
-PACKAGE_VERSION='0.9'
-PACKAGE_STRING='libwacom 0.9'
+PACKAGE_VERSION='0.10'
+PACKAGE_STRING='libwacom 0.10'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1336,7 +1336,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures libwacom 0.9 to adapt to many kinds of systems.
+\`configure' configures libwacom 0.10 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1406,7 +1406,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of libwacom 0.9:;;
+ short | recursive ) echo Configuration of libwacom 0.10:;;
esac
   cat \_ACEOF
 
@@ -1526,7 +1526,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-libwacom configure 0.9
+libwacom configure 0.10
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1891,7 +1891,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libwacom $as_me 0.9, which was
+It was created by libwacom $as_me 0.10, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2758,7 +2758,7 @@
 
 # Define the identity of the package.
  PACKAGE='libwacom'
- VERSION='0.9'
+ VERSION='0.10'
 
 
 cat confdefs.h _ACEOF
@@ -6293,10 +6293,10 @@
  x86_64-*linux*)
LD=${LD-ld} -m elf_i386
;;
- powerpcle-*linux*)
+ powerpc64le-*linux*)
LD=${LD-ld} 

commit libwacom for openSUSE:Factory

2014-03-10 Thread h_root
Hello community,

here is the log from the commit of package libwacom for openSUSE:Factory 
checked in at 2014-03-10 12:36:57

Comparing /work/SRC/openSUSE:Factory/libwacom (Old)
 and  /work/SRC/openSUSE:Factory/.libwacom.new (New)


Package is libwacom

Changes:

--- /work/SRC/openSUSE:Factory/libwacom/libwacom.changes2013-10-11 
08:55:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.libwacom.new/libwacom.changes   2014-03-10 
12:36:58.0 +0100
@@ -1,0 +2,11 @@
+Sat Mar  8 13:14:07 UTC 2014 - dims...@opensuse.org
+
+- Update to version 0.9:
+  + Add support for TouchSwitch keyword.
+  + New devices:
+- Intuos series.
+- PenTouch (2nd gen).
+- DTU-1031.
+- Cintiq Companion Hybri.
+
+---

Old:

  libwacom-0.8.tar.bz2

New:

  libwacom-0.9.tar.bz2



Other differences:
--
++ libwacom.spec ++
--- /var/tmp/diff_new_pack.g8RIJf/_old  2014-03-10 12:36:59.0 +0100
+++ /var/tmp/diff_new_pack.g8RIJf/_new  2014-03-10 12:36:59.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libwacom
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   libwacom
-Version:0.8
+Version:0.9
 Release:0
 Summary:Library to identify wacom tablets
 License:MIT

++ libwacom-0.8.tar.bz2 - libwacom-0.9.tar.bz2 ++
 6857 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libwacom for openSUSE:Factory

2013-10-11 Thread h_root
Hello community,

here is the log from the commit of package libwacom for openSUSE:Factory 
checked in at 2013-10-11 08:55:17

Comparing /work/SRC/openSUSE:Factory/libwacom (Old)
 and  /work/SRC/openSUSE:Factory/.libwacom.new (New)


Package is libwacom

Changes:

--- /work/SRC/openSUSE:Factory/libwacom/libwacom.changes2013-04-26 
15:52:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.libwacom.new/libwacom.changes   2013-10-11 
08:55:18.0 +0200
@@ -1,0 +2,10 @@
+Thu Oct 10 10:51:40 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.8 (bnc#845267):
+  + New devices:
+- Cintiq 13HD, 22HD touch.
+- DTH-2242, DTU-1931.
+- ISDv4 EC, ED, 10F.
+- Intuos Pro.
+
+---

Old:

  libwacom-0.7.1.tar.bz2

New:

  libwacom-0.8.tar.bz2



Other differences:
--
++ libwacom.spec ++
--- /var/tmp/diff_new_pack.aSu3MF/_old  2013-10-11 08:55:20.0 +0200
+++ /var/tmp/diff_new_pack.aSu3MF/_new  2013-10-11 08:55:20.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libwacom
-Version:0.7.1
+Version:0.8
 Release:0
 Summary:Library to identify wacom tablets
 License:MIT

++ libwacom-0.7.1.tar.bz2 - libwacom-0.8.tar.bz2 ++
 21438 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libwacom for openSUSE:Factory

2013-04-26 Thread h_root
Hello community,

here is the log from the commit of package libwacom for openSUSE:Factory 
checked in at 2013-04-26 15:52:11

Comparing /work/SRC/openSUSE:Factory/libwacom (Old)
 and  /work/SRC/openSUSE:Factory/.libwacom.new (New)


Package is libwacom, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libwacom/libwacom.changes2013-03-15 
10:41:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.libwacom.new/libwacom.changes   2013-04-26 
15:52:13.0 +0200
@@ -1,0 +2,7 @@
+Tue Apr 16 08:32:30 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.7.1:
+  + New devices: ISDv4 10d.
+  + Better checks to prevent bad databases.
+
+---

Old:

  libwacom-0.7.tar.bz2

New:

  libwacom-0.7.1.tar.bz2



Other differences:
--
++ libwacom.spec ++
--- /var/tmp/diff_new_pack.DDBYdu/_old  2013-04-26 15:52:14.0 +0200
+++ /var/tmp/diff_new_pack.DDBYdu/_new  2013-04-26 15:52:14.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libwacom
-Version:0.7
+Version:0.7.1
 Release:0
 Summary:Library to identify wacom tablets
 License:MIT

++ libwacom-0.7.tar.bz2 - libwacom-0.7.1.tar.bz2 ++
 1761 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libwacom for openSUSE:Factory

2013-03-15 Thread h_root
Hello community,

here is the log from the commit of package libwacom for openSUSE:Factory 
checked in at 2013-03-15 10:41:32

Comparing /work/SRC/openSUSE:Factory/libwacom (Old)
 and  /work/SRC/openSUSE:Factory/.libwacom.new (New)


Package is libwacom, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libwacom/libwacom.changes2012-11-12 
12:38:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.libwacom.new/libwacom.changes   2013-03-15 
10:41:34.0 +0100
@@ -1,0 +2,13 @@
+Tue Jan  8 21:38:45 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.7:
+  + New devices:
+- Cintiq 22HD, 24HD touch,
+- ISDv4 E5, 100, 101
+  + Support for SVG layouts of the tablets
+  + New APIs for:
+- list status LEDs
+- list integration flags (differ between builtin and
+  screen-tablets)
+
+---

Old:

  libwacom-0.6.1.tar.bz2

New:

  libwacom-0.7.tar.bz2



Other differences:
--
++ libwacom.spec ++
--- /var/tmp/diff_new_pack.UGotFl/_old  2013-03-15 10:41:37.0 +0100
+++ /var/tmp/diff_new_pack.UGotFl/_new  2013-03-15 10:41:37.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libwacom
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   libwacom
-Version:0.6.1
+Version:0.7
 Release:0
 Summary:Library to identify wacom tablets
 License:MIT
@@ -98,6 +98,7 @@
 %dir %{_datadir}/libwacom
 %{_datadir}/libwacom/*.tablet
 %{_datadir}/libwacom/*.stylus
+%{_datadir}/libwacom/layouts/
 
 %files tools
 %defattr(-,root,root)

++ libwacom-0.6.1.tar.bz2 - libwacom-0.7.tar.bz2 ++
 35260 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libwacom for openSUSE:Factory

2012-11-12 Thread h_root
Hello community,

here is the log from the commit of package libwacom for openSUSE:Factory 
checked in at 2012-11-12 12:38:28

Comparing /work/SRC/openSUSE:Factory/libwacom (Old)
 and  /work/SRC/openSUSE:Factory/.libwacom.new (New)


Package is libwacom, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libwacom/libwacom.changes2012-07-18 
17:31:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.libwacom.new/libwacom.changes   2012-11-12 
12:38:31.0 +0100
@@ -1,0 +2,9 @@
+Fri Nov  9 19:16:34 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.6.1:
+  + More/corrected metadata for:
+- Cintiq 22HD, 24HD, 24HD touch.
+- DTI 520.
+- ISDv4 E5, 100, 101.
+
+---

Old:

  libwacom-0.6.tar.bz2

New:

  libwacom-0.6.1.tar.bz2



Other differences:
--
++ libwacom.spec ++
--- /var/tmp/diff_new_pack.PTzmCw/_old  2012-11-12 12:38:32.0 +0100
+++ /var/tmp/diff_new_pack.PTzmCw/_new  2012-11-12 12:38:32.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   libwacom
-Version:0.6
+Version:0.6.1
 Release:0
 Summary:Library to identify wacom tablets
 License:MIT

++ libwacom-0.6.tar.bz2 - libwacom-0.6.1.tar.bz2 ++
 4613 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libwacom for openSUSE:Factory

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package libwacom for openSUSE:Factory 
checked in at 2012-07-18 17:31:19

Comparing /work/SRC/openSUSE:Factory/libwacom (Old)
 and  /work/SRC/openSUSE:Factory/.libwacom.new (New)


Package is libwacom, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libwacom/libwacom.changes2012-05-22 
10:10:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.libwacom.new/libwacom.changes   2012-07-18 
17:31:20.0 +0200
@@ -1,0 +2,10 @@
+Sat Jul 14 07:33:49 UTC 2012 - zai...@opensuse.org
+
+- Update to version 0.6:
+  + More metadata for:
+- NTrig tablet PC
+- ISDv4 0x93, 0x90, 0xED, 0xEF
+- Bamboo Pen, Fun, Craft, Touch
+  + Support for debugging with uinput devices.
+
+---

Old:

  libwacom-0.5.tar.bz2

New:

  libwacom-0.6.tar.bz2



Other differences:
--
++ libwacom.spec ++
--- /var/tmp/diff_new_pack.laMBWo/_old  2012-07-18 17:31:22.0 +0200
+++ /var/tmp/diff_new_pack.laMBWo/_new  2012-07-18 17:31:22.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libwacom
-Version:0.5
+Version:0.6
 Release:0
 Summary:Library to identify wacom tablets
 License:MIT

++ libwacom-0.5.tar.bz2 - libwacom-0.6.tar.bz2 ++
 2661 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libwacom-0.5/NEWS new/libwacom-0.6/NEWS
--- old/libwacom-0.5/NEWS   2012-05-02 02:59:13.0 +0200
+++ new/libwacom-0.6/NEWS   2012-06-26 03:57:13.0 +0200
@@ -1,3 +1,10 @@
+libwacom 0.6:
+- More metadata for:
+  - NTrig tablet PC
+  - ISDv4 0x93, 0x90, 0xED, 0xEF
+  - Bamboo Pen, Fun, Craft, Touch
+- Support for debugging with uinput devices
+
 libwacom 0.5:
 - Add support for multiple match statements
 - Add support for bluetotooth devices
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libwacom-0.5/README new/libwacom-0.6/README
--- old/libwacom-0.5/README 2011-11-28 23:32:59.0 +0100
+++ new/libwacom-0.6/README 2012-06-04 01:59:08.0 +0200
@@ -1,3 +1,20 @@
 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.
+
+== Debugging libwacom with uinput devices ==
+libwacom by default will not recognise uinput devices. To debug and test, a
+physical device must be connected.
+
+Custom udev rules are provided to help debug uinput device. Run
+generate-udev-rules --with-uinput-rules
+to generate these rules and apply them locally. Devices will then be tagged
+as required and can be debugged.
+
+Some limitations:
+* For these rules to work, the device must be listed in the database.
+* libwacom will check UINPUT_* properties on the uinput device, if they do
+  not get applied, the device will not be visible
+
+DO NOT USE THESE UINPUT RULES unless you are debugging with uinput devices.
+Remove the rules once debugging is done.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libwacom-0.5/configure.ac new/libwacom-0.6/configure.ac
--- old/libwacom-0.5/configure.ac   2012-05-01 05:07:35.0 +0200
+++ new/libwacom-0.6/configure.ac   2012-06-26 03:52:00.0 +0200
@@ -1,6 +1,6 @@
 # Initialize Autoconf
 AC_PREREQ([2.60])
-AC_INIT([libwacom], [0.5])
+AC_INIT([libwacom], [0.6])
 AC_CONFIG_HEADERS([config.h])
 
 # Initialize Automake
@@ -17,7 +17,7 @@
 # - If binary compatibility has been broken (eg removed or changed interfaces)
 #   change to C+1:0:0
 # - If the interface is the same as the previous version, change to C:R+1:A
-LIBWACOM_LT_VERSION=2:0:0
+LIBWACOM_LT_VERSION=3:0:1
 AC_SUBST(LIBWACOM_LT_VERSION)
 
 # Initialize libtool
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 

commit libwacom for openSUSE:Factory

2012-05-22 Thread h_root
Hello community,

here is the log from the commit of package libwacom for openSUSE:Factory 
checked in at 2012-05-22 10:10:30

Comparing /work/SRC/openSUSE:Factory/libwacom (Old)
 and  /work/SRC/openSUSE:Factory/.libwacom.new (New)


Package is libwacom, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libwacom/libwacom.changes2012-03-29 
14:01:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.libwacom.new/libwacom.changes   2012-05-22 
10:10:32.0 +0200
@@ -1,0 +2,13 @@
+Mon May 14 11:17:29 UTC 2012 - vu...@opensuse.org
+
+- Update to version 0.5:
+  + Add support for multiple match statements
+  + Add support for bluetotooth devices
+  + Add libwacom-list-local-devices helper tool
+  + Add list-devices helper tool
+  + Rename udev generation tool to generate-udev-rules
+  + More metadata description updates
+- Create a tools subpackage for the new libwacom-list-local-devices
+  helper tool.
+
+---

Old:

  libwacom-0.4.tar.xz

New:

  libwacom-0.5.tar.bz2



Other differences:
--
++ libwacom.spec ++
--- /var/tmp/diff_new_pack.gqrLc2/_old  2012-05-22 10:10:35.0 +0200
+++ /var/tmp/diff_new_pack.gqrLc2/_new  2012-05-22 10:10:35.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   libwacom
-Version:0.4
+Version:0.5
 Release:0
 Summary:Library to identify wacom tablets
 License:MIT
 Group:  System/Libraries
 Url:http://linuxwacom.sourceforge.net/
-Source: 
http://download.gnome.org/sources/libwacom/0.4/%{name}-%{version}.tar.xz
+Source: 
http://downloads.sourceforge.net/project/linuxwacom/libwacom/%{name}-%{version}.tar.bz2
 Source99:   baselibs.conf
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gudev-1.0)
@@ -53,6 +53,15 @@
 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 tools
+Summary:Library to identify wacom tablets -- Tools
+Group:  Hardware/Other
+
+%description tools
+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 devel
 Summary:Library to identify wacom tablets -- Development Files
 Group:  Development/Libraries/C and C++
@@ -90,6 +99,10 @@
 %{_datadir}/libwacom/*.tablet
 %{_datadir}/libwacom/*.stylus
 
+%files tools
+%defattr(-,root,root)
+%{_bindir}/libwacom-list-local-devices
+
 %files devel
 %defattr(-,root,root)
 %{_includedir}/libwacom-1.0/

++ libwacom-0.4.tar.xz - libwacom-0.5.tar.bz2 ++
 56072 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libwacom for openSUSE:Factory

2012-03-29 Thread h_root
Hello community,

here is the log from the commit of package libwacom for openSUSE:Factory 
checked in at 2012-03-29 14:01:52

Comparing /work/SRC/openSUSE:Factory/libwacom (Old)
 and  /work/SRC/openSUSE:Factory/.libwacom.new (New)


Package is libwacom, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libwacom/libwacom.changes2012-02-16 
16:19:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.libwacom.new/libwacom.changes   2012-03-29 
14:01:55.0 +0200
@@ -1,0 +2,12 @@
+Tue Mar 27 10:57:26 UTC 2012 - vu...@opensuse.org
+
+- Update to version 0.4:
+  + More metadata for:
+- Intuos4 WL
+- Bamboo One
+- Intuos5 series
+  + Don't fail to create a WacomDevice for Touch devices
+  + Add API to access all items in the database
+  + Add helper tool to generate udev rules from the database
+
+---

Old:

  libwacom-0.3.tar.xz

New:

  libwacom-0.4.tar.xz



Other differences:
--
++ libwacom.spec ++
--- /var/tmp/diff_new_pack.KRWjiR/_old  2012-03-29 14:01:56.0 +0200
+++ /var/tmp/diff_new_pack.KRWjiR/_new  2012-03-29 14:01:56.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   libwacom
-Version:0.3
+Version:0.4
 Release:0
 Summary:Library to identify wacom tablets
 License:MIT
 Group:  System/Libraries
 Url:http://linuxwacom.sourceforge.net/
-Source: 
http://download.gnome.org/sources/libwacom/0.3/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/libwacom/0.4/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gudev-1.0)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libwacom for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package libwacom for openSUSE:Factory 
checked in at 2012-02-16 16:19:00

Comparing /work/SRC/openSUSE:Factory/libwacom (Old)
 and  /work/SRC/openSUSE:Factory/.libwacom.new (New)


Package is libwacom, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libwacom/libwacom.changes2012-01-26 
14:06:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.libwacom.new/libwacom.changes   2012-02-16 
16:19:02.0 +0100
@@ -1,0 +2,18 @@
+Tue Feb  7 15:40:45 UTC 2012 - vu...@opensuse.org
+
+- Update to version 0.3:
+  + Loads of new and updated tablet definition files
+  + Add and correct information about styli
+  + Update wacom.example with loads of documentation about adding
+new tablet definitions
+  + Handle Puck device type
+  + Support enumerating touchstrips, touchrings and buttons
+  + Get device name from the kernel for generic tablets
+  + Add support for the WACf004 serial tablet
+  + Build fixes (exported symbols, soname)
+- Remove xz BuildRequires now that it comes for free in the build
+  system.
+- Rename libwacom0 subpackage to libwacom2, following upstream
+  soversion change.
+
+---

Old:

  libwacom-0.2.tar.xz

New:

  libwacom-0.3.tar.xz



Other differences:
--
++ libwacom.spec ++
--- /var/tmp/diff_new_pack.XEJnoO/_old  2012-02-16 16:19:03.0 +0100
+++ /var/tmp/diff_new_pack.XEJnoO/_new  2012-02-16 16:19:03.0 +0100
@@ -15,17 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   libwacom
-Version:0.2
+Version:0.3
 Release:0
 Summary:Library to identify wacom tablets
 License:MIT
 Group:  System/Libraries
 Url:http://linuxwacom.sourceforge.net/
-Source: 
http://download.gnome.org/sources/libwacom/0.2/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/libwacom/0.3/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
-# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
-BuildRequires:  xz
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gudev-1.0)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -35,12 +34,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 libwacom0
+%package -n libwacom2
 Summary:Library to identify wacom tablets
 Group:  System/Libraries
 Requires:   %{name}-data = %{version}
 
-%description -n libwacom0
+%description -n libwacom2
 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.
@@ -57,7 +56,7 @@
 %package devel
 Summary:Library to identify wacom tablets -- Development Files
 Group:  Development/Libraries/C and C++
-Requires:   libwacom0 = %{version}
+Requires:   libwacom2 = %{version}
 
 %description devel
 libwacom is a library to identify wacom tablets and their model-specific
@@ -76,14 +75,14 @@
 %make_install
 find %{buildroot} -type f -name *.la -delete -print
 
-%post -n libwacom0 -p /sbin/ldconfig
+%post -n libwacom2 -p /sbin/ldconfig
 
-%postun -n libwacom0 -p /sbin/ldconfig
+%postun -n libwacom2 -p /sbin/ldconfig
 
-%files -n libwacom0
+%files -n libwacom2
 %defattr(-,root,root)
 %doc COPYING NEWS README
-%{_libdir}/libwacom.so.0*
+%{_libdir}/libwacom.so.2*
 
 %files data
 %defattr(-,root,root)

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.XEJnoO/_old  2012-02-16 16:19:03.0 +0100
+++ /var/tmp/diff_new_pack.XEJnoO/_new  2012-02-16 16:19:03.0 +0100
@@ -1 +1 @@
-libwacom0
+libwacom2

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libwacom for openSUSE:Factory

2012-01-26 Thread h_root
Hello community,

here is the log from the commit of package libwacom for openSUSE:Factory 
checked in at 2012-01-26 14:06:18

Comparing /work/SRC/openSUSE:Factory/libwacom (Old)
 and  /work/SRC/openSUSE:Factory/.libwacom.new (New)


Package is libwacom, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libwacom/libwacom.changes2012-01-05 
13:48:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.libwacom.new/libwacom.changes   2012-01-26 
14:06:20.0 +0100
@@ -1,0 +2,14 @@
+Tue Jan 17 12:30:10 UTC 2012 - vu...@opensuse.org
+
+- Update to version 0.2:
+  + Don't add devices that lack DeviceMatch
+  + Get whether a device is builtin from udev
+  + Fix definitions for Reversible property
+  + Add definition for Cintiq 21UX2
+  + Add test for serial devices
+  + Fix Intuos4 styli's number of buttons
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+
+---

Old:

  libwacom-0.1.tar.bz2

New:

  libwacom-0.2.tar.xz



Other differences:
--
++ libwacom.spec ++
--- /var/tmp/diff_new_pack.olj4bJ/_old  2012-01-26 14:06:21.0 +0100
+++ /var/tmp/diff_new_pack.olj4bJ/_new  2012-01-26 14:06:21.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libwacom
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,14 +16,16 @@
 #
 
 Name:   libwacom
-Version:0.1
+Version:0.2
 Release:0
 Summary:Library to identify wacom tablets
 License:MIT
 Group:  System/Libraries
 Url:http://linuxwacom.sourceforge.net/
-Source: %{name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/libwacom/0.2/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gudev-1.0)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org