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
This commit is contained in:
parent
67a18b50db
commit
a34ceee2d1
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7b4200f873acefe184c56e096f5988e01ccdfd933764a55dc4243f225b953058
|
|
||||||
size 5736607
|
|
3
bugzilla-5.0.6.tar.gz
Normal file
3
bugzilla-5.0.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dd41a4b0a3a1df0d193bc056f2e3711d7b5605718a00bf6e5d4177bf1be86f77
|
||||||
|
size 3970724
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9b124a24d9894ed8dd97640c68c2f3b4b1910a5f364d6a7ba0ca8df7332c24af
|
|
||||||
size 263093
|
|
3
bugzilla-de-5.0.4-2.utf-8.tar.gz
Normal file
3
bugzilla-de-5.0.4-2.utf-8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0e21ae27da2c7b34cdd53fcfc4eeef618c0a3e9a7bb4594ae55c541c7f2bb520
|
||||||
|
size 263082
|
@ -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 @@
|
|
||||||
<li id="forgot_container[% qs_suffix %]">
|
|
||||||
<span class="separator">| </span>
|
|
||||||
<a id="forgot_link[% qs_suffix %]" href="[% script_url FILTER html %]#forgot"
|
|
||||||
- onclick="return show_forgot_form('[% qs_suffix %]')"Passwort vergessen</a>
|
|
||||||
+ onclick="return show_forgot_form('[% qs_suffix %]')">Passwort vergessen</a>
|
|
||||||
<form action="token.cgi" method="post" id="forgot_form[% qs_suffix %]"
|
|
||||||
class="mini_forgot bz_default_hidden">
|
|
||||||
<label for="login[% qs_suffix FILTER html %]">Benutzerkonto:</label>
|
|
@ -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
|
Fri Mar 23 00:11:31 UTC 2018 - ecsos@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package bugzilla
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
Name: bugzilla
|
||||||
Version: 5.0.4
|
Version: 5.0.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Bug tracker for software development
|
Summary: Bug tracker for software development
|
||||||
License: MPL-2.0
|
License: MPL-2.0
|
||||||
Group: Development/Tools/Other
|
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
|
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
|
Source3: MPL-2.0.html
|
||||||
Source4: %{name}.conf
|
Source4: %{name}.conf
|
||||||
Source5: %{name}-rpmlintrc
|
Source5: %{name}-rpmlintrc
|
||||||
Patch1: fix_whine_error.patch
|
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: apache
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: systemd
|
||||||
Requires: apache
|
Requires: apache
|
||||||
Requires: apache2-mod_perl >= 1.999022
|
Requires: apache2-mod_perl >= 1.999022
|
||||||
#Recommonds: Apache-SizeLimit
|
#Recommonds: Apache-SizeLimit
|
||||||
Requires: patchutils
|
Requires: patchutils
|
||||||
Requires: perl-Authen-SASL
|
Requires: perl-Authen-SASL
|
||||||
|
#Recommends: RadiusPerl
|
||||||
|
Requires: perl-Cache-Memcached
|
||||||
Requires: perl-Chart >= 2.4.1
|
Requires: perl-Chart >= 2.4.1
|
||||||
Requires: perl-DBD-Pg >= 2.7.0
|
Requires: perl-DBD-Pg >= 2.7.0
|
||||||
Requires: perl-DBD-SQLite >= 1.29
|
Requires: perl-DBD-SQLite >= 1.29
|
||||||
Requires: perl-DBD-mysql >= 4.001
|
Requires: perl-DBD-mysql >= 4.001
|
||||||
Requires: perl-DBI >= 1.614
|
Requires: perl-DBI >= 1.614
|
||||||
Requires: perl(CGI) >= 5.8.1
|
|
||||||
#Recommends: RadiusPerl
|
|
||||||
Requires: perl-Cache-Memcached
|
|
||||||
Requires: perl-Daemon-Generic
|
Requires: perl-Daemon-Generic
|
||||||
Requires: perl-DateTime >= 0.75
|
Requires: perl-DateTime >= 0.75
|
||||||
Requires: perl-DateTime-TimeZone >= 1.64
|
Requires: perl-DateTime-TimeZone >= 1.64
|
||||||
@ -91,10 +86,9 @@ Requires: perl-XMLRPC-Lite >= 0.712
|
|||||||
Requires: perl-base >= 5.8.1
|
Requires: perl-base >= 5.8.1
|
||||||
Requires: perl-ldap
|
Requires: perl-ldap
|
||||||
Requires: perl-libwww-perl
|
Requires: perl-libwww-perl
|
||||||
|
Requires: perl(CGI) >= 5.8.1
|
||||||
Recommends: perl-DBD-Oracle >= 1.19
|
Recommends: perl-DBD-Oracle >= 1.19
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: systemd
|
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -119,11 +113,10 @@ Requires: %{name} = %{version}-%{release}
|
|||||||
This package includes german language files for bugzilla
|
This package includes german language files for bugzilla
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup
|
%setup -q
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
tar -xzf %{SOURCE2} --directory "template"
|
tar -xzf %{SOURCE2} --directory "template"
|
||||||
cd template/de
|
cd template/de
|
||||||
%patch2 -p1
|
|
||||||
cd ../..
|
cd ../..
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -167,7 +160,6 @@ rm %{buildroot}/srv/www/bugzilla/.htaccess
|
|||||||
%service_del_postun apache2.service
|
%service_del_postun apache2.service
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc MPL-2.0.html
|
%doc MPL-2.0.html
|
||||||
%defattr(-,wwwrun,root)
|
%defattr(-,wwwrun,root)
|
||||||
# exclude language de_DE
|
# exclude language de_DE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user