rpms/kdenetwork/F-8 kdenetwork-3.5.9-ppp.patch, NONE, 1.1 .cvsignore, 1.41, 1.42 kdenetwork.spec, 1.113, 1.114 sources, 1.47, 1.48 kdenetwork-3.5.7-ppp.patch, 1.2, NONE

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Sat Feb 16 03:34:18 UTC 2008


Author: rdieter

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

Modified Files:
	.cvsignore kdenetwork.spec sources 
Added Files:
	kdenetwork-3.5.9-ppp.patch 
Removed Files:
	kdenetwork-3.5.7-ppp.patch 
Log Message:
* Fri Feb 15 2008 Rex Dieter <rdieter at fedoraproject.org> - 7:3.5.9-1
- kde-3.5.9


kdenetwork-3.5.9-ppp.patch:

--- NEW FILE kdenetwork-3.5.9-ppp.patch ---
diff -up kdenetwork-3.5.9/kppp/configure.in.in.ppp kdenetwork-3.5.9/kppp/configure.in.in
--- kdenetwork-3.5.9/kppp/configure.in.in.ppp	2008-02-13 03:37:48.000000000 -0600
+++ kdenetwork-3.5.9/kppp/configure.in.in	2008-02-15 21:29:00.000000000 -0600
@@ -30,6 +30,9 @@ AC_TRY_LINK([
   #ifndef STREAMS 
 
     #if defined(linux)
+      #ifndef aligned_u64
+        #define aligned_u64 unsigned long long __attribute__((aligned(8)))
+      #endif
       #include <linux/if_ppp.h>
     #elif defined(__DragonFly__)
       #include <net/ppp/if_ppp.h>
diff -up kdenetwork-3.5.9/kppp/opener.cpp.ppp kdenetwork-3.5.9/kppp/opener.cpp
--- kdenetwork-3.5.9/kppp/opener.cpp.ppp	2008-02-13 03:37:48.000000000 -0600
+++ kdenetwork-3.5.9/kppp/opener.cpp	2008-02-15 21:30:44.000000000 -0600
@@ -73,6 +73,9 @@ extern "C" int _Precvmsg(int, void*, int
 #    include <net/if.h>
 #    include <net/ppp/if_ppp.h>
 #  elif defined HAVE_LINUX_IF_PPP_H
+#    ifndef aligned_u64
+#      define aligned_u64 unsigned long long __attribute__((aligned(8)))
+#    endif
 #    include <linux/if_ppp.h>
 #  endif
 #else
diff -up kdenetwork-3.5.9/kppp/pppstats.cpp.ppp kdenetwork-3.5.9/kppp/pppstats.cpp
--- kdenetwork-3.5.9/kppp/pppstats.cpp.ppp	2008-02-13 03:37:48.000000000 -0600
+++ kdenetwork-3.5.9/kppp/pppstats.cpp	2008-02-15 21:29:00.000000000 -0600
@@ -73,6 +73,9 @@
  #ifndef HAVE_NET_IF_PPP_H
   #ifdef HAVE_LINUX_IF_PPP_H
    #include <linux/if.h>
+   #ifndef aligned_u64
+    #define aligned_u64 unsigned long long __attribute__((aligned(8)))
+   #endif
    #include <linux/if_ppp.h>
   #elif defined(__DragonFly__)
    #include <net/if.h>


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kdenetwork/F-8/.cvsignore,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- .cvsignore	16 Oct 2007 13:24:54 -0000	1.41
+++ .cvsignore	16 Feb 2008 03:33:43 -0000	1.42
@@ -1,2 +1 @@
-kdenetwork-3.5.7.tar.bz2
-kdenetwork-3.5.8.tar.bz2
+kdenetwork-3.5.9.tar.bz2


Index: kdenetwork.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kdenetwork/F-8/kdenetwork.spec,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- kdenetwork.spec	12 Dec 2007 01:27:36 -0000	1.113
+++ kdenetwork.spec	16 Feb 2008 03:33:43 -0000	1.114
@@ -23,8 +23,8 @@
 
 Name:    kdenetwork
 Epoch:   7
-Version: 3.5.8
-Release: 10%{?dist}
+Version: 3.5.9
+Release: 1%{?dist}
 Summary: K Desktop Environment - Network Applications
 
 License: GPLv2
@@ -45,7 +45,7 @@
 Patch3: kdenetwork-3.5.8-kppp.patch
 Patch4: kdenetwork-3.2.3-resolv.patch
 # include more/proper ppp headers
-Patch5: kdenetwork-3.5.7-ppp.patch
+Patch5: kdenetwork-3.5.9-ppp.patch
 
 %if 0%{?libs}
 Requires: %{name}-libs = %{?epoch:%{epoch}:}%{version}-%{release}
@@ -57,7 +57,7 @@
 %endif
 
 BuildRequires: gettext
-BuildRequires: kdelibs3-devel >= %{version}
+#BuildRequires: kdelibs3-devel >= %{version}
 %if %{make_cvs}
 BuildRequires: libtool automake
 %endif
@@ -471,6 +471,9 @@
 
 
 %changelog
+* Fri Feb 15 2008 Rex Dieter <rdieter at fedoraproject.org> - 7:3.5.9-1
+- kde-3.5.9
+
 * Tue Dec 11 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 7:3.5.8-10
 - Requires: rdesktop (#420801)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kdenetwork/F-8/sources,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- sources	16 Oct 2007 13:24:54 -0000	1.47
+++ sources	16 Feb 2008 03:33:43 -0000	1.48
@@ -1 +1 @@
-0e79374d1109d937b0c9bdd3a75e7476  kdenetwork-3.5.8.tar.bz2
+0ec1d4ccd550510821a622eb91b893e8  kdenetwork-3.5.9.tar.bz2


--- kdenetwork-3.5.7-ppp.patch DELETED ---




More information about the fedora-extras-commits mailing list