forked from pool/libixion
Accepting request 453859 from LibreOffice:Factory
1 OBS-URL: https://build.opensuse.org/request/show/453859 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libixion?expand=0&rev=11
This commit is contained in:
commit
8fa353b6ad
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c9e9f52580d618fa969fc0293f55af21a9c74bfb802e655c6bf239202f95bede
|
||||
size 366660
|
3
libixion-0.12.1.tar.xz
Normal file
3
libixion-0.12.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:000820ba51109ec21cbdb7ea83c1fdb0acbcfeb55b4a6a80fe02b71d45c587c2
|
||||
size 406300
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 1 12:54:11 UTC 2017 - adam.majer@suse.de
|
||||
|
||||
- use individual libboost-*-devel packages instead of boost-devel
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 3 13:44:31 UTC 2016 - tchvatal@suse.com
|
||||
|
||||
- Version update to 0.12.1:
|
||||
* Update to be in sync with orcus
|
||||
* Small fixes around
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 25 11:55:37 UTC 2016 - tchvatal@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libixion
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,16 +16,21 @@
|
||||
#
|
||||
|
||||
|
||||
%define libname libixion-0_11-0
|
||||
%define libname libixion-0_12-0
|
||||
Name: libixion
|
||||
Version: 0.11.1
|
||||
Version: 0.12.1
|
||||
Release: 0
|
||||
Summary: Threaded multi-target formula parser & interpreter
|
||||
License: MIT
|
||||
Group: Productivity/Publishing/Word
|
||||
Url: https://gitlab.com/ixion/ixion
|
||||
Source: http://kohei.us/files/ixion/src/%{name}-%{version}.tar.xz
|
||||
%if 0%{?suse_version} > 1325
|
||||
BuildRequires: libboost_program_options-devel
|
||||
BuildRequires: libboost_thread-devel
|
||||
%else
|
||||
BuildRequires: boost-devel
|
||||
%endif
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libstdc++-devel
|
||||
|
Loading…
x
Reference in New Issue
Block a user