rpms/perl-Crypt-RSA/EL-6 perl-Crypt-RSA.spec,1.14,1.15

Paul Howarth pghmcfc at fedoraproject.org
Tue May 11 13:47:43 UTC 2010


Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Crypt-RSA/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv7435

Modified Files:
	perl-Crypt-RSA.spec 
Log Message:
Minor clean-ups


Index: perl-Crypt-RSA.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Crypt-RSA/EL-6/perl-Crypt-RSA.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- perl-Crypt-RSA.spec	26 Jul 2009 05:17:51 -0000	1.14
+++ perl-Crypt-RSA.spec	11 May 2010 13:47:43 -0000	1.15
@@ -55,8 +55,8 @@ done
 %{__rm} -rf %{buildroot}
 %{__make} pure_install PERL_INSTALL_ROOT=%{buildroot}
 /usr/bin/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';'
-/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} 2>/dev/null ';'
-%{__chmod} -R u+w %{buildroot}/*
+/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} ';' 2>/dev/null
+%{__chmod} -R u+w %{buildroot}
 
 # Additional manpages
 /usr/bin/pod2man --section=3 extradocs/crypt-rsa-interoperablity.pod \
@@ -89,19 +89,19 @@ done
 %{_mandir}/man3/crypt-rsa-interoperablity-template.3*
 
 %changelog
-* Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.99-2
+* Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> 1.99-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
 * Mon Jun  8 2009 Paul Howarth <paul at city-fan.org> 1.99-1
 - Update to 1.99
-- * fix CPAN RT#37489 (precedence error in C::R::Key::{Private,Public}::write)
-- * fix CPAN RT#37862 (Crypt::RSA doesn't work under setuid Perl)
-- * fix CPAN RT#46577 (invalid signature calling verify())
+  - fix CPAN RT#37489 (precedence error in C::R::Key::{Private,Public}::write)
+  - fix CPAN RT#37862 (Crypt::RSA doesn't work under setuid Perl)
+  - fix CPAN RT#46577 (invalid signature calling verify())
 
 * Wed May 13 2009 Paul Howarth <paul at city-fan.org> 1.98-3
 - Recode Crypt::RSA manpage as UTF-8
 
-* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.98-2
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> 1.98-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
 * Tue Jul  8 2008 Paul Howarth <paul at city-fan.org> 1.98-1
@@ -119,7 +119,7 @@ done
   as rpm auto-dep-finder doesn't spot it
 
 * Thu Mar  6 2008 Tom "spot" Callaway <tcallawa at redhat.com> 1.58-4
-- rebuild for new perl
+- Rebuild for new perl
 
 * Sun Aug 12 2007 Paul Howarth <paul at city-fan.org> 1.58-3
 - Clarify license as GPL v1 or later, or Artistic (same as perl)



More information about the scm-commits mailing list