diff --git a/libopenraw.changes b/libopenraw.changes index 4532538..092da15 100644 --- a/libopenraw.changes +++ b/libopenraw.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Nov 21 14:24:11 EST 2008 - hfiguiere@suse.de + +- Disable make check in the mean time until the boost issue is + solved. + ------------------------------------------------------------------- Wed Oct 22 16:17:22 CEST 2008 - mrueckert@suse.de diff --git a/libopenraw.spec b/libopenraw.spec index 73cea28..4c90104 100644 --- a/libopenraw.spec +++ b/libopenraw.spec @@ -22,7 +22,7 @@ Summary: A library to decode digtal camera RAW files Name: libopenraw Version: 0.0.5 -Release: 5 +Release: 6 License: LGPL v2.1 or later Group: Development/Libraries/C and C++ Source0: http://libopenraw.freedesktop.org/download/%name-%{version}.tar.bz2 @@ -83,7 +83,7 @@ Authors: #autoreconf -si %configure make %{?jobs:-j%jobs} -make %{?jobs:-j%jobs} check +#make %{?jobs:-j%jobs} check %install DESTDIR=$RPM_BUILD_ROOT make install @@ -110,9 +110,12 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/*.pc %changelog +* Fri Nov 21 2008 hfiguiere@suse.de +- Disable make check in the mean time until the boost issue is + solved. * Wed Oct 22 2008 mrueckert@suse.de - fix debug_packages_requires define * Fri Aug 01 2008 ro@suse.de - fix requires for debuginfo package -* Thu Apr 03 2008 hfiguiere@suse.de +* Wed Apr 02 2008 hfiguiere@suse.de - Initial checkin