Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package mingw64-runtime for openSUSE:Factory
checked in at 2022-06-28 15:22:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mingw64-runtime (Old)
and /work/SRC/openSUSE:Factory/.mingw64-runtime.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mingw64-runtime"
Tue Jun 28 15:22:42 2022 rev:5 rq:985443 version:10.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/mingw64-runtime/mingw64-runtime.changes
2021-07-10 22:55:14.311417708 +0200
+++
/work/SRC/openSUSE:Factory/.mingw64-runtime.new.1548/mingw64-runtime.changes
2022-06-28 15:23:00.809999815 +0200
@@ -1,0 +2,8 @@
+Mon Jun 27 16:37:24 UTC 2022 - Jan Engelhardt <[email protected]>
+
+- Update to release 10
+ * New msvcrt10, 20, 40, 70 and 71 import libraries.
+ * Drop x86_64 64-bit crtdll.dll
+ * Updated wine imports
+
+-------------------------------------------------------------------
Old:
----
mingw-w64-v9.0.0.tar.bz2
New:
----
mingw-w64-v10.0.0.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mingw64-runtime.spec ++++++
--- /var/tmp/diff_new_pack.qbhhc4/_old 2022-06-28 15:23:01.394000687 +0200
+++ /var/tmp/diff_new_pack.qbhhc4/_new 2022-06-28 15:23:01.398000694 +0200
@@ -1,7 +1,7 @@
#
# spec file for package mingw64-runtime
#
-# Copyright (c) 2021 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
@@ -17,46 +17,46 @@
Name: mingw64-runtime
-Version: 9.0.0
+Version: 10.0.0
Release: 0
Summary: MinGW-w64 runtime libraries for Win64
License: SUSE-Public-Domain
Group: Development/Libraries/C and C++
URL: http://mingw-w64.sf.net/
Source: http://downloads.sf.net/mingw-w64/mingw-w64-v%{version}.tar.bz2
-Source100: %name-rpmlintrc
-#!BuildIgnore: post-build-checks
+Source100: %{name}-rpmlintrc
BuildRequires: mingw64-cross-binutils
BuildRequires: mingw64-cross-gcc-bootstrap >= 4.4.0
BuildRequires: mingw64-filesystem
-BuildRequires: mingw64-headers >= %version
+BuildRequires: mingw64-headers >= %{version}
BuildRequires: xz
+#!BuildIgnore: post-build-checks
# When building the CRT, any newer (>=) headers should be ok, since the CRT
# won't make use of them. At runtime, ensure that headers are not too new (<=)
# because ominous link failures can result -- let OBS go into unresolvable
# state instead.
-Requires: mingw64-headers <= %version
+Requires: mingw64-headers <= %{version}
# Once this is installed, mingw64-bootstrap (binary bootstrapper) is no
# longer needed.
Obsoletes: mingw64-runtime-bootstrap
BuildArch: noarch
-%_mingw64_package_header
+%_mingw64_package_header_debug
%description
MinGW Win64 cross-compiler runtime, base libraries.
%prep
-%autosetup -n mingw-w64-v%version/mingw-w64-crt
+%autosetup -n mingw-w64-v%{version}/mingw-w64-crt
%build
-%_mingw64_configure --disable-lib32 --enable-lib64
+%{_mingw64_configure} --disable-lib32 --enable-lib64
%make_build
%install
%make_install
-rm -Rfv "%buildroot/%_mingw64_includedir"/*.c
+rm -Rfv "%{buildroot}/%{_mingw64_includedir}"/*.c
%files
-%_mingw64_libdir/
+%{_mingw64_libdir}/
%changelog
++++++ mingw-w64-v9.0.0.tar.bz2 -> mingw-w64-v10.0.0.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/mingw64-runtime/mingw-w64-v9.0.0.tar.bz2
/work/SRC/openSUSE:Factory/.mingw64-runtime.new.1548/mingw-w64-v10.0.0.tar.bz2
differ: char 11, line 1
++++++ mingw64-runtime-rpmlintrc ++++++
--- /var/tmp/diff_new_pack.qbhhc4/_old 2022-06-28 15:23:01.466000795 +0200
+++ /var/tmp/diff_new_pack.qbhhc4/_new 2022-06-28 15:23:01.470000801 +0200
@@ -1,2 +1,3 @@
addFilter("arch-independent-package-contains-binary-or-object")
+addFilter("devel-file-in-non-devel-package")