rpms/bugzilla/devel .cvsignore, 1.15, 1.16 bugzilla-httpd-conf, 1.3, 1.4 bugzilla.spec, 1.31, 1.32 sources, 1.15, 1.16

Emmanuel Seyman eseyman at fedoraproject.org
Wed Nov 11 18:57:56 UTC 2009


Author: eseyman

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

Modified Files:
	.cvsignore bugzilla-httpd-conf bugzilla.spec sources 
Log Message:
Update to 3.4.3, improve Requires, fix webdot


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bugzilla/devel/.cvsignore,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- .cvsignore	11 Sep 2009 20:59:18 -0000	1.15
+++ .cvsignore	11 Nov 2009 18:57:55 -0000	1.16
@@ -1 +1 @@
-bugzilla-3.4.2.tar.gz
+bugzilla-3.4.3.tar.gz


Index: bugzilla-httpd-conf
===================================================================
RCS file: /cvs/pkgs/rpms/bugzilla/devel/bugzilla-httpd-conf,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- bugzilla-httpd-conf	26 Oct 2007 15:41:21 -0000	1.3
+++ bugzilla-httpd-conf	11 Nov 2009 18:57:55 -0000	1.4
@@ -1,3 +1,4 @@
+Alias /bugzilla/var/lib/bugzilla/data/webdot /var/lib/bugzilla/data/webdot
 Alias /bugzilla /usr/share/bugzilla
 
 <Directory /usr/share/bugzilla>


Index: bugzilla.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bugzilla/devel/bugzilla.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -p -r1.31 -r1.32
--- bugzilla.spec	11 Sep 2009 20:59:18 -0000	1.31
+++ bugzilla.spec	11 Nov 2009 18:57:55 -0000	1.32
@@ -4,7 +4,7 @@
 Summary: Bug tracking system
 URL: http://www.bugzilla.org/
 Name: bugzilla
-Version: 3.4.2
+Version: 3.4.3
 Group: Applications/Publishing
 Release: 1%{?dist}
 License: MPLv1.1
@@ -16,7 +16,17 @@ Patch1: bugzilla-EL5-perl-versions.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
-Requires: webserver, patchutils, mod_perl, perl(SOAP::Lite), which
+Requires: webserver, patchutils, mod_perl, perl(SOAP::Lite), perl(Digest::SHA), which
+Requires: perl(CGI) >= 3.33
+Requires: perl(Date::Format) >= 2.21
+Requires: perl(DateTime) >= 0.28
+Requires: perl(DateTime::TimeZone) >= 0.71
+Requires: perl(DBI) >= 1.41
+Requires: perl(Template) >= 2.22
+Requires: perl(Email::Send) >= 2.00
+Requires: perl(Email::MIME) >= 1.859
+Requires: perl(Email::MIME::Encodings) >= 1.313
+Requires: perl(Email::MIME::Modifier) >= 1.441
 
 %package doc
 Summary: Bugzilla documentation
@@ -155,6 +165,12 @@ popd > /dev/null)
 %{bzinstallprefix}/bugzilla/contrib
 
 %changelog
+* Wed Nov 11 2009 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 3.4.3-1
+- Update to 3.4.3 (fixes memory leak issues)
+- Add perl(Digest::SHA) in the Requires
+- Specify Perl module versions in the Requires (fixes #524309)
+- Add an alias to make $webdotdir a working path (fixes #458848)
+
 * Fri Sep 11 2009 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 3.4.2-1
 - Update to 3.4.2 (CVE-2009-3125, CVE-2009-3165 and CVE-2009-3166)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bugzilla/devel/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- sources	11 Sep 2009 20:59:18 -0000	1.15
+++ sources	11 Nov 2009 18:57:55 -0000	1.16
@@ -1 +1 @@
-db35a67b7470f46f208b9ecb1abc561b  bugzilla-3.4.2.tar.gz
+99a3fec50673489d8c8f7fee5d7cb0a3  bugzilla-3.4.3.tar.gz




More information about the scm-commits mailing list