jreznik pushed to arts (epel7). "- update glibc patch ( open -> (open) )"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 2 15:10:19 UTC 2015


>From 784c792bddc7da73f6b18d3f7445e540ee8ea5dd Mon Sep 17 00:00:00 2001
From: Rex Dieter <rdieter at fedoraproject.org>
Date: Fri, 3 Aug 2007 12:33:23 +0000
Subject: - update glibc patch ( open -> (open) )


diff --git a/arts-1.4.0-glibc.patch b/arts-1.4.0-glibc.patch
deleted file mode 100644
index ca39ce7..0000000
--- a/arts-1.4.0-glibc.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- arts-1.4.0/artsc/artsdsp.c.orig	2005-03-14 18:46:18.658596168 +0100
-+++ arts-1.4.0/artsc/artsdsp.c	2005-03-14 19:18:59.263446901 +0100
-@@ -594,7 +594,7 @@
-   return 0;
- }
- 
--ssize_t read (int fd, void *buf, size_t count)
-+ssize_t (read) (int fd, void *buf, size_t count)
- {
-   CHECK_INIT();
- 
diff --git a/arts-1.5.7-glibc.patch b/arts-1.5.7-glibc.patch
new file mode 100644
index 0000000..c669476
--- /dev/null
+++ b/arts-1.5.7-glibc.patch
@@ -0,0 +1,20 @@
+--- 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();
+ 
diff --git a/arts.spec b/arts.spec
index 6fc4ac4..99dda8f 100644
--- a/arts.spec
+++ b/arts.spec
@@ -9,7 +9,7 @@ Summary: aRts (analog realtime synthesizer) - the KDE sound system
 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 @@ Source1: gslconfig-wrapper.h
 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 @@ rm -rf  %{buildroot}
 
 
 %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+
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/arts.git/commit/?h=epel7&id=784c792bddc7da73f6b18d3f7445e540ee8ea5dd


More information about the scm-commits mailing list