rpms/perl/F-9 perl.spec,1.175,1.176

Marcela Mašláňová (mmaslano) fedora-extras-commits at redhat.com
Wed Jul 2 09:07:29 UTC 2008


Author: mmaslano

Update of /cvs/pkgs/rpms/perl/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4345

Modified Files:
	perl.spec 
Log Message:
* Wed Jul  2 2008 Marcela Maslanova <mmaslano at redhat.com> 4:5.10.0-30.fc9
- 453646 use -DPERL_USE_SAFE_PUTENV. Without fail some modules f.e. readline.



Index: perl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl/F-9/perl.spec,v
retrieving revision 1.175
retrieving revision 1.176
diff -u -r1.175 -r1.176
--- perl.spec	26 Jun 2008 23:55:05 -0000	1.175
+++ perl.spec	2 Jul 2008 09:05:18 -0000	1.176
@@ -16,7 +16,7 @@
 
 Name:           perl
 Version:        %{perl_version}
-Release:        29%{?dist}
+Release:        30%{?dist}
 Epoch:          %{perl_epoch}
 Summary:        The Perl programming language
 Group:          Development/Languages
@@ -869,7 +869,7 @@
 # sitedir as well for 32bit archs, via -Dotherlibdirs.  No need to mention the
 # arch-specific subdir though, perl will add it, if it exists.
 
-/bin/sh Configure -des -Doptimize="$RPM_OPT_FLAGS" \
+/bin/sh Configure -des -Doptimize="$RPM_OPT_FLAGS -DPERL_USE_SAFE_PUTENV" \
         -Dversion=%{perl_version} \
         -Dmyhostname=localhost \
         -Dperladmin=root at localhost \
@@ -1636,6 +1636,9 @@
 
 # Old changelog entries are preserved in CVS.
 %changelog
+* Wed Jul  2 2008 Marcela Maslanova <mmaslano at redhat.com> 4:5.10.0-30.fc9
+- 453646 use -DPERL_USE_SAFE_PUTENV. Without fail some modules f.e. readline.
+
 * Fri Jun 27 2008 Stepan Kasal <skasal at redhat.com> 4:5.10.0-29.fc9
 - add compatibility paths to @INC on 32bit archs (#452898), but do
   not explicitly mention the arch-specific subdir of it, perl adds it




More information about the fedora-extras-commits mailing list