commit openlibm for openSUSE:Factory

2020-09-17 Thread root
Hello community,

here is the log from the commit of package openlibm for openSUSE:Factory 
checked in at 2020-09-17 14:59:11

Comparing /work/SRC/openSUSE:Factory/openlibm (Old)
 and  /work/SRC/openSUSE:Factory/.openlibm.new.4249 (New)


Package is "openlibm"

Thu Sep 17 14:59:11 2020 rev:10 rq:835094 version:0.7.1

Changes:

--- /work/SRC/openSUSE:Factory/openlibm/openlibm.changes2020-02-18 
13:29:33.840721023 +0100
+++ /work/SRC/openSUSE:Factory/.openlibm.new.4249/openlibm.changes  
2020-09-17 15:08:12.332901701 +0200
@@ -1,0 +2,6 @@
+Wed Sep 16 21:39:25 UTC 2020 - Dirk Mueller 
+
+- update to 0.7.1:
+  * build + bugfixes
+
+---

Old:

  openlibm-0.7.0.tar.gz

New:

  openlibm-0.7.1.tar.gz



Other differences:
--
++ openlibm.spec ++
--- /var/tmp/diff_new_pack.KXosa5/_old  2020-09-17 15:08:13.404902719 +0200
+++ /var/tmp/diff_new_pack.KXosa5/_new  2020-09-17 15:08:13.408902723 +0200
@@ -16,18 +16,17 @@
 #
 
 
-Name:   openlibm
-Version:0.7.0
-Release:0
 %define so_ver  3
 %define libname lib%{name}%{so_ver}
+Name:   openlibm
+Version:0.7.1
+Release:0
 Summary:Standalone C mathematical library
 License:BSD-2-Clause AND MIT
 Group:  Development/Libraries/C and C++
 URL:https://github.com/JuliaLang/openlibm/
 Source0:
https://github.com/JuliaLang/openlibm/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-BuildRequires:  pkg-config
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig
 ExcludeArch:ppc
 
 %description
@@ -66,7 +65,7 @@
 %setup -q
 
 %build
-make %{?_smp_mflags} \
+%make_build \
  FFLAGS="%{optflags}" \
  CFLAGS="%{optflags}" \
 %ifarch armv6hl
@@ -86,16 +85,14 @@
 rm %{buildroot}/%{_libdir}/libopenlibm.a
 
 %post -n %{libname} -p /sbin/ldconfig
-
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files -n %{libname}
-%defattr(-,root,root)
 %{_libdir}/lib%{name}.so.%{so_ver}*
 
 %files devel
-%defattr(-,root,root)
-%doc LICENSE.md README.md
+%license LICENSE.md
+%doc README.md
 %{_includedir}/openlibm/
 %{_libdir}/libopenlibm.so
 %{_libdir}/pkgconfig/openlibm.pc

++ openlibm-0.7.0.tar.gz -> openlibm-0.7.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openlibm-0.7.0/.github/FUNDING.yml 
new/openlibm-0.7.1/.github/FUNDING.yml
--- old/openlibm-0.7.0/.github/FUNDING.yml  2019-12-10 03:43:44.0 
+0100
+++ new/openlibm-0.7.1/.github/FUNDING.yml  2020-09-02 18:33:04.0 
+0200
@@ -1 +1 @@
-custom: https://numfocus.salsalabs.org/donate-to-julia/index.html
+github: [JuliaLang]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openlibm-0.7.0/README.md new/openlibm-0.7.1/README.md
--- old/openlibm-0.7.0/README.md2019-12-10 03:43:44.0 +0100
+++ new/openlibm-0.7.1/README.md2020-09-02 18:33:04.0 +0200
@@ -9,7 +9,7 @@
 implementations.
 
 The project was born out of a need to have a good `libm` for the
-[Julia programming langage](http://www.julialang.org) that worked
+[Julia programming language](http://www.julialang.org) that worked
 consistently across compilers and operating systems, and in 32-bit and
 64-bit environments.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openlibm-0.7.0/amd64/fenv.c 
new/openlibm-0.7.1/amd64/fenv.c
--- old/openlibm-0.7.0/amd64/fenv.c 2019-12-10 03:43:44.0 +0100
+++ new/openlibm-0.7.1/amd64/fenv.c 2020-09-02 18:33:04.0 +0200
@@ -29,7 +29,7 @@
 #include "bsd_fpu.h"
 #include "math_private.h"
 
-#ifdef _WIN32
+#ifndef OPENLIBM_USE_HOST_FENV_H
 #define __fenv_static OLM_DLLEXPORT
 #endif
 #include 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openlibm-0.7.0/docs/index.html 
new/openlibm-0.7.1/docs/index.html
--- old/openlibm-0.7.0/docs/index.html  2019-12-10 03:43:44.0 +0100
+++ new/openlibm-0.7.1/docs/index.html  2020-09-02 18:33:04.0 +0200
@@ -9,9 +9,6 @@
 
 
 
-
   
   
 
@@ -20,12 +17,11 @@
 A high quality system independent, portable, open 
source libm implementation
 
 
-  https://github.com/JuliaLang/openlibm/archive/v0.4.1.zip;>Download 
ZIP
-  https://github.com/JuliaLang/openlibm/archive/v0.4.1.tar.gz;>Download 
TAR
-  https://github.com/JuliaLang/openlibm;>View On GitHub
+  https://github.com/JuliaMath/openlibm/releases;>Download
+  https://github.com/JuliaMath/openlibm;>View On GitHub
 
 
-This project is maintained by 

commit openlibm for openSUSE:Factory

2020-02-18 Thread root
Hello community,

here is the log from the commit of package openlibm for openSUSE:Factory 
checked in at 2020-02-18 13:29:29

Comparing /work/SRC/openSUSE:Factory/openlibm (Old)
 and  /work/SRC/openSUSE:Factory/.openlibm.new.26092 (New)


Package is "openlibm"

Tue Feb 18 13:29:29 2020 rev:9 rq:774962 version:0.7.0

Changes:

--- /work/SRC/openSUSE:Factory/openlibm/openlibm.changes2018-02-12 
10:16:00.707782411 +0100
+++ /work/SRC/openSUSE:Factory/.openlibm.new.26092/openlibm.changes 
2020-02-18 13:29:33.840721023 +0100
@@ -1,0 +2,7 @@
+Mon Feb 17 08:51:45 UTC 2020 - pgaj...@suse.com
+
+- version update to 0.7.0
+  * Enable optimization again for *int.c and *intf.c
+  * This release adds support for: wasm32, mips, s390, s390x, netbsd
+
+---

Old:

  openlibm-0.5.5.tar.gz

New:

  openlibm-0.7.0.tar.gz



Other differences:
--
++ openlibm.spec ++
--- /var/tmp/diff_new_pack.Zpyhjx/_old  2020-02-18 13:29:34.45671 +0100
+++ /var/tmp/diff_new_pack.Zpyhjx/_new  2020-02-18 13:29:34.46078 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package openlibm
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,23 +12,23 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   openlibm
-Version:0.5.5
+Version:0.7.0
 Release:0
-%define so_ver  2
+%define so_ver  3
 %define libname lib%{name}%{so_ver}
 Summary:Standalone C mathematical library
-License:BSD-2-Clause and MIT
+License:BSD-2-Clause AND MIT
 Group:  Development/Libraries/C and C++
-Url:https://github.com/JuliaLang/openlibm/
+URL:https://github.com/JuliaLang/openlibm/
 Source0:
https://github.com/JuliaLang/openlibm/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  pkg-config
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-ExcludeArch:ppc s390 s390x
+ExcludeArch:ppc
 
 %description
 OpenLibm is an implementation of a standalone C mathematical library

++ openlibm-0.5.5.tar.gz -> openlibm-0.7.0.tar.gz ++
 2743 lines of diff (skipped)




commit openlibm for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package openlibm for openSUSE:Factory 
checked in at 2018-02-12 10:15:58

Comparing /work/SRC/openSUSE:Factory/openlibm (Old)
 and  /work/SRC/openSUSE:Factory/.openlibm.new (New)


Package is "openlibm"

Mon Feb 12 10:15:58 2018 rev:8 rq:575429 version:0.5.5

Changes:

--- /work/SRC/openSUSE:Factory/openlibm/openlibm.changes2018-02-07 
18:42:34.644912558 +0100
+++ /work/SRC/openSUSE:Factory/.openlibm.new/openlibm.changes   2018-02-12 
10:16:00.707782411 +0100
@@ -1,0 +2,5 @@
+Sun Feb 11 10:13:04 UTC 2018 - kasim...@outlook.de
+
+- Fix build for armv7l
+
+---



Other differences:
--
++ openlibm.spec ++
--- /var/tmp/diff_new_pack.phBIts/_old  2018-02-12 10:16:01.447755745 +0100
+++ /var/tmp/diff_new_pack.phBIts/_new  2018-02-12 10:16:01.455755458 +0100
@@ -72,6 +72,9 @@
 %ifarch armv6hl
  MARCH="armv6" \
 %endif
+%ifarch armv7hl
+ MARCH="armv7" \
+%endif
  ARCH="%{_arch}"
 
 %install




commit openlibm for openSUSE:Factory

2018-02-07 Thread root
Hello community,

here is the log from the commit of package openlibm for openSUSE:Factory 
checked in at 2018-02-07 18:42:27

Comparing /work/SRC/openSUSE:Factory/openlibm (Old)
 and  /work/SRC/openSUSE:Factory/.openlibm.new (New)


Package is "openlibm"

Wed Feb  7 18:42:27 2018 rev:7 rq:573677 version:0.5.5

Changes:

--- /work/SRC/openSUSE:Factory/openlibm/openlibm.changes2018-02-02 
22:21:28.516135889 +0100
+++ /work/SRC/openSUSE:Factory/.openlibm.new/openlibm.changes   2018-02-07 
18:42:34.644912558 +0100
@@ -9,0 +10 @@
+  * No changelog available



Other differences:
--



commit openlibm for openSUSE:Factory

2018-02-02 Thread root
Hello community,

here is the log from the commit of package openlibm for openSUSE:Factory 
checked in at 2018-02-02 22:21:27

Comparing /work/SRC/openSUSE:Factory/openlibm (Old)
 and  /work/SRC/openSUSE:Factory/.openlibm.new (New)


Package is "openlibm"

Fri Feb  2 22:21:27 2018 rev:6 rq:569342 version:0.5.5

Changes:

--- /work/SRC/openSUSE:Factory/openlibm/openlibm.changes2016-05-25 
21:28:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.openlibm.new/openlibm.changes   2018-02-02 
22:21:28.516135889 +0100
@@ -1,0 +2,11 @@
+Tue Jan 23 22:54:53 UTC 2018 - jeng...@inai.de
+
+- Trim bias from description. Fix SRPM group.
+
+---
+Sat Jan  6 17:15:33 UTC 2018 - matwey.korni...@gmail.com
+
+- Version 0.5.5
+- Fix build for armv6l armv7l aarch64
+
+---

Old:

  openlibm-0.5.0.tar.gz

New:

  openlibm-0.5.5.tar.gz



Other differences:
--
++ openlibm.spec ++
--- /var/tmp/diff_new_pack.37kK1r/_old  2018-02-02 22:21:29.180104891 +0100
+++ /var/tmp/diff_new_pack.37kK1r/_new  2018-02-02 22:21:29.184104704 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package openlibm
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -17,37 +17,32 @@
 
 
 Name:   openlibm
-Version:0.5.0
+Version:0.5.5
 Release:0
 %define so_ver  2
 %define libname lib%{name}%{so_ver}
-Summary:High quality system independent, open source libm
+Summary:Standalone C mathematical library
 License:BSD-2-Clause and MIT
-Group:  System/Libraries
+Group:  Development/Libraries/C and C++
 Url:https://github.com/JuliaLang/openlibm/
 Source0:
https://github.com/JuliaLang/openlibm/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  pkg-config
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-ExcludeArch:ppc aarch64 s390 s390x
+ExcludeArch:ppc s390 s390x
 
 %description
-OpenLIBM is an effort to have a high quality standalone LIBM library.
-It is meant to be used standalone in applications and programming language
-implementations.
-
-The OpenLIBM code derives from the FreeBSD msun implementation,
-which in turn derives from FDLIBM 5.3. As a result, it has a number of
-fixes and updates that have accumulated over the years in msun,
-and also optimized assembly versions of many functions.
+OpenLibm is an implementation of a standalone C mathematical library
+(libm). It can be used standalone in applications and programming
+language implementations.
 
 %package -n %{libname}
-Summary:High quality system independent, open source libm
+Summary:Standalone C mathematical library
 Group:  System/Libraries
 
 %description -n %{libname}
-OpenLIBM is an effort to have a high quality standalone LIBM library.
-It is meant to be used standalone in applications and programming language
-implementations.
+OpenLibm is an implementation of a standalone C mathematical library
+(libm). It can be used standalone in applications and programming
+language implementations.
 
 The OpenLIBM code derives from the FreeBSD msun implementation,
 which in turn derives from FDLIBM 5.3. As a result, it has a number of
@@ -55,19 +50,14 @@
 and also optimized assembly versions of many functions.
 
 %packagedevel
-Summary:High quality system independent, open source libm
+Summary:Development files for openlibm
 Group:  Development/Libraries/C and C++
 Requires:   %{libname} = %{version}
 
 %descriptiondevel
-OpenLIBM is an effort to have a high quality standalone LIBM library.
-It is meant to be used standalone in applications and programming language
-implementations.
-
-The OpenLIBM code derives from the FreeBSD msun implementation,
-which in turn derives from FDLIBM 5.3. As a result, it has a number of
-fixes and updates that have accumulated over the years in msun,
-and also optimized assembly versions of many functions.
+OpenLibm is an implementation of a standalone C mathematical library
+(libm). It can be used standalone in applications and programming
+language implementations.
 
 This package provides libraries and header files for developing applications
 that use OpenLIBM.
@@ -79,7 +69,10 @@
 make %{?_smp_mflags} \
  FFLAGS="%{optflags}" \
  CFLAGS="%{optflags}" \
- ARCH=%{_arch}
+%ifarch armv6hl
+ MARCH="armv6" \
+%endif
+ ARCH="%{_arch}"
 
 %install
 make install 

commit openlibm for openSUSE:Factory

2016-05-25 Thread h_root
Hello community,

here is the log from the commit of package openlibm for openSUSE:Factory 
checked in at 2016-05-25 21:28:17

Comparing /work/SRC/openSUSE:Factory/openlibm (Old)
 and  /work/SRC/openSUSE:Factory/.openlibm.new (New)


Package is "openlibm"

Changes:

--- /work/SRC/openSUSE:Factory/openlibm/openlibm.changes2016-04-05 
10:43:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.openlibm.new/openlibm.changes   2016-05-25 
21:28:24.0 +0200
@@ -1,0 +2,5 @@
+Sun May 22 20:35:23 CEST 2016 - r...@suse.de
+
+- add aarch64, s390 s390x to excluded archs 
+
+---



Other differences:
--
++ openlibm.spec ++
--- /var/tmp/diff_new_pack.RM8ZZO/_old  2016-05-25 21:28:25.0 +0200
+++ /var/tmp/diff_new_pack.RM8ZZO/_new  2016-05-25 21:28:25.0 +0200
@@ -28,7 +28,7 @@
 Source0:
https://github.com/JuliaLang/openlibm/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  pkg-config
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-ExcludeArch:ppc
+ExcludeArch:ppc aarch64 s390 s390x
 
 %description
 OpenLIBM is an effort to have a high quality standalone LIBM library.




commit openlibm for openSUSE:Factory

2016-04-05 Thread h_root
Hello community,

here is the log from the commit of package openlibm for openSUSE:Factory 
checked in at 2016-04-05 10:43:36

Comparing /work/SRC/openSUSE:Factory/openlibm (Old)
 and  /work/SRC/openSUSE:Factory/.openlibm.new (New)


Package is "openlibm"

Changes:

--- /work/SRC/openSUSE:Factory/openlibm/openlibm.changes2015-08-13 
18:11:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.openlibm.new/openlibm.changes   2016-04-05 
10:43:38.0 +0200
@@ -1,0 +2,6 @@
+Fri Apr  1 22:34:57 UTC 2016 - dval...@suse.com
+
+- Enable ppc64 and ppc64le
+- v0.5.0: PowerPC support and many small bugfixes and enhancements 
+
+---

Old:

  openlibm-0.4.tar.gz

New:

  openlibm-0.5.0.tar.gz



Other differences:
--
++ openlibm.spec ++
--- /var/tmp/diff_new_pack.XWywat/_old  2016-04-05 10:43:39.0 +0200
+++ /var/tmp/diff_new_pack.XWywat/_new  2016-04-05 10:43:39.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package openlibm
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -17,9 +17,9 @@
 
 
 Name:   openlibm
-Version:0.4
+Version:0.5.0
 Release:0
-%define so_ver  1
+%define so_ver  2
 %define libname lib%{name}%{so_ver}
 Summary:High quality system independent, open source libm
 License:BSD-2-Clause and MIT
@@ -28,7 +28,7 @@
 Source0:
https://github.com/JuliaLang/openlibm/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  pkg-config
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-ExcludeArch:ppc ppc64 ppc64le
+ExcludeArch:ppc
 
 %description
 OpenLIBM is an effort to have a high quality standalone LIBM library.
@@ -100,7 +100,6 @@
 %files devel
 %defattr(-,root,root)
 %doc LICENSE.md README.md
-%{_includedir}/openlibm.h
 %{_includedir}/openlibm/
 %{_libdir}/libopenlibm.so
 %{_libdir}/pkgconfig/openlibm.pc

++ openlibm-0.4.tar.gz -> openlibm-0.5.0.tar.gz ++
 28164 lines of diff (skipped)




commit openlibm for openSUSE:Factory

2015-08-13 Thread h_root
Hello community,

here is the log from the commit of package openlibm for openSUSE:Factory 
checked in at 2015-08-13 18:10:59

Comparing /work/SRC/openSUSE:Factory/openlibm (Old)
 and  /work/SRC/openSUSE:Factory/.openlibm.new (New)


Package is openlibm

Changes:

--- /work/SRC/openSUSE:Factory/openlibm/openlibm.changes2014-08-13 
08:48:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.openlibm.new/openlibm.changes   2015-08-13 
18:11:13.0 +0200
@@ -1,0 +2,5 @@
+Thu Aug 13 09:38:51 UTC 2015 - norm...@linux.vnet.ibm.com
+
+- ExcludeArch: ppc ppc64 ppc64le
+
+---



Other differences:
--
++ openlibm.spec ++
--- /var/tmp/diff_new_pack.nNb7rF/_old  2015-08-13 18:11:13.0 +0200
+++ /var/tmp/diff_new_pack.nNb7rF/_new  2015-08-13 18:11:13.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package openlibm
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -18,9 +18,9 @@
 
 Name:   openlibm
 Version:0.4
+Release:0
 %define so_ver  1
 %define libname lib%{name}%{so_ver}
-Release:0
 Summary:High quality system independent, open source libm
 License:BSD-2-Clause and MIT
 Group:  System/Libraries
@@ -28,6 +28,7 @@
 Source0:
https://github.com/JuliaLang/openlibm/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  pkg-config
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+ExcludeArch:ppc ppc64 ppc64le
 
 %description
 OpenLIBM is an effort to have a high quality standalone LIBM library.