- update to 5.40.1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl?expand=0&rev=257
This commit is contained in:
parent
bad1b5e27c
commit
6c82a7a4bf
@ -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
3
perl-5.40.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dfa20c2eef2b4af133525610bbb65dd13777ecf998c9c5b1ccf0d308e732ee3f
|
||||||
|
size 13930924
|
10
perl.changes
10
perl.changes
@ -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>
|
Wed Jul 3 07:31:25 UTC 2024 - Dirk Stoecker <opensuse@dstoecker.de>
|
||||||
|
|
||||||
|
12
perl.spec
12
perl.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -23,11 +23,11 @@
|
|||||||
%define name_suffix %{nil}
|
%define name_suffix %{nil}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%define pversion 5.40.0
|
%define pversion 5.40.1
|
||||||
# set to nil when equal to pversion
|
# set to nil when equal to pversion
|
||||||
%global versionlist %{nil}
|
%global versionlist 5.40.0
|
||||||
Name: perl%{?name_suffix}
|
Name: perl%{?name_suffix}
|
||||||
Version: 5.40.0
|
Version: 5.40.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The Perl interpreter
|
Summary: The Perl interpreter
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
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 -m 444 saveConfig_heavy.pl $cpa/Config_heavy.pl
|
||||||
# install macros.perl file
|
# install macros.perl file
|
||||||
install -D -m 644 %{SOURCE2} %{buildroot}%{_rpmconfigdir}/macros.d/macros.perl
|
install -D -m 644 %{SOURCE2} %{buildroot}%{_rpmconfigdir}/macros.d/macros.perl
|
||||||
pushd %{_includedir}
|
cd %{_includedir}
|
||||||
( rpm -ql glibc-devel | grep -F '.h'
|
( rpm -ql glibc-devel | grep -F '.h'
|
||||||
find %{_includedir}/asm/ -name \*.h
|
find %{_includedir}/asm/ -name \*.h
|
||||||
find %{_includedir}/asm-generic -name \*.h
|
find %{_includedir}/asm-generic -name \*.h
|
||||||
@ -204,7 +204,7 @@ pushd %{_includedir}
|
|||||||
) | while read f; do
|
) | while read f; do
|
||||||
%{buildroot}%{_bindir}/perl -I$cp -I$cpa %{buildroot}%{_bindir}/h2ph -d $vpa ${f/\/usr\/include\//} || :
|
%{buildroot}%{_bindir}/perl -I$cp -I$cpa %{buildroot}%{_bindir}/h2ph -d $vpa ${f/\/usr\/include\//} || :
|
||||||
done
|
done
|
||||||
popd
|
cd -
|
||||||
d="`gcc -print-file-name=include`"
|
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)
|
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
|
# remove broken pm - we don't have the module
|
||||||
|
Loading…
x
Reference in New Issue
Block a user