From 1b4f03cfae0e90dfadbcd879edf26629deed010c Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Mon, 23 Feb 2015 09:02:27 -0700 Subject: [PATCH] Update to 3.13.3 --- .gitignore | 1 + libdap.spec | 11 +++++------ sources | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 5ed6c4c..efc656a 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ libdap-3.10.2.tar.gz /libdap-3.11.3.tar.gz /libdap-3.11.7.tar.gz /libdap-3.13.1.tar.gz +/libdap-3.13.3.tar.gz diff --git a/libdap.spec b/libdap.spec index 39a13f2..0f6bb0e 100644 --- a/libdap.spec +++ b/libdap.spec @@ -1,7 +1,7 @@ Name: libdap Summary: The C++ DAP2 library from OPeNDAP -Version: 3.13.1 -Release: 3%{?dist} +Version: 3.13.3 +Release: 1%{?dist} License: LGPLv2+ Group: Development/Libraries @@ -9,9 +9,6 @@ URL: http://www.opendap.org/ Source0: http://www.opendap.org/pub/source/libdap-%{version}.tar.gz #Don't run HTTP tests - builders don't have network connections Patch0: libdap-offline.patch -# Fix test hangs on ppc and arm -# https://bugzilla.redhat.com/show_bug.cgi?id=1118776 -Patch1: libdap-getopt.patch # For autoreconf BuildRequires: libtool @@ -65,7 +62,6 @@ Documentation of the libdap library. %prep %setup -q %patch0 -p1 -b .offline -%patch1 -p1 -b .getopt iconv -f latin1 -t utf8 < COPYRIGHT_W3C > COPYRIGHT_W3C.utf8 touch -r COPYRIGHT_W3C COPYRIGHT_W3C.utf8 mv COPYRIGHT_W3C.utf8 COPYRIGHT_W3C @@ -129,6 +125,9 @@ make check %changelog +* Mon Feb 23 2015 Orion Poplawski - 3.13.3-1 +- Update to 3.13.3 + * Sun Aug 17 2014 Fedora Release Engineering - 3.13.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index c58f050..a54321e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1ce7aa2f9c370d7d8233e8055ae2e233 libdap-3.13.1.tar.gz +eda3d6c68abc93734a84f680eb546e6a libdap-3.13.3.tar.gz