From 355f02acfa4e97f2c3d8464f4daeeb595b57a385 Mon Sep 17 00:00:00 2001 From: Orcan Ogetbil Date: Sep 28 2010 05:34:37 +0000 Subject: - Update to 1.1 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0cbae3b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/muse-1.1.tar.gz diff --git a/muse-x86_64-sse.patch b/muse-x86_64-sse.patch index 6694b4c..1d8cfbb 100644 --- a/muse-x86_64-sse.patch +++ b/muse-x86_64-sse.patch @@ -1,5 +1,6 @@ ---- muse-1.0.old/al/dsp.cpp 2009-12-21 10:37:17.000000000 -0500 -+++ muse-1.0/al/dsp.cpp 2009-12-24 05:52:14.000000000 -0500 +diff -rupN muse-1.1.old/al/dsp.cpp muse-1.1/al/dsp.cpp +--- muse-1.1.old/al/dsp.cpp 2010-09-21 17:06:55.000000000 -0400 ++++ muse-1.1/al/dsp.cpp 2010-09-27 23:52:12.000000000 -0400 @@ -28,7 +28,7 @@ namespace AL { Dsp* dsp = 0; @@ -9,8 +10,8 @@ //--------------------------------------------------------- // DspSSE86 -@@ -100,7 +100,7 @@ void initDsp() - printf("Muse: __i386__ or __x86_64__ not defined. Using non-optimized memcpy for float buffer copying.\n"); +@@ -102,7 +102,7 @@ void initDsp() + #endif #endif -#if defined(__i386__) && defined(USE_SSE) diff --git a/muse.spec b/muse.spec index 5420fe4..0f7b4a1 100644 --- a/muse.spec +++ b/muse.spec @@ -3,8 +3,8 @@ Summary: Midi/Audio Music Sequencer # Epoch is set to 1 for PlanetCCRMA compatibility. # See: https://fedoraproject.org/wiki/AudioCreation Epoch: 1 -Version: 1.0.1 -Release: 5%{?dist} +Version: 1.1 +Release: 1%{?dist} # synti/vam is GPLv2+ # original freeverb plugin was public domain # some of the widgets are GPLv2 @@ -15,13 +15,11 @@ Release: 5%{?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}-1.0/%{name}-1.0/%{name}-%{version}.tar.gz +Source0: https://downloads.sourceforge.net/project/lmuse/%{name}-%{version}/%{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 -# 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) @@ -56,7 +54,6 @@ for Linux. %prep %setup -q -%patch0 -p1 %patch1 -p1 # Fix encoding issues (upstream is informed): @@ -171,6 +168,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_datadir}/icons/hicolor/*/*/* %changelog +* Mon Sep 27 2010 Orcan Ogetbil - 1:1.1-1 +- Update to 1.1 + * Tue Jul 27 2010 David Malcolm - 1:1.0.1-5 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild diff --git a/sources b/sources index 9bd48e2..08eedfa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6de5bf575d1c0eba92cada745675732e muse-1.0.1.tar.gz +ddbba9b8b92948643e5e2013910c5c6e muse-1.1.tar.gz