forked from pool/perl-PadWalker
Compare commits
11 Commits
a0c7e9cc24
...
f07c0d415a
Author | SHA256 | Date | |
---|---|---|---|
f07c0d415a | |||
4ba8e34102 | |||
228d673794 | |||
29bfd89b2f | |||
34d376f71b | |||
b4133fe010 | |||
74d6da044f | |||
|
e4d53a27df | ||
|
6520b35e34 | ||
|
03201e28c0 | ||
|
8996512d67 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:04f1cc8eda958f97735abef86b980db8d58875724d8bcd701efd9a3c333a1415
|
||||
size 15689
|
BIN
PadWalker-2.5.tar.gz
(Stored with Git LFS)
Normal file
BIN
PadWalker-2.5.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,56 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 6 22:27:48 UTC 2025 - Tina Müller <tina.mueller@suse.com>
|
||||
|
||||
- Normalize CPAN version
|
||||
See https://github.com/openSUSE/cpanspec/issues/47 for details
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 03:16:09 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- 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
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-PadWalker
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# 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
|
||||
@@ -12,23 +12,25 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: perl-PadWalker
|
||||
Version: 2.0
|
||||
Release: 0
|
||||
%define cpan_name PadWalker
|
||||
Summary: Play with Other Peoples' Lexical Variables
|
||||
License: GPL-1.0+ or Artistic-1.0
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/PadWalker/
|
||||
Source0: http://www.cpan.org/authors/id/R/RO/ROBIN/%{cpan_name}-%{version}.tar.gz
|
||||
Name: perl-PadWalker
|
||||
Version: 2.500.0
|
||||
Release: 0
|
||||
# 2.5 -> normalize -> 2.500.0
|
||||
%define cpan_version 2.5
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Play with other peoples' lexical variables
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/R/RO/ROBIN/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
Provides: perl(PadWalker) = %{version}
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -44,14 +46,14 @@ 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}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||
%{__make} %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||
%make_build
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
make test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
@@ -59,7 +61,6 @@ safe for and useful in production.
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes README
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user