!2 Upgrade to v1.3.6

From: @hkgy 
Reviewed-by: @panchenbo 
Signed-off-by: @panchenbo
This commit is contained in:
openeuler-ci-bot 2022-12-14 07:05:58 +00:00 committed by Gitee
commit 26835b84e9
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 11 additions and 10 deletions

Binary file not shown.

BIN
cln-1.3.6.tar.bz2 Normal file

Binary file not shown.

View File

@ -1,19 +1,17 @@
Name: cln
Version: 1.3.4
Version: 1.3.6
Release: 1
Summary: Class Library for Numbers
License: GPLv2+
URL: http://www.ginac.de/CLN/
Source0: http://www.ginac.de/CLN/%{name}-%{version}.tar.bz2
License: GPL-2.0-or-later
URL: https://www.ginac.de/CLN/
Source0: https://www.ginac.de/CLN/%{name}-%{version}.tar.bz2
Patch01: add-riscv-support.patch
BuildRequires: gcc-c++
BuildRequires: gmp-devel
BuildRequires: texi2html
BuildRequires: perl(Unicode::EastAsianWidth)
BuildRequires: texinfo-tex
BuildRequires: make
# Didn't pickup this
BuildRequires: texlive-ec texlive-cm-super
Patch01: add-riscv-support.patch
BuildRequires: make
%description
A collection of C++ math classes and functions, which are designed for
@ -44,7 +42,7 @@ the CLN library.
%ifarch riscv64
%patch1 -p1
%endif
%build
%configure --disable-static CXXFLAGS="%{XFLAGS}" CFLAGS="%{XFLAGS}"
make %{?_smp_mflags}
@ -75,5 +73,8 @@ make %{_smp_mflags} check
%doc doc/cln.pdf doc/cln.html
%changelog
* Tue Nov 15 2022 hkgy <kaguyahatu@outlook.com> - 1.3.6-1
- Upgrade to v1.3.6
* Fri Jul 15 2022 misaka00251 <misaka00251@misakanet.cn> - 1.3.4-1
- Init package