commit mingw32-filesystem for openSUSE:Factory

2020-10-20 Thread root
Hello community,

here is the log from the commit of package mingw32-filesystem for 
openSUSE:Factory checked in at 2020-10-20 16:11:10

Comparing /work/SRC/openSUSE:Factory/mingw32-filesystem (Old)
 and  /work/SRC/openSUSE:Factory/.mingw32-filesystem.new.3486 (New)


Package is "mingw32-filesystem"

Tue Oct 20 16:11:10 2020 rev:6 rq:842556 version:20201017

Changes:

--- /work/SRC/openSUSE:Factory/mingw32-filesystem/mingw32-filesystem.changes
2020-08-29 20:39:06.269383460 +0200
+++ 
/work/SRC/openSUSE:Factory/.mingw32-filesystem.new.3486/mingw32-filesystem.changes
  2020-10-20 16:21:16.306318388 +0200
@@ -1,0 +2,7 @@
+Sat Oct 17 14:32:20 UTC 2020 - Ralf Habacker 
+
+- Update to 20201017
+- Fix bug not keeping quotes in bash arguments provided to mingw32-scripts.sh
+  which is for example required to specify a different cmake generator 
+
+---



Other differences:
--
++ mingw32-filesystem.spec ++
--- /var/tmp/diff_new_pack.jwM8Jt/_old  2020-10-20 16:21:18.102319238 +0200
+++ /var/tmp/diff_new_pack.jwM8Jt/_new  2020-10-20 16:21:18.106319240 +0200
@@ -19,7 +19,7 @@
 %define debug_package %{nil}
 %define _rpmlibdir%{_prefix}/lib/rpm
 Name:   mingw32-filesystem
-Version:20200825
+Version:20201017
 Release:0
 Summary:MinGW base filesystem and environment
 License:GPL-2.0-or-later

++ mingw32-scripts.sh ++
--- /var/tmp/diff_new_pack.jwM8Jt/_old  2020-10-20 16:21:18.318319340 +0200
+++ /var/tmp/diff_new_pack.jwM8Jt/_new  2020-10-20 16:21:18.318319340 +0200
@@ -23,4 +23,4 @@
 # macros from mingw32-macros.mingw32 cross-compilation. 
 
 NAME="_`basename $0|tr -- - _`"
-eval "`rpm --eval "%{$NAME}"`" "$@"
+eval "`rpm --eval "%{$NAME}"`" $(printf " %q" "${@}")




commit mingw32-filesystem for openSUSE:Factory

2020-08-29 Thread root
Hello community,

here is the log from the commit of package mingw32-filesystem for 
openSUSE:Factory checked in at 2020-08-29 20:38:57

Comparing /work/SRC/openSUSE:Factory/mingw32-filesystem (Old)
 and  /work/SRC/openSUSE:Factory/.mingw32-filesystem.new.3399 (New)


Package is "mingw32-filesystem"

Sat Aug 29 20:38:57 2020 rev:5 rq:829912 version:20200825

Changes:

--- /work/SRC/openSUSE:Factory/mingw32-filesystem/mingw32-filesystem.changes
2020-08-25 09:38:02.072185498 +0200
+++ 
/work/SRC/openSUSE:Factory/.mingw32-filesystem.new.3399/mingw32-filesystem.changes
  2020-08-29 20:39:06.269383460 +0200
@@ -1,0 +2,12 @@
+Tue Aug 25 19:27:01 UTC 2020 - Ralf Habacker 
+
+- Update to 20200825
+- Fix
+  * W: non-etc-or-var-file-marked-as-conffile 
/usr/libexec/rpm/fileattrs/mingw32-cmake.attr
+  * w: non-etc-or-var-file-marked-as-conffile 
/usr/libexec/rpm/mingw32-cmake.prov
+  * W: script-without-shebang /usr/libexec/rpm/fileattrs/mingw32-cmake.attr
+  * W: non-standard-group Development/Libraries
+  * installing mingw32-scripts on Tumbleweed
+  * not using present rpmlint config for building this package
+
+---

Old:

  mingw32-rpmlint.config

New:

  mingw32-rpmlintrc



Other differences:
--
++ mingw32-filesystem.spec ++
--- /var/tmp/diff_new_pack.yJPWTl/_old  2020-08-29 20:39:07.389383932 +0200
+++ /var/tmp/diff_new_pack.yJPWTl/_new  2020-08-29 20:39:07.389383932 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mingw32-filesystem
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2020 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
@@ -12,18 +12,19 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 
 %define debug_package %{nil}
+%define _rpmlibdir%{_prefix}/lib/rpm
 Name:   mingw32-filesystem
-Version:20200816
+Version:20200825
 Release:0
 Summary:MinGW base filesystem and environment
 License:GPL-2.0-or-later
-Group:  Development/Libraries
-URL:http://hg.et.redhat.com/misc/fedora-mingw--devel/
+Group:  Development/Libraries/Other
+Url:http://hg.et.redhat.com/misc/fedora-mingw--devel/
 Source0:COPYING
 Source1:macros.mingw32
 Source2:mingw32.sh
@@ -31,7 +32,7 @@
 Source4:mingw32-find-requires.sh
 Source5:mingw32-find-provides.sh
 Source6:mingw32-scripts.sh
-Source7:mingw32-rpmlint.config
+Source7:mingw32-rpmlintrc
 Source8:mingw32-install-post.sh
 Source9:mingw32-find-lang.sh
 Source10:   languages
@@ -77,6 +78,8 @@
 mkdir -p %{buildroot}
 
 mkdir -p %{buildroot}%{_prefix}/lib
+
+mkdir -p %{buildroot}%{_libexecdir}
 install -m 755 %{SOURCE6} %{buildroot}%{_libexecdir}/mingw32-scripts
 
 mkdir -p %{buildroot}%{_bindir}
@@ -94,7 +97,7 @@
 install -m 644 %{SOURCE14} %{buildroot}%{_sysconfdir}/rpm/$(basename 
%{SOURCE14})
 
 mkdir -p %{buildroot}%{_sysconfdir}/rpmlint
-install -m 644 %{SOURCE7} %{buildroot}%{_sysconfdir}/rpmlint/
+install -m 644 %{SOURCE7} 
%{buildroot}%{_sysconfdir}/rpmlint/mingw32-rpmlint.config
 
 mkdir -p %{buildroot}%{_prefix}/i686-w64-mingw32
 
@@ -136,17 +139,16 @@
 mkdir -p 
%{buildroot}%{_prefix}/i686-w64-mingw32/sys-root/mingw/share/man/man{1,2,3,4,5,6,7,8,9,n}
 
 # NB. NOT _libdir
-mkdir -p %{buildroot}%{_libexecdir}/rpm
-install -m 0755 %{SOURCE3} %{buildroot}%{_libexecdir}/rpm
-install -m 0755 %{SOURCE4} %{buildroot}%{_libexecdir}/rpm
-install -m 0755 %{SOURCE5} %{buildroot}%{_libexecdir}/rpm
-install -m 0755 %{SOURCE8} %{buildroot}%{_libexecdir}/rpm
-install -m 0755 %{SOURCE9} %{buildroot}%{_libexecdir}/rpm
+mkdir -p %{buildroot}%{_rpmlibdir}
+install -m 0755 %{SOURCE3} %{buildroot}%{_rpmlibdir}
+install -m 0755 %{SOURCE4} %{buildroot}%{_rpmlibdir}
+install -m 0755 %{SOURCE5} %{buildroot}%{_rpmlibdir}
+install -m 0755 %{SOURCE8} %{buildroot}%{_rpmlibdir}
+install -m 0755 %{SOURCE9} %{buildroot}%{_rpmlibdir}
 # cmake support 
-mkdir -p %{buildroot}%{_libexecdir}/rpm
-install -m 0755 %{SOURCE12} %{buildroot}%{_libexecdir}/rpm
-mkdir -p %{buildroot}%{_libexecdir}/rpm/fileattrs
-install -m 0755 %{SOURCE13} %{buildroot}%{_libexecdir}/rpm/fileattrs
+install -m 0755 %{SOURCE12} %{buildroot}%{_rpmlibdir}
+mkdir -p %{buildroot}%{_rpmlibdir}/fileattrs
+install -m 0644 %{SOURCE13} %{buildroot}%{_rpmlibdir}/fileattrs
 
 # Create the locale 

commit mingw32-filesystem for openSUSE:Factory

2020-08-25 Thread root
Hello community,

here is the log from the commit of package mingw32-filesystem for 
openSUSE:Factory checked in at 2020-08-25 09:36:54

Comparing /work/SRC/openSUSE:Factory/mingw32-filesystem (Old)
 and  /work/SRC/openSUSE:Factory/.mingw32-filesystem.new.3399 (New)


Package is "mingw32-filesystem"

Tue Aug 25 09:36:54 2020 rev:4 rq:828962 version:20200816

Changes:

--- /work/SRC/openSUSE:Factory/mingw32-filesystem/mingw32-filesystem.changes
2020-04-21 13:10:13.580759519 +0200
+++ 
/work/SRC/openSUSE:Factory/.mingw32-filesystem.new.3399/mingw32-filesystem.changes
  2020-08-25 09:38:02.072185498 +0200
@@ -1,0 +2,21 @@
+Thu Aug 20 12:06:28 UTC 2020 - Ralf Habacker 
+
+- Add missing Fortran case into macros.mingw32* (boo#1173990)
+
+---
+Sun Aug 16 04:26:24 UTC 2020 - Ralf Habacker 
+
+- Fix warning about non standard group (boo#1173189)
+- Make cmake package support to be more in sync with native package
+  * Add mingw32-cmake.prov and mingw32-cmake.attr ported from native
+cmake package to support generating mingw32(cmake:xxx) dependencies
+required by newer KDE Frameworks 5 and other packages.
+  * Move out cmake related macros from macros.mingw32 into macros.mingw32-cmake
+  * Define macro _mingw32_cmake_build
+  * Fix deprecated call to %make_jobs
+  CMake support may be better located in a package named mingw32-cross-cmake
+  but need to be used here until the deprecated dependency generator provided
+  by this package is converted to sets of *.attr/*.prov files.
+- Add additional man languages 'id' and 'uk' used by KDE Frameworks5 packages
+
+---

New:

  macros.mingw32-cmake
  mingw32-cmake.attr
  mingw32-cmake.prov



Other differences:
--
++ mingw32-filesystem.spec ++
--- /var/tmp/diff_new_pack.vHD2Kz/_old  2020-08-25 09:38:03.612186396 +0200
+++ /var/tmp/diff_new_pack.vHD2Kz/_new  2020-08-25 09:38:03.616186398 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mingw32-filesystem
 #
-# Copyright (c) 2014 SUSE LINUX Products 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,18 +12,18 @@
 # 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/
 #
 
 
 %define debug_package %{nil}
 Name:   mingw32-filesystem
-Version:20191217
+Version:20200816
 Release:0
 Summary:MinGW base filesystem and environment
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Development/Libraries
-Url:http://hg.et.redhat.com/misc/fedora-mingw--devel/
+URL:http://hg.et.redhat.com/misc/fedora-mingw--devel/
 Source0:COPYING
 Source1:macros.mingw32
 Source2:mingw32.sh
@@ -36,6 +36,9 @@
 Source9:mingw32-find-lang.sh
 Source10:   languages
 Source11:   languages.man
+Source12:   mingw32-cmake.prov
+Source13:   mingw32-cmake.attr
+Source14:   macros.mingw32-cmake
 Provides:   mingw32(dbghelp.dll)
 Provides:   mingw32(mpr.dll)
 Provides:   mingw32(odbccp32.dll)
@@ -48,6 +51,7 @@
 Provides:   mingw32(d3d11.dll)
 Provides:   mingw32(dwrite.dll)
 Requires:   mingw32-cross-breakpad-tools
+Requires:   python3
 Requires:   rpm
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -87,6 +91,7 @@
 
 mkdir -p %{buildroot}%{_sysconfdir}/rpm
 install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/rpm/macros.mingw32
+install -m 644 %{SOURCE14} %{buildroot}%{_sysconfdir}/rpm/$(basename 
%{SOURCE14})
 
 mkdir -p %{buildroot}%{_sysconfdir}/rpmlint
 install -m 644 %{SOURCE7} %{buildroot}%{_sysconfdir}/rpmlint/
@@ -137,6 +142,11 @@
 install -m 0755 %{SOURCE5} %{buildroot}%{_libexecdir}/rpm
 install -m 0755 %{SOURCE8} %{buildroot}%{_libexecdir}/rpm
 install -m 0755 %{SOURCE9} %{buildroot}%{_libexecdir}/rpm
+# cmake support 
+mkdir -p %{buildroot}%{_libexecdir}/rpm
+install -m 0755 %{SOURCE12} %{buildroot}%{_libexecdir}/rpm
+mkdir -p %{buildroot}%{_libexecdir}/rpm/fileattrs
+install -m 0755 %{SOURCE13} %{buildroot}%{_libexecdir}/rpm/fileattrs
 
 # Create the locale directories:
 while read LANG ; do
@@ -155,8 +165,11 @@
 %defattr(-,root,root,-)
 %doc COPYING
 %config %{_sysconfdir}/rpm/macros.mingw32
+%config %{_sysconfdir}/rpm/macros.mingw32-cmake
 %config %{_sysconfdir}/profile.d/mingw32.sh
 %config 

commit mingw32-filesystem for openSUSE:Factory

2020-04-21 Thread root
Hello community,

here is the log from the commit of package mingw32-filesystem for 
openSUSE:Factory checked in at 2020-04-21 13:10:08

Comparing /work/SRC/openSUSE:Factory/mingw32-filesystem (Old)
 and  /work/SRC/openSUSE:Factory/.mingw32-filesystem.new.2738 (New)


Package is "mingw32-filesystem"

Tue Apr 21 13:10:08 2020 rev:3 rq:795757 version:20191217

Changes:

--- /work/SRC/openSUSE:Factory/mingw32-filesystem/mingw32-filesystem.changes
2020-01-10 17:48:54.138141855 +0100
+++ 
/work/SRC/openSUSE:Factory/.mingw32-filesystem.new.2738/mingw32-filesystem.changes
  2020-04-21 13:10:13.580759519 +0200
@@ -1,0 +2,5 @@
+Sun Apr 19 17:39:26 UTC 2020 - Bernhard Wiedemann 
+
+- Process debuginfo in a reproducible way (boo#1041090)
+
+---



Other differences:
--
++ mingw32-find-debuginfo.sh ++
--- /var/tmp/diff_new_pack.MrtTbE/_old  2020-04-21 13:10:14.572761498 +0200
+++ /var/tmp/diff_new_pack.MrtTbE/_new  2020-04-21 13:10:14.572761498 +0200
@@ -30,7 +30,7 @@
 SOURCE_DIR="${ROOT_DIR}/src"
 DEBUGSOURCE_DIR="${SOURCE_DIR}/debug"
 
-for f in `find $RPM_BUILD_ROOT -type f -name "*.exe" -or -name "*.dll"`
+for f in `find $RPM_BUILD_ROOT -type f -name "*.exe" -or -name "*.dll" | sort`
 do
case $("$host-objdump" -h "$f" 2>/dev/null | egrep -o 
'(debug[\.a-z_]*|gnu.version)') in
*debuglink*) continue ;;
@@ -67,6 +67,7 @@
-or -name "*.dll.debug" \
-or -name "*.exe.mdb" \
-or -name "*.dll.mdb" \
+| sort \
 | sed -n -e "s#^$RPM_BUILD_ROOT##p" > $BUILDDIR/$target-debugfiles.list
 
 if [ -e "$RPM_BUILD_ROOT/$SYMBOL_DIR" ]; then




commit mingw32-filesystem for openSUSE:Factory

2020-01-10 Thread root
Hello community,

here is the log from the commit of package mingw32-filesystem for 
openSUSE:Factory checked in at 2020-01-10 17:48:52

Comparing /work/SRC/openSUSE:Factory/mingw32-filesystem (Old)
 and  /work/SRC/openSUSE:Factory/.mingw32-filesystem.new.6675 (New)


Package is "mingw32-filesystem"

Fri Jan 10 17:48:52 2020 rev:2 rq:761921 version:20191217

Changes:

--- /work/SRC/openSUSE:Factory/mingw32-filesystem/mingw32-filesystem.changes
2020-01-08 17:54:23.425635804 +0100
+++ 
/work/SRC/openSUSE:Factory/.mingw32-filesystem.new.6675/mingw32-filesystem.changes
  2020-01-10 17:48:54.138141855 +0100
@@ -1,0 +2,13 @@
+Wed Dec 18 21:49:04 UTC 2019 - Martin Koegler 
+
+- Revert -lssp 
+
+---
+Tue Dec 17 09:21:43 UTC 2019 - Ralf Habacker 
+
+- Add -lssp to the link flags, otherwise building of some packages
+  (like mingw32-cairo) will be aborted with the error 'undefined
+  reference to `__memcpy_chk`'. This library seems not be added by
+  gcc 9.2 automatically.
+
+---



Other differences:
--
++ mingw32-filesystem.spec ++
--- /var/tmp/diff_new_pack.kzTunO/_old  2020-01-10 17:48:56.262141476 +0100
+++ /var/tmp/diff_new_pack.kzTunO/_new  2020-01-10 17:48:56.306141469 +0100
@@ -18,7 +18,7 @@
 
 %define debug_package %{nil}
 Name:   mingw32-filesystem
-Version:20190529
+Version:20191217
 Release:0
 Summary:MinGW base filesystem and environment
 License:GPL-2.0+