rpms/perl-Crypt-Simple/F-8 perl-Crypt-Simple.spec,1.2,1.3

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon Jul 7 19:20:44 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/perl-Crypt-Simple/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1225/F-8

Modified Files:
	perl-Crypt-Simple.spec 
Log Message:
fix conditional comparison


Index: perl-Crypt-Simple.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Crypt-Simple/F-8/perl-Crypt-Simple.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-Crypt-Simple.spec	9 Jul 2007 18:36:02 -0000	1.2
+++ perl-Crypt-Simple.spec	7 Jul 2008 19:19:25 -0000	1.3
@@ -1,22 +1,22 @@
 Name:           perl-Crypt-Simple
 Version:        0.06
-Release:        4%{?dist}
+Release:        6%{?dist}
 Summary:        Encrypt stuff simply 
 
 Group:          Development/Libraries
-License:        GPL
+License:        GPLv2+
 URL:            http://search.cpan.org/dist/Crypt-Simple/
 Source0:        http://search.cpan.org/CPAN/authors/id/K/KA/KASEI/Crypt-Simple-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 
-%if "%fedora" > "6"
+%if 0%{?fedora} > 6
 BuildRequires:  perl perl-Crypt-Blowfish perl-FreezeThaw perl-Compress-Zlib
 BuildRequires:  perl-ExtUtils-MakeMaker perl-Test-Simple
 %endif
 
-%if "%fedora" == "6"
+%if 0%{?fedora} == 6
 BuildRequires:  perl perl-Crypt-Blowfish perl-FreezeThaw perl-Compress-Zlib
 %endif
 
@@ -65,6 +65,11 @@
 
 
 %changelog
+* Mon Jul 07 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.06-6
+- fix conditional comparison
+
+* Thu Mar 06 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.06-5
+- Rebuild for new perl
 
 * Mon Jul 9 2007 Allisson Azevedo <allisson at gmail.com> 0.06-4
 - Add exception for FC-6




More information about the fedora-extras-commits mailing list