rpms/arts/devel arts-1.5.7-glibc.patch, NONE, 1.1 arts.spec, 1.75, 1.76 arts-1.4.0-glibc.patch, 1.1, NONE

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Fri Aug 3 12:33:56 UTC 2007


Author: rdieter

Update of /cvs/pkgs/rpms/arts/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25794

Modified Files:
	arts.spec 
Added Files:
	arts-1.5.7-glibc.patch 
Removed Files:
	arts-1.4.0-glibc.patch 
Log Message:
* Fri Aug 02 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 6:1.5.7-6
- update glibc patch ( open -> (open) )


arts-1.5.7-glibc.patch:

--- NEW FILE arts-1.5.7-glibc.patch ---
--- arts-1.5.7/artsc/artsdsp.c.glibc	2005-10-10 09:52:27.000000000 -0500
+++ arts-1.5.7/artsc/artsdsp.c	2007-08-03 07:29:48.000000000 -0500
@@ -203,7 +203,7 @@ static int is_sound_device(const char *p
   return 0;
 }
 
-int open (const char *pathname, int flags, ...)
+int (open) (const char *pathname, int flags, ...)
 {
   va_list args;
   mode_t mode = 0;
@@ -594,7 +594,7 @@ ssize_t write (int fd, const void *buf, 
   return 0;
 }
 
-ssize_t read (int fd, void *buf, size_t count)
+ssize_t (read) (int fd, void *buf, size_t count)
 {
   CHECK_INIT();
 


Index: arts.spec
===================================================================
RCS file: /cvs/pkgs/rpms/arts/devel/arts.spec,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- arts.spec	3 Aug 2007 10:40:42 -0000	1.75
+++ arts.spec	3 Aug 2007 12:33:23 -0000	1.76
@@ -9,7 +9,7 @@
 Group:   System Environment/Daemons
 Epoch:   8
 Version: 1.5.7
-Release: 5%{?dist}
+Release: 6%{?dist}
 
 License: LGPLv2+
 Url: http://www.kde.org
@@ -20,7 +20,7 @@
 Patch1: arts-1.1.4-debug.patch
 Patch2: arts-1.3.92-glib2.patch
 Patch5: arts-1.3.1-alsa.patch
-Patch6: arts-1.4.0-glibc.patch
+Patch6: arts-1.5.7-glibc.patch
 Patch7: arts-1.5.0-check_tmp_dir.patch
 Patch8: arts-1.5.2-multilib.patch
 
@@ -197,6 +197,9 @@
 
 
 %changelog
+* Fri Aug 02 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 6:1.5.7-6
+- update glibc patch ( open -> (open) )
+
 * Fri Aug 02 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 6:1.5.7-5
 - omit extention_loader patch (for now anyway), removes boost dep
 - License: LGPLv2+


--- arts-1.4.0-glibc.patch DELETED ---




More information about the fedora-extras-commits mailing list