Update to 0.08
- New upstream release 0.08 - Fix leak when setting a fully-qualified name (GH#1) - Update debugger patch
This commit is contained in:
parent
8b575b7e0a
commit
2c94022846
@ -8,8 +8,8 @@ diff --git a/Name.xs b/Name.xs
|
||||
index f6d7bc2..89d2dd8 100644
|
||||
--- a/Name.xs
|
||||
+++ b/Name.xs
|
||||
@@ -62,6 +62,40 @@ subname(name, sub)
|
||||
stash = GvHV(gv_fetchpv(savepvn(name, end - name), TRUE, SVt_PVHV));
|
||||
@@ -64,6 +64,40 @@ subname(name, sub)
|
||||
Safefree(namepv);
|
||||
name = end;
|
||||
}
|
||||
+
|
||||
@ -4,14 +4,14 @@
|
||||
%global rpm49 %(rpm --version | perl -p -e 's/^.* (\\d+)\\.(\\d+).*/sprintf("%d.%03d",$1,$2) ge 4.009 ? 1 : 0/e')
|
||||
|
||||
Name: perl-Sub-Name
|
||||
Version: 0.07
|
||||
Version: 0.08
|
||||
Release: 1%{?dist}
|
||||
Summary: Name - or rename - a sub
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/Sub-Name/
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Sub-Name-%{version}.tar.gz
|
||||
Patch0: Sub-Name-0.06-cpan50524.patch
|
||||
Patch0: Sub-Name-0.08-cpan50524.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(base)
|
||||
@ -67,6 +67,11 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/Sub::Name.3pm*
|
||||
|
||||
%changelog
|
||||
* Mon Aug 4 2014 Paul Howarth <paul@city-fan.org> - 0.08-1
|
||||
- Update to 0.08
|
||||
- Fix leak when setting a fully-qualified name (GH#1)
|
||||
- Update debugger patch
|
||||
|
||||
* Mon Jul 14 2014 Paul Howarth <paul@city-fan.org> - 0.07-1
|
||||
- Update to 0.07
|
||||
- Skip optional test if B::C 1.48 is not installed
|
||||
|
||||
Loading…
Reference in New Issue
Block a user