[perl-Data-Alias] Update to 1.17

Paul Howarth pghmcfc at fedoraproject.org
Sun Aug 4 19:26:01 UTC 2013


commit 5db0d1e0424490e5af26aff58251953a93e5df97
Author: Paul Howarth <paul at city-fan.org>
Date:   Sun Aug 4 19:56:50 2013 +0100

    Update to 1.17
    
    - New upstream release 1.17:
      - Bugfix: correct the dtrace-related macro squashing for Perls prior
        to 5.13.8, where the macros had the wrong number of parameters and
        prevented compilation
      - Bugfix: use core's PL_no_localize_ref string constant as data string
        rather than format string
      - Update to handle the new padrange op type in Perl 5.17.6
      - Update to handle the new op allocation mechanism in Perl 5.17.2
      - Clarify and expand documentation around list-like assignments
      - Clarify documentation of deref() regarding lvalueness
      - Remove the bulk of the documentation from the README file

 perl-Data-Alias.spec |   17 +++++++++++++++--
 sources              |    2 +-
 2 files changed, 16 insertions(+), 3 deletions(-)
---
diff --git a/perl-Data-Alias.spec b/perl-Data-Alias.spec
index 78596f4..60591d1 100644
--- a/perl-Data-Alias.spec
+++ b/perl-Data-Alias.spec
@@ -1,8 +1,8 @@
 # TODO: BR: perl(Devel::CallParser) when available
 
 Name:		perl-Data-Alias
-Version:	1.16
-Release:	6%{?dist}
+Version:	1.17
+Release:	1%{?dist}
 Summary:	Comprehensive set of aliasing operations
 License:	GPL+ or Artistic
 Group:		Development/Libraries
@@ -53,6 +53,19 @@ make test
 %{_mandir}/man3/Data::Alias.3pm*
 
 %changelog
+* Sun Aug  4 2013 Paul Howarth <paul at city-fan.org> - 1.17-1
+- Update to 1.17:
+  - Bugfix: correct the dtrace-related macro squashing for Perls prior
+    to 5.13.8, where the macros had the wrong number of parameters and
+    prevented compilation
+  - Bugfix: use core's PL_no_localize_ref string constant as data string
+    rather than format string
+  - Update to handle the new padrange op type in Perl 5.17.6
+  - Update to handle the new op allocation mechanism in Perl 5.17.2
+  - Clarify and expand documentation around list-like assignments
+  - Clarify documentation of deref() regarding lvalueness
+  - Remove the bulk of the documentation from the README file
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.16-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 8a9bf91..fbc455f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f53a4f654d57671fe0bd2cdcd6974e41  Data-Alias-1.16.tar.gz
+43f82bcb7728c4b7ed818a165e03d739  Data-Alias-1.17.tar.gz



More information about the perl-devel mailing list