From abdc76c132d8a3d0b2d2adaf0dc7c23335aafa6f Mon Sep 17 00:00:00 2001 From: Orcan Ogetbil Date: May 30 2010 15:33:07 +0000 Subject: - Change device order in autodetect. Prevents a possible crash. - Fix segfault in waveedit when deleting end of waveform. --- diff --git a/aldrin.spec b/aldrin.spec index 1191a90..c897094 100644 --- a/aldrin.spec +++ b/aldrin.spec @@ -2,13 +2,20 @@ Name: aldrin Version: 0.13 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Modular music sequencer/tracker Group: Applications/Multimedia License: GPLv2+ URL: http://code.google.com/p/aldrin-sequencer/ Source0: http://aldrin-sequencer.googlecode.com/files/%{name}-%{version}.tar.gz Patch0: aldrin-docfix.patch +# Choose the first detected device instead of last one. Prevents crashes on +# some systems I tried that supply multiple output devices per sound card. +# http://bitbucket.org/paniq/aldrin/issue/32/device-order-patch +Patch1: aldrin-firstdev.patch +# Fix segfault in waveedit when deleting end of waveform. +# http://bitbucket.org/paniq/aldrin/issue/16/segfault-when-deleting-the-end-of-a-wav +Patch2: aldrin-65a8db7be79e.diff BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: scons @@ -26,7 +33,8 @@ samples. %prep %setup -q -n %{name} %patch0 -p1 -b .docfix - +%patch1 -p1 -b .firstdev +%patch2 -p1 -b .delete.waveform %build # Fix encoding @@ -80,6 +88,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_datadir}/icons/hicolor/*/apps/* %changelog +* Sat Mar 06 2010 Orcan Ogetbil - 0.13-4 +- Change device order in autodetect. Prevents a possible crash. +- Fix segfault in waveedit when deleting end of waveform. + * Wed Aug 05 2009 Orcan Ogetbil - 0.13-3 - Update the .desktop file