Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mingw64-mpfr for openSUSE:Factory 
checked in at 2021-03-29 18:21:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mingw64-mpfr (Old)
 and      /work/SRC/openSUSE:Factory/.mingw64-mpfr.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mingw64-mpfr"

Mon Mar 29 18:21:43 2021 rev:2 rq:881629 version:3.1.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/mingw64-mpfr/mingw64-mpfr.changes        
2020-01-08 17:54:53.525651631 +0100
+++ /work/SRC/openSUSE:Factory/.mingw64-mpfr.new.2401/mingw64-mpfr.changes      
2021-03-29 18:21:44.502260039 +0200
@@ -1,0 +2,5 @@
+Sat Mar 27 00:31:10 UTC 2021 - Jan Engelhardt <[email protected]>
+
+- Add BuildIgnores to break a cycle between gmp, mpfr, mpc, gcc
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mingw64-mpfr.spec ++++++
--- /var/tmp/diff_new_pack.5xNCbm/_old  2021-03-29 18:21:44.998260547 +0200
+++ /var/tmp/diff_new_pack.5xNCbm/_new  2021-03-29 18:21:45.002260551 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mingw64-mpfr
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # 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/
 #
 
 
@@ -20,9 +20,9 @@
 Version:        3.1.4
 Release:        0
 Summary:        The MPFR multiple-precision floating-point library
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          Development/Libraries/C and C++
-Url:            http://mpfr.org/
+URL:            http://mpfr.org/
 # upstream removed the file unfortunately
 #Source:         http://mpfr.org/mpfr-current/mpfr-%{version}.tar.xz
 Source:         mpfr-%{version}.tar.xz
@@ -30,9 +30,11 @@
 BuildRequires:  mingw64-cross-gcc
 BuildRequires:  mingw64-gmp-devel
 BuildRequires:  xz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %_mingw64_package_header_debug
 BuildArch:      noarch
+# bugzilla.opensuse.org/1184052
+#!BuildIgnore:  mingw64(libstdc++-6.dll)
+#!BuildIgnore:  mingw64(libgcc_s_seh-1.dll)
 
 %description
 The MPFR library is a C library for multiple-precision floating-point
@@ -67,7 +69,7 @@
 %_mingw64_debug_package
 
 %prep
-%setup -q -n mpfr-%{version}
+%autosetup -p1 -n mpfr-%{version}
 
 %build
 echo "lt_cv_deplibs_check_method='pass_all'" >>%{_mingw64_cache}
@@ -79,14 +81,12 @@
 %{_mingw64_make} %{?_smp_mflags} || %{_mingw64_make}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 
 %files -n mingw64-libmpfr4
-%defattr(755,root,root,755)
 %{_mingw64_bindir}/libmpfr-4.dll
 
 %files devel
-%defattr(644,root,root,755)
 %{_mingw64_libdir}/libmpfr.dll.a
 %{_mingw64_includedir}/mpfr.h
 %{_mingw64_includedir}/mpf2mpfr.h

Reply via email to