From 715cbf6e34b9fe153077f3d41f115e36d35f9881 Mon Sep 17 00:00:00 2001 From: Orcan Ogetbil Date: Oct 05 2010 06:30:35 +0000 Subject: - Update to 10.0.22 --- diff --git a/.gitignore b/.gitignore index 3a490ee..eec4245 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ libsndfile-1.0.21.tar.gz +/libsndfile-1.0.22.tar.gz diff --git a/libsndfile.spec b/libsndfile.spec index f497d9a..d32a796 100644 --- a/libsndfile.spec +++ b/libsndfile.spec @@ -1,6 +1,6 @@ Summary: Library for reading and writing sound files Name: libsndfile -Version: 1.0.21 +Version: 1.0.22 Release: 1%{?dist} License: LGPLv2+ and GPLv2+ and BSD Group: System Environment/Libraries @@ -54,10 +54,6 @@ This package contains command line utilities for libsndfile. %prep %setup -q -# Fix encoding -iconv -f iso8859-1 -t utf8 ChangeLog -o tmpfile -touch -r ChangeLog tmpfile -mv -f tmpfile ChangeLog %build %configure \ @@ -135,10 +131,13 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/sndfile-metadata-set %{_bindir}/sndfile-play %{_bindir}/sndfile-regtest +%{_bindir}/sndfile-salvage %{_mandir}/man1/sndfile-cmp.1* %{_mandir}/man1/sndfile-concat.1* %{_mandir}/man1/sndfile-convert.1* +%{_mandir}/man1/sndfile-deinterleave.1* %{_mandir}/man1/sndfile-info.1* +%{_mandir}/man1/sndfile-interleave.1* %{_mandir}/man1/sndfile-metadata-get.1* %{_mandir}/man1/sndfile-metadata-set.1* %{_mandir}/man1/sndfile-play.1* @@ -156,6 +155,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Oct 05 2010 Orcan Ogetbil - 1.0.22-1 +- Update to 10.0.22 + * Tue May 11 2010 Orcan Ogetbil - 1.0.21-1 - Update to 10.0.21 - Do not include the static library in the package (RHBZ#556074) diff --git a/sources b/sources index 5dfc886..654b403 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -880a40ec636ab2185b97f8927299b292 libsndfile-1.0.21.tar.gz +79b6ee2c33c878448c67698e1bf85378 libsndfile-1.0.22.tar.gz