From 1e7e3fe5cbc0e581d9f56140d79d3f175b3d1af6 Mon Sep 17 00:00:00 2001 From: Orcan Ogetbil Date: Aug 25 2012 06:55:42 +0000 Subject: MusE-2.0.1 --- diff --git a/.gitignore b/.gitignore index 9f1dac5..ef78711 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /muse-2.0rc1.tar.gz /muse-2.0rc2.tar.gz /muse-2.0.tar.gz +/muse-2.0.1.tar.gz diff --git a/muse.spec b/muse.spec index c49fd1d..5744438 100644 --- a/muse.spec +++ b/muse.spec @@ -1,3 +1,4 @@ +%global maj 2.0 # No need to provide & require internal libraries %filter_provides_in %{_libdir}/%{name}-%{version}.*/.*/.*\.so$ %filter_from_requires /libmuse_.*\.so.*/d @@ -8,8 +9,8 @@ Summary: Midi/Audio Music Sequencer # Epoch is set to 1 for PlanetCCRMA compatibility. # See: https://fedoraproject.org/wiki/AudioCreation Epoch: 1 -Version: 2.0 -Release: 3%{?dist} +Version: 2.0.1 +Release: 1%{?dist} # original freeverb plugin was public domain # ladspa.h is LGPLv2+ # givertcap (not built) is GPLv2 @@ -17,7 +18,7 @@ Release: 3%{?dist} License: Public Domain and GPLv2 and GPLv2+ and LGPLv2+ Group: Applications/Multimedia URL: http://www.muse-sequencer.org/ -Source0: https://downloads.sourceforge.net/project/lmuse/%{name}-%{version}/%{name}-%{version}.tar.gz +Source0: https://downloads.sourceforge.net/project/lmuse/%{name}-%{maj}/%{name}-%{version}.tar.gz BuildRequires: alsa-lib-devel BuildRequires: cmake @@ -81,8 +82,8 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_docdir}/%{name}-%{version}/ %{_bindir}/%{name}* %{_bindir}/grepmidi -%{_libdir}/%{name}-%{version}*/ -%{_datadir}/%{name}-%{version}*/ +%{_libdir}/%{name}-%{maj}*/ +%{_datadir}/%{name}-%{maj}*/ %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/64x64/apps/%{name}_icon.png %{_mandir}/man1/grepmidi* @@ -90,6 +91,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_datadir}/mime/packages/muse.xml %changelog +* Sat Aug 25 2012 Orcan Ogetbil - 1:2.0.1-1 +- MusE-2.0.1 + * Fri Jul 20 2012 Fedora Release Engineering - 1:2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index e5e9beb..7c4d887 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7338b9db1d7fb12f8310dced0dbd0572 muse-2.0.tar.gz +3bf26a99689966500f96d034976ab609 muse-2.0.1.tar.gz