new upstream release

f41
David Tardon 7 years ago
parent 52d0aa505e
commit b9fa1107c3

1
.gitignore vendored

@ -12,3 +12,4 @@
/liborcus-0.13.2.tar.xz
/liborcus-0.13.3.tar.xz
/liborcus-0.13.4.tar.xz
/liborcus-0.14.0.tar.xz

@ -1,4 +1,4 @@
%global apiversion 0.13
%global apiversion 0.14
# build conversion tools
%bcond_without convtools
@ -6,8 +6,8 @@
%bcond_without python
Name: liborcus
Version: 0.13.4
Release: 3%{?dist}
Version: 0.14.0
Release: 1%{?dist}
Summary: Standalone file import filter library for spreadsheet documents
License: MPLv2.0
@ -19,7 +19,7 @@ BuildRequires: doxygen
BuildRequires: gcc-c++
%if %{with convtools}
BuildRequires: help2man
BuildRequires: pkgconfig(libixion-0.13)
BuildRequires: pkgconfig(libixion-0.14)
%endif
BuildRequires: pkgconfig(mdds-1.4)
%if %{with python}
@ -77,9 +77,6 @@ API documentation for %{name}.
%prep
%autosetup -p1
# TODO: remove on update to 0.14.0
sed -i -e 's/mdds-1.2 >= 1.2.1/mdds-1.4/' configure
%if %{without convtools}
%global condopts %{?condopts} --disable-spreadsheet-model
%endif
@ -187,6 +184,9 @@ make check %{?_smp_mflags}
%doc doc/_doxygen/html
%changelog
* Sun Sep 02 2018 David Tardon <dtardon@redhat.com> - 0.14.0-1
- new upstream release
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

@ -1 +1 @@
SHA512 (liborcus-0.13.4.tar.xz) = f00b49c41eb1898c37d8d42e59f9004f46b5f849b9d60ac9c5033232d1e5065ff3de160e79f5a88983bf64f86e283b6d1d406a24e776aa6ff7b8acec324ccd4b
SHA512 (liborcus-0.14.0.tar.xz) = 0dca1508f3b235d9e52e131a54b0e7ec5473e4a5863a70aa7c703d3b16e8dff49de954af924c4235c5cdbd592528df15192545f08a878c5d469d7394825525b3

Loading…
Cancel
Save