Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package zlib for openSUSE:Factory checked in at 2022-12-15 19:23:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/zlib (Old) and /work/SRC/openSUSE:Factory/.zlib.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zlib" Thu Dec 15 19:23:27 2022 rev:85 rq:1042314 version:1.2.12 Changes: -------- --- /work/SRC/openSUSE:Factory/zlib/zlib.changes 2022-10-13 15:39:41.890435356 +0200 +++ /work/SRC/openSUSE:Factory/.zlib.new.1835/zlib.changes 2022-12-15 19:23:30.467476856 +0100 @@ -1,0 +2,5 @@ +Sun Dec 11 16:41:51 UTC 2022 - Dirk Müller <dmuel...@suse.com> + +- build zlib with optflags again + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zlib.spec ++++++ --- /var/tmp/diff_new_pack.mQj8yL/_old 2022-12-15 19:23:31.507482773 +0100 +++ /var/tmp/diff_new_pack.mQj8yL/_new 2022-12-15 19:23:31.511482795 +0100 @@ -164,7 +164,7 @@ %global _lto_cflags %{_lto_cflags} -ffat-lto-objects export LDFLAGS="-Wl,-z,relro,-z,now" # For sure not autotools build -CC="cc" ./configure \ +CC="cc" CFLAGS="%{optflags}" ./configure \ --shared \ --prefix=%{_prefix} \ --libdir=%{_libdir} \ @@ -177,12 +177,12 @@ # Profiling flags breaks tests, as of 1.2.12 # In particular, gzseek does not work as intended #%if %{do_profiling} -# make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_generate}" -# make check %{?_smp_mflags} -# make %{?_smp_mflags} clean -# make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_feedback}" +# %make_build CFLAGS="%{optflags} %{cflags_profile_generate}" +# %make_build check +# %make_build clean +# %make_build %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_feedback}" #%else - make %{?_smp_mflags} + %make_build #%endif # And build minizip @@ -191,10 +191,10 @@ %configure \ --disable-static \ --disable-silent-rules -make %{?_smp_mflags} +%make_build %check -make check %{?_smp_mflags} +%make_build check %install mkdir -p %{buildroot}%{_libdir}