From 69fbdd4504f68a16e6fb17a50d12d3c61e4f4ac9 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Tue, 19 Feb 2008 05:18:04 +0000 Subject: [PATCH] - Autorebuild for GCC 4.3 --- libsndfile.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libsndfile.spec b/libsndfile.spec index 35921b0..e28b06f 100644 --- a/libsndfile.spec +++ b/libsndfile.spec @@ -1,7 +1,7 @@ Summary: Library for reading and writing sound files Name: libsndfile Version: 1.0.17 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPL Group: System Environment/Libraries URL: http://www.mega-nerd.com/libsndfile/ @@ -82,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Feb 19 2008 Fedora Release Engineering - 1.0.17-3 +- Autorebuild for GCC 4.3 + * Thu Sep 20 2007 Andreas Thienemann - 1.0.17-2 - Adding FLAC support to libsndfile courtesy of gentoo, #237575 - Fixing CVE-2007-4974. Thanks to the gentoo people for the patch, #296221