[bugzilla/f15] Update to 3.6.6, move graphs to /var/lib/bugzilla/graphs

Emmanuel Seyman eseyman at fedoraproject.org
Fri Aug 5 14:41:11 UTC 2011


commit be5a303e4c5aed2a65761c0bfb2cee1a8172dbd0
Author: Emmanuel Seyman <emmanuel.seyman at club-internet.fr>
Date:   Fri Aug 5 16:40:57 2011 +0200

    Update to 3.6.6, move graphs to /var/lib/bugzilla/graphs

 .gitignore              |    1 +
 bugzilla-rw-paths.patch |   12 +++++++-----
 bugzilla.spec           |    6 +++++-
 sources                 |    2 +-
 4 files changed, 14 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 134cb6b..814aead 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ bugzilla-3.6.1.tar.gz
 /bugzilla-3.6.3.tar.gz
 /bugzilla-3.6.4.tar.gz
 /bugzilla-3.6.5.tar.gz
+/bugzilla-3.6.6.tar.gz
diff --git a/bugzilla-rw-paths.patch b/bugzilla-rw-paths.patch
index 44d157a..8c9bfe1 100644
--- a/bugzilla-rw-paths.patch
+++ b/bugzilla-rw-paths.patch
@@ -1,6 +1,6 @@
---- bugzilla-3.4/Bugzilla/Constants.pm        2009-02-03 10:02:53.000000000 +0000
-+++ bugzilla-3.4-rw/Bugzilla/Constants.pm     2009-02-18 17:59:52.000000000 +0000
-@@ -539,9 +539,9 @@
+--- bugzilla-3.6.6/Bugzilla/Constants.pm	2011-08-05 15:42:01.768441860 +0200
++++ bugzilla-3.6.6-rw/Bugzilla/Constants.pm	2011-08-05 15:44:50.342628808 +0200
+@@ -539,18 +539,18 @@ sub bz_locations {
          'cgi_path'    => $libpath,
          'templatedir' => "$libpath/template",
          'project'     => $project,
@@ -11,9 +11,11 @@
 +        'datadir'     => "/var/lib/bugzilla/$datadir",
 +        'attachdir'   => "/var/lib/bugzilla/$datadir/attachments",
          'skinsdir'    => "$libpath/skins",
-         'graphsdir'   => "$libpath/graphs",
+-        'graphsdir'   => "$libpath/graphs",
++        'graphsdir'   => "/var/lib/bugzilla/graphs",
          # $webdotdir must be in the web server's tree somewhere. Even if you use a 
-@@ -550,7 +550,7 @@
+         # local dot, we output images to there. Also, if $webdotdir is 
+         # not relative to the bugzilla root directory, you'll need to 
          # change showdependencygraph.cgi to set image_url to the correct 
          # location.
          # The script should really generate these graphs directly...
diff --git a/bugzilla.spec b/bugzilla.spec
index 1519784..145acf1 100644
--- a/bugzilla.spec
+++ b/bugzilla.spec
@@ -4,7 +4,7 @@
 Summary: Bug tracking system
 URL: http://www.bugzilla.org/
 Name: bugzilla
-Version: 3.6.5
+Version: 3.6.6
 Group: Applications/Publishing
 Release: 1%{?dist}
 License: MPLv1.1
@@ -189,6 +189,10 @@ popd > /dev/null)
 %{bzinstallprefix}/bugzilla/contrib/yp_nomail.sh
 
 %changelog
+* Fri Aug 05 2011 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 3.6.6-1
+- Update to 3.6.6
+- Move graphs to /var/lib/bugzilla/graphs.
+
 * Sun May 01 2011 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 3.6.5-1
 - Update to 3.6.5
 - Patch the installation procedure to recommend yum
diff --git a/sources b/sources
index 2a9243d..4671bb8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0793082d83d734ae65c8bcf56659f1fd  bugzilla-3.6.5.tar.gz
+c6f4f2128a6443b35b277ed19df03647  bugzilla-3.6.6.tar.gz


More information about the scm-commits mailing list