Fixed potentially conflicting integer types being defined

This commit is contained in:
Jaak Ristioja 2019-08-24 14:47:02 +03:00
parent c2639a5649
commit fddb031c12
No known key found for this signature in database
GPG Key ID: EEC6C7284EB6EDDC
2 changed files with 1494 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
Name: sword
Version: 1.8.1
Release: 14%{?dist}
Release: 15%{?dist}
Summary: Free Bible Software Project
License: GPLv2
URL: http://www.crosswire.org/sword/
@ -11,6 +11,7 @@ Patch0: sword-1.8.1-cmake.diff
Patch1: sword-1.8.1-icu61.diff
Patch2: sword-1.8.1-swig.diff
Patch3: sword-1.8.1-swig-perl.diff
Patch4: sword-1.8.1-integer-types.diff
BuildRequires: cmake
BuildRequires: cmake-data
BuildRequires: openssl-devel
@ -84,6 +85,7 @@ Perl bindings for The SWORD Library.
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%build
mkdir build
@ -157,6 +159,9 @@ make tests
%changelog
* Mon Aug 19 2019 Jaak Ristioja <jaak@ristioja.ee> - 1.8.1-15
- Fixed conflicting integer types being defined
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.8.1-14
- Rebuilt for Python 3.8