Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-Config-Tiny for openSUSE:Factory checked in at 2023-06-23 21:51:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Config-Tiny (Old) and /work/SRC/openSUSE:Factory/.perl-Config-Tiny.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Config-Tiny" Fri Jun 23 21:51:52 2023 rev:22 rq:1094576 version:2.29 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Config-Tiny/perl-Config-Tiny.changes 2023-04-21 14:16:14.522321812 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Config-Tiny.new.15902/perl-Config-Tiny.changes 2023-06-23 21:51:53.258383777 +0200 @@ -1,0 +2,5 @@ +Mon Apr 24 22:28:58 UTC 2023 - Andrew Daugherity <adaugher...@tamu.edu> + +- fix build on SLES 12 (no make_build macro) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Config-Tiny.spec ++++++ --- /var/tmp/diff_new_pack.KuwYxg/_old 2023-06-23 21:51:54.034387993 +0200 +++ /var/tmp/diff_new_pack.KuwYxg/_new 2023-06-23 21:51:54.038388014 +0200 @@ -35,6 +35,11 @@ Requires: perl(File::Temp) >= 0.22 %{perl_requires} +# make_build doesn't exist on SLES 12 +%if %{undefined make_build} +%define make_build %{__make} %{?_smp_mflags} +%endif + %description 'Config::Tiny' is a Perl class to read and write .ini style configuration files with as little code as possible, reducing load time and memory