rpms/muse/F-11 muse-glibc212.patch, NONE, 1.1 muse.spec, 1.7, 1.8 sources, 1.7, 1.8

Orcan Ogetbil oget at fedoraproject.org
Sun Feb 7 02:30:17 UTC 2010


Author: oget

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

Modified Files:
	muse.spec sources 
Added Files:
	muse-glibc212.patch 
Log Message:
* Sat Jan 30 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> 1:1.0.1-1
- Update to 1.0.1
- Drop upstreamed patches


muse-glibc212.patch:
 dssihost.cpp |    1 +
 1 file changed, 1 insertion(+)

--- NEW FILE muse-glibc212.patch ---
diff -rupN muse-1.0.1.old/muse/dssihost.cpp muse-1.0.1/muse/dssihost.cpp
--- muse-1.0.1.old/muse/dssihost.cpp	2010-01-12 14:23:15.000000000 -0500
+++ muse-1.0.1/muse/dssihost.cpp	2010-02-06 20:58:42.000000000 -0500
@@ -28,6 +28,7 @@
 #include <signal.h>
 #include <dlfcn.h>
 #include <stdlib.h>
+#include <sys/stat.h>
 //#include <dssi.h>
 //#include <alsa/asoundlib.h>
 #include <qdir.h>


Index: muse.spec
===================================================================
RCS file: /cvs/pkgs/rpms/muse/F-11/muse.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- muse.spec	24 Dec 2009 11:57:49 -0000	1.7
+++ muse.spec	7 Feb 2010 02:30:16 -0000	1.8
@@ -3,7 +3,7 @@ Summary:       Midi/Audio Music Sequence
 # Epoch is set to 1 for PlanetCCRMA compatibility.
 # See: https://fedoraproject.org/wiki/AudioCreation
 Epoch:         1
-Version:       1.0
+Version:       1.0.1
 Release:       1%{?dist}
 # synti/vam is GPLv2+
 # original freeverb plugin was public domain
@@ -15,13 +15,13 @@ Release:       1%{?dist}
 License:       GPL+ and GPLv2 and GPLv2+ and LGPLv2+
 Group:         Applications/Multimedia
 URL:           http://www.muse-sequencer.org/
-Source0:       http://downloads.sourceforge.net/project/lmuse/%{name}-%{version}/%{name}-%{version}/%{name}-%{version}.tar.gz
+Source0:       http://downloads.sourceforge.net/project/lmuse/%{name}-1.0/%{name}-1.0/%{name}-%{version}.tar.gz
 # The following file and patches are sent upstream on Dec 24 2009:
 # http://sourceforge.net/mailarchive/forum.php?forum_name=lmuse-developer
 # Compilation of sse bits fail on x86_64. This file fixes the problem
 Source1:       sse_functions_64bit.s
-# Install utils and scripts into the destdir, or mock will fail
-Patch0:        muse-destdir.patch
+# Fix Compilation against glibc-2.12
+Patch0:        muse-glibc212.patch
 # Add missing condition on an #if to make the sse optimization effective
 Patch1:        muse-x86_64-sse.patch
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -66,9 +66,6 @@ for f in README.de README.softsynth SECU
    mv -f $f.tmp $f
 done
 
-# Detect python properly
-sed -i 's|locate \$ax_python_bin|echo %{_includedir}/python2.6|' configure
-
 # Fix compilaton of the sse bits
 %ifarch x86_64
 cp %{SOURCE1} al/dspSSE.cpp
@@ -173,6 +170,10 @@ gtk-update-icon-cache %{_datadir}/icons/
 %{_datadir}/icons/hicolor/*/*/*
 
 %changelog 
+* Sat Jan 30 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> 1:1.0.1-1
+- Update to 1.0.1
+- Drop upstreamed patches
+
 * Thu Dec 24 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> 1:1.0-1
 - Update to 1.0
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/muse/F-11/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources	24 Dec 2009 11:57:49 -0000	1.7
+++ sources	7 Feb 2010 02:30:16 -0000	1.8
@@ -1 +1 @@
-177ce7bcad2dc93e733f0ace7cd99b2d  muse-1.0.tar.gz
+6de5bf575d1c0eba92cada745675732e  muse-1.0.1.tar.gz



More information about the scm-commits mailing list