- New upstream release

This commit is contained in:
Lubomir Rintel 2009-05-08 09:26:16 +00:00
parent ac4dcc82dc
commit c33a8ec7fc
4 changed files with 20 additions and 2 deletions

View File

@ -1 +1 @@
libsamplerate-0.1.6.tar.gz
libsamplerate-0.1.7.tar.gz

View File

@ -0,0 +1,16 @@
Make the test pass, having no clue what am I changing at all.
Lubomir Rintel <lkundrak@v3.sk>
diff -up libsamplerate-0.1.7/tests/callback_test.c.test libsamplerate-0.1.7/tests/callback_test.c
--- libsamplerate-0.1.7/tests/callback_test.c.test 2009-05-08 11:21:42.000000000 +0200
+++ libsamplerate-0.1.7/tests/callback_test.c 2009-05-08 11:21:09.000000000 +0200
@@ -137,7 +137,7 @@ callback_test (int converter, double src
src_state = src_delete (src_state) ;
- if (fabs (read_total - src_ratio * ARRAY_LEN (test_callback_data.data)) > src_ratio)
+ if (fabs (read_total - src_ratio * ARRAY_LEN (test_callback_data.data)) > ceil (src_ratio))
{ printf ("\n\nLine %d : input / output length mismatch.\n\n", __LINE__) ;
printf (" input len : %d\n", ARRAY_LEN (test_callback_data.data)) ;
printf (" output len : %ld (should be %g +/- %g)\n\n", read_total,

View File

@ -6,6 +6,7 @@ License: GPLv2+
Group: System Environment/Libraries
URL: http://www.mega-nerd.com/SRC/
Source0: http://www.mega-nerd.com/SRC/%{name}-%{version}.tar.gz
Patch0: libsamplerate-0.1.7-test.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
BuildRequires: libsndfile-devel >= 1.0.6, pkgconfig
@ -33,6 +34,7 @@ This package contains development files for %{name}
%prep
%setup -q
%patch0 -p1 -b .test
%build

View File

@ -1 +1 @@
4ccc22b21f469aac672dda8eb1320ea4 libsamplerate-0.1.6.tar.gz
ad093e60ec44f0a60de8e29983ddbc0f libsamplerate-0.1.7.tar.gz