rpms/perl-Devel-Size/FC-6 perl-Devel-Size.spec, 1.3, 1.4 sources, 1.3, 1.4

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Thu Aug 9 23:58:36 UTC 2007


Author: cweyl

Update of /cvs/extras/rpms/perl-Devel-Size/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11670/FC-6

Modified Files:
	perl-Devel-Size.spec sources 
Log Message:
* Thu Aug 09 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.68-1
- update to 0.68
- refactor perl BR's

* Thu Mar 29 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.67-1
- update to 0.67



Index: perl-Devel-Size.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Devel-Size/FC-6/perl-Devel-Size.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-Devel-Size.spec	11 Mar 2007 06:58:40 -0000	1.3
+++ perl-Devel-Size.spec	9 Aug 2007 23:58:04 -0000	1.4
@@ -1,5 +1,5 @@
 Name:           perl-Devel-Size
-Version:        0.66
+Version:        0.68
 Release:        1%{?dist}
 Summary:        Perl extension for finding the memory usage of Perl variables
 License:        GPL or Artistic
@@ -9,10 +9,16 @@
 Source0: http://www.cpan.org/modules/by-module/Devel/Devel-Size-%{version}.tar.gz
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-BuildRequires:  perl, perl(ExtUtils::MakeMaker)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+# core
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::More)
+# cpan
+# test
+BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Pod::Coverage)
+
 %description
 This module figures out the real sizes of Perl variables in bytes. Call
 functions with a reference to the variable you want the size of. If the
@@ -23,7 +29,7 @@
 %setup -q -n Devel-Size-%{version}
 
 # fix permissions....
-find . -type f -exec chmod -x {} \;
+find . -type f -exec chmod -c -x {} +
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
@@ -48,12 +54,19 @@
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGES
+%doc CHANGES t/
 %{perl_vendorarch}/auto/*
 %{perl_vendorarch}/Devel*
 %{_mandir}/man3/*
 
 %changelog
+* Thu Aug 09 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.68-1
+- update to 0.68
+- refactor perl BR's
+
+* Thu Mar 29 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.67-1
+- update to 0.67
+
 * Sat Mar 10 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.66-1
 - update to 0.66 (0.65 update never pushed due to various issues)
 - misc spec cleanups


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Devel-Size/FC-6/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	11 Mar 2007 06:58:40 -0000	1.3
+++ sources	9 Aug 2007 23:58:04 -0000	1.4
@@ -1 +1 @@
-d29031c16e4653b133f4cbe8c083a720  Devel-Size-0.66.tar.gz
+e67327aebb98a25ecffe631d07a9c8b0  Devel-Size-0.68.tar.gz




More information about the fedora-extras-commits mailing list