Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 83adf348fb | |||
| ead2caf9a4 | |||
| a41616b254 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e3fcce3183005d5404ea5510cfb4c1d5639a42002336b36c6a7d2d8ed7811d2e
|
||||
size 121025
|
||||
3
openspecfun-0.5.6.tar.gz
Normal file
3
openspecfun-0.5.6.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f77401cdadde8e4c59cd862ebb71a015141f7ad3dca638a17dd617b5e801572a
|
||||
size 106893
|
||||
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 25 03:46:31 UTC 2024 - ming li <mli@suse.com>
|
||||
|
||||
- update to 0.5.6:
|
||||
* Fix my_copysign bug
|
||||
* Remove rem_pio2
|
||||
* Apply fixes listed in 'Remark on Algorithm 644'
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 18 09:40:51 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package openspecfun
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,10 +16,10 @@
|
||||
#
|
||||
|
||||
|
||||
%define so_ver 1
|
||||
%define so_ver 2
|
||||
%define libname lib%{name}%{so_ver}
|
||||
Name: openspecfun
|
||||
Version: 0.5.5
|
||||
Version: 0.5.6
|
||||
Release: 0
|
||||
Summary: A collection of special mathematical functions
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user