Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mingw64-filesystem for openSUSE:Factory checked in at 2021-06-14 23:11:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mingw64-filesystem (Old) and /work/SRC/openSUSE:Factory/.mingw64-filesystem.new.32437 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mingw64-filesystem" Mon Jun 14 23:11:20 2021 rev:9 rq:899955 version:20201105 Changes: -------- --- /work/SRC/openSUSE:Factory/mingw64-filesystem/mingw64-filesystem.changes 2020-11-11 20:48:00.431737985 +0100 +++ /work/SRC/openSUSE:Factory/.mingw64-filesystem.new.32437/mingw64-filesystem.changes 2021-06-14 23:11:49.984831503 +0200 @@ -1,0 +2,7 @@ +Mon Jun 14 10:47:21 UTC 2021 - Callum Farmer <gm...@opensuse.org> + +- Move RPM macros to %_rpmmacrodir (boo#1185671) +- Move profile.d entries to %_distconfdir +- Use %_fileattrsdir macro + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mingw64-filesystem.spec ++++++ --- /var/tmp/diff_new_pack.cs9E9e/_old 2021-06-14 23:11:50.500832435 +0200 +++ /var/tmp/diff_new_pack.cs9E9e/_new 2021-06-14 23:11:50.504832442 +0200 @@ -17,7 +17,12 @@ %define debug_package %{nil} -%define _rpmlibdir %{_prefix}/lib/rpm +%if %{undefined _distconfdir} +%define _distconfdir %{_sysconfdir} +%endif +%if %{undefined _rpmmacrodir} +%define _rpmmacrodir %{_sysconfdir}/rpm +%endif Name: mingw64-filesystem Version: 20201105 Release: 0 @@ -91,12 +96,12 @@ done popd -mkdir -p %{buildroot}%{_sysconfdir}/profile.d -install -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/profile.d/ +mkdir -p %{buildroot}%{_distconfdir}/profile.d +install -m 644 %{SOURCE2} %{buildroot}%{_distconfdir}/profile.d -mkdir -p %{buildroot}%{_sysconfdir}/rpm -install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/rpm/macros.mingw64 -install -m 644 %{SOURCE14} %{buildroot}%{_sysconfdir}/rpm/macros.mingw64-cmake +mkdir -p %{buildroot}%{_rpmmacrodir} +install -m 644 %{SOURCE1} %{buildroot}%{_rpmmacrodir}/macros.mingw64 +install -m 644 %{SOURCE14} %{buildroot}%{_rpmmacrodir}/macros.mingw64-cmake mkdir -p %{buildroot}%{_sysconfdir}/rpmlint install -m 644 %{SOURCE7} %{buildroot}%{_sysconfdir}/rpmlint/mingw64-rpmlint.config @@ -141,17 +146,17 @@ mkdir -p %{buildroot}%{_prefix}/x86_64-w64-mingw32/sys-root/mingw/share/man/man{1,2,3,4,5,6,7,8,9,n} # NB. NOT _libdir -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} +mkdir -p %{buildroot}%{_rpmconfigdir} +install -m 0755 %{SOURCE3} %{buildroot}%{_rpmconfigdir} +install -m 0755 %{SOURCE4} %{buildroot}%{_rpmconfigdir} +install -m 0755 %{SOURCE5} %{buildroot}%{_rpmconfigdir} +install -m 0755 %{SOURCE8} %{buildroot}%{_rpmconfigdir} +install -m 0755 %{SOURCE9} %{buildroot}%{_rpmconfigdir} # cmake support -install -m 0755 %{SOURCE12} %{buildroot}%{_rpmlibdir} -mkdir -p %{buildroot}%{_rpmlibdir}/fileattrs -install -m 0644 %{SOURCE13} %{buildroot}%{_rpmlibdir}/fileattrs +install -m 0755 %{SOURCE12} %{buildroot}%{_rpmconfigdir} +mkdir -p %{buildroot}%{_fileattrsdir} +install -m 0644 %{SOURCE13} %{buildroot}%{_fileattrsdir} # Create the locale directories: while read LANG ; do @@ -169,16 +174,20 @@ %files %defattr(-,root,root,-) %doc COPYING -%config %{_sysconfdir}/rpm/macros.mingw64 -%config %{_sysconfdir}/rpm/macros.mingw64-cmake +%{_rpmmacrodir}/macros.mingw64 +%{_rpmmacrodir}/macros.mingw64-cmake +%if %{undefined _distconfdir} %config %{_sysconfdir}/profile.d/mingw64.sh +%else +%{_distconfdir}/profile.d/mingw64.sh +%endif %config %{_sysconfdir}/rpmlint/mingw64-rpmlint.config -%{_rpmlibdir}/mingw64-cmake.prov -%{_rpmlibdir}/fileattrs/mingw64-cmake.attr +%{_rpmconfigdir}/mingw64-cmake.prov +%{_fileattrsdir}/mingw64-cmake.attr %{_bindir}/mingw64-* %{_libexecdir}/mingw64-scripts %{_prefix}/x86_64-w64-mingw32/ -%{_rpmlibdir}/mingw64-* +%{_rpmconfigdir}/mingw64-* %dir %{_prefix}/x86_64-w64-mingw32/sys-root/mingw/lib/cmake %changelog ++++++ mingw64-scripts.sh ++++++ --- /var/tmp/diff_new_pack.cs9E9e/_old 2021-06-14 23:11:50.640832688 +0200 +++ /var/tmp/diff_new_pack.cs9E9e/_new 2021-06-14 23:11:50.640832688 +0200 @@ -23,4 +23,4 @@ # macros from mingw64-macros.mingw64 cross-compilation. NAME="_`basename $0|tr -- - _`" -eval "`rpm --eval "%{$NAME}"`" $(printf " %q" "${@}") +eval "`rpm --eval "%${NAME} $(printf " %q" "${@}")"`"