From 564dbd6cc7a1b4df0660218d788d8f488db2baa2 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Mar 30 2021 15:56:24 +0000 Subject: import soundtouch-2.0.0-3.el8 --- diff --git a/SOURCES/soundtouch-1.4.0-x86_64-asm-broken.patch b/SOURCES/soundtouch-1.4.0-x86_64-asm-broken.patch deleted file mode 100644 index 4c777d6..0000000 --- a/SOURCES/soundtouch-1.4.0-x86_64-asm-broken.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up soundtouch/include/STTypes.h~ soundtouch/include/STTypes.h ---- soundtouch/include/STTypes.h~ 2009-01-25 17:32:53.000000000 +0100 -+++ soundtouch/include/STTypes.h 2009-02-14 22:22:37.000000000 +0100 -@@ -87,7 +87,7 @@ namespace soundtouch - - #endif - -- #if (WIN32 || __i386__ || __x86_64__) -+ #if (WIN32 || __i386__) - /// Define this to allow X86-specific assembler/intrinsic optimizations. - /// Notice that library contains also usual C++ versions of each of these - /// these routines, so if you're having difficulties getting the optimized diff --git a/SPECS/soundtouch.spec b/SPECS/soundtouch.spec index 93fec4e..fb47e9d 100644 --- a/SPECS/soundtouch.spec +++ b/SPECS/soundtouch.spec @@ -1,12 +1,11 @@ Name: soundtouch Version: 2.0.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Audio Processing library for changing Tempo, Pitch and Playback Rates License: LGPLv2+ Group: System Environment/Libraries URL: http://www.surina.net/soundtouch/ Source0: http://www.surina.net/soundtouch/%{name}-%{version}.tar.gz -Patch0: soundtouch-1.4.0-x86_64-asm-broken.patch BuildRequires: gcc-c++ BuildRequires: autoconf automake libtool @@ -38,8 +37,6 @@ Libraries, include files, etc you can use to develop soundtouch applications. sed -i 's|-O3||' source/SoundTouch/Makefile.* sed -i 's|-O3||' source/SoundStretch/Makefile.* autoreconf -iv -#why not in x86_64 !? -#patch0 -p1 # set correct version for .so build %define ltversion %(echo %{version} | tr '.' ':') @@ -95,6 +92,11 @@ ln -s soundtouch.pc %{buildroot}%{_libdir}/pkgconfig/soundtouch-1.0.pc %changelog +* Thu Oct 15 2020 Tomas Popela - 2.0.0-3 +- Rebuild for the annobin fixes +- Remove an unused patch +- Resolves: rhbz#1704123 + * Fri Feb 09 2018 Fedora Release Engineering - 2.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild