From 169230ddd90ec6ae3598c268440b51223a846520 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 22:46:08 +0000 Subject: [PATCH 01/12] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c2b3080..8518ff4 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME := bugzilla SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From 25cc98b264d294e178584016adb00a413b58ca76 Mon Sep 17 00:00:00 2001 From: Emmanuel Seyman Date: Mon, 1 Feb 2010 11:01:52 +0000 Subject: [PATCH 02/12] Update to 3.4.5 --- .cvsignore | 2 +- bugzilla-EL5-perl-versions.patch | 33 -------------------------------- bugzilla.spec | 8 +++++--- sources | 2 +- 4 files changed, 7 insertions(+), 38 deletions(-) delete mode 100644 bugzilla-EL5-perl-versions.patch diff --git a/.cvsignore b/.cvsignore index 851a37e..b5354fa 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -bugzilla-3.4.4.tar.gz +bugzilla-3.4.5.tar.gz diff --git a/bugzilla-EL5-perl-versions.patch b/bugzilla-EL5-perl-versions.patch deleted file mode 100644 index 4ca70e3..0000000 --- a/bugzilla-EL5-perl-versions.patch +++ /dev/null @@ -1,33 +0,0 @@ -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', diff --git a/bugzilla.spec b/bugzilla.spec index 7e9c441..31e4474 100644 --- a/bugzilla.spec +++ b/bugzilla.spec @@ -4,7 +4,7 @@ Summary: Bug tracking system URL: http://www.bugzilla.org/ Name: bugzilla -Version: 3.4.4 +Version: 3.4.5 Group: Applications/Publishing Release: 1%{?dist} License: MPLv1.1 @@ -12,7 +12,6 @@ Source0: http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-%{version}.tar 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 @@ -59,7 +58,6 @@ Contributed scripts and functions for Bugzilla %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 @@ -165,6 +163,10 @@ popd > /dev/null) %{bzinstallprefix}/bugzilla/contrib %changelog +* Mon Feb 01 2010 Emmanuel Seyman - 3.4.5-1 +- Update to 3.4.5 (CVE-2009-3989, CVE-2009-3387) +- Remove bugzilla-EL5-perl-versions.patch which is EPEL-specific + * Thu Nov 19 2009 Emmanuel Seyman - 3.4.4-1 - Update to 3.4.4 (CVE-2009-3386) diff --git a/sources b/sources index 40c7b89..31fb27a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a59031c15fb79e9096c0a350c2382cfe bugzilla-3.4.4.tar.gz +42c7f6bf31be3198cbf1f55fffaff441 bugzilla-3.4.5.tar.gz From 4c397a9a744594b214396af62c5e81e1fca36c14 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Wed, 17 Feb 2010 01:00:02 +0000 Subject: [PATCH 03/12] Initialize branch F-13 for bugzilla --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..baa94ef --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-13 From 71331e32ae870b188f98e6f66ac0d9cca9131f42 Mon Sep 17 00:00:00 2001 From: Emmanuel Seyman Date: Thu, 24 Jun 2010 23:56:34 +0000 Subject: [PATCH 04/12] Update to 3.4.7 --- .cvsignore | 2 +- bugzilla.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index b5354fa..d44a18a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -bugzilla-3.4.5.tar.gz +bugzilla-3.4.7.tar.gz diff --git a/bugzilla.spec b/bugzilla.spec index 31e4474..ee3d7a1 100644 --- a/bugzilla.spec +++ b/bugzilla.spec @@ -4,7 +4,7 @@ Summary: Bug tracking system URL: http://www.bugzilla.org/ Name: bugzilla -Version: 3.4.5 +Version: 3.4.7 Group: Applications/Publishing Release: 1%{?dist} License: MPLv1.1 @@ -163,6 +163,9 @@ popd > /dev/null) %{bzinstallprefix}/bugzilla/contrib %changelog +* Fri Jun 25 2010 Emmanuel Seyman - 3.4.7-1 +- Update to 3.4.7 (CVE-2010-1204) + * Mon Feb 01 2010 Emmanuel Seyman - 3.4.5-1 - Update to 3.4.5 (CVE-2009-3989, CVE-2009-3387) - Remove bugzilla-EL5-perl-versions.patch which is EPEL-specific diff --git a/sources b/sources index 31fb27a..b423207 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -42c7f6bf31be3198cbf1f55fffaff441 bugzilla-3.4.5.tar.gz +093368cea8c487cce24b23156329a0ab bugzilla-3.4.7.tar.gz From 148bceaa6f8d6e7a76b7eaf6dc91080c074bb412 Mon Sep 17 00:00:00 2001 From: Emmanuel Seyman Date: Wed, 30 Jun 2010 15:50:02 +0000 Subject: [PATCH 05/12] Remove mod_perl from the requirements --- bugzilla.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bugzilla.spec b/bugzilla.spec index ee3d7a1..4ed22bb 100644 --- a/bugzilla.spec +++ b/bugzilla.spec @@ -6,7 +6,7 @@ URL: http://www.bugzilla.org/ Name: bugzilla Version: 3.4.7 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 @@ -15,7 +15,7 @@ Patch0: bugzilla-rw-paths.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -Requires: webserver, patchutils, mod_perl, perl(SOAP::Lite), perl(Digest::SHA), which +Requires: webserver, patchutils, perl(SOAP::Lite), perl(Digest::SHA), which Requires: perl(CGI) >= 3.33 Requires: perl(Date::Format) >= 2.21 Requires: perl(DateTime) >= 0.28 @@ -163,6 +163,9 @@ popd > /dev/null) %{bzinstallprefix}/bugzilla/contrib %changelog +* Wed Jun 30 2010 Emmanuel Seyman - 3.4.7-2 +- Remove mod_perl from the requirements (#600924) + * Fri Jun 25 2010 Emmanuel Seyman - 3.4.7-1 - Update to 3.4.7 (CVE-2010-1204) From 0f49212bad216d24d38425863a9ce58698661104 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 28 Jul 2010 11:18:51 +0000 Subject: [PATCH 06/12] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - import.log | 5 ----- 4 files changed, 27 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch delete mode 100644 import.log diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 8518ff4..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: bugzilla -# $Id$ -NAME := bugzilla -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/branch b/branch deleted file mode 100644 index baa94ef..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-13 diff --git a/import.log b/import.log deleted file mode 100644 index 691275c..0000000 --- a/import.log +++ /dev/null @@ -1,5 +0,0 @@ -bugzilla-3_0_8-1_fc11:HEAD:bugzilla-3.0.8-1.fc11.src.rpm:1235878106 -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 From f36469548fead4926521e5415cdc33d9881ffa62 Mon Sep 17 00:00:00 2001 From: Emmanuel Seyman Date: Wed, 18 Aug 2010 23:55:58 +0200 Subject: [PATCH 07/12] * Update to 3.4.8 (#623426, #615331) * Only run checksetup if /etc/bugzilla/localconfig does not exist (#610210) * Add bugzilla-contrib to Requires (#610198) --- .gitignore | 1 + bugzilla.spec | 12 +++++++++--- sources | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index d44a18a..4ae8851 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ bugzilla-3.4.7.tar.gz +/bugzilla-3.4.8.tar.gz diff --git a/bugzilla.spec b/bugzilla.spec index 4ed22bb..240c368 100644 --- a/bugzilla.spec +++ b/bugzilla.spec @@ -4,9 +4,9 @@ Summary: Bug tracking system URL: http://www.bugzilla.org/ Name: bugzilla -Version: 3.4.7 +Version: 3.4.8 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 @@ -26,6 +26,7 @@ Requires: perl(Email::Send) >= 2.00 Requires: perl(Email::MIME) >= 1.861 Requires: perl(Email::MIME::Encodings) >= 1.313 Requires: perl(Email::MIME::Modifier) >= 1.442 +Requires: bugzilla-contrib %package doc Summary: Bugzilla documentation @@ -117,7 +118,7 @@ rm -rf ${RPM_BUILD_ROOT} %post (pushd %{bzinstallprefix}/bugzilla > /dev/null -./checksetup.pl > /dev/null +[ -f /etc/bugzilla/localconfig ] || ./checksetup.pl > /dev/null popd > /dev/null) %files @@ -163,6 +164,11 @@ popd > /dev/null) %{bzinstallprefix}/bugzilla/contrib %changelog +* Wed Aug 18 2010 Emmanuel Seyman - 3.6.2-1 +- Update to 3.4.8 (#623426, #615331) +- Only run checksetup if /etc/bugzilla/localconfig does not exist (#610210) +- Add bugzilla-contrib to Requires (#610198) + * Wed Jun 30 2010 Emmanuel Seyman - 3.4.7-2 - Remove mod_perl from the requirements (#600924) diff --git a/sources b/sources index b423207..4442e1f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -093368cea8c487cce24b23156329a0ab bugzilla-3.4.7.tar.gz +1b045455035e10094f57a2e160abe121 bugzilla-3.4.8.tar.gz From d3ccf068006f01534612628348328c6da9eabf7f Mon Sep 17 00:00:00 2001 From: Emmanuel Seyman Date: Thu, 19 Aug 2010 00:02:48 +0200 Subject: [PATCH 08/12] Bump to correct changelog version --- bugzilla.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bugzilla.spec b/bugzilla.spec index 240c368..6d2bfb5 100644 --- a/bugzilla.spec +++ b/bugzilla.spec @@ -6,7 +6,7 @@ URL: http://www.bugzilla.org/ Name: bugzilla Version: 3.4.8 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 @@ -164,7 +164,10 @@ popd > /dev/null) %{bzinstallprefix}/bugzilla/contrib %changelog -* Wed Aug 18 2010 Emmanuel Seyman - 3.6.2-1 +* Thu Aug 19 2010 Emmanuel Seyman - 3.4.8-2 +- Bump to correct changelog version + +* Wed Aug 18 2010 Emmanuel Seyman - 3.4.8-1 - Update to 3.4.8 (#623426, #615331) - Only run checksetup if /etc/bugzilla/localconfig does not exist (#610210) - Add bugzilla-contrib to Requires (#610198) From 3db463aedb9f4efb077d194ea096036ba1a4e41a Mon Sep 17 00:00:00 2001 From: Emmanuel Seyman Date: Thu, 4 Nov 2010 00:09:07 +0100 Subject: [PATCH 09/12] Update to 3.4.9 --- .gitignore | 1 + bugzilla-rw-paths.patch | 10 +++++----- bugzilla.spec | 7 +++++-- sources | 2 +- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 4ae8851..462b857 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ bugzilla-3.4.7.tar.gz /bugzilla-3.4.8.tar.gz +/bugzilla-3.4.9.tar.gz diff --git a/bugzilla-rw-paths.patch b/bugzilla-rw-paths.patch index a6a9c59..0393fe3 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 -@@ -499,9 +499,9 @@ sub bz_locations { +--- bugzilla-3.4/Bugzilla/Constants.pm.orig 2010-11-03 01:47:33.000000000 +0100 ++++ bugzilla-3.4-rw/Bugzilla/Constants.pm 2010-11-04 00:00:51.000000000 +0100 +@@ -511,9 +511,9 @@ 'cgi_path' => $libpath, 'templatedir' => "$libpath/template", 'project' => $project, @@ -11,9 +11,9 @@ + 'datadir' => "/var/lib/bugzilla/$datadir", + 'attachdir' => "/var/lib/bugzilla/$datadir/attachments", 'skinsdir' => "$libpath/skins", + 'graphsdir' => "$libpath/graphs", # $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 -@@ -509,7 +509,7 @@ sub bz_locations { +@@ -522,7 +522,7 @@ # 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 6d2bfb5..53ab25b 100644 --- a/bugzilla.spec +++ b/bugzilla.spec @@ -4,9 +4,9 @@ Summary: Bug tracking system URL: http://www.bugzilla.org/ Name: bugzilla -Version: 3.4.8 +Version: 3.4.9 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 @@ -164,6 +164,9 @@ popd > /dev/null) %{bzinstallprefix}/bugzilla/contrib %changelog +* Wed Nov 03 2010 Emmanuel Seyman - 3.4.9-1 +- Update to 3.4.9 + * Thu Aug 19 2010 Emmanuel Seyman - 3.4.8-2 - Bump to correct changelog version diff --git a/sources b/sources index 4442e1f..81b53aa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1b045455035e10094f57a2e160abe121 bugzilla-3.4.8.tar.gz +c80b55d24c60d1753afb8b3d82d5a071 bugzilla-3.4.9.tar.gz From fbe14032f4b88cfd9200de5cdd8e640cb208b25f Mon Sep 17 00:00:00 2001 From: Emmanuel Seyman Date: Tue, 25 Jan 2011 11:10:32 +0100 Subject: [PATCH 10/12] Update to 3.4.10 --- .gitignore | 1 + bugzilla.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 462b857..b416552 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ bugzilla-3.4.7.tar.gz /bugzilla-3.4.8.tar.gz /bugzilla-3.4.9.tar.gz +/bugzilla-3.4.10.tar.gz diff --git a/bugzilla.spec b/bugzilla.spec index 53ab25b..7205a47 100644 --- a/bugzilla.spec +++ b/bugzilla.spec @@ -4,7 +4,7 @@ Summary: Bug tracking system URL: http://www.bugzilla.org/ Name: bugzilla -Version: 3.4.9 +Version: 3.4.10 Group: Applications/Publishing Release: 1%{?dist} License: MPLv1.1 @@ -164,6 +164,9 @@ popd > /dev/null) %{bzinstallprefix}/bugzilla/contrib %changelog +* Tue Jan 25 2011 Emmanuel Seyman - 3.4.10-1 +- Update to 3.4.10 + * Wed Nov 03 2010 Emmanuel Seyman - 3.4.9-1 - Update to 3.4.9 diff --git a/sources b/sources index 81b53aa..1bfc1b2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c80b55d24c60d1753afb8b3d82d5a071 bugzilla-3.4.9.tar.gz +1891910fc64d7ccbe5ea30630b0c3432 bugzilla-3.4.10.tar.gz From 7fab7336fa3c8ed8de3727f0bec7debd9a084b0a Mon Sep 17 00:00:00 2001 From: Emmanuel Seyman Date: Tue, 8 Mar 2011 10:25:30 +0100 Subject: [PATCH 11/12] Put contrib/recode.pl in the main package so that it no longer depends on python and ruby --- bugzilla.spec | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/bugzilla.spec b/bugzilla.spec index 7205a47..a3d21c6 100644 --- a/bugzilla.spec +++ b/bugzilla.spec @@ -6,7 +6,7 @@ URL: http://www.bugzilla.org/ Name: bugzilla Version: 3.4.10 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 @@ -26,7 +26,6 @@ Requires: perl(Email::Send) >= 2.00 Requires: perl(Email::MIME) >= 1.861 Requires: perl(Email::MIME::Encodings) >= 1.313 Requires: perl(Email::MIME::Modifier) >= 1.442 -Requires: bugzilla-contrib %package doc Summary: Bugzilla documentation @@ -139,6 +138,7 @@ popd > /dev/null) %{bzinstallprefix}/bugzilla/lib/README %{bzinstallprefix}/bugzilla/cron.daily %{bzinstallprefix}/bugzilla/cron.whine +%{bzinstallprefix}/bugzilla/contrib/recode.pl %ghost %{bzinstallprefix}/bugzilla/bugzilla-req %config(noreplace) %{_sysconfdir}/httpd/conf.d/bugzilla.conf %defattr(-,root,root,-) @@ -161,9 +161,30 @@ popd > /dev/null) %files contrib %defattr(-,root,root,-) -%{bzinstallprefix}/bugzilla/contrib +%{bzinstallprefix}/bugzilla/contrib/bugzilla_ldapsync.rb +%{bzinstallprefix}/bugzilla/contrib/bugzilla-queue +%{bzinstallprefix}/bugzilla/contrib/bugzilla-submit +%{bzinstallprefix}/bugzilla/contrib/bzdbcopy.pl +%{bzinstallprefix}/bugzilla/contrib/bz_webservice_demo.pl +%{bzinstallprefix}/bugzilla/contrib/cmdline +%{bzinstallprefix}/bugzilla/contrib/cvs-update.pl +%{bzinstallprefix}/bugzilla/contrib/fixperms.pl +%{bzinstallprefix}/bugzilla/contrib/gnats2bz.pl +%{bzinstallprefix}/bugzilla/contrib/gnatsparse +%{bzinstallprefix}/bugzilla/contrib/jb2bz.py* +%{bzinstallprefix}/bugzilla/contrib/merge-users.pl +%{bzinstallprefix}/bugzilla/contrib/mysqld-watcher.pl +%{bzinstallprefix}/bugzilla/contrib/README +%{bzinstallprefix}/bugzilla/contrib/sendbugmail.pl +%{bzinstallprefix}/bugzilla/contrib/sendunsentbugmail.pl +%{bzinstallprefix}/bugzilla/contrib/syncLDAP.pl +%{bzinstallprefix}/bugzilla/contrib/yp_nomail.sh %changelog +* Tue Mar 08 2011 Emmanuel Seyman - 3.4.10-2 +- Put contrib/recode.pl in the main package so that it no longer depends on + python and ruby + * Tue Jan 25 2011 Emmanuel Seyman - 3.4.10-1 - Update to 3.4.10 From 9739db216eacea7cb5d8f0d89bcb1294a3dac423 Mon Sep 17 00:00:00 2001 From: Emmanuel Seyman Date: Sun, 1 May 2011 18:49:02 +0200 Subject: [PATCH 12/12] Update to 3.4.11 --- .gitignore | 1 + bugzilla.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b416552..078619f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ bugzilla-3.4.7.tar.gz /bugzilla-3.4.8.tar.gz /bugzilla-3.4.9.tar.gz /bugzilla-3.4.10.tar.gz +/bugzilla-3.4.11.tar.gz diff --git a/bugzilla.spec b/bugzilla.spec index a3d21c6..ef929d9 100644 --- a/bugzilla.spec +++ b/bugzilla.spec @@ -4,9 +4,9 @@ Summary: Bug tracking system URL: http://www.bugzilla.org/ Name: bugzilla -Version: 3.4.10 +Version: 3.4.11 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 @@ -181,6 +181,9 @@ popd > /dev/null) %{bzinstallprefix}/bugzilla/contrib/yp_nomail.sh %changelog +* Sun May 01 2011 Emmanuel Seyman - 3.4.11-1 +- Update to 3.4.11 + * Tue Mar 08 2011 Emmanuel Seyman - 3.4.10-2 - Put contrib/recode.pl in the main package so that it no longer depends on python and ruby diff --git a/sources b/sources index 1bfc1b2..fe4cf9f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1891910fc64d7ccbe5ea30630b0c3432 bugzilla-3.4.10.tar.gz +37b9c3ff57327afaa3b1a37d87fb9a8a bugzilla-3.4.11.tar.gz