rpms/perl-File-BOM/devel .cvsignore, 1.3, 1.4 perl-File-BOM.spec, 1.2, 1.3 sources, 1.3, 1.4 needs.rebuild, 1.1, NONE

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Tue Sep 26 21:35:51 UTC 2006


Author: steve

Update of /cvs/extras/rpms/perl-File-BOM/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6044

Modified Files:
	.cvsignore perl-File-BOM.spec sources 
Removed Files:
	needs.rebuild 
Log Message:
Update to 0.12.
Canonicalize Source0 URL.
Minor spec cleanup.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-File-BOM/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	8 Dec 2005 19:28:12 -0000	1.3
+++ .cvsignore	26 Sep 2006 21:35:51 -0000	1.4
@@ -1,2 +1 @@
-File-BOM-0.09.tar.gz
-File-BOM-0.11.tar.gz
+File-BOM-0.12.tar.gz


Index: perl-File-BOM.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-File-BOM/devel/perl-File-BOM.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-File-BOM.spec	8 Dec 2005 19:28:12 -0000	1.2
+++ perl-File-BOM.spec	26 Sep 2006 21:35:51 -0000	1.3
@@ -1,23 +1,23 @@
 Name:           perl-File-BOM
-Version:        0.11
+Version:        0.12
 Release:        1%{?dist}
-Summary:        Utilities for reading Byte Order Marks
+Summary:        Utilities for handling Byte Order Marks
 
 Group:          Development/Libraries
 License:        GPL or Artistic
 URL:            http://search.cpan.org/dist/File-BOM/
-Source0:        ftp://ftp.cpan.org/pub/CPAN/modules/by-module/File/File-BOM-%{version}.tar.gz
+Source0:        http://www.cpan.org/authors/id/M/MA/MATTLAW/File-BOM-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  perl(Test::More)
-BuildRequires:  perl(Test::Exception)
 BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(Readonly)
+BuildRequires:  perl(Readonly) >= 0.06
+BuildRequires:  perl(Test::Exception) >= 0.20
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
-File::BOM is a pure perl module utilities package for reading Byte Order Marks.
+This module provides functions for handling unicode byte order marks, which
+are to be found at the beginning of some files and streams.
 
 
 %prep
@@ -36,7 +36,7 @@
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 
-%check || :
+%check
 ./Build test
 
 
@@ -51,6 +51,11 @@
 %{_mandir}/man3/*.3*
 
 %changelog
+* Tue Sep 26 2006 Steven Pritchard <steve at kspei.com> 0.12-1
+- Update to 0.12.
+- Canonicalize Source0 URL.
+- Minor spec cleanup.
+
 * Sat Nov 05 2005 Michael A. Peters <mpeters at mac.com> 0.11-1
 - update from upstream, BuildRequires perl(Readonly)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-File-BOM/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	8 Dec 2005 19:28:12 -0000	1.3
+++ sources	26 Sep 2006 21:35:51 -0000	1.4
@@ -1,2 +1 @@
-907feafba72c9762b24c756ca1c0cb3d  File-BOM-0.09.tar.gz
-ba42fb0d185582c8dfa02dcab28efa9f  File-BOM-0.11.tar.gz
+9292b9b01d7924ee593dca7b813363ec  File-BOM-0.12.tar.gz


--- needs.rebuild DELETED ---




More information about the scm-commits mailing list