From 9a1d0882e64fb9dc6fcee38bd15d3719b4d6f930 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Thu, 14 Jan 2016 08:17:32 -0700 Subject: [PATCH] Update to 3.16.0 --- .gitignore | 1 + libdap.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4bb14e8..6d13e7d 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ libdap-3.10.2.tar.gz /libdap-3.13.3.tar.gz /libdap-3.14.0.tar.gz /libdap-3.15.1.tar.gz +/libdap-3.16.0.tar.gz diff --git a/libdap.spec b/libdap.spec index 17a66f1..2ad15d8 100644 --- a/libdap.spec +++ b/libdap.spec @@ -1,6 +1,6 @@ Name: libdap Summary: The C++ DAP2 library from OPeNDAP -Version: 3.15.1 +Version: 3.16.0 Release: 1%{?dist} License: LGPLv2+ @@ -110,7 +110,7 @@ make check %files %{_bindir}/getdap %{_bindir}/getdap4 -%{_libdir}/libdap.so.17* +%{_libdir}/libdap.so.21* %{_libdir}/libdapclient.so.6* %{_libdir}/libdapserver.so.7* %{_mandir}/man1/getdap.1* @@ -135,6 +135,9 @@ make check %changelog +* Thu Jan 14 2016 Orion Poplawski - 3.16.0-1 +- Update to 3.16.0 + * Wed Sep 23 2015 Orion Poplawski - 3.15.1-1 - Update to 3.15.1 - Drop flex, getopt, and include patches fixed upstream diff --git a/sources b/sources index f3600f4..46724b0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -31cd4939e5b894049cebccc321fd1b49 libdap-3.15.1.tar.gz +8c03ee8cf8d489c46fca140b23e82a7e libdap-3.16.0.tar.gz