New version 1.9.1
[deb_libnfs.git] / packaging / RPM / libnfs.spec.in
index 2497f61b29ec48ba6cf5ddc8a6741b2e6e8e1d50..28ff38873bdc4a4dd6fa42939af6ccca4237e1be 100644 (file)
@@ -47,8 +47,7 @@ libtoolize -c -f -i
 automake --add-missing
 
 
-CFLAGS="$RPM_OPT_FLAGS $EXTRA -O0 -g -D_GNU_SOURCE" ./configure \
-       --prefix=%{_prefix} 
+CFLAGS="$RPM_OPT_FLAGS $EXTRA -O0 -g -D_GNU_SOURCE" %configure
 
 %install
 # Clean up in case there is trash left from a previous build
@@ -90,11 +89,35 @@ development libraries for LibNFS
 %{_includedir}/nfsc/libnfs-raw-nfs.h
 %{_includedir}/nfsc/libnfs-raw-portmap.h
 %{_includedir}/nfsc/libnfs-raw-rquota.h
+%{_includedir}/nfsc/libnfs-raw-nlm.h
+%{_includedir}/nfsc/libnfs-raw-nsm.h
 %{_libdir}/libnfs.a
 %{_libdir}/libnfs.la
 %{_libdir}/pkgconfig/libnfs.pc
 
 %changelog
+* Tue Jan 28 2014 : Version 1.9.1
+ - Restore libnfs-raw-*.h to make install
+* Mon Jan 27 2014 : Version 1.9
+ - Use _stat64 on windows so file sizes become 64bit always.
+ - Increase default marshalling buffer so we can marshall large PDUs.
+ - RPC layer support for NFSv2
+ - Win32 updates and fixes
+ - Add URL parsing functions and URL argument support.
+ - New utility: nfs-io
+ - nfs-ls enhancements
+ - RPC layer support for NSM
+ - Add example FUSE filesystem.
+ - Minor fixes.
+* Sun Oct 30 2013 : Version 1.8
+ - Fix nasty memory leak in read_from_socket
+ - minor updates
+* Sun Oct 20 2013 : Version 1.7
+ - Allow nested eventloops so that a sync function can be called from a callback.
+ - Fix a bug in unmarshalling a uint64.
+ - Add PATHCONF support.
+ - WIN32/64 updates
+ - AROS updates
 * Mon May 27 2013 : Version 1.6
  - AROS/Amiga support
  - Chose better initial xid value to reduce the probability for collissions.
@@ -128,4 +151,4 @@ development libraries for LibNFS
  - make sure the callback for connect is only invoked once for the sync api
  - make file offset bits 64 bits always
 * Sun Jul 31 2011 : Version 1.0
- - Initial version
\ No newline at end of file
+ - Initial version