Michael Schröder 2025-03-07 14:00:10 +00:00 committed by Git OBS Bridge
parent bad1b5e27c
commit 6c82a7a4bf
4 changed files with 19 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d5325300ad267624cb0b7d512cfdfcd74fa7fe00c455c5b51a6bd53e5e199ef9
size 13804184

3
perl-5.40.1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dfa20c2eef2b4af133525610bbb65dd13777ecf998c9c5b1ccf0d308e732ee3f
size 13930924

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Mar 7 14:54:59 CET 2025 - mls@suse.de
- update to 5.40.1
* fix strftime sometimes crashing if a non-string was used as argument
* some functions in the builtin:: package would crash when used after
a tail call
* fix utf8n_to_uvchr sometimes failing to correctly identify certain
invalid UTF-8 sequences as invalid.
-------------------------------------------------------------------
Wed Jul 3 07:31:25 UTC 2024 - Dirk Stoecker <opensuse@dstoecker.de>

View File

@ -1,7 +1,7 @@
#
# spec file
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -23,11 +23,11 @@
%define name_suffix %{nil}
%endif
%define pversion 5.40.0
%define pversion 5.40.1
# set to nil when equal to pversion
%global versionlist %{nil}
%global versionlist 5.40.0
Name: perl%{?name_suffix}
Version: 5.40.0
Version: 5.40.1
Release: 0
Summary: The Perl interpreter
License: Artistic-1.0 OR GPL-1.0-or-later
@ -196,7 +196,7 @@ install -m 444 saveConfig.pm $cpa/Config.pm
install -m 444 saveConfig_heavy.pl $cpa/Config_heavy.pl
# install macros.perl file
install -D -m 644 %{SOURCE2} %{buildroot}%{_rpmconfigdir}/macros.d/macros.perl
pushd %{_includedir}
cd %{_includedir}
( rpm -ql glibc-devel | grep -F '.h'
find %{_includedir}/asm/ -name \*.h
find %{_includedir}/asm-generic -name \*.h
@ -204,7 +204,7 @@ pushd %{_includedir}
) | while read f; do
%{buildroot}%{_bindir}/perl -I$cp -I$cpa %{buildroot}%{_bindir}/h2ph -d $vpa ${f/\/usr\/include\//} || :
done
popd
cd -
d="`gcc -print-file-name=include`"
test -f "$d/stdarg.h" && (cd $d ; %{buildroot}%{_bindir}/perl -I$cp -I$cpa %{buildroot}%{_bindir}/h2ph -d $vpa stdarg.h stddef.h float.h)
# remove broken pm - we don't have the module