rpms/lineak-kdeplugins/devel lineak-kdeplugins-0.9-gcc43.patch, NONE, 1.1 lineak-kdeplugins.spec, 1.3, 1.4

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Tue Apr 1 15:11:17 UTC 2008


Author: rdieter

Update of /cvs/pkgs/rpms/lineak-kdeplugins/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20232

Modified Files:
	lineak-kdeplugins.spec 
Added Files:
	lineak-kdeplugins-0.9-gcc43.patch 
Log Message:
* Tue Apr 01 2008 Rex Dieter <rdieter at fedoraproject.org> 0.9-4
- fix rawhide build (#434521)
- fix SOURCE url
- License: GPLv2+
- use versioned Obsoletes


lineak-kdeplugins-0.9-gcc43.patch:

--- NEW FILE lineak-kdeplugins-0.9-gcc43.patch ---
diff -up lineak-kdeplugins-0.9/kmix_plugin/kmixclient.cpp.gcc43 lineak-kdeplugins-0.9/kmix_plugin/kmixclient.cpp
--- lineak-kdeplugins-0.9/kmix_plugin/kmixclient.cpp.gcc43	2006-03-02 10:17:25.000000000 -0600
+++ lineak-kdeplugins-0.9/kmix_plugin/kmixclient.cpp	2008-04-01 10:01:40.000000000 -0500
@@ -16,6 +16,7 @@
  ***************************************************************************/
 #include <unistd.h>
 #include <stdio.h>
+#include <stdlib.h>
 
 #ifdef HAVE_CONFIG_H
 #include <config.h>


Index: lineak-kdeplugins.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lineak-kdeplugins/devel/lineak-kdeplugins.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- lineak-kdeplugins.spec	20 Feb 2008 08:21:48 -0000	1.3
+++ lineak-kdeplugins.spec	1 Apr 2008 15:10:39 -0000	1.4
@@ -4,30 +4,31 @@
 
 Name:           lineak-kdeplugins
 Version:        0.9
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        KDE-specific plugins for the lineakd keyboard daemon
 
 Group:          User Interface/Desktops
-License:        GPL
+License:        GPLv2+
 URL:            http://lineak.sourceforge.net
 
 ################################################################################
 
-Source:         http://dl.sourceforge.net/lineak/%{name}-%{version}.tar.gz
+Source0:        http://downloads.sourceforge.net/lineak/%{name}-%{version}.tar.gz
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 ################################################################################
 
+Patch1:         lineak-kdeplugins-0.9-gcc43.patch
+
 BuildRequires:  lineakd-devel      = %{version}
-BuildRequires:  kdelibs-devel
+BuildRequires:  kdelibs3-devel
 BuildRequires:  libICE-devel
 BuildRequires:  libSM-devel
 
 Requires:       lineakd            = %{version}
-Requires:       kdelibs
 
-Obsoletes:      lineak_kdeplugins
+Obsoletes:      lineak_kdeplugins < %{version}-%{release}
 
 ################################################################################
 
@@ -41,6 +42,8 @@
 
 %setup -q
 
+%patch1 -p1 -b .gcc43
+
 # Replace static lib paths with %{_lib} so we build properly on x86_64
 # systems, where the libs are actually in lib64.
 #    if [ "%{_lib}" != "lib" ]; then
@@ -85,10 +88,15 @@
 ################################################################################
 
 %changelog
+* Tue Apr 01 2008 Rex Dieter <rdieter at fedoraproject.org> 0.9-4
+- fix rawhide build (#434521)
+- fix SOURCE url
+- License: GPLv2+
+- use versioned Obsoletes
+
 * Wed Feb 20 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.9-3
 - Autorebuild for GCC 4.3
 
-
 * Fri Sep  8 2006   Chris Petersen <rpm at forevermore.net>                  0.9-2
 - Rebuild for FC6 glibc update
 




More information about the fedora-extras-commits mailing list