[libwacom] libwacom 0.6

Peter Hutterer whot at fedoraproject.org
Mon Jul 2 22:52:36 UTC 2012


commit 3d8e2aa630341db3aa9c02c5a7b2b281c52a155c
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Tue Jul 3 08:57:10 2012 +1000

    libwacom 0.6

 .gitignore                                         |    1 +
 ...ta-add-generic-eraser-to-Bamboo-Pen-Touch.patch |   34 ---------------
 ...-lib-Fix-generic-stylus-missing-an-eraser.patch |   34 ---------------
 0001-lib-fix-an-error-message.patch                |   28 ------------
 ...devices-may-end-up-with-a-NULL-product_st.patch |   45 --------------------
 ...issing-linker-flags-for-list-local-device.patch |   24 ----------
 libwacom.spec                                      |   18 ++------
 sources                                            |    2 +-
 8 files changed, 7 insertions(+), 179 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3e0f17a..1faf85c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /libwacom-0.3.tar.bz2
 /libwacom-0.4.tar.xz
 /libwacom-0.5.tar.bz2
+/libwacom-0.6.tar.bz2
diff --git a/libwacom.spec b/libwacom.spec
index 1dd475b..8e72981 100644
--- a/libwacom.spec
+++ b/libwacom.spec
@@ -1,6 +1,6 @@
 Name:           libwacom
-Version:        0.5
-Release:        3%{?dist}
+Version:        0.6
+Release:        1%{?dist}
 Summary:        Tablet Information Client Library
 Requires:       %{name}-data
 
@@ -11,12 +11,6 @@ URL:            http://linuxwacom.sourceforge.net
 Source0:        http://prdownloads.sourceforge.net/linuxwacom/%{name}/%{name}-%{version}.tar.bz2
 Source1:        libwacom.rules
 
-Patch01:        0001-data-add-generic-eraser-to-Bamboo-Pen-Touch.patch
-Patch02:        0001-lib-Fix-generic-stylus-missing-an-eraser.patch
-Patch03:        0001-tools-add-missing-linker-flags-for-list-local-device.patch
-Patch04:        0001-lib-fix-an-error-message.patch
-Patch05:        0001-lib-serial-devices-may-end-up-with-a-NULL-product_st.patch
-
 BuildRequires:  autoconf automake libtool doxygen
 BuildRequires:  glib2-devel libgudev1-devel
 
@@ -42,11 +36,6 @@ Tablet information client library library data files.
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch01 -p1
-%patch02 -p1
-%patch03 -p1
-%patch04 -p1
-%patch05 -p1
 
 %build
 autoreconf --force -v --install || exit 1
@@ -88,6 +77,9 @@ rm -f %{buildroot}%{_libdir}/*.la
 %{_datadir}/libwacom/*.stylus
 
 %changelog
+* Tue Jul 03 2012 Peter Hutterer <peter.hutterer at redhat.com> 0.6-1
+- libwacom 0.6
+
 * Tue May 08 2012 Peter Hutterer <peter.hutterer at redhat.com> 0.5-3
 - Fix crash with WACf* serial devices (if not inputattach'd) (#819191)
 
diff --git a/sources b/sources
index 63488e7..ddc226c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4f87695d3e89c913de7a0b0eafa20a3f  libwacom-0.5.tar.bz2
+33dc2f4d8230754305c3f59525f04550  libwacom-0.6.tar.bz2


More information about the scm-commits mailing list