[perl-Devel-NYTProf] update to 4.05

Iain Arnell iarnell at fedoraproject.org
Sat Sep 25 06:52:32 UTC 2010


commit 55690086dd3e1f4593cb672987b1becc43a5c7f6
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sat Sep 25 08:52:25 2010 +0200

    update to 4.05

 .gitignore              |    1 +
 perl-Devel-NYTProf.spec |   15 ++++++---------
 sources                 |    2 +-
 3 files changed, 8 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 466b103..35362c0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Devel-NYTProf-4.04.tar.gz
+/Devel-NYTProf-4.05.tar.gz
diff --git a/perl-Devel-NYTProf.spec b/perl-Devel-NYTProf.spec
index c432ec5..294b77b 100644
--- a/perl-Devel-NYTProf.spec
+++ b/perl-Devel-NYTProf.spec
@@ -1,12 +1,11 @@
 Name:           perl-Devel-NYTProf
-Version:        4.04
+Version:        4.05
 Release:        1%{?dist}
 Summary:        Powerful feature-rich perl source code profiler
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Devel-NYTProf/
 Source0:        http://www.cpan.org/authors/id/T/TI/TIMB/Devel-NYTProf-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  zlib-devel
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Sub::Name)
@@ -30,8 +29,6 @@ Devel::NYTProf is a powerful feature-rich perl source code profiler.
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
@@ -47,13 +44,8 @@ rm -rf $RPM_BUILD_ROOT/%{perl_vendorarch}/Devel/auto/
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-# switch off until Class::ISA will be in buildroot
-rm -rf t/70-subname.t
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root,-)
 %doc Changes HACKING README *.pl demo
@@ -64,6 +56,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Sat Sep 25 2010 Iain Arnell <iarnell at gmail.com> 4.05-1
+- update to latest upstream
+- clean up spec for modern rpmbuild
+- reenable t/70-subname.t
+
 * Sun Jul 11 2010 Iain Arnell <iarnell at gmail.com> 4.04-1
 - update to latest upstream
 
diff --git a/sources b/sources
index 5e3d675..ecfe509 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-40e30afecbf5845da479b24bece6def5  Devel-NYTProf-4.04.tar.gz
+e65d8f78e00e894c35e4853ae85005b0  Devel-NYTProf-4.05.tar.gz


More information about the scm-commits mailing list