- Removed spurious #endif in the libsndfile.h wrapper. Thx to Edward

Sheldrake for finding it. Fixes #468508.
This commit is contained in:
Andreas Thienemann 2008-10-25 12:49:21 +00:00
parent c8448d0023
commit 9111a019d9
1 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,7 @@
Summary: Library for reading and writing sound files
Name: libsndfile
Version: 1.0.17
Release: 5%{?dist}
Release: 6%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.mega-nerd.com/libsndfile/
@ -75,8 +75,6 @@ cat > %{buildroot}%{_includedir}/sndfile.h <<EOF
# include "sndfile-64.h"
#else
# error "unexpected value for __WORDSIZE macro"
#endif
#endif
EOF
@ -118,6 +116,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Thu Oct 25 2008 Andreas Thienemann <andreas@bawue.net> - 1.0.17-6
- Removed spurious #endif in the libsndfile.h wrapper. Thx to Edward
Sheldrake for finding it. Fixes #468508.
* Thu Oct 23 2008 Andreas Thienemann <andreas@bawue.net> - 1.0.17-5
- Fixed multilib conflict. #342401
- Made flac support actually work correctly.