From 1b4eaab81e9d35f360856286d2a3be116aeb4e3a Mon Sep 17 00:00:00 2001 From: John Berninger Date: Aug 27 2007 13:12:18 +0000 Subject: update to 3.0.1 - bz 256021 --- diff --git a/.cvsignore b/.cvsignore index e2adb8c..7c0b694 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -bugzilla-3.0.tar.gz +bugzilla-3.0.1.tar.gz diff --git a/bugzilla-rw-paths.patch b/bugzilla-rw-paths.patch index cb80387..d6441e9 100644 --- a/bugzilla-rw-paths.patch +++ b/bugzilla-rw-paths.patch @@ -1,21 +1,20 @@ -diff -ru bugzilla-orig/Bugzilla/Constants.pm bugzilla-3.0/Bugzilla/Constants.pm ---- bugzilla-orig/Bugzilla/Constants.pm 2007-05-09 18:47:17.000000000 -0400 -+++ bugzilla-3.0/Bugzilla/Constants.pm 2007-05-19 15:56:02.000000000 -0400 -@@ -423,18 +423,18 @@ +diff -ru bugzilla-orig/Bugzilla/Constants.pm bugzilla-3.0.1/Bugzilla/Constants.pm +--- bugzilla-orig/Bugzilla/Constants.pm 2007-08-23 14:42:23.000000000 -0400 ++++ bugzilla-3.0.1/Bugzilla/Constants.pm 2007-08-27 08:50:50.000000000 -0400 +@@ -423,9 +423,9 @@ 'cgi_path' => $libpath, 'templatedir' => "$libpath/template", 'project' => $project, - 'localconfig' => "$libpath/$localconfig", - 'datadir' => "$libpath/$datadir", - 'attachdir' => "$libpath/$datadir/attachments", -- 'skinsdir' => "$libpath/skins/contrib", + 'localconfig' => "/etc/bugzilla/$localconfig", + 'datadir' => "/var/lib/bugzilla/$datadir", + 'attachdir' => "/var/lib/bugzilla/$datadir/attachments", -+ 'skinsdir' => "$libpath/skins", + 'skinsdir' => "$libpath/skins", # $webdotdir must be in the webtree somewhere. Even if you use a # local dot, we output images to there. Also, if $webdotdir is - # not relative to the bugzilla root directory, you'll need to +@@ -433,8 +433,8 @@ # 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 56d5da1..d9cd5ec 100644 --- a/bugzilla.spec +++ b/bugzilla.spec @@ -4,9 +4,9 @@ Summary: Bug tracking system URL: http://www.bugzilla.org/ Name: bugzilla -Version: 3.0 +Version: 3.0.1 Group: Applications/Publishing -Release: 3%{?dist} +Release: 0%{?dist} License: MPL Source0: http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-%{version}.tar.gz Source1: bugzilla-httpd-conf @@ -137,8 +137,8 @@ popd > /dev/null %{bzinstallprefix}/bugzilla/contrib %changelog -* Thu May 31 2007 John Berninger - 3.0-3 -- Update tag for F-7 branch +* Mon Aug 27 2007 John Berninger - 3.0.1-0 +- update to 3.0.1 - bz 256021 * Fri May 18 2007 John Berninger - 3.0-2 - update Requires for bz's 241037, 241206 diff --git a/sources b/sources index dc101de..7ccceea 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9a56a47cdbfcb70a85ad73d923ac7e9d bugzilla-3.0.tar.gz +9793a01c1b53ec09fe42de8d62381176 bugzilla-3.0.1.tar.gz