Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package openspecfun for openSUSE:Factory 
checked in at 2022-12-19 14:08:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openspecfun (Old)
 and      /work/SRC/openSUSE:Factory/.openspecfun.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openspecfun"

Mon Dec 19 14:08:09 2022 rev:4 rq:1043684 version:0.5.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/openspecfun/openspecfun.changes  2020-09-17 
15:08:16.808905952 +0200
+++ /work/SRC/openSUSE:Factory/.openspecfun.new.1835/openspecfun.changes        
2022-12-19 14:08:11.838643554 +0100
@@ -1,0 +2,6 @@
+Sun Dec 18 09:40:51 UTC 2022 - Dirk Müller <dmuel...@suse.com>
+
+- update to 0.5.5:
+  * see https://github.com/JuliaMath/openspecfun/compare/v0.5.3...v0.5.5 
+
+-------------------------------------------------------------------

Old:
----
  openspecfun-0.5.3.tar.gz

New:
----
  openspecfun-0.5.5.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ openspecfun.spec ++++++
--- /var/tmp/diff_new_pack.yvGk2j/_old  2022-12-19 14:08:12.318646041 +0100
+++ /var/tmp/diff_new_pack.yvGk2j/_new  2022-12-19 14:08:12.318646041 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package openspecfun
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,13 +19,13 @@
 %define so_ver  1
 %define libname lib%{name}%{so_ver}
 Name:           openspecfun
-Version:        0.5.3
+Version:        0.5.5
 Release:        0
 Summary:        A collection of special mathematical functions
 License:        MIT
 Group:          System/Libraries
-URL:            https://github.com/JuliaLang/openspecfun
-Source0:        
https://github.com/JuliaLang/openspecfun/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+URL:            https://github.com/JuliaMath/openspecfun
+Source0:        
https://github.com/JuliaMath/openspecfun/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  gcc-fortran
 
 %description

++++++ openspecfun-0.5.3.tar.gz -> openspecfun-0.5.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openspecfun-0.5.3/Make.inc 
new/openspecfun-0.5.5/Make.inc
--- old/openspecfun-0.5.3/Make.inc      2016-07-26 18:16:17.000000000 +0200
+++ new/openspecfun-0.5.5/Make.inc      2021-06-02 13:28:45.000000000 +0200
@@ -4,9 +4,9 @@
 
 # Do not forget to bump SOMINOR when changing VERSION,
 # and SOMAJOR when breaking ABI in a backward-incompatible way
-VERSION = 0.5.3
+VERSION = 0.5.4
 SOMAJOR = 1
-SOMINOR = 3
+SOMINOR = 4
 
 DESTDIR =
 prefix = /usr/local
@@ -20,8 +20,8 @@
 # simply defaults and are overridable via environment variables or
 # `make CFLAGS="foo"` on the command line
 
-FFLAGS = -O3
-CFLAGS = -std=c99 -Wall -O3
+FFLAGS = -O3 -fno-optimize-sibling-calls
+CFLAGS = -std=c99 -O3
 CPPFLAGS =
 
 override FFLAGS_add =
@@ -32,7 +32,7 @@
 USEGCC = 1
 USECLANG = 0
 
-ifeq ($(OS), Darwin)
+ifneq (,$(findstring $(OS),FreeBSD Darwin))
 USEGCC = 0
 USECLANG = 1
 endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openspecfun-0.5.3/README.md 
new/openspecfun-0.5.5/README.md
--- old/openspecfun-0.5.3/README.md     2016-07-26 18:16:17.000000000 +0200
+++ new/openspecfun-0.5.5/README.md     2021-06-02 13:28:45.000000000 +0200
@@ -1,15 +1,11 @@
-openspecfun
+OpenSpecfun
 ===========
 
-Openspecfun provides AMOS and Faddeeva. AMOS (from Netlib) is a
-portable package for Bessel Functions of a Complex Argument and
-Nonnegative Order; it contains subroutines for computing Bessel
-functions and Airy functions. Faddeeva allows computing the
-various error functions of arbitrary complex arguments (Faddeeva
-function, error function, complementary error function, scaled
-complementary error function, imaginary error function, and Dawson function);
-given these, one can also easily compute Voigt functions, Fresnel integrals,
-and similar related functions as well.
+OpenSpecfun provides AMOS and Faddeeva. 
+
+AMOS (from Netlib) is a portable package for Bessel Functions of a Complex 
Argument and Nonnegative Order; it contains subroutines for computing Bessel 
functions and Airy functions. 
+
+Faddeeva allows computing the various error functions of arbitrary complex 
arguments (Faddeeva function, error function, complementary error function, 
scaled complementary error function, imaginary error function, and Dawson 
function); given these, one can also easily compute Voigt functions, Fresnel 
integrals, and similar related functions as well.
 
 To build, run:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openspecfun-0.5.3/rem_pio2/Make.files 
new/openspecfun-0.5.5/rem_pio2/Make.files
--- old/openspecfun-0.5.3/rem_pio2/Make.files   2016-07-26 18:16:17.000000000 
+0200
+++ new/openspecfun-0.5.5/rem_pio2/Make.files   2021-06-02 13:28:45.000000000 
+0200
@@ -1,4 +1 @@
-# complex error functions from the Faddeeva package
-# (http://ab-initio.mit.edu/Faddeeva)
 $(CUR_SRCS) += e_rem_pio2.c e_rem_pio2f.c k_rem_pio2.c
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openspecfun-0.5.3/rem_pio2/fenv.h 
new/openspecfun-0.5.5/rem_pio2/fenv.h
--- old/openspecfun-0.5.3/rem_pio2/fenv.h       2016-07-26 18:16:17.000000000 
+0200
+++ new/openspecfun-0.5.5/rem_pio2/fenv.h       1970-01-01 01:00:00.000000000 
+0100
@@ -1,9 +0,0 @@
-#ifdef __arm__
-#include "../arm/fenv.h"
-#else
-#ifdef __LP64
-#include "../amd64/fenv.h"
-#else
-#include "../i387/fenv.h"
-#endif
-#endif

Reply via email to