rpms/asterisk/devel 0008-sys-io.h-is-not-available-on-PPC-systems.patch, 1.1, 1.2 asterisk.spec, 1.39, 1.40

Jeffrey C. Ollie jcollie at fedoraproject.org
Fri Nov 7 20:11:59 UTC 2008


Author: jcollie

Update of /cvs/pkgs/rpms/asterisk/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22945

Modified Files:
	0008-sys-io.h-is-not-available-on-PPC-systems.patch 
	asterisk.spec 
Log Message:
* Fri Nov  7 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.6.1-0.4.beta2
- Update PPC systems don't have sys/io.h patch.


0008-sys-io.h-is-not-available-on-PPC-systems.patch:

Index: 0008-sys-io.h-is-not-available-on-PPC-systems.patch
===================================================================
RCS file: /cvs/pkgs/rpms/asterisk/devel/0008-sys-io.h-is-not-available-on-PPC-systems.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 0008-sys-io.h-is-not-available-on-PPC-systems.patch	7 Nov 2008 19:01:06 -0000	1.1
+++ 0008-sys-io.h-is-not-available-on-PPC-systems.patch	7 Nov 2008 20:11:29 -0000	1.2
@@ -1,12 +1,26 @@
-From e3baaec0e4d45f36892c6d9eeba2cfbc99fa8219 Mon Sep 17 00:00:00 2001
+From 3ee882105dfe5ac5c5a5f790be2bbf8f37375d91 Mon Sep 17 00:00:00 2001
 From: Jeffrey C. Ollie <jeff at ocjtech.us>
-Date: Fri, 7 Nov 2008 11:34:00 -0600
-Subject: [PATCH] sys/io.h is not available on PPC systems.
+Date: Fri, 7 Nov 2008 13:57:32 -0600
+Subject: [PATCH] sys/io.h is not available on PPC systems
 
 ---
+ apps/app_rpt.c           |    1 -
  channels/chan_usbradio.c |    1 -
- 1 files changed, 0 insertions(+), 1 deletions(-)
+ channels/xpmr/xpmr.c     |    1 -
+ 3 files changed, 0 insertions(+), 3 deletions(-)
 
+diff --git a/apps/app_rpt.c b/apps/app_rpt.c
+index be52773..6162b89 100644
+--- a/apps/app_rpt.c
++++ b/apps/app_rpt.c
+@@ -331,7 +331,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+ #include <sys/time.h>
+ #include <sys/file.h>
+ #include <sys/ioctl.h>
+-#include <sys/io.h>
+ #include <sys/vfs.h>
+ #include <math.h>
+ #include <dahdi/user.h>
 diff --git a/channels/chan_usbradio.c b/channels/chan_usbradio.c
 index a5daebe..172ab5d 100644
 --- a/channels/chan_usbradio.c
@@ -19,6 +33,18 @@
  #include <sys/ioctl.h>
  #include <fcntl.h>
  #include <sys/time.h>
+diff --git a/channels/xpmr/xpmr.c b/channels/xpmr/xpmr.c
+index 2cad653..923a931 100755
+--- a/channels/xpmr/xpmr.c
++++ b/channels/xpmr/xpmr.c
+@@ -56,7 +56,6 @@
+ #include <string.h>
+ #include <unistd.h>
+ #include <sys/ioctl.h>
+-#include <sys/io.h>
+ #include <fcntl.h>
+ #include <sys/time.h>
+ #include <stdlib.h>
 -- 
 1.5.6.5
 


Index: asterisk.spec
===================================================================
RCS file: /cvs/pkgs/rpms/asterisk/devel/asterisk.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- asterisk.spec	7 Nov 2008 19:01:06 -0000	1.39
+++ asterisk.spec	7 Nov 2008 20:11:29 -0000	1.40
@@ -3,7 +3,7 @@
 Summary: The Open Source PBX
 Name: asterisk
 Version: 1.6.1
-Release: 0.3%{?beta:beta%{beta}}%{?dist}
+Release: 0.4%{?beta:beta%{beta}}%{?dist}
 License: GPLv2
 Group: Applications/Internet
 URL: http://www.asterisk.org/
@@ -1051,7 +1051,10 @@
 %{_libdir}/asterisk/modules/app_voicemail_plain.so
 
 %changelog
-* Fri Nov  7 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.6.1-0.32:beta%{beta}}%{?dist}
+* Fri Nov  7 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.6.1-0.4.beta2
+- Update PPC systems don't have sys/io.h patch.
+
+* Fri Nov  7 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.6.1-0.3.beta2
 - PPC systems don't have sys/io.h
 
 * Fri Nov  7 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.6.1-0.2.beta2




More information about the fedora-extras-commits mailing list