[perl-Crypt-RC4-XS] Minor tweak to the spec file

Mathieu Bridon bochecha at fedoraproject.org
Thu Nov 17 04:56:00 UTC 2011


commit d8166e964c7dcd4b89bfcd4a30f29d451e7d0801
Author: Mathieu Bridon <bochecha at fedoraproject.org>
Date:   Thu Nov 17 12:41:19 2011 +0800

    Minor tweak to the spec file
    
    This was suggested by Parag during the review:
        https://bugzilla.redhat.com/show_bug.cgi?id=753019

 perl-Crypt-RC4-XS.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/perl-Crypt-RC4-XS.spec b/perl-Crypt-RC4-XS.spec
index 6ea522b..a2fce70 100644
--- a/perl-Crypt-RC4-XS.spec
+++ b/perl-Crypt-RC4-XS.spec
@@ -1,6 +1,6 @@
 Name:           perl-Crypt-RC4-XS
 Version:        0.02
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Perl implementation of the RC4 encryption algorithm
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Crypt-RC4-XS/
@@ -52,13 +52,15 @@ make test
 
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorarch}/Crypt
 %{perl_vendorarch}/auto/Crypt
 %{_mandir}/man3/Crypt::RC4::XS.3pm.gz
 
 %changelog
-* Fri Nov 11 2011 Mathieu Bridon <bochecha at fedoraproject.org> 0.02-1
+* Thu Nov 17 2011 Mathieu Bridon <bochecha at fedoraproject.org> - 0.02-2
+- Minor tweak to the spec file as suggested by Parag in the review.
+
+* Fri Nov 11 2011 Mathieu Bridon <bochecha at fedoraproject.org> - 0.02-1
 - Specfile autogenerated by cpanspec 1.78.
 - Couple of tweaks to the spec file.


More information about the scm-commits mailing list