[input-pad] Bumped to 1.0.3

Takao Fujiwara fujiwara at fedoraproject.org
Fri Dec 6 04:38:16 UTC 2013


commit 6c7d5dd443a01221b1983e044b906650e165e70b
Author: Takao Fujiwara <tfujiwar at redhat.com>
Date:   Fri Dec 6 13:24:32 2013 +0900

    Bumped to 1.0.3

 .gitignore     |    1 +
 input-pad.spec |   15 ++++++---------
 sources        |    2 +-
 3 files changed, 8 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 113e349..84bb51b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ input-pad-0.1.1.tar.gz
 /input-pad-1.0.0.tar.gz
 /input-pad-1.0.1.tar.gz
 /input-pad-1.0.2.tar.gz
+/input-pad-1.0.3.tar.gz
diff --git a/input-pad.spec b/input-pad.spec
index 369d0ed..b6275d8 100644
--- a/input-pad.spec
+++ b/input-pad.spec
@@ -2,7 +2,6 @@
 %define have_pygobject2_devel 1
 %define have_xtest_devel  1
 %define have_eek_devel    1
-%define use_gtk3          1
 
 %if %have_pygobject2_devel
   %if ! (0%{?fedora} > 12 || 0%{?rhel} > 5)
@@ -22,8 +21,8 @@
 
 
 Name:       input-pad
-Version:    1.0.2
-Release:    5%{?dist}
+Version:    1.0.3
+Release:    1%{?dist}
 Summary:    On-screen Input Pad to Send Characters with Mouse
 License:    LGPLv2+
 Group:      System Environment/Libraries
@@ -34,11 +33,7 @@ Source0:    http://input-pad.googlecode.com/files/%{name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gettext-devel
-%if %use_gtk3
 BuildRequires:  gtk3-devel
-%else
-BuildRequires:  gtk2-devel
-%endif
 BuildRequires:  libtool
 BuildRequires:  libxkbfile-devel
 BuildRequires:  libxklavier-devel       >= %libxklavier_version
@@ -123,9 +118,7 @@ autoreconf -v
 %if %have_xtest_devel
     --enable-xtest              \
 %endif
-%if %use_gtk3
     --with-gtk=3.0              \
-%endif
     --disable-static
 make %{?_smp_mflags}
 
@@ -178,6 +171,7 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 %{_datadir}/%name
 %{_datadir}/pixmaps/input-pad.png
+%{_mandir}/man1/input-pad.1.gz
 
 %files devel
 %defattr(-,root,root,-)
@@ -208,6 +202,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Fri Dec 06 2013 Takao Fujiwara <tfujiwar at redhat.com> - 1.0.3-1
+- Bumped to 1.0.3
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.2-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 74fc8de..2c32df2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cfb03c042e699858d80e7c95efbc2092  input-pad-1.0.2.tar.gz
+70f3d0273da97d576e80b4f45a112fec  input-pad-1.0.3.tar.gz


More information about the scm-commits mailing list