rpms/gsynaptics/F-8 gsynaptics.spec,1.14,1.15

Christoph Wickert (cwickert) fedora-extras-commits at redhat.com
Tue Aug 12 23:03:40 UTC 2008


Author: cwickert

Update of /cvs/pkgs/rpms/gsynaptics/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31037

Modified Files:
	gsynaptics.spec 
Log Message:
* Tue Aug 12 2008 Christoph Wickert <fedora christoph-wickert de> - 0.9.14-2
- Fix crash on startup, thanks to Sertaç Ö. Yıldız for the pointer (#457540)
- Add patch to not set undefined keys to 0 by Michal ÄŒihaÅ™ (Debian #480744)
- Fix for locales not using "." as decimal seperator (upstream #12498)



Index: gsynaptics.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gsynaptics/F-8/gsynaptics.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- gsynaptics.spec	27 Jul 2008 00:46:19 -0000	1.14
+++ gsynaptics.spec	12 Aug 2008 23:03:09 -0000	1.15
@@ -1,6 +1,6 @@
 Name:           gsynaptics
 Version:        0.9.14
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Settings tool for Synaptics touchpad driver
 
 Group:          Applications/System
@@ -8,7 +8,10 @@
 URL:            http://gsynaptics.sourceforge.jp/
 Source0:        http://downloads.sourceforge.jp/gsynaptics/28322/gsynaptics-%{version}.tar.gz
 # Source1 taken from http://downloads.sourceforge.jp/gsynaptics/15189/gsynaptics-0.9.0.tar.gz
-# until http://sourceforge.jp/tracker/index.php?func=detail&aid=11265&group_id=1720&atid=6433 get fixed
+# until http://sourceforge.jp/tracker/index.php?func=detail&aid=11265&group_id=1720&atid=6433 gets fixed
+Patch0:         gsynaptics-0.9.14-dot-fixes.patch
+Patch1:         gsynaptics-0.9.14-do-not-set-zero.patch
+Patch2:         gsynaptics-0.9.14-pixmap.patch
 Source1:        %{name}-touchpad.png
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -36,6 +39,9 @@
 cp data/gsynaptics-init.desktop.in.in data/gsynaptics-init.desktop.in.in.org
 grep -v -e "^Categories=$" data/gsynaptics-init.desktop.in.in.org > data/gsynaptics-init.desktop.in.in
 install -p %{SOURCE1} data/touchpad.png
+%patch0 -p1 -b .dot-fixes
+%patch1 -p1 -b .zero
+%patch2 -p1 -b .pixmap
 
 %build
 %configure
@@ -53,7 +59,7 @@
         $RPM_BUILD_ROOT%{_datadir}/applications/gsynaptics.desktop
 
 desktop-file-install --vendor fedora                            \
-        --dir ${RPM_BUILD_ROOT}%{_datadir}//gnome/autostart/    \
+        --dir ${RPM_BUILD_ROOT}%{_datadir}/gnome/autostart/    \
         --add-category X-Fedora                                 \
         --delete-original                                       \
         $RPM_BUILD_ROOT%{_datadir}/gnome/autostart/gsynaptics-init.desktop
@@ -78,6 +84,11 @@
 
 
 %changelog
+* Tue Aug 12 2008 Christoph Wickert <fedora christoph-wickert de> - 0.9.14-2
+- Fix crash on startup, thanks to Sertaç Ö. Yıldız for the pointer (#457540)
+- Add patch to not set undefined keys to 0 by Michal ÄŒihaÅ™ (Debian #480744)
+- Fix for locales not using "." as decimal seperator (upstream #12498)
+
 * Sun Jul 27 2008 Christoph Wickert <fedora christoph-wickert de> - 0.9.14-1
 - Use dist tag
 




More information about the fedora-extras-commits mailing list