rpms/perl-Algorithm-C3/FC-6 perl-Algorithm-C3.spec, 1.3, 1.4 sources, 1.3, 1.4

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Thu May 31 22:39:26 UTC 2007


Author: cweyl

Update of /cvs/extras/rpms/perl-Algorithm-C3/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6248/FC-6

Modified Files:
	perl-Algorithm-C3.spec sources 
Log Message:
* Thu May 31 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.07-1
- update to 0.07
- include t/ in doc
- minor spec reworkage to deal with the once and future perl split



Index: perl-Algorithm-C3.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Algorithm-C3/FC-6/perl-Algorithm-C3.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-Algorithm-C3.spec	22 Nov 2006 04:20:30 -0000	1.3
+++ perl-Algorithm-C3.spec	31 May 2007 22:38:50 -0000	1.4
@@ -1,5 +1,5 @@
 Name:           perl-Algorithm-C3
-Version:        0.06
+Version:        0.07
 Release:        1%{?dist}
 Summary:        Module for merging hierarchies using the C3 algorithm
 License:        GPL or Artistic
@@ -8,12 +8,16 @@
 Source0:        http://www.cpan.org/authors/id/B/BL/BLBLACK/Algorithm-C3-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+# core
+BuildRequires:  perl(Test::More)
+# cpan
 BuildRequires:  perl(Module::Build)
 # for testing....
-BuildRequires:  perl(Test::Pod), perl(Test::Pod::Coverage)
+BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Pod::Coverage)
 
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 This module implements the C3 algorithm.  Most of the uses I have for C3 
@@ -44,11 +48,16 @@
 
 %files
 %defattr(-,root,root,-)
-%doc Changes README
+%doc Changes README t/
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Thu May 31 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.07-1
+- update to 0.07
+- include t/ in doc
+- minor spec reworkage to deal with the once and future perl split
+
 * Tue Nov 21 2006 Chris Weyl <cweyl at alumni.drew.edu> 0.06-1
 - update to 0.06
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Algorithm-C3/FC-6/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	22 Nov 2006 04:20:30 -0000	1.3
+++ sources	31 May 2007 22:38:50 -0000	1.4
@@ -1 +1 @@
-4c05e0ebf31ffb2fa556016b97bd6bcb  Algorithm-C3-0.06.tar.gz
+2e301c80f096182cb16a30f0db9603ee  Algorithm-C3-0.07.tar.gz




More information about the fedora-extras-commits mailing list