forked from pool/perl-Mojolicious-Plugin-Status
Compare commits
19 Commits
266940d564
...
main
Author | SHA256 | Date | |
---|---|---|---|
f7d0fb5098 | |||
9340e67d8e | |||
8adca82d02 | |||
|
8dd22208f1 | ||
4bfc2c6f7c | |||
|
37bb512f18 | ||
304da89772 | |||
e7ba65b0d1 | |||
b7d193643f | |||
9c156de321 | |||
9e3318bc70 | |||
e40100109d | |||
23151c7d3f | |||
fa05767434 | |||
71de543b58 | |||
|
0aeb55454b | ||
aa4d596547 | |||
684e3c1db8 | |||
a75a4990b3 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:568a8c54f9e6e0700a8f408de8e934fb8f913af7404f956887432d20c418c3c2
|
|
||||||
size 1942639
|
|
3
Mojolicious-Plugin-Status-1.17.tar.gz
Normal file
3
Mojolicious-Plugin-Status-1.17.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4c2b1fafe3e191261bcb44e20e8ef9af3f988d1db96a4ae0b06eed41202b87b4
|
||||||
|
size 1946829
|
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
|
||||||
|
## Build Results
|
||||||
|
|
||||||
|
Current state of perl in openSUSE:Factory is
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
The current state of perl in the devel project build (devel:languages:perl)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
@@ -1,3 +1,49 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 24 03:09:14 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 1.17
|
||||||
|
see /usr/share/doc/packages/perl-Mojolicious-Plugin-Status/Changes
|
||||||
|
|
||||||
|
1.17 2021-03-23
|
||||||
|
- Fixed Mojolicious 9.11 compatibility.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 19 03:07:18 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 1.16
|
||||||
|
see /usr/share/doc/packages/perl-Mojolicious-Plugin-Status/Changes
|
||||||
|
|
||||||
|
1.16 2021-03-18
|
||||||
|
- Updated ui with more consistent Mojolicious design.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 21 03:12:42 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 1.15
|
||||||
|
see /usr/share/doc/packages/perl-Mojolicious-Plugin-Status/Changes
|
||||||
|
|
||||||
|
1.15 2021-02-20
|
||||||
|
- Improved Mojolicious::Plugin::Status to log if server is not supported.
|
||||||
|
- Improved template design.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 9 03:07:29 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 1.14
|
||||||
|
see /usr/share/doc/packages/perl-Mojolicious-Plugin-Status/Changes
|
||||||
|
|
||||||
|
1.14 2021-02-09
|
||||||
|
- Switched back to Sereal for serialization in Mojo::MemoryMap to reduce memory usage.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 4 03:10:50 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 1.13
|
||||||
|
see /usr/share/doc/packages/perl-Mojolicious-Plugin-Status/Changes
|
||||||
|
|
||||||
|
1.13 2020-12-10
|
||||||
|
- Updated examples to use signatures.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jun 13 03:12:30 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
Sat Jun 13 03:12:30 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Mojolicious-Plugin-Status
|
# spec file for package perl-Mojolicious-Plugin-Status
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -16,30 +16,29 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Mojolicious-Plugin-Status
|
|
||||||
Version: 1.12
|
|
||||||
Release: 0
|
|
||||||
%define cpan_name Mojolicious-Plugin-Status
|
%define cpan_name Mojolicious-Plugin-Status
|
||||||
|
Name: perl-Mojolicious-Plugin-Status
|
||||||
|
Version: 1.17
|
||||||
|
Release: 0
|
||||||
Summary: Mojolicious server status
|
Summary: Mojolicious server status
|
||||||
License: Artistic-2.0
|
License: Artistic-2.0
|
||||||
Group: Development/Libraries/Perl
|
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/S/SR/SRI/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/S/SR/SRI/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
|
Source100: README.md
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(BSD::Resource)
|
BuildRequires: perl(BSD::Resource)
|
||||||
BuildRequires: perl(Cpanel::JSON::XS) >= 4.09
|
|
||||||
BuildRequires: perl(File::Map)
|
BuildRequires: perl(File::Map)
|
||||||
BuildRequires: perl(File::Temp) >= 0.2308
|
BuildRequires: perl(File::Temp) >= 0.2308
|
||||||
BuildRequires: perl(Mojolicious) >= 8.50
|
BuildRequires: perl(Mojolicious) >= 9.11
|
||||||
|
BuildRequires: perl(Sereal)
|
||||||
Requires: perl(BSD::Resource)
|
Requires: perl(BSD::Resource)
|
||||||
Requires: perl(Cpanel::JSON::XS) >= 4.09
|
|
||||||
Requires: perl(File::Map)
|
Requires: perl(File::Map)
|
||||||
Requires: perl(File::Temp) >= 0.2308
|
Requires: perl(File::Temp) >= 0.2308
|
||||||
Requires: perl(Mojolicious) >= 8.50
|
Requires: perl(Mojolicious) >= 9.11
|
||||||
|
Requires: perl(Sereal)
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -49,11 +48,11 @@ this module is *EXPERIMENTAL* and should therefore only be used for
|
|||||||
debugging purposes.
|
debugging purposes.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
@@ -64,7 +63,6 @@ make test
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
|
||||||
%doc Changes examples README.md
|
%doc Changes examples README.md
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user