Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ksh for openSUSE:Factory checked in 
at 2025-09-24 17:13:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ksh (Old)
 and      /work/SRC/openSUSE:Factory/.ksh.new.27445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ksh"

Wed Sep 24 17:13:13 2025 rev:119 rq:1306964 version:93vu

Changes:
--------
--- /work/SRC/openSUSE:Factory/ksh/ksh.changes  2025-08-15 21:54:25.674026603 
+0200
+++ /work/SRC/openSUSE:Factory/.ksh.new.27445/ksh.changes       2025-09-24 
17:13:19.024201405 +0200
@@ -1,0 +2,5 @@
+Wed Sep 24 11:21:55 UTC 2025 - Dr. Werner Fink <wer...@suse.de>
+
+- Fix bug boo#1225398 that is link libast.so against -lm 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ksh.spec ++++++
--- /var/tmp/diff_new_pack.8O6j9k/_old  2025-09-24 17:13:20.328255912 +0200
+++ /var/tmp/diff_new_pack.8O6j9k/_new  2025-09-24 17:13:20.332256079 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ksh
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 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
@@ -479,7 +479,7 @@
   RPM_OPT_FLAGS=$(echo "${RPM_OPT_FLAGS}"|sed -r 
's/([[:blank:]]+)-g[[:digit:]]+/\1-g2/g;s/([[:blank:]]+)-g([[:blank:]]+|$)/\1-g2\2/g')
   UNIVERSE=att
   LDFLAGS="-lm"
-  LDSOFLG=""
+  LDSOFLG="-lm"
   cflags -std=gnu99                            RPM_OPT_FLAGS
   cflags -fPIC                                 RPM_OPT_FLAGS
   cflags -fno-strict-aliasing                  RPM_OPT_FLAGS
@@ -886,7 +886,12 @@
 %config %attr(0644,root,root) %{_sysconfdir}/permissions.d/ksh
 %config %attr(0644,root,root) %{_sysconfdir}/permissions.d/ksh.paranoid
 %endif
-%doc LICENSE EPL-1.0 CPL-1.0 src/cmd/ksh93/COMPATIBILITY src/cmd/ksh93/RELEASE*
+%if %{defined license} && 0%{?suse_version} > 1315
+%license LICENSE EPL-1.0 CPL-1.0
+%else
+%doc LICENSE EPL-1.0 CPL-1.0
+%endif
+%doc src/cmd/ksh93/COMPATIBILITY src/cmd/ksh93/RELEASE*
 %doc Builtins PROMO OBSOLETE MEMORANDUM
 %{_bindir}/ksh
 %if %{with libalternatives}
@@ -931,7 +936,12 @@
 
 %files -n ksh-devel
 %defattr(-,root,root)
-%doc LICENSE Warning
+%if %{defined license} && 0%{?suse_version} > 1315
+%license LICENSE
+%else
+%doc LICENSE
+%endif
+%doc Warning
 %dir %{_libdir}/ast/
 %{_libdir}/ast/*.so
 %{_libdir}/ast/*.a

++++++ ksh93.dif ++++++
--- /var/tmp/diff_new_pack.8O6j9k/_old  2025-09-24 17:13:20.748273468 +0200
+++ /var/tmp/diff_new_pack.8O6j9k/_new  2025-09-24 17:13:20.752273636 +0200
@@ -279,15 +279,6 @@
        pid=$!
 --- src/cmd/ksh93/tests/locale.sh
 +++ src/cmd/ksh93/tests/locale.sh      2011-05-24 14:46:02.000000000 +0000
-@@ -62,7 +62,7 @@ done
- # this locale is supported by ast on all platforms
- # EU for { decimal_point="," thousands_sep="." }
- 
--locale=C_EU.UTF-8
-+locale=de_DE.UTF-8
- 
- export LC_ALL=C
- 
 @@ -111,11 +111,11 @@ set -- $($SHELL -c "
        unset LC_CTYPE
        export LANG=$locale

Reply via email to