Accepting request 55254 from home:elvigia:branches:multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/55254
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/wavpack?expand=0&rev=5
This commit is contained in:
Cristian Rodríguez 2010-12-08 19:21:10 +00:00 committed by Git OBS Bridge
parent 5abef62655
commit 7ffbb66494
5 changed files with 30 additions and 4 deletions

13
_service Normal file
View File

@ -0,0 +1,13 @@
<?xml version="1.0" ?>
<services>
<service name="download_url">
<param name="protocol">http</param>
<param name="host">www.wavpack.com</param>
<param name="path">/wavpack-4.60.1.tar.bz2</param>
</service>
<service name="verify_file">
<param name="file">_service:download_url:wavpack-4.60.1.tar.bz2</param>
<param name="verifier">sha256</param>
<param name="checksum">175ee4f2effd6f51e6ec487956f41177256bf892c2e8e07de5d27ed4ee6888c5</param>
</service>
</services>

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:175ee4f2effd6f51e6ec487956f41177256bf892c2e8e07de5d27ed4ee6888c5
size 394434

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:29c036d10fb8bcb6daa58718d112394291887fc0e9b108851017218184483954
size 375792

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Dec 8 19:05:07 UTC 2010 - cristian.rodriguez@opensuse.org
- Update to version 4.60.1
* fixed: filename specs in tag extractions failed in batch operations
* fixed: prevent creation of APEv2 tags > 1 MB (which we can't read)
* fixed: crash when decoding old WavPack files (pre version 4.0)
* added: man pages to build system and updated with newer options
-------------------------------------------------------------------
Fri Apr 30 08:57:13 CEST 2010 - meissner@suse.de

View File

@ -24,7 +24,7 @@ BuildRequires: pkgconfig
Group: Productivity/Multimedia/Sound/Editors and Convertors
Url: http://www.wavpack.com/
Summary: Free Hybrid Lossless Audio Compression Format
Version: 4.50.1
Version: 4.60.1
Release: 9
Source: %{name}-%{version}.tar.bz2
# Name used by third parties before openSUSE 10.3:
@ -141,6 +141,9 @@ autoreconf -f -i
#not needed
%{__rm} %{buildroot}%{_libdir}/*.la
%check
make check
%post -n libwavpack1 -p /sbin/ldconfig
%postun -n libwavpack1 -p /sbin/ldconfig
@ -153,6 +156,7 @@ rm -rf $RPM_BUILD_ROOT
# AUTHORS NEWS are empty
%doc ChangeLog README license.txt
%{_bindir}/*
%{_mandir}/man?/*
%files -n libwavpack1
%defattr(-,root,root)