Accepting request 668087 from LibreOffice:Unstable

a

OBS-URL: https://build.opensuse.org/request/show/668087
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libixion?expand=0&rev=29
This commit is contained in:
Tomáš Chvátal 2019-01-23 13:35:46 +00:00 committed by Git OBS Bridge
parent d29424a28b
commit 64f42aa22c
4 changed files with 16 additions and 8 deletions

View File

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

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

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Nov 15 13:48:27 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.14.1:
* Update for new orcus
* Various 23bit build issues
* Various coverity fixes
-------------------------------------------------------------------
Thu Feb 15 08:19:15 UTC 2018 - tchvatal@suse.com

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_13-0
%define libname libixion-0_14-0
Name: libixion
Version: 0.13.0
Version: 0.14.1
Release: 0
Summary: Threaded multi-target formula parser & interpreter
License: MIT
@ -30,11 +30,11 @@ BuildRequires: gcc-c++
BuildRequires: libstdc++-devel
BuildRequires: libtool
BuildRequires: pkgconfig
BuildRequires: pkgconfig(mdds-1.2)
BuildRequires: pkgconfig(mdds-1.4)
BuildRequires: pkgconfig(python3)
%if 0%{?suse_version} > 1325
BuildRequires: libboost_filesystem-devel
BuildRequires: libboost_program_options-devel
BuildRequires: libboost_thread-devel
%else
BuildRequires: boost-devel
%endif