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.changes        2016-05-25 
21:28:24.000000000 +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.
 
 %package        devel
-Summary:        High quality system independent, open source libm
+Summary:        Development files for openlibm
 Group:          Development/Libraries/C and C++
 Requires:       %{libname} = %{version}
 
 %description    devel
-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 DESTDIR=%{buildroot} \

++++++ openlibm-0.5.0.tar.gz -> openlibm-0.5.5.tar.gz ++++++
++++ 4351 lines of diff (skipped)


Reply via email to