New version 1.9.1
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Tue, 28 Jan 2014 14:41:31 +0000 (06:41 -0800)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Tue, 28 Jan 2014 14:41:31 +0000 (06:41 -0800)
Add back the libnfs-raw-*.h headers to make install

configure.ac
include/Makefile.am
lib/Makefile.am
packaging/RPM/libnfs.spec.in

index d405377f855873bc2eb1a59130230e8dd82f5130..52f51b4a335f1830df6645f6ea01512491e19ec9 100644 (file)
@@ -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
index 9cde2e34680d91afd94b9786f8170fdf5536931e..27810e05109055b587cfd5189826809ae96b7616 100644 (file)
@@ -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
index c3a022b9805177da70b820d207f0e193e3c6611c..f83871e40feed01881f40546894a3a537db56870 100644 (file)
@@ -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 \
index 6293f56ba4b0cd8fb9a07a6d0e75fed56630ec15..28ff38873bdc4a4dd6fa42939af6ccca4237e1be 100644 (file)
@@ -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.