SHA256
1
0
forked from pool/qalculate

Accepting request 605327 from KDE:Distro:Factory

- Add patch to fix FD leak (boo#1092329):
  * 0001-Fix-leaking-of-FDs-created-by-pipe.patch

OBS-URL: https://build.opensuse.org/request/show/605327
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qalculate?expand=0&rev=19
This commit is contained in:
2018-05-11 09:28:08 +00:00
committed by Git OBS Bridge
parent a1218adc33
commit 9a64485bf9
3 changed files with 43 additions and 0 deletions

View File

@@ -26,6 +26,8 @@ License: GPL-2.0+
Group: Productivity/Scientific/Math
Url: https://qalculate.github.io/
Source: https://github.com/Qalculate/libqalculate/releases/download/v%{version}/%{libname}-%{version}.tar.gz
# PATCH-FIX-UPSTREAM (https://github.com/Qalculate/libqalculate/pull/87)
Patch1: 0001-Fix-leaking-of-FDs-created-by-pipe.patch
BuildRequires: gcc-c++
BuildRequires: gmp-devel
BuildRequires: intltool
@@ -72,6 +74,7 @@ you will need to install %{libname}-devel.
%prep
%setup -q -n %{libname}-%{version}
%autopatch -p1
%build
%configure --disable-static