Hide Forgot
The package seq24 is outdated in the Fedora repositories. The version in the repositories is 0.8.7, while upstream is at version 0.9.2 New source code is available at https://launchpad.net/seq24 http://www.filter24.org/seq24/ does not seem to be active anymore. The update contains new features and stability improvements.
Anthony, I've packaged this for my own use - would you like me to do the update? -- Fedora Bugzappers volunteer triage team https://fedoraproject.org/wiki/BugZappers
Here is an updated SRPM (with patch from trunk to fix lash support bug). http://bsjones.fedorapeople.org/seq24-0.9.2-1.fc16.src.rpm --- seq24-0.8.7-18.spec 2011-12-06 17:34:41.137373843 +0100 +++ seq24.spec 2011-12-06 19:05:24.414570657 +0100 @@ -1,24 +1,19 @@ Summary: Real-time midi sequencer Name: seq24 -Version: 0.8.7 -Release: 18%{?dist} +Version: 0.9.2 +Release: 1%{?dist} License: GPLv2+ Group: Applications/Multimedia -URL: http://www.filter24.org/seq24/ -Source: http://filter24.org/seq24/seq24-%{version}.tar.gz -Source1: seq24.png -Source2: seq24.desktop -Patch0: seq24-stack-smash.patch -Patch1: seq24-gcc43.patch -Patch2: seq24-0.8.7-sigc22-fix.patch -Patch3: seq24-buffer-overflow.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +URL: http://launchpad.net/%{name} +Source: http://launchpad.net/%{name}/trunk/%{version}/+download/%{name}-%{version}.tar.gz +Source1: %{name}.png +Source2: %{name}.desktop +# patch from upstream to fix lash +Patch0: %{name}-%{version}-lash-fix.patch BuildRequires: lash-devel gtkmm24-devel - -Requires: hicolor-icon-theme - BuildRequires: desktop-file-utils +Requires: hicolor-icon-theme %description Seq24 is a real-time midi sequencer. It provides a very simple @@ -26,34 +21,24 @@ interface for editing and playing midi ' %prep %setup -q -%patch0 -p0 -b .stack-smash~ -%patch1 -p1 -b .gcc43~ -%patch2 -p1 -b .sigc22 -%patch3 -p0 -b .buffer-overflow +%patch0 -p1 %build -echo %configure %configure make %{?_smp_mflags} %install -rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install -# Rename the "dump" command to something more specific. -mv $RPM_BUILD_ROOT%{_bindir}/dump $RPM_BUILD_ROOT%{_bindir}/seq24-dump - mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/64x64/apps -install -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/64x64/apps/seq24.png +install -m 644 %{SOURCE1} \ + $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/64x64/apps/%{name}.png mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications desktop-file-install --vendor fedora \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ %{SOURCE2} -%clean -rm -rf $RPM_BUILD_ROOT - %post touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : @@ -68,13 +53,17 @@ gtk-update-icon-cache %{_datadir}/icons/ %files -%defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README RTC SEQ24 TODO seq24usr.example %{_bindir}/* %{_datadir}/applications/*%{name}.desktop -%{_datadir}/icons/hicolor/64x64/apps/seq24.png +%{_datadir}/icons/hicolor/64x64/apps/%{name}.png +%{_datadir}/man/man1/%{name}.1.gz %changelog +* Mon Nov 14 2011 Brendan Jones <brendan.jones.it> - 0.9.2-1 +- New upstream version 0.9.2 +- Removed obsolete tags and and sections + * Wed Feb 09 2011 Fedora Release Engineering <rel-eng.org> - 0.8.7-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
*** Bug 814610 has been marked as a duplicate of this bug. ***
Anthony, can we get an update here? I'm happy to do it (ACLs pending).
seq24-0.9.3-0.1.r131.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/seq24-0.9.3-0.1.r131.fc17
seq24-0.9.3-0.1.r131.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/seq24-0.9.3-0.1.r131.fc16
Package seq24-0.9.3-0.1.r131.fc16: * should fix your issue, * was pushed to the Fedora 16 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing seq24-0.9.3-0.1.r131.fc16' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-9162/seq24-0.9.3-0.1.r131.fc16 then log in and leave karma (feedback).
seq24-0.9.3-0.1.r131.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report.
seq24-0.9.3-0.1.r131.fc16 has been pushed to the Fedora 16 stable repository. If problems still persist, please make note of it in this bug report.