[lxinput] Update to 0.3.0

Christoph Wickert cwickert at fedoraproject.org
Sun Aug 8 22:23:59 UTC 2010


commit cd807d0abf241ac7117f082d8dada26b642f25cf
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Mon Aug 9 00:23:55 2010 +0200

    Update to 0.3.0

 .gitignore                         |    1 +
 lxinput-0.1.1-dsofix.patch         |   13 -------------
 lxinput-0.1.1-new-configfile.patch |   11 -----------
 lxinput.spec                       |   14 ++++++--------
 sources                            |    2 +-
 5 files changed, 8 insertions(+), 33 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e12a03c..280689d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 lxinput-0.1.1.tar.gz
+lxinput-0.3.0.tar.gz
diff --git a/lxinput.spec b/lxinput.spec
index 174d162..a096fbd 100644
--- a/lxinput.spec
+++ b/lxinput.spec
@@ -1,17 +1,14 @@
 # Review: https://bugzilla.redhat.com/show_bug.cgi?id=498130
 
 Name:           lxinput
-Version:        0.1.1
-Release:        4%{?dist}
+Version:        0.3.0
+Release:        1%{?dist}
 Summary:        Keyboard and mouse settings dialog for LXDE
 
 Group:          User Interface/Desktops
 License:        GPLv2+
 URL:            http://lxde.org/
 Source0:        http://downloads.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.gz
-# http://lxde.svn.sourceforge.net/viewvc/lxde/trunk/lxinput/src/lxinput.c?r1=1748&r2=2266
-Patch0:         lxinput-0.1.1-new-configfile.patch
-Patch1:         lxinput-0.1.1-dsofix.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gtk2-devel
@@ -24,8 +21,6 @@ Lightweight X11 Desktop Environment.
 
 %prep
 %setup -q
-%patch0 -p1 -b .new
-%patch1 -p1 -b .dsofix
 
 
 %build
@@ -38,7 +33,6 @@ rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
 desktop-file-install                                       \
   --delete-original                                        \
-  --remove-only-show-in=LXDE                               \
   --add-category=X-LXDE                                    \
   --dir=${RPM_BUILD_ROOT}%{_datadir}/applications          \
   ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
@@ -60,6 +54,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Aug 08 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.3.0-1
+- Update to 0.3.0 (fixes #599623)
+- Remove all patches because they were upstreamed
+ 
 * Wed Feb 17 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.1.1-4
 - Add patch to fix DSO linking (#564696)
 
diff --git a/sources b/sources
index bac0e7b..881a56d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b497d511e3310c293436aa11c0142ebd  lxinput-0.1.1.tar.gz
+34e8d557d76ad45141b8f42b62e7a0e1  lxinput-0.3.0.tar.gz


More information about the scm-commits mailing list