From 75baefdaaacb4646db54939d49be2375cf88334ca133209b9ef905eace219f05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 3 May 2024 18:36:10 +0200 Subject: [PATCH] Sync from SUSE:SLFO:Main perl-PadWalker revision a9c64989acdd615e495402676080aaf6 --- .gitattributes | 23 ++++++++ PadWalker-2.5.tar.gz | 3 ++ cpanspec.yml | 15 ++++++ perl-PadWalker.changes | 116 +++++++++++++++++++++++++++++++++++++++++ perl-PadWalker.spec | 65 +++++++++++++++++++++++ 5 files changed, 222 insertions(+) create mode 100644 .gitattributes create mode 100644 PadWalker-2.5.tar.gz create mode 100644 cpanspec.yml create mode 100644 perl-PadWalker.changes create mode 100644 perl-PadWalker.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/PadWalker-2.5.tar.gz b/PadWalker-2.5.tar.gz new file mode 100644 index 0000000..32a2bf4 --- /dev/null +++ b/PadWalker-2.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07b26abb841146af32072a8d68cb90176ffb176fd9268e6f2f7d106f817a0cd0 +size 16342 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..00577d4 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,15 @@ +--- +description_paragraphs: 3 +#no_testing: broken upstream +#sources: +# - source1 +# - source2 +#patches: +# foo.patch: -p1 +# bar.patch: +#preamble: |- +# BuildRequires: gcc-c++ +#post_prep: |- +# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` +# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL +#license: SUSE-NonFree diff --git a/perl-PadWalker.changes b/perl-PadWalker.changes new file mode 100644 index 0000000..18d31e3 --- /dev/null +++ b/perl-PadWalker.changes @@ -0,0 +1,116 @@ +------------------------------------------------------------------- +Mon Sep 28 03:16:09 UTC 2020 - Tina Müller + +- updated to 2.5 + see /usr/share/doc/packages/perl-PadWalker/Changes + + + 2.4 Sat 26 Sep 2020 18:39:17 BST + - Names of utf8 lexical vars not reported correctly + https://rt.cpan.org/Ticket/Display.html?id=133424 + + 2.5 Sun 27 Sep 2020 13:22:11 BST + - Make 2.4 compatible with older perl. + +------------------------------------------------------------------- +Sat Nov 11 06:44:44 UTC 2017 - coolo@suse.com + +- updated to 2.3 + see /usr/share/doc/packages/perl-PadWalker/Changes + + + 2.3 Fri 10 Nov 2017 18:26:29 GMT + - Make tests work with -Ddefault_inc_excludes_dot + https://rt.cpan.org/Public/Bug/Display.html?id=120421 + +------------------------------------------------------------------- +Sat Oct 24 09:21:38 UTC 2015 - coolo@suse.com + +- updated to 2.2 + see /usr/share/doc/packages/perl-PadWalker/Changes + + + 2.2 Fri 23 Oct 2015 17:55:31 BST + - Convert to PERL_NO_GET_CONTEXT + https://github.com/robinhouston/PadWalker/pull/2 + +------------------------------------------------------------------- +Sat Apr 25 07:30:39 UTC 2015 - coolo@suse.com + +- updated to 2.1 + see /usr/share/doc/packages/perl-PadWalker/Changes + + + 2.1 Fri 24 Apr 2015 20:29:12 BST + - Another bleadperl fix + https://rt.cpan.org/Public/Bug/Display.html?id=101037 + +------------------------------------------------------------------- +Wed Apr 15 14:49:21 UTC 2015 - coolo@suse.com + +- updated to 2.0 + see /usr/share/doc/packages/perl-PadWalker/Changes + + + 1.99 Tue 11 Nov 2014 15:01:37 CET + - Make it compatible with bleadperl. + Patch from Father Chrysostomous at https://rt.cpan.org/Public/Bug/Display.html?id=100262 + + 1.99_1 Tue 11 Nov 2014 19:38:17 CET + - Restore compatibility with perl 5.8 + Patch from paul@city-fan.org at https://rt.cpan.org/Public/Bug/Display.html?id=100262#txn-1431869 + + 2.0 Mon 8 Dec 2014 13:45:37 GMT + - Restore compatibility with bleadperl + Patch from Dagfinn Ilmari Mannsåker at https://github.com/robinhouston/PadWalker/pull/3 + +------------------------------------------------------------------- +Sun Oct 27 21:09:50 UTC 2013 - rschweikert@suse.com + +- Update to latest version 1.98 + + Improve peek_sub error handling + Thanks to Zefram for the bug report. + See https://rt.cpan.org/Ticket/Display.html?id=89679 + + Make new test compatible with old versions of perl. + +------------------------------------------------------------------- +Sat Jun 8 10:35:24 UTC 2013 - rschweikert@suse.com + +- Update to latest source, version 1.96 + + Correct the version number in META.yml + + Make one of the tests a bit more flexible, to accommodate a subtle + change in behaviour caused by a recent change to perl + + Restore compatibility with Perl 5.8 + +------------------------------------------------------------------- +Wed Dec 1 13:34:17 UTC 2010 - coolo@novell.com + +- switch to perl_requires macro + +------------------------------------------------------------------- +Wed Nov 24 21:47:57 UTC 2010 - chris@computersalat.de + +- recreated by cpanspec 1.78 +- cleanup changelog +- no /var/adm/perl-modules + +------------------------------------------------------------------- +Tue Oct 19 08:38:54 UTC 2010 - coolo@novell.com + +- add perl as explicit buildrequire + +------------------------------------------------------------------- +Wed Aug 4 20:53:23 UTC 2010 - rschweikert@novell.com + +- Update to latest source, version 1.92 + +------------------------------------------------------------------- +Sun Nov 29 12:24:46 CET 2009 - rschweikert@novell.com + +- No indentation for description in spec file + +------------------------------------------------------------------- +Tue Nov 24 18:27:44 CET 2009 - rschweikert@novell.com + +- Initial build, version 1.9 + diff --git a/perl-PadWalker.spec b/perl-PadWalker.spec new file mode 100644 index 0000000..be106ad --- /dev/null +++ b/perl-PadWalker.spec @@ -0,0 +1,65 @@ +# +# spec file for package perl-PadWalker +# +# Copyright (c) 2020 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +Name: perl-PadWalker +Version: 2.5 +Release: 0 +%define cpan_name PadWalker +Summary: Play with other peoples' lexical variables +License: Artistic-1.0 OR GPL-1.0-or-later +Group: Development/Libraries/Perl +URL: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/R/RO/ROBIN/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: perl +BuildRequires: perl-macros +%{perl_requires} + +%description +PadWalker is a module which allows you to inspect (and even change!) +lexical variables in any subroutine which called you. It will only show +those variables which are in scope at the point of the call. + +PadWalker is particularly useful for debugging. It's even used by Perl's +built-in debugger. (It can also be used for evil, of course.) + +I wouldn't recommend using PadWalker directly in production code, but it's +your call. Some of the modules that use PadWalker internally are certainly +safe for and useful in production. + +%prep +%setup -q -n %{cpan_name}-%{version} + +%build +perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +make %{?_smp_mflags} + +%check +make test + +%install +%perl_make_install +%perl_process_packlist +%perl_gen_filelist + +%files -f %{name}.files +%defattr(-,root,root,755) +%doc Changes README + +%changelog