Fixed potentially conflicting integer types being defined
This commit is contained in:
parent
c2639a5649
commit
fddb031c12
1488
sword-1.8.1-integer-types.diff
Normal file
1488
sword-1.8.1-integer-types.diff
Normal file
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user