Accepting request 723919 from home:jbrielmaier:ppc64le

Required by liborcus, which instead is required to build LO newer then 56ffe3c0a1261cd98a3d42 (2019-08-12).
Accept it when you need it :)

OBS-URL: https://build.opensuse.org/request/show/723919
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libixion?expand=0&rev=33
This commit is contained in:
Tomáš Chvátal 2019-08-16 08:26:30 +00:00 committed by Git OBS Bridge
parent c00bfd5cde
commit 96ae309e16
4 changed files with 17 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6ad1384fcf813083c6d981a16b2643c953f9bac4c2caf1ed1682921d9b69ed91
size 360568

3
libixion-0.15.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b1f60af61be875e3bfa7ad18203a6c8ccdeb9922a531e196029fc42fbfa0b9e6
size 447388

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Aug 15 21:35:46 UTC 2019 - Jonathan Brielmaier <jbrielmaier@suse.de>
- Update to 0.15.0
* Update for new liborcus
* Switched to spdlog for compile-time debug log outputs
* Various fixes
- Add spdlog build dependency
-------------------------------------------------------------------
Thu Mar 7 10:05:25 UTC 2019 - Adam Majer <adam.majer@suse.de>

View File

@ -12,13 +12,13 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define libname libixion-0_14-0
%define libname libixion-0_15-0
Name: libixion
Version: 0.14.1
Version: 0.15.0
Release: 0
Summary: Threaded multi-target formula parser & interpreter
License: MIT
@ -30,8 +30,9 @@ BuildRequires: gcc-c++
BuildRequires: libstdc++-devel
BuildRequires: libtool
BuildRequires: pkgconfig
BuildRequires: pkgconfig(mdds-1.4)
BuildRequires: pkgconfig(mdds-1.5)
BuildRequires: pkgconfig(python3)
BuildRequires: pkgconfig(spdlog) >= 0.16.0
%if 0%{?suse_version} > 1325
BuildRequires: libboost_filesystem-devel
BuildRequires: libboost_program_options-devel