rpms/darkice/F-11 darkice-0.19-gcc44.patch, NONE, 1.1 darkice.spec, 1.4, 1.5

Miloš Jakubíček mjakubicek at fedoraproject.org
Tue Apr 21 14:53:00 UTC 2009


Author: mjakubicek

Update of /cvs/pkgs/rpms/darkice/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22839/F-11

Modified Files:
	darkice.spec 
Added Files:
	darkice-0.19-gcc44.patch 
Log Message:
- Fix FTBFS: added darkice-0.19-gcc44.patch



darkice-0.19-gcc44.patch:

--- NEW FILE darkice-0.19-gcc44.patch ---
--- src/Util.cpp.orig	2009-04-21 16:34:28.000000000 +0200
+++ src/Util.cpp	2009-04-21 16:36:33.000000000 +0200
@@ -296,7 +296,7 @@
     unsigned int    size;
     char          * s;
     char          * strdate;
-    char          * last;
+    const char    * last;
     time_t          now;
 
     if ( !str ) {


Index: darkice.spec
===================================================================
RCS file: /cvs/pkgs/rpms/darkice/F-11/darkice.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- darkice.spec	24 Feb 2009 10:49:23 -0000	1.4
+++ darkice.spec	21 Apr 2009 14:52:25 -0000	1.5
@@ -1,13 +1,14 @@
 Name:       darkice
 Version:    0.19
-Release:    4%{?dist}
+Release:    5%{?dist}
 Summary:    Live audio streamer
 Group:      Applications/Multimedia
 License:    GPLv2+
 URL:        http://darkice.tyrell.hu/
 Source0:    http://darkice.tyrell.hu/dist/0.19/%{name}-%{version}.tar.gz
 Patch0:     %{name}-%{version}-configure.patch
-
+Patch1:     %{name}-%{version}-gcc44.patch
+# Sent to darkeye [AT] users.sourceforge.net on 2009/04/21 (Trac not working at that time)
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: alsa-lib-devel
@@ -30,11 +31,12 @@
 %prep
 %setup -q
 %patch0 -p1 -b .configure
+%patch1 -b .gcc44
 
 %build
 %configure
 
-%{__make} %{?_smp_mflags}
+%{__make} -k %{?_smp_mflags}
 
 %install
 rm -rf %{buildroot}
@@ -52,6 +54,9 @@
 %{_mandir}/man5/%{name}.cfg.5.gz
 
 %changelog
+* Tue Apr 21 2009 Milos Jakubicek <xjakub at fi.muni.cz> - 0.19-5
+- Fix FTBFS: added darkice-0.19-gcc44.patch
+
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.19-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list