rpms/perl-Crypt-Simple/devel perl-Crypt-Simple.spec,1.3,1.4

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


Author: spot

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

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


Index: perl-Crypt-Simple.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Crypt-Simple/devel/perl-Crypt-Simple.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-Crypt-Simple.spec	7 Mar 2008 01:57:54 -0000	1.3
+++ perl-Crypt-Simple.spec	7 Jul 2008 19:20:00 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           perl-Crypt-Simple
 Version:        0.06
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Encrypt stuff simply 
 
 Group:          Development/Libraries
@@ -11,12 +11,12 @@
 
 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,9 +65,11 @@
 
 
 %changelog
-* Thu Mar 06 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.06-5
-Rebuild for new perl
+* 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