[packages/input-pad] - updated to 1.0.3 - removed obsolete format-security patch
qboosh
qboosh at pld-linux.org
Sun Dec 8 17:15:39 CET 2013
commit 7983db82a12655d4062ee841822c02eeb412df0a
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Dec 8 17:17:03 2013 +0100
- updated to 1.0.3
- removed obsolete format-security patch
input-pad-format-security.patch | 11 -----------
input-pad.spec | 11 +++++------
2 files changed, 5 insertions(+), 17 deletions(-)
---
diff --git a/input-pad.spec b/input-pad.spec
index 450c21f..24a7d6b 100644
--- a/input-pad.spec
+++ b/input-pad.spec
@@ -1,18 +1,17 @@
Summary: On-screen Input Pad to Send Characters with Mouse
Summary(pl.UTF-8): Pole wprowadzania znaków na ekranie przy użyciu myszy
Name: input-pad
-Version: 1.0.2
-Release: 3
+Version: 1.0.3
+Release: 1
License: LGPL v2+
Group: Libraries
#Source0Download: http://code.google.com/p/input-pad/downloads/list
Source0: http://input-pad.googlecode.com/files/%{name}-%{version}.tar.gz
-# Source0-md5: cfb03c042e699858d80e7c95efbc2092
-Patch0: %{name}-format-security.patch
+# Source0-md5: 70f3d0273da97d576e80b4f45a112fec
URL: http://code.google.com/p/input-pad/
BuildRequires: eekboard-devel >= 1.0.6
BuildRequires: glib2-devel >= 1:2.8
-BuildRequires: gobject-introspection-devel >= 0.6.8
+BuildRequires: gobject-introspection-devel >= 0.9.6
BuildRequires: gtk+3-devel >= 3.0
BuildRequires: intltool >= 0.35.0
BuildRequires: libxklavier-devel >= 4.0
@@ -78,7 +77,6 @@ input-pad.
%prep
%setup -q
-%patch0 -p1
%build
%configure \
@@ -123,6 +121,7 @@ rm -rf $RPM_BUILD_ROOT
%attr(755,root,root) %{_libdir}/%{name}-1.0/modules/xkeysend/libinput-pad-xtest-gdk.so
%{_datadir}/%{name}
%{_pixmapsdir}/input-pad.png
+%{_mandir}/man1/input-pad.1*
%files devel
%defattr(644,root,root,755)
diff --git a/input-pad-format-security.patch b/input-pad-format-security.patch
deleted file mode 100644
index 7474ef4..0000000
--- a/input-pad-format-security.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- input-pad-1.0.1/input-pad/geometry-gdk.c~ 2011-05-19 05:27:32.000000000 +0200
-+++ input-pad-1.0.1/input-pad/geometry-gdk.c 2012-11-19 01:17:50.980693017 +0100
-@@ -581,7 +581,7 @@
- }
- line = g_string_free (string, FALSE);
- if (line) {
-- g_debug (line);
-+ g_debug ("%s", line);
- g_free (line);
- }
- list = list->next;
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/input-pad.git/commitdiff/7983db82a12655d4062ee841822c02eeb412df0a
More information about the pld-cvs-commit
mailing list