diff --git a/.gitignore b/.gitignore index d2fed4a..7d129ea 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /CBFlib-0.9.2.3.tar.gz /CBFlib-0.9.5.1.tar.gz +/CBFlib-0.9.5.2.tar.gz diff --git a/CBFlib.spec b/CBFlib.spec index ccad605..3be43b6 100644 --- a/CBFlib.spec +++ b/CBFlib.spec @@ -1,7 +1,7 @@ Summary: Crystallographic Binary File and Image Library Name: CBFlib -Version: 0.9.5.1 -Release: 2%{?dist} +Version: 0.9.5.2 +Release: 1%{?dist} # library files (*.so*) are LGPLv2+, all else is GPLv2+ License: GPLv2+ and (GPLv2+ or LGPLv2+) Group: System Environment/Libraries @@ -43,7 +43,7 @@ chmod 644 examples/*.c %build # make %{?_smp_mflags} cd src -gcc -fPIC -DCBF_DONT_USE_LONG_LONG -D_USE_XOPEN_EXTENDED %{optflags} -c *.c ../examples/img.c -I../include/ -I../examples/ +gcc -fPIC -DCBF_DONT_USE_LONG_LONG -D_USE_XOPEN_EXTENDED %{optflags} -c *.c -I../include/ gcc -shared -Wl,-soname,libcbf.so.0 -o libcbf.so.0.0.0 *.o -lhdf5 -lz -lm rm *.o gfortran -fPIC -fno-range-check %{optflags} -c *.f90 -I../include/ @@ -100,7 +100,6 @@ done mkdir -p %{buildroot}%{_includedir}/cbf install -p -m 644 include/* %{buildroot}%{_includedir}/cbf/ -install -p -m 644 examples/img.h %{buildroot}%{_includedir}/cbf/ %post -p /sbin/ldconfig @@ -138,6 +137,9 @@ rm -rf %{buildroot} %{_includedir}/cbf %changelog +* Sun Mar 01 2015 Tim Fenn - 0.9.5.2-1 +- update to 0.9.5.2 + * Wed Jan 07 2015 Orion Poplawski - 0.9.5.1-2 - Rebuild for hdf5 1.8.4 diff --git a/sources b/sources index 752c6ea..c3685d1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dfa4331c6dfbef0566eacf53e707fad2 CBFlib-0.9.5.1.tar.gz +6ecea07714e20b952a46a8a7d9bb4d1b CBFlib-0.9.5.2.tar.gz