rpms/bugzilla/devel .cvsignore, 1.12, 1.13 bugzilla-rw-paths.patch, 1.3, 1.4 bugzilla.spec, 1.27, 1.28 sources, 1.12, 1.13

Emmanuel Seyman eseyman at fedoraproject.org
Fri Jul 31 08:45:01 UTC 2009


Author: eseyman

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

Modified Files:
	.cvsignore bugzilla-rw-paths.patch bugzilla.spec sources 
Log Message:
Update to 3.4; fix packaging errors


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bugzilla/devel/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- .cvsignore	8 Jul 2009 19:18:50 -0000	1.12
+++ .cvsignore	31 Jul 2009 08:45:01 -0000	1.13
@@ -1 +1 @@
-bugzilla-3.2.4.tar.gz
+bugzilla-3.4.tar.gz

bugzilla-rw-paths.patch:
 Constants.pm |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Index: bugzilla-rw-paths.patch
===================================================================
RCS file: /cvs/pkgs/rpms/bugzilla/devel/bugzilla-rw-paths.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- bugzilla-rw-paths.patch	5 Mar 2009 15:15:11 -0000	1.3
+++ bugzilla-rw-paths.patch	31 Jul 2009 08:45:01 -0000	1.4
@@ -1,6 +1,6 @@
---- bugzilla-3.2.2/Bugzilla/Constants.pm	2009-02-03 10:02:53.000000000 +0000
-+++ bugzilla-3.2.2-rw/Bugzilla/Constants.pm	2009-02-18 17:59:52.000000000 +0000
-@@ -465,9 +465,9 @@
+--- 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
+@@ -499,9 +499,9 @@ sub bz_locations {
          'cgi_path'    => $libpath,
          'templatedir' => "$libpath/template",
          'project'     => $project,
@@ -13,14 +13,12 @@
          'skinsdir'    => "$libpath/skins",
          # $webdotdir must be in the web server's tree somewhere. Even if you use a 
          # local dot, we output images to there. Also, if $webdotdir is 
-@@ -475,8 +475,8 @@
+@@ -509,7 +509,7 @@ sub bz_locations {
          # change showdependencygraph.cgi to set image_url to the correct 
          # location.
          # The script should really generate these graphs directly...
 -        'webdotdir'   => "$libpath/$datadir/webdot",
--        'extensionsdir' => "$libpath/extensions",
 +        'webdotdir'   => "/var/lib/bugzilla/$datadir/webdot",
-+        'extensionsdir' => "/var/lib/bugzilla/extensions",
+         'extensionsdir' => "$libpath/extensions",
      };
  }
-


Index: bugzilla.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bugzilla/devel/bugzilla.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -p -r1.27 -r1.28
--- bugzilla.spec	24 Jul 2009 18:28:53 -0000	1.27
+++ bugzilla.spec	31 Jul 2009 08:45:01 -0000	1.28
@@ -4,9 +4,9 @@
 Summary: Bug tracking system
 URL: http://www.bugzilla.org/
 Name: bugzilla
-Version: 3.2.4
+Version: 3.4
 Group: Applications/Publishing
-Release: 2%{?dist}
+Release: 1%{?dist}
 License: MPLv1.1
 Source0: http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-%{version}.tar.gz
 Source1: bugzilla-httpd-conf
@@ -21,6 +21,10 @@ Requires: webserver, patchutils, mod_per
 Summary: Bugzilla documentation
 Group: Documentation
 
+%package doc-build
+Summary: Tools to generate the Bugzilla documentation
+Group: Applications/Publishing
+
 %package contrib
 Summary: Bugzilla contributed scripts
 Group: Applications/Publishing
@@ -35,6 +39,9 @@ Without one of these database engines (l
 %description doc
 Documentation distributed with the Bugzilla bug tracking system
 
+%description doc-build
+Tools to generate the documentation distributed with Bugzilla
+
 %description contrib
 Contributed scripts and functions for Bugzilla
 
@@ -110,7 +117,6 @@ popd > /dev/null)
 %{bzinstallprefix}/bugzilla/*.pl
 %{bzinstallprefix}/bugzilla/Bugzilla.pm
 %{bzinstallprefix}/bugzilla/bugzilla.dtd
-%{bzinstallprefix}/bugzilla/duplicates.xul
 %{bzinstallprefix}/bugzilla/robots.txt
 %{bzinstallprefix}/bugzilla/Bugzilla
 %{bzinstallprefix}/bugzilla/images
@@ -136,13 +142,25 @@ popd > /dev/null)
 
 %files doc
 %defattr(-,root,root,-)
-%{bzinstallprefix}/bugzilla/docs
+%{bzinstallprefix}/bugzilla/docs/en
+%{bzinstallprefix}/bugzilla/docs/bugzilla.ent
+%{bzinstallprefix}/bugzilla/docs/style.css
+
+%files doc-build
+%defattr(-,root,root,-)
+%{bzinstallprefix}/bugzilla/docs/makedocs.pl
+%{bzinstallprefix}/bugzilla/docs/lib
 
 %files contrib
 %defattr(-,root,root,-)
 %{bzinstallprefix}/bugzilla/contrib
 
 %changelog
+* Wed Jul 29 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.4-1
+- Update to 3.4 (fixes #514315)
+- move makedocs.pl to its own package (fixes #509041)
+- move the extensions dir to /usr/share/ (fixes #450636)
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.2.4-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bugzilla/devel/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- sources	8 Jul 2009 19:18:50 -0000	1.12
+++ sources	31 Jul 2009 08:45:01 -0000	1.13
@@ -1 +1 @@
-845c94c8a498340b244a2c36db7abd76  bugzilla-3.2.4.tar.gz
+15a681c445549d5913dfb54301ec58bb  bugzilla-3.4.tar.gz




More information about the fedora-extras-commits mailing list