Compare commits

...

3 Commits

Author SHA1 Message Date
Fedora Release Engineering 6e2a4fa2cf Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-19 16:04:35 +00:00
Orion Poplawski e46216bfc1 Use SPDX License tag 2023-01-17 17:25:40 -07:00
Orion Poplawski 2b48556d25 Add patch to add missing include needed for gcc 13 2023-01-17 17:23:44 -07:00
2 changed files with 19 additions and 2 deletions

11
libdap-include.patch Normal file
View File

@ -0,0 +1,11 @@
diff -up libdap-3.20.10/Constructor.cc.include libdap-3.20.10/Constructor.cc
--- libdap-3.20.10/Constructor.cc.include 2022-06-26 15:55:00.000000000 -0600
+++ libdap-3.20.10/Constructor.cc 2023-01-17 07:23:47.199638401 -0700
@@ -31,6 +31,7 @@
#include "config.h"
+#include <cstdint>
#include <string>
#include <sstream>
#include <algorithm>

View File

@ -1,15 +1,18 @@
Name: libdap
Summary: The C++ DAP2 library from OPeNDAP
Version: 3.20.10
Release: 2%{?dist}
Release: 3%{?dist}
License: LGPLv2+
License: LGPL-2.1-or-later
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 for i686 build
Patch1: https://github.com/OPENDAP/libdap4/pull/192.patch
# Add missing includes for gcc 13
# https://github.com/OPENDAP/libdap4/pull/215
Patch2: libdap-include.patch
BuildRequires: make
BuildRequires: gcc-c++
@ -131,6 +134,9 @@ make check || :
%changelog
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.20.10-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.20.10-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild