From 833e20d32976e176bd60372ed42fc3149c659f99 Mon Sep 17 00:00:00 2001 From: Brendan Jones Date: Oct 26 2012 15:34:48 +0000 Subject: 2.4.3 --- diff --git a/.gitignore b/.gitignore index 81a187c..00e879b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ ZynAddSubFX-2.4.1.tar.bz2 /ZynAddSubFX-2.4.2.tar.bz2 /zynaddsubfx.pdf +/ZynAddSubFX-2.4.3.tar.bz2 diff --git a/sources b/sources index 3462e01..7842d79 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ +2e8994cc54e5f1a64b77dfac3baf0d9a ZynAddSubFX-2.4.3.tar.bz2 3a0259ee431ae8be4a586a37c9dd9c1c zynaddsubfx.pdf -4e1f15fd872f5cc649fc2217676e248e ZynAddSubFX-2.4.2.tar.bz2 diff --git a/zynaddsubfx-gcc47.patch b/zynaddsubfx-gcc47.patch deleted file mode 100644 index fd13516..0000000 --- a/zynaddsubfx-gcc47.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -rupN ZynAddSubFX-2.4.2.old/src/Nio/NulEngine.cpp ZynAddSubFX-2.4.2/src/Nio/NulEngine.cpp ---- ZynAddSubFX-2.4.2.old/src/Nio/NulEngine.cpp 2012-02-26 13:37:11.000000000 -0500 -+++ ZynAddSubFX-2.4.2/src/Nio/NulEngine.cpp 2012-03-08 20:23:18.973778237 -0500 -@@ -24,6 +24,7 @@ - #include "../globals.h" - - #include -+#include - - using namespace std; - diff --git a/zynaddsubfx.spec b/zynaddsubfx.spec index 284207e..4c5ce68 100644 --- a/zynaddsubfx.spec +++ b/zynaddsubfx.spec @@ -1,7 +1,7 @@ Summary: Real-time software synthesizer Name: zynaddsubfx -Version: 2.4.2 -Release: 2%{?dist} +Version: 2.4.3 +Release: 1%{?dist} # Source is a collective work, distributed by License: GPLv2 and GPLv2+ Group: Applications/Multimedia @@ -10,7 +10,6 @@ Source0: http://download.sf.net/sourceforge/zynaddsubfx/ZynAddSubFX-%{ver Source1: zynaddsubfx.desktop # We cannot build this from source since Fedora's texlive is too old Source2: zynaddsubfx.pdf -Patch0: zynaddsubfx-gcc47.patch Patch1: zynaddsubfx-buildflags.patch Requires: hicolor-icon-theme @@ -69,7 +68,6 @@ This package includes the DSSI implementation of the synthesizer. %prep %setup -q -n ZynAddSubFX-%{version} -%patch0 -p1 -b .gcc47 %patch1 -p1 -b .flags cp -a %SOURCE2 . @@ -156,6 +154,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_libdir}/dssi/*.so %changelog +* Thu Oct 25 2012 Brendan Jones 2.4.3-1 +- New upstream release + * Sun Jul 22 2012 Fedora Release Engineering - 2.4.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild