- update to 3.7.8

This commit is contained in:
pertusus 2007-07-05 21:26:24 +00:00
parent 2096e196c3
commit ff8c660ee4
2 changed files with 6 additions and 25 deletions

View File

@ -1,22 +0,0 @@
--- libdap-3.7.6/Makefile.in.lib_order 2007-04-30 15:34:02.000000000 +0200
+++ libdap-3.7.6/Makefile.in 2007-04-30 15:35:07.000000000 +0200
@@ -310,7 +310,7 @@
TEST_COV_FLAGS = -ftest-coverage -fprofile-arcs
SUBDIRS = gl . tests
DIST_SUBDIRS = unit-tests gl tests
-lib_LTLIBRARIES = libdapclient.la libdapserver.la libdap.la
+lib_LTLIBRARIES = libdap.la libdapclient.la libdapserver.la
bin_SCRIPTS = dap-config
libdap_la_SOURCES = $(DAP_SRC) $(GNU_SRC)
libdapclient_la_SOURCES = $(CLIENT_SRC)
--- libdap-3.7.6/Makefile.am.lib_order 2007-04-30 15:33:47.000000000 +0200
+++ libdap-3.7.6/Makefile.am 2007-04-30 15:34:34.000000000 +0200
@@ -22,7 +22,7 @@
SUBDIRS = gl . tests
DIST_SUBDIRS = unit-tests gl tests
-lib_LTLIBRARIES = libdapclient.la libdapserver.la libdap.la
+lib_LTLIBRARIES = libdap.la libdapclient.la libdapserver.la
bin_SCRIPTS = dap-config

View File

@ -1,7 +1,7 @@
Name: libdap
Summary: The C++ DAP2 library from OPeNDAP
Version: 3.7.7
Release: 1%{?dist}.1
Version: 3.7.8
Release: 1%{?dist}
Source0: http://www.opendap.org/pub/source/libdap-%{version}.tar.gz
URL: http://www.opendap.org/
@ -105,7 +105,7 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libdap.so
%{_libdir}/libdapclient.so
%{_libdir}/libdapserver.so
#%{_libdir}/pkgconfig/libdap*.pc
%{_libdir}/pkgconfig/libdap*.pc
%{_bindir}/dap-config
%{_includedir}/libdap/
%{_datadir}/aclocal/*
@ -116,6 +116,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Thu Jul 5 2007 Patrice Dumas <pertusus@free.fr> 3.7.8-1
- update to 3.7.8
* Thu May 31 2007 Patrice Dumas <pertusus@free.fr> 3.7.7-1.1
- update to 3.7.7