import liborcus-0.15.4-2.el8
This commit is contained in:
parent
e97890841d
commit
380e6688f4
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/liborcus-0.14.1.tar.xz
|
||||
SOURCES/liborcus-0.15.4.tar.xz
|
||||
|
@ -1 +1 @@
|
||||
5494eae7df0bdcaad76ddecc265d02738475a1c9 SOURCES/liborcus-0.14.1.tar.xz
|
||||
a428ce282806e8e66d439d4cc8827ef91066fbb5 SOURCES/liborcus-0.15.4.tar.xz
|
||||
|
@ -1,4 +1,4 @@
|
||||
%global apiversion 0.14
|
||||
%global apiversion 0.15
|
||||
|
||||
# build conversion tools
|
||||
%bcond_with convtools
|
||||
@ -6,8 +6,8 @@
|
||||
%bcond_with python
|
||||
|
||||
Name: liborcus
|
||||
Version: 0.14.1
|
||||
Release: 1%{?dist}
|
||||
Version: 0.15.4
|
||||
Release: 2%{?dist}
|
||||
Summary: Standalone file import filter library for spreadsheet documents
|
||||
|
||||
License: MPLv2.0
|
||||
@ -19,9 +19,9 @@ BuildRequires: doxygen
|
||||
BuildRequires: gcc-c++
|
||||
%if %{with convtools}
|
||||
BuildRequires: help2man
|
||||
BuildRequires: pkgconfig(libixion-0.14)
|
||||
BuildRequires: pkgconfig(libixion-0.15)
|
||||
%endif
|
||||
BuildRequires: pkgconfig(mdds-1.4)
|
||||
BuildRequires: pkgconfig(mdds-1.5)
|
||||
%if %{with python}
|
||||
BuildRequires: pkgconfig(python3)
|
||||
%endif
|
||||
@ -155,7 +155,6 @@ make check %{?_smp_mflags}
|
||||
%{_bindir}/orcus-detect
|
||||
%{_bindir}/orcus-json
|
||||
%{_bindir}/orcus-mso-encryption
|
||||
%{_bindir}/orcus-xml-dump
|
||||
%{_bindir}/orcus-zip-dump
|
||||
%{_bindir}/orcus-yaml
|
||||
%if %{with convtools}
|
||||
@ -186,6 +185,12 @@ make check %{?_smp_mflags}
|
||||
%doc doc/_doxygen/html
|
||||
|
||||
%changelog
|
||||
* Sun Oct 25 2020 Caolán McNamara <caolanm@redhat.com> - 0.15.4-2
|
||||
- Related: rhbz#1881132 update to 0.15.4
|
||||
|
||||
* Thu Oct 22 2020 Caolán McNamara <caolanm@redhat.com> - 0.15.4-1
|
||||
- Resolves: rhbz#1881132 update to 0.15.4
|
||||
|
||||
* Fri Mar 13 2020 Caolán McNamara <caolanm@redhat.com> - 0.14.1-1
|
||||
- Related: rhbz#1796893 update to 0.14.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user