Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package schily for openSUSE:Factory checked in at 2021-08-19 10:00:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/schily (Old) and /work/SRC/openSUSE:Factory/.schily.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "schily" Thu Aug 19 10:00:39 2021 rev:43 rq:912307 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/schily/schily.changes 2021-08-04 22:28:27.285833743 +0200 +++ /work/SRC/openSUSE:Factory/.schily.new.1899/schily.changes 2021-08-19 10:00:46.703281467 +0200 @@ -1,0 +2,12 @@ +Sun Aug 15 16:01:01 UTC 2021 - Jan Engelhardt <jeng...@inai.de> + +- Update to release 2021.08.14 + * A new test was added to check whether SIGSTKSZ is a constant. + * smake: While expanding the right side of a macro assignment with + the operators :::= and +:=, smake no longer expands $$ to $, but + rather leaves $$ untouched. + * smake: The dynamic macros $? and $^ now work for implicit rules + as well. +- Add schily-stksz.diff + +------------------------------------------------------------------- Old: ---- schily-2021-07-29.tar.bz2 New: ---- schily-2021-08-14.tar.bz2 schily-stksz.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ schily.spec ++++++ --- /var/tmp/diff_new_pack.Deh6yL/_old 2021-08-19 10:00:47.683280276 +0200 +++ /var/tmp/diff_new_pack.Deh6yL/_new 2021-08-19 10:00:47.683280276 +0200 @@ -17,11 +17,11 @@ # grep -Pir 'define\s+VERSION|strvers' -%define rver 2021-07-29 -%global box_version 2021.07.29 +%define rver 2021-08-14 +%global box_version 2021.08.14 %global cdr_version 3.02~a10 %global sccs_version 5.09 -%global smake_version 1.5 +%global smake_version 1.6 %global star_version 1.6.1 %global libfind_version 1.8 %global ved_version 1.8 @@ -41,6 +41,7 @@ # and submit patches upstream FIRST (cc to the bspkg maintainer perhaps). Patch1: iconv-name.diff Patch2: schily-2018-05-25_star_configuration.patch +Patch3: schily-stksz.diff BuildRequires: autoconf BuildRequires: fdupes BuildRequires: gcc-c++ @@ -462,6 +463,7 @@ %prep %autosetup -n %name-%rver -p1 + find . "(" -type d -o -type f ")" -exec chmod u+w "{}" "+" cp %{SOURCE1} . ++++++ schily-2021-07-29.tar.bz2 -> schily-2021-08-14.tar.bz2 ++++++ ++++ 13977 lines of diff (skipped) ++++++ schily-stksz.diff ++++++ From: Jan Engelhardt <jeng...@inai.de> Date: 2021-08-15 18:31:19.413482687 +0200 Due to VLA support in gcc, the sigsegv_stack test variable needs to be outside of a function for the test not to generate a false positive. --- autoconf/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: schily-2021-08-14/autoconf/configure =================================================================== --- schily-2021-08-14.orig/autoconf/configure +++ schily-2021-08-14/autoconf/configure @@ -6662,8 +6662,8 @@ else #line 6663 "configure" #include "confdefs.h" #include <signal.h> -int main() { char sigsegv_stack[SIGSTKSZ]; +int main() { ; return 0; } EOF if { { eval echo configure:6670: \"$ac_compile\" ;} 1>&5; { eval $ac_compile ;} 2>&5; }; then