OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Alias?expand=0&rev=14
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:adba8c6d81e45ca363a10f39a21697282b1fcbd545b770991bb070b316b6fe88
|
||||
size 64242
|
3
Data-Alias-1.16.tar.gz
Normal file
3
Data-Alias-1.16.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0ad199c7a4ee855bc3bc150d2e55a8e34ff510dfb4958029a20a4c64856e45e0
|
||||
size 64820
|
@@ -1,7 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 26 18:10:49 UTC 2011 - coolo@opensuse.org
|
||||
Tue Nov 29 20:30:24 UTC 2011 - coolo@suse.com
|
||||
|
||||
- updated to 1.13
|
||||
version 1.16; 2011-11-17
|
||||
|
||||
* bugfix: use supported API to put destructor calls on the save stack
|
||||
(the unsupported way used before was wrong for 64-bit systems on
|
||||
perl 5.13.1 and later)
|
||||
|
||||
* document the behaviour of "alias return" in more detail
|
||||
|
||||
* convert .cvsignore to .gitignore
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 29 20:28:20 UTC 2011 - coolo@suse.com
|
||||
|
||||
- update to 1.14
|
||||
* port to Perl 5.15.0, where the op type aelemfast has been split into
|
||||
aelemfast and aelemfast_lex
|
||||
* test compatibility with Devel::CallParser
|
||||
* bugfix: never unhook peephole optimiser, because unhooking is liable
|
||||
to fail if anything else hooked it
|
||||
* bugfix: revise check for dorassign opcode to cope with FreeBSD's
|
||||
mutant Perl 5.8 that has it
|
||||
* test POD syntax and coverage
|
||||
* bugfix: prevent the lexer getting confused if the first thing inside
|
||||
an alias{} block is an open paren
|
||||
* bugfix: don't crash if an rv2cv op is built with PL_parser null
|
||||
@@ -11,6 +32,7 @@ Tue Apr 26 18:10:49 UTC 2011 - coolo@opensuse.org
|
||||
up due to defining PERL_CORE
|
||||
* switch all pp functions to internal linkage
|
||||
* avoid some compiler warnings
|
||||
* include .cvsignore file in distribution
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 4 09:29:06 UTC 2011 - coolo@novell.com
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Data-Alias (Version 1.13)
|
||||
# spec file for package perl-Data-Alias
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2011 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,8 +15,10 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: perl-Data-Alias
|
||||
Version: 1.13
|
||||
Version: 1.16
|
||||
Release: 1
|
||||
License: GPL+ or Artistic
|
||||
%define cpan_name Data-Alias
|
||||
@@ -27,7 +29,6 @@ Source: http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/%{cpan_name}-%{versio
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -69,9 +70,6 @@ manpage.
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes README
|
||||
|
Reference in New Issue
Block a user