Gwyn Ciesla 2 years ago
parent e6152f466e
commit f2d72c4bb3

1
.gitignore vendored

@ -1 +1,2 @@
/liborcus-0.17.2.tar.xz
/liborcus-0.18.1.tar.xz

@ -1,25 +0,0 @@
diff -ru liborcus-0.17.2.orig/include/orcus/base64.hpp liborcus-0.17.2/include/orcus/base64.hpp
--- liborcus-0.17.2.orig/include/orcus/base64.hpp 2023-01-23 20:34:32.641993292 +0000
+++ liborcus-0.17.2/include/orcus/base64.hpp 2023-01-23 20:43:45.653157969 +0000
@@ -9,8 +9,9 @@
#define __ORCUS_BASE64_HPP__
#include "env.hpp"
-#include <vector>
+#include <cstdint>
#include <string>
+#include <vector>
namespace orcus {
diff -ru liborcus-0.17.2.orig/include/orcus/types.hpp liborcus-0.17.2/include/orcus/types.hpp
--- liborcus-0.17.2.orig/include/orcus/types.hpp 2023-01-23 20:34:32.641993292 +0000
+++ liborcus-0.17.2/include/orcus/types.hpp 2023-01-23 20:35:00.060249357 +0000
@@ -8,6 +8,7 @@
#ifndef INCLUDED_ORCUS_TYPES_HPP
#define INCLUDED_ORCUS_TYPES_HPP
+#include <cstdint>
#include <cstdlib>
#include <vector>
#include <string>

@ -1,8 +0,0 @@
--- a/Makefile.am 2018-09-14 22:51:18.000000000 +0100
+++ b/Makefile.am 2020-03-17 15:37:37.493186784 +0000
@@ -1,4 +1,4 @@
-SUBDIRS = src include benchmark doc_example
+SUBDIRS = src include benchmark
ACLOCAL_AMFLAGS = -I m4
pcfiles = liborcus-@ORCUS_API_VERSION@.pc

@ -1,4 +1,4 @@
%global apiversion 0.17
%global apiversion 0.18
%if 0%{?rhel}
@ -16,15 +16,13 @@
%endif
Name: liborcus
Version: 0.17.2
Version: 0.18.1
Release: %autorelease
Summary: Standalone file import filter library for spreadsheet documents
License: MPL-2.0
URL: https://gitlab.com/orcus/orcus
Source0: https://kohei.us/files/orcus/src/%{name}-%{version}.tar.xz
Patch0: liborcus-noexamples.patch
Patch1: 0001-include-cstdint.patch
BuildRequires: make
BuildRequires: boost-devel
@ -35,7 +33,7 @@ BuildRequires: automake
BuildRequires: help2man
BuildRequires: pkgconfig(libixion-0.17)
%endif
BuildRequires: pkgconfig(mdds-2.0)
BuildRequires: pkgconfig(mdds-2.1)
%if %{with python}
BuildRequires: pkgconfig(python3)
%if 0%{?rhel}

@ -1 +1 @@
SHA512 (liborcus-0.17.2.tar.xz) = 8ad8db46c23673260057aff555286d95ebfeff0a027bdeae24f11f8aa12456284f7f4446edddb91936b3011eb1227cfe1618ab3c4d909f8356c8c151f5739d79
SHA512 (liborcus-0.18.1.tar.xz) = 73cbfe64e607165b9311f7330505dfcd0d16de42212e5ace55b588d6ef869221de51d22fc069553ac08e847fad1330cc3915f7e3769dc04c17b11914abb4acdd

Loading…
Cancel
Save