Accepting request 178069 from devel:languages:perl
- 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 OBS-URL: https://build.opensuse.org/request/show/178069 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PadWalker?expand=0&rev=10
This commit is contained in:
commit
55b788a44c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:27a65d8a5f5eac3563a28cb727eff8b72d8ae29be8f5ef6dff0a9839c6576156
|
||||
size 14573
|
3
PadWalker-1.96.tar.gz
Normal file
3
PadWalker-1.96.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:df250e242f2a1009a8e9fe393b5c8b9ff4817efb345117fd6ada6a3da8380ca0
|
||||
size 15272
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-PadWalker (Version 1.92)
|
||||
# spec file for package perl-PadWalker
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -15,16 +15,14 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: perl-PadWalker
|
||||
%define cpan_name PadWalker
|
||||
Summary: Play with other peoples' lexical variables
|
||||
Version: 1.92
|
||||
Release: 2
|
||||
License: GPL-1.0+ or Artistic-1.0
|
||||
Group: Development/Libraries/Perl
|
||||
Version: 1.96
|
||||
Release: 0
|
||||
Url: http://search.cpan.org/dist/PadWalker/
|
||||
Source: http://www.cpan.org/authors/id/R/RO/ROBIN/PadWalker-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
Loading…
Reference in New Issue
Block a user