From b8c811b8f68ae00e35c92e161b89a686ed5ef922 Mon Sep 17 00:00:00 2001 From: Filipe Rosset Date: Jul 31 2023 02:48:00 +0000 Subject: update to 1.2.5 --- diff --git a/cdrdao.spec b/cdrdao.spec index c97f47b..43a4d1e 100644 --- a/cdrdao.spec +++ b/cdrdao.spec @@ -6,12 +6,11 @@ Summary: Writes audio CD-Rs in disk-at-once (DAO) mode Name: cdrdao -Version: 1.2.4 +Version: 1.2.5 Release: %autorelease License: GPLv2+ URL: http://cdrdao.sourceforge.net/ Source0: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 - BuildRequires: gcc-c++ BuildRequires: gcc BuildRequires: libsigc++20-devel @@ -32,16 +31,6 @@ Obsoletes: gcdmaster < 1.2.3-10 # Only exclude s390 ExcludeArch: s390 s390x -# Missing includes causes failure build -# Patches 1 to 5 upstreamed, remove in a future release -#Patch1: cdrdao-1.2.3-stat.patch -#Patch2: cdrdao-1.2.3-helpmansync.patch -#Patch3: cdrdao-1.2.3-format_security.patch -#Patch4: cdrdao-1.2.3-narrowing.patch -#Patch5: cdrdao-1.2.3-lame-3.100.patch -# Patches 6 and 7 grabbed from gentoo -Patch6: cdrdao-1.2.4-wformat-security.patch -Patch7: cdrdao-1.2.4-ax_pthread.patch %description Cdrdao records audio CD-Rs in disk-at-once (DAO) mode, based on a @@ -70,7 +59,6 @@ autoreconf -v -f -i -I. %install %make_install - find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'