rpms/bugzilla/devel bugzilla-EL5-perl-versions.patch, NONE, 1.1 bugzilla.spec, 1.29, 1.30 import.log, 1.4, 1.5

Itamar Reis Peixoto itamarjp at fedoraproject.org
Tue Aug 4 04:30:48 UTC 2009


Author: itamarjp

Update of /cvs/pkgs/rpms/bugzilla/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13339/devel

Modified Files:
	bugzilla.spec import.log 
Added Files:
	bugzilla-EL5-perl-versions.patch 
Log Message:
- fix EL-5 perl dependencies bz#515158


bugzilla-EL5-perl-versions.patch:
 Constants.pm            |    2 +-
 Install/Requirements.pm |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

--- NEW FILE bugzilla-EL5-perl-versions.patch ---
diff -ruNp a/bugzilla-3.4.1/Bugzilla/Constants.pm b/bugzilla-3.4.1/Bugzilla/Constants.pm
--- a/bugzilla-3.4.1/Bugzilla/Constants.pm	2009-08-01 11:28:41.000000000 -0300
+++ b/bugzilla-3.4.1/Bugzilla/Constants.pm	2009-08-04 01:26:18.761892048 -0300
@@ -400,7 +400,7 @@ use constant DB_MODULE => {
                     # Disallow development versions
                     blacklist => ['_'],
                     # For UTF-8 support
-                    version => '4.00',
+                    version => '3.00',
                 },
                 name => 'MySQL'},
     'pg'    => {db => 'Bugzilla::DB::Pg', db_version => '8.00.0000',
diff -ruNp a/bugzilla-3.4.1/Bugzilla/Install/Requirements.pm b/bugzilla-3.4.1/Bugzilla/Install/Requirements.pm
--- a/bugzilla-3.4.1/Bugzilla/Install/Requirements.pm	2009-07-24 15:58:46.000000000 -0300
+++ b/bugzilla-3.4.1/Bugzilla/Install/Requirements.pm	2009-08-04 01:27:02.852909164 -0300
@@ -118,7 +118,7 @@ sub REQUIRED_MODULES {
     {
         package => 'Email-MIME',
         module  => 'Email::MIME',
-        version => '1.861'
+        version => '1.859'
     },
     {
         package => 'Email-MIME-Encodings',
@@ -129,7 +129,7 @@ sub REQUIRED_MODULES {
     {
         package => 'Email-MIME-Modifier',
         module  => 'Email::MIME::Modifier',
-        version => '1.442'
+        version => '1.441'
     },
     {
         package => 'URI',


Index: bugzilla.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bugzilla/devel/bugzilla.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -p -r1.29 -r1.30
--- bugzilla.spec	2 Aug 2009 13:16:05 -0000	1.29
+++ bugzilla.spec	4 Aug 2009 04:30:48 -0000	1.30
@@ -6,12 +6,13 @@ URL: http://www.bugzilla.org/
 Name: bugzilla
 Version: 3.4.1
 Group: Applications/Publishing
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: MPLv1.1
 Source0: http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-%{version}.tar.gz
 Source1: bugzilla-httpd-conf
 Source2: README.fedora.bugzilla
 Patch0: bugzilla-rw-paths.patch
+Patch1: bugzilla-EL5-perl-versions.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
@@ -48,6 +49,7 @@ Contributed scripts and functions for Bu
 %prep
 %setup -q -n %{name}-%{version}
 %patch0 -p1
+%patch1 -p2
 
 # Filter unwanted Requires found by /usr/lib/rpm/perldeps.pl:
 # create a wrapper script which runs the original perl_requires
@@ -153,6 +155,9 @@ popd > /dev/null)
 %{bzinstallprefix}/bugzilla/contrib
 
 %changelog
+* Tue Aug 04 2009 Itamar Reis Peixoto <itamar at ispbrasil.com.br> - 3.4.1-2
+- fix EL-5 perl dependencies bz#515158
+
 * Sun Aug 02 2009 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 3.4.1-1
 - Update to 3.4.1, fixing a security leak
 


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/bugzilla/devel/import.log,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- import.log	8 Jul 2009 19:18:50 -0000	1.4
+++ import.log	4 Aug 2009 04:30:48 -0000	1.5
@@ -2,3 +2,4 @@ bugzilla-3_0_8-1_fc11:HEAD:bugzilla-3.0.
 bugzilla-3_2_2-2_fc10:HEAD:bugzilla-3.2.2-2.fc10.src.rpm:1236265998
 bugzilla-3_2_3-1_fc11:HEAD:bugzilla-3.2.3-1.fc11.src.rpm:1239059931
 bugzilla-3_2_4-1_fc11:HEAD:bugzilla-3.2.4-1.fc11.src.rpm:1247080670
+bugzilla-3_4_1-2_fc12:HEAD:bugzilla-3.4.1-2.fc12.src.rpm:1249360212




More information about the fedora-extras-commits mailing list