[perl-Data-Alias] update to 1.15, which fixes issues with systemtap

Marcela Mašláňová mmaslano at fedoraproject.org
Fri Jun 24 07:21:50 UTC 2011


commit 16ec189da3b914b937ba013c34afa993b9dfe04d
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Fri Jun 24 09:21:30 2011 +0200

    update to 1.15, which fixes issues with systemtap

 Data-Alias-systemtap.patch |   20 --------------------
 perl-Data-Alias.spec       |   11 +++++------
 2 files changed, 5 insertions(+), 26 deletions(-)
---
diff --git a/perl-Data-Alias.spec b/perl-Data-Alias.spec
index 14064e5..357f2d8 100644
--- a/perl-Data-Alias.spec
+++ b/perl-Data-Alias.spec
@@ -1,13 +1,11 @@
 Name:           perl-Data-Alias
-Version:        1.12
-Release:        2%{?dist}
+Version:        1.15
+Release:        1%{?dist}
 Summary:        Comprehensive set of aliasing operations
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Data-Alias/
 Source0:        http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/Data-Alias-%{version}.tar.gz
-# http://rt.cpan.org/Public/Bug/Display.html?id=67430
-Patch0:         Data-Alias-systemtap.patch
 
 BuildRequires:  perl(DynaLoader)
 BuildRequires:  perl(Exporter)
@@ -30,7 +28,6 @@ reference to both, the two values are the same.
 
 %prep
 %setup -q -n Data-Alias-%{version}
-%patch0 -p1
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
@@ -49,13 +46,15 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 make test
 
 %files
-%defattr(-,root,root,-)
 %doc README Changes
 %{perl_vendorarch}/auto/*
 %{perl_vendorarch}/Data*
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jun 24 2011 Marcela Mašláňová <mmaslano at redhat.com> - 1.15-1
+- update to 1.15, which fixes issues with systemtap
+
 * Mon Jun 20 2011 Marcela Mašláňová <mmaslano at redhat.com> - 1.12-2
 - Perl mass rebuild
 



More information about the perl-devel mailing list