[libwacom] libwacom 0.8

Peter Hutterer whot at fedoraproject.org
Mon Oct 7 04:00:23 UTC 2013


commit 963e42bbc8c637f90f48807b19b7b1826149f8f0
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Mon Oct 7 14:54:00 2013 +1100

    libwacom 0.8

 .gitignore                                         |    1 +
 0001-tools-use-stdout-for-printing-not-stdin.patch |   62 --------------------
 libwacom.spec                                      |   11 ++--
 sources                                            |    2 +-
 4 files changed, 7 insertions(+), 69 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dfb2736..58ad38a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /libwacom-0.6.1.tar.bz2
 /libwacom-0.7.tar.bz2
 /libwacom-0.7.1.tar.bz2
+/libwacom-0.8.tar.bz2
diff --git a/libwacom.spec b/libwacom.spec
index 44f9e15..32e81fe 100644
--- a/libwacom.spec
+++ b/libwacom.spec
@@ -1,9 +1,8 @@
 %global udevdir %(pkg-config --variable=udevdir udev)
 
 Name:           libwacom
-
-Version:        0.7.1
-Release:        4%{?dist}
+Version:        0.8
+Release:        1%{?dist}
 Summary:        Tablet Information Client Library
 Requires:       %{name}-data
 
@@ -14,8 +13,6 @@ URL:            http://linuxwacom.sourceforge.net
 Source0:        http://prdownloads.sourceforge.net/linuxwacom/%{name}/%{name}-%{version}.tar.bz2
 Source1:        libwacom.rules
 
-Patch01:        0001-tools-use-stdout-for-printing-not-stdin.patch
-
 BuildRequires:  autoconf automake libtool doxygen
 BuildRequires:  glib2-devel libgudev1-devel
 BuildRequires:  systemd-devel
@@ -42,7 +39,6 @@ Tablet information client library library data files.
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch01 -p1
 
 %build
 autoreconf --force -v --install || exit 1
@@ -83,6 +79,9 @@ rm -f %{buildroot}%{_libdir}/*.la
 %{_datadir}/libwacom/layouts/*.svg
 
 %changelog
+* Mon Oct 07 2013 Peter Hutterer <peter.hutterer at redhat.com> 0.8-1
+- libwacom 0.8
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.1-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 767856d..e65db0a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d11981432144837a29ab2189a2fa0575  libwacom-0.7.1.tar.bz2
+bd56faefd059a342b4087c3da7883f5c  libwacom-0.8.tar.bz2


More information about the scm-commits mailing list