[bugzilla] Update to 4.2.9

Emmanuel Seyman eseyman at fedoraproject.org
Sat Apr 19 20:48:10 UTC 2014


commit df14b7be5d701a0647932bbdd83dc55c1582e759
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Sat Apr 19 22:47:59 2014 +0200

    Update to 4.2.9

 .gitignore                      |    1 +
 bugzilla-invalid-version.patch  |   22 -------------
 bugzilla-project-mod_perl.patch |   41 -------------------------
 bugzilla-vers-cmp.patch         |   64 ---------------------------------------
 bugzilla.spec                   |   16 ++++------
 sources                         |    2 +-
 6 files changed, 8 insertions(+), 138 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ecdb3a0..21ab68c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@ bugzilla-3.6.1.tar.gz
 /bugzilla-4.2.5.tar.gz
 /bugzilla-4.2.6.tar.gz
 /bugzilla-4.2.7.tar.gz
+/bugzilla-4.2.9.tar.gz
diff --git a/bugzilla.spec b/bugzilla.spec
index 358238b..bed23e7 100644
--- a/bugzilla.spec
+++ b/bugzilla.spec
@@ -4,9 +4,9 @@
 Summary: Bug tracking system
 URL: http://www.bugzilla.org/
 Name: bugzilla
-Version: 4.2.7
+Version: 4.2.9
 Group: Applications/Publishing
-Release: 3%{?dist}
+Release: 1%{?dist}
 License: MPLv1.1
 Source0: http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-%{version}.tar.gz
 Source1: bugzilla-httpd-conf
@@ -14,11 +14,6 @@ Source2: README.fedora.bugzilla
 Source3: bugzilla.cron-daily
 Patch0: bugzilla-rw-paths.patch
 Patch1: bugzilla-yum.patch
-Patch2: bugzilla-project-mod_perl.patch
-# Backport of https://bugzilla.mozilla.org/show_bug.cgi?id=938300
-Patch3: bugzilla-invalid-version.patch
-# Backport of https://bugzilla.mozilla.org/show_bug.cgi?id=781672
-Patch4: bugzilla-vers-cmp.patch
 
 BuildArch: noarch
 Requires: webserver, patchutils, perl(SOAP::Lite), which
@@ -109,9 +104,6 @@ Contributed scripts and functions for Bugzilla
 %setup -q -n %{name}-%{version}
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
 rm -f Bugzilla/Constants.pm.orig
 rm -f Bugzilla/Install/Requirements.pm.orig
 # Remove bundled libs
@@ -223,6 +215,10 @@ popd > /dev/null)
 %{bzinstallprefix}/bugzilla/contrib/syncLDAP.pl
 
 %changelog
+* Sat Apr 19 2014 Emmanuel Seyman <emmanuel at seyman.fr> - 4.2.9-1
+- Update to 4.2.9 (regression fix for 4.2.8 which was a security update)
+- Drop backported patches
+
 * Tue Jan 14 2014 Emmanuel Seyman <emmanuel at seyman.fr> - 4.2.7-3
 - Fix the comparison of module versions (#1044854)
 - Really honor the PROJECT environment variable (#911943)
diff --git a/sources b/sources
index ff6e8d0..6a06105 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ebf0a75d1037f09994660d3958fc66fb  bugzilla-4.2.7.tar.gz
+68ab079ce3c980ed0af632f24bb1a58b  bugzilla-4.2.9.tar.gz


More information about the scm-commits mailing list