Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package alpine for openSUSE:Factory checked in at 2026-06-22 17:29:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/alpine (Old) and /work/SRC/openSUSE:Factory/.alpine.new.1956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "alpine" Mon Jun 22 17:29:14 2026 rev:61 rq:1360759 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/alpine/alpine.changes 2025-06-11 16:22:32.714506582 +0200 +++ /work/SRC/openSUSE:Factory/.alpine.new.1956/alpine.changes 2026-06-22 17:30:07.867191552 +0200 @@ -1,0 +2,5 @@ +Sat Jun 20 18:09:27 UTC 2026 - Jan Engelhardt <[email protected]> + +- Make the build recipe compatible with POSIX sh + +------------------------------------------------------------------- New: ---- _scmsync.obsinfo build.specials.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ alpine.spec ++++++ --- /var/tmp/diff_new_pack.v6ccSI/_old 2026-06-22 17:30:09.027231962 +0200 +++ /var/tmp/diff_new_pack.v6ccSI/_new 2026-06-22 17:30:09.035232241 +0200 @@ -1,7 +1,7 @@ # # spec file for package alpine # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -136,7 +136,8 @@ # Comment on disabled warnings: The disabled warnings are rather harmless # and disabling them allows to focus on the really serious warnings: # -export CFLAGS="${RPM_OPT_FLAGS/-O2/-Os} \ +CFLAGS="$(echo "%optflags" | sed -e 's/-O2/-Os/g')" +export CFLAGS="$CFLAGS \ -Wno-unused-value -fno-strict-aliasing -Wno-pointer-sign -Wno-unused \ -Wno-address \ -std=gnu11 \ @@ -201,8 +202,8 @@ : ln -sf alpine %{buildroot}/%{_bindir}/pine : -install -m755 pico/{pico,pilot} %{buildroot}/%{_bindir} -install -m644 doc/man1/{pico.1,pilot.1} %{buildroot}/%{_mandir}/man1/ +install -m755 pico/pico pico/pilot %{buildroot}/%{_bindir}/ +install -m644 doc/man1/pico.1 doc/man1/pilot.1 %{buildroot}/%{_mandir}/man1/ %check #since there are no logs in the package at the moment, there are no checks, ++++++ _scmsync.obsinfo ++++++ mtime: 1781979124 commit: 336c884edb352be07d03a2e604dfcda640969f000b385788a14b898cf0c6231e url: https://src.opensuse.org/jengelh/alpine revision: master ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-06-20 20:12:04.000000000 +0200 @@ -0,0 +1,4 @@ +*.obscpio +*.osc +_build.* +.pbuild
