Hello community,
here is the log from the commit of package mingw64-headers for openSUSE:Factory
checked in at 2020-01-10 17:49:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mingw64-headers (Old)
and /work/SRC/openSUSE:Factory/.mingw64-headers.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mingw64-headers"
Fri Jan 10 17:49:00 2020 rev:2 rq:761926 version:7.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/mingw64-headers/mingw64-headers.changes
2020-01-08 17:53:44.945615572 +0100
+++
/work/SRC/openSUSE:Factory/.mingw64-headers.new.6675/mingw64-headers.changes
2020-01-10 17:49:03.890140116 +0100
@@ -1,0 +2,9 @@
+Sat Nov 23 14:39:08 UTC 2019 - Ismail Dönmez <[email protected]>
+
+- Update to new upstream release 7.0.0
+ * _FORTIFY_SOURCE support thanks to Christian Franke.
+ * Lots of math fixes from Martin Storsjö.
+ * Many headers updated from Wine by Jacek Caban.
+ * UCRT support by Martin Storsjö.
+
+-------------------------------------------------------------------
Old:
----
mingw-w64-headers-6.0.0.tar.xz
New:
----
mingw-w64-v7.0.0.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mingw64-headers.spec ++++++
--- /var/tmp/diff_new_pack.NkSlk8/_old 2020-01-10 17:49:05.010139916 +0100
+++ /var/tmp/diff_new_pack.NkSlk8/_new 2020-01-10 17:49:05.010139916 +0100
@@ -1,7 +1,7 @@
#
# spec file for package mingw64-headers
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,27 +12,24 @@
# 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: mingw64-headers
-Version: 6.0.0
+Version: 7.0.0
Release: 0
Summary: MinGW-w64 headers for Win32 and Win64
License: SUSE-Public-Domain
Group: Development/Libraries/C and C++
-Url: http://mingw-w64.sf.net/
-
-#DL-URL: http://downloads.sf.net/mingw-w64/mingw-w64-v%%version.tar.bz2
-# Unpack DL-URL and re-tar the "mingw64-headers" directory
-Source: mingw-w64-headers-%version.tar.xz
+URL: http://mingw-w64.sf.net/
+Source: http://downloads.sf.net/mingw-w64/mingw-w64-v%{version}.tar.bz2
Source1000: %name-rpmlintrc
BuildRequires: mingw64-filesystem
BuildRequires: xz
#!BuildIgnore: post-build-checks
Requires: mingw64-unistd-pthread-devel
-BuildRoot: %_tmppath/%name-%version-build
+BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
@@ -53,7 +50,7 @@
an actual pthread implementation (like winpthreads) is installed.
%prep
-%setup -q -n mingw-w64-headers
+%setup -q -n mingw-w64-v%{version}/mingw-w64-headers
%build
%_mingw64_configure \