From: Ronnie Sahlberg Date: Tue, 28 Jan 2014 14:41:31 +0000 (-0800) Subject: New version 1.9.1 X-Git-Tag: upstream/1.9.6^2~126 X-Git-Url: https://git.piment-noir.org/?p=deb_libnfs.git;a=commitdiff_plain;h=1d95217b2f68772857bf7cffc4f1a655e43e80fb New version 1.9.1 Add back the libnfs-raw-*.h headers to make install --- diff --git a/configure.ac b/configure.ac index d405377..52f51b4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.50) -AC_INIT([libnfs], [1.9.0], [ronniesahlberg@gmail.com]) +AC_INIT([libnfs], [1.9.1], [ronniesahlberg@gmail.com]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([foreign]) AC_CANONICAL_HOST diff --git a/include/Makefile.am b/include/Makefile.am index 9cde2e3..27810e0 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -5,9 +5,9 @@ dist_nfsc_HEADERS = \ nfsc/libnfs.h \ nfsc/libnfs-raw.h \ nfsc/libnfs-zdr.h \ - ${abs_top_srcdir}/mount/libnfs-raw-mount.h \ - ${abs_top_srcdir}/portmap/libnfs-raw-portmap.h \ - ${abs_top_srcdir}/nfs/libnfs-raw-nfs.h \ - ${abs_top_srcdir}/nlm/libnfs-raw-nlm.h \ - ${abs_top_srcdir}/nsm/libnfs-raw-nsm.h \ - ${abs_top_srcdir}/rquota/libnfs-raw-rquota.h + ../mount/libnfs-raw-mount.h \ + ../portmap/libnfs-raw-portmap.h \ + ../nfs/libnfs-raw-nfs.h \ + ../nlm/libnfs-raw-nlm.h \ + ../nsm/libnfs-raw-nsm.h \ + ../rquota/libnfs-raw-rquota.h diff --git a/lib/Makefile.am b/lib/Makefile.am index c3a022b..f83871e 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -18,9 +18,9 @@ libnfs_la_SOURCES = \ pdu.c \ socket.c -SOCURRENT=2 +SOCURRENT=3 SOREVISION=0 -SOAGE=1 +SOAGE=2 libnfs_la_LDFLAGS = -version-info $(SOCURRENT):$(SOREVISION):$(SOAGE) libnfs_la_LIBADD = \ ../mount/libmount.la \ diff --git a/packaging/RPM/libnfs.spec.in b/packaging/RPM/libnfs.spec.in index 6293f56..28ff388 100644 --- a/packaging/RPM/libnfs.spec.in +++ b/packaging/RPM/libnfs.spec.in @@ -96,6 +96,8 @@ development libraries for LibNFS %{_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.