From a34ceee2d1fedf567c1693fbd0a0bff41119ad07f7bb476674b9d84390f6a353 Mon Sep 17 00:00:00 2001 From: Eric Schirra Date: Thu, 18 Jul 2019 06:25:10 +0000 Subject: [PATCH] Accepting request 716198 from home:ecsos:server - Update to 5.0.6 This release contains a schema change to the flagtypes table, allowing for many more flagtypes. - The flagtypes table should have been using a mediumint for several releases, but due to a bug in the schema migration code this never happened. - Changes from 5.0.5 This release reformats the code according to the same conventions as the popular Mojolicious product and includes a .perltidyrc to do the same. You may use whatever coding style you want, but all files commited to the repo must be reformatted according to those rules. Additionally, we no longer follow the same release process as before. Releases will be more frequent. - As it is now 2019, the bugs_fulltext table is now InnoDB instead of MyISAM. This may cause upgrade headaches. - Update german language to 5.0.4-2. - Drop bugzilla-de-tagfix.patch because now in upstream language. - Run spec-cleaner. OBS-URL: https://build.opensuse.org/request/show/716198 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/bugzilla?expand=0&rev=18 --- bugzilla-5.0.4.tar.gz | 3 --- bugzilla-5.0.6.tar.gz | 3 +++ bugzilla-de-5.0.4-1.utf-8.tar.gz | 3 --- bugzilla-de-5.0.4-2.utf-8.tar.gz | 3 +++ bugzilla-de-tagfix.patch | 12 ------------ bugzilla.changes | 25 +++++++++++++++++++++++++ bugzilla.spec | 28 ++++++++++------------------ 7 files changed, 41 insertions(+), 36 deletions(-) delete mode 100644 bugzilla-5.0.4.tar.gz create mode 100644 bugzilla-5.0.6.tar.gz delete mode 100644 bugzilla-de-5.0.4-1.utf-8.tar.gz create mode 100644 bugzilla-de-5.0.4-2.utf-8.tar.gz delete mode 100644 bugzilla-de-tagfix.patch diff --git a/bugzilla-5.0.4.tar.gz b/bugzilla-5.0.4.tar.gz deleted file mode 100644 index 55f915b..0000000 --- a/bugzilla-5.0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7b4200f873acefe184c56e096f5988e01ccdfd933764a55dc4243f225b953058 -size 5736607 diff --git a/bugzilla-5.0.6.tar.gz b/bugzilla-5.0.6.tar.gz new file mode 100644 index 0000000..be44dfe --- /dev/null +++ b/bugzilla-5.0.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd41a4b0a3a1df0d193bc056f2e3711d7b5605718a00bf6e5d4177bf1be86f77 +size 3970724 diff --git a/bugzilla-de-5.0.4-1.utf-8.tar.gz b/bugzilla-de-5.0.4-1.utf-8.tar.gz deleted file mode 100644 index 6dfa7ce..0000000 --- a/bugzilla-de-5.0.4-1.utf-8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b124a24d9894ed8dd97640c68c2f3b4b1910a5f364d6a7ba0ca8df7332c24af -size 263093 diff --git a/bugzilla-de-5.0.4-2.utf-8.tar.gz b/bugzilla-de-5.0.4-2.utf-8.tar.gz new file mode 100644 index 0000000..0a0bbb9 --- /dev/null +++ b/bugzilla-de-5.0.4-2.utf-8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e21ae27da2c7b34cdd53fcfc4eeef618c0a3e9a7bb4594ae55c541c7f2bb520 +size 263082 diff --git a/bugzilla-de-tagfix.patch b/bugzilla-de-tagfix.patch deleted file mode 100644 index 47593a4..0000000 --- a/bugzilla-de-tagfix.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Pdpru de.orig/default/account/auth/login-small.html.tmpl de/default/account/auth/login-small.html.tmpl ---- de.orig/default/account/auth/login-small.html.tmpl 2018-03-05 18:06:51.000000000 +0100 -+++ de/default/account/auth/login-small.html.tmpl 2018-03-23 00:48:59.851562635 +0100 -@@ -61,7 +61,7 @@ -
  • - | - -+ onclick="return show_forgot_form('[% qs_suffix %]')">Passwort vergessen -
    - diff --git a/bugzilla.changes b/bugzilla.changes index e0e7bf9..548b7ba 100644 --- a/bugzilla.changes +++ b/bugzilla.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Wed Jul 17 18:14:53 UTC 2019 - ecsos@opensuse.org + +- Update to 5.0.6 + This release contains a schema change to the flagtypes table, + allowing for many more flagtypes. + - The flagtypes table should have been using a mediumint for + several releases, but due to a bug in the schema migration code + this never happened. + +- Changes from 5.0.5 + This release reformats the code according to the same + conventions as the popular Mojolicious product and includes a + .perltidyrc to do the same. You may use whatever coding style you + want, but all files commited to the repo must be reformatted + according to those rules. + Additionally, we no longer follow the same release process as + before. Releases will be more frequent. + - As it is now 2019, the bugs_fulltext table is now InnoDB instead + of MyISAM. This may cause upgrade headaches. + +- Update german language to 5.0.4-2. +- Drop bugzilla-de-tagfix.patch because now in upstream language. +- Run spec-cleaner. + ------------------------------------------------------------------- Fri Mar 23 00:11:31 UTC 2018 - ecsos@opensuse.org diff --git a/bugzilla.spec b/bugzilla.spec index 885c59b..2566225 100644 --- a/bugzilla.spec +++ b/bugzilla.spec @@ -1,7 +1,7 @@ # # spec file for package bugzilla # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,43 +12,38 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # -%if 0%{?suse_version} >= 1210 -%define has_systemd 1 -%endif Name: bugzilla -Version: 5.0.4 +Version: 5.0.6 Release: 0 Summary: Bug tracker for software development License: MPL-2.0 Group: Development/Tools/Other -Url: http://bugzilla.org/ +URL: http://bugzilla.org/ Source: http://ftp.mozilla.org/pub/mozilla.org/webtools/%{name}-%{version}.tar.gz -Source2: http://downloads.sourceforge.net/project/bugzilla-de/5.0/5.0.4/%{name}-de-5.0.4-1.utf-8.tar.gz +Source2: http://downloads.sourceforge.net/project/bugzilla-de/5.0/5.0.4/%{name}-de-5.0.4-2.utf-8.tar.gz Source3: MPL-2.0.html Source4: %{name}.conf Source5: %{name}-rpmlintrc Patch1: fix_whine_error.patch -# PATCH-FIX-UPSTREAM bugzilla-de-tagfix.patch voorburg@gmx.net -- Fixed missing closing tag -Patch2: %{name}-de-tagfix.patch BuildRequires: apache BuildRequires: fdupes +BuildRequires: systemd Requires: apache Requires: apache2-mod_perl >= 1.999022 #Recommonds: Apache-SizeLimit Requires: patchutils Requires: perl-Authen-SASL +#Recommends: RadiusPerl +Requires: perl-Cache-Memcached Requires: perl-Chart >= 2.4.1 Requires: perl-DBD-Pg >= 2.7.0 Requires: perl-DBD-SQLite >= 1.29 Requires: perl-DBD-mysql >= 4.001 Requires: perl-DBI >= 1.614 -Requires: perl(CGI) >= 5.8.1 -#Recommends: RadiusPerl -Requires: perl-Cache-Memcached Requires: perl-Daemon-Generic Requires: perl-DateTime >= 0.75 Requires: perl-DateTime-TimeZone >= 1.64 @@ -91,10 +86,9 @@ Requires: perl-XMLRPC-Lite >= 0.712 Requires: perl-base >= 5.8.1 Requires: perl-ldap Requires: perl-libwww-perl +Requires: perl(CGI) >= 5.8.1 Recommends: perl-DBD-Oracle >= 1.19 -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch -BuildRequires: systemd %{?systemd_requires} %description @@ -119,11 +113,10 @@ Requires: %{name} = %{version}-%{release} This package includes german language files for bugzilla %prep -%setup +%setup -q %patch1 -p1 tar -xzf %{SOURCE2} --directory "template" cd template/de -%patch2 -p1 cd ../.. %build @@ -167,7 +160,6 @@ rm %{buildroot}/srv/www/bugzilla/.htaccess %service_del_postun apache2.service %files -%defattr(-,root,root) %doc MPL-2.0.html %defattr(-,wwwrun,root) # exclude language de_DE