rpms/perl-Crypt-GeneratePassword/F-9 import.log, NONE, 1.1 utf8.patch, NONE, 1.1 perl-Crypt-GeneratePassword.spec, 1.1, 1.2

Miroslav Suchý msuchy at fedoraproject.org
Thu Dec 4 09:41:43 UTC 2008


Author: msuchy

Update of /cvs/pkgs/rpms/perl-Crypt-GeneratePassword/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5483/F-9

Modified Files:
	perl-Crypt-GeneratePassword.spec 
Added Files:
	import.log utf8.patch 
Log Message:
Import perl-Crypt-GeneratePassword-0.03-14 into F-9 branch.



--- NEW FILE import.log ---
perl-Crypt-GeneratePassword-0_03-14:F-9:perl-Crypt-GeneratePassword-0.03-14.src.rpm:1228383593

utf8.patch:

--- NEW FILE utf8.patch ---
--- Crypt-GeneratePassword-0.03.orig/README	2008-10-14 11:41:36.000000000 +0200
+++ Crypt-GeneratePassword-0.03/README	2008-10-14 11:48:45.000000000 +0200
@@ -23,7 +23,7 @@
 
 COPYRIGHT AND LICENCE
 
-Copyright 2002 by Jörg Walter <jwalt at cpan.org>,
+Copyright 2002 by Jörg Walter <jwalt at cpan.org>,
 inspired by ideas from Tom Van Vleck and Morris Gasser/FIPS-181.
 
 This perl module is free software; it may be redistributed


Index: perl-Crypt-GeneratePassword.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Crypt-GeneratePassword/F-9/perl-Crypt-GeneratePassword.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-Crypt-GeneratePassword.spec	26 Jun 2008 11:49:53 -0000	1.1
+++ perl-Crypt-GeneratePassword.spec	4 Dec 2008 09:41:12 -0000	1.2
@@ -1,16 +1,16 @@
 Name:           perl-Crypt-GeneratePassword
 Version:        0.03
-Release:        12%{?dist}
+Release:        14%{?dist}
 Summary:        Generate secure random pronounceable passwords
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Crypt-GeneratePassword/
 Source0:        http://www.cpan.org/modules/by-module/Crypt/Crypt-GeneratePassword-%{version}.tar.gz
+Patch0:         utf8.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
-BuildRequires:  perl(ExtUtils::MakeMaker)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-
+BuildRequires:  perl(ExtUtils::MakeMaker)
 %description
 Crypt::GeneratePassword generates random passwords that are (more or less)
 pronounceable. Unlike Crypt::RandPasswd, it doesn't use the FIPS-181 NIST
@@ -19,6 +19,7 @@
 
 %prep
 %setup -q -n Crypt-GeneratePassword-%{version}
+%patch0 -p1
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -47,6 +48,8 @@
 %{_mandir}/man3/*
 
 %changelog
-* Mon Jun 23 2008 Nigel Jones <dev at nigelj.com> - 0.03-12
+* Thu Oct 16 2008 Milan Zazrivec 0.03-14
+- Bumping release to be above what we have in Satellite 5.2.0
+
+* Tue Oct 14 2008 Miroslav Suchý <msuchy at redhat.com> 0.03-3
 - Specfile autogenerated by cpanspec 1.77.
-- Bump to be > than -11 in Spacewalk repo




More information about the Fedora-perl-devel-list mailing list