From 2e61e65c47471c215d3aeefb1d86ca080dfb1687 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Tue, 26 May 2015 15:09:34 +0100 Subject: [PATCH] Update to 0.233 - New upstream release 0.233 - The diagnostic about inheriting from ourselves was removed; it served no purpose as Perl already warns if we try to inherit in a circular way --- perl-parent.spec | 7 ++++++- sources | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/perl-parent.spec b/perl-parent.spec index 9d0a3a7..7171f3b 100644 --- a/perl-parent.spec +++ b/perl-parent.spec @@ -1,6 +1,6 @@ Name: perl-parent Epoch: 1 -Version: 0.232 +Version: 0.233 Release: 1%{?dist} Summary: Establish an ISA relationship with base classes at compile time License: GPL+ or Artistic @@ -61,6 +61,11 @@ rm -rf %{buildroot} %{_mandir}/man3/parent.3* %changelog +* Tue May 26 2015 Paul Howarth - 1:0.233-1 +- Update to 0.233 + - The diagnostic about inheriting from ourselves was removed; it served no + purpose as Perl already warns if we try to inherit in a circular way + * Fri Mar 20 2015 Paul Howarth - 1:0.232-1 - Update to 0.232 - Change line-endings in parent-pmc.t to unix EOLs so that bleadperl is happy diff --git a/sources b/sources index 7bb4dc5..992646e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8f3da84be2318ad4a1e7ff2e60a10d68 parent-0.232.tar.gz +fb2d4803c7c2423bae9403bb1cb48384 parent-0.233.tar.gz