jreznik pushed to arts (epel7). "fix build problem"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 2 15:07:48 UTC 2015


>From b476a2bc327258a1055f0af752f7a9e3a6baa229 Mon Sep 17 00:00:00 2001
From: Than Ngo <than at fedoraproject.org>
Date: Mon, 14 Mar 2005 21:24:33 +0000
Subject: fix build problem


diff --git a/arts-1.4.0-glibc.patch b/arts-1.4.0-glibc.patch
new file mode 100644
index 0000000..ca39ce7
--- /dev/null
+++ b/arts-1.4.0-glibc.patch
@@ -0,0 +1,11 @@
+--- 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.spec b/arts.spec
index 370f647..0049bdc 100644
--- a/arts.spec
+++ b/arts.spec
@@ -9,7 +9,7 @@
 %define make_cvs 1
 
 Version: 1.4.0
-Release: 0.rc1.4
+Release: 0.rc1.5
 Summary: aRts (analog realtime synthesizer) - the KDE sound system
 Name: arts
 Group: System Environment/Daemons
@@ -26,6 +26,7 @@ Patch3: arts-1.3.92-pie.patch
 Patch4: arts-1.3.0-multilib.patch
 Patch5: arts-1.3.1-alsa.patch
 Patch6: admin-visibility.patch
+Patch7: arts-1.4.0-glibc.patch
 
 Prereq: /sbin/ldconfig
 Requires: audiofile
@@ -95,6 +96,7 @@ KDE applications using sound).
 %patch4 -p1 -b .multilib
 %patch5 -p1 -b .alsa
 %patch6 -p1 -b .gcc
+%patch7 -p1 -b .glibc
 
 %build
 unset QTDIR && . /etc/profile.d/qt.sh
@@ -167,6 +169,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/artsc-config
 
 %changelog
+* Mon Mar 14 2005 Than Ngo <than at redhat.com> 8:1.4.0-0.rc1.5
+- fix build problem
+
 * Fri Mar 04 2005 Than Ngo <than at redhat.com> 8:1.4.0-0.rc1.4
 - rebuilt against gcc-4.0.0-0.31
 
-- 
cgit v0.10.2


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


More information about the scm-commits mailing list