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