forked from pool/perl-Mojolicious-Plugin-Status
Compare commits
18 Commits
266940d564
...
9340e67d8e
Author | SHA256 | Date | |
---|---|---|---|
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
|
@@ -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>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,30 +16,28 @@
|
||||
#
|
||||
|
||||
|
||||
Name: perl-Mojolicious-Plugin-Status
|
||||
Version: 1.12
|
||||
Release: 0
|
||||
%define cpan_name Mojolicious-Plugin-Status
|
||||
Name: perl-Mojolicious-Plugin-Status
|
||||
Version: 1.17
|
||||
Release: 0
|
||||
Summary: Mojolicious server status
|
||||
License: Artistic-2.0
|
||||
Group: Development/Libraries/Perl
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/S/SR/SRI/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(BSD::Resource)
|
||||
BuildRequires: perl(Cpanel::JSON::XS) >= 4.09
|
||||
BuildRequires: perl(File::Map)
|
||||
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(Cpanel::JSON::XS) >= 4.09
|
||||
Requires: perl(File::Map)
|
||||
Requires: perl(File::Temp) >= 0.2308
|
||||
Requires: perl(Mojolicious) >= 8.50
|
||||
Requires: perl(Mojolicious) >= 9.11
|
||||
Requires: perl(Sereal)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -49,11 +47,11 @@ this module is *EXPERIMENTAL* and should therefore only be used for
|
||||
debugging purposes.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%check
|
||||
make test
|
||||
@@ -64,7 +62,6 @@ make test
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes examples README.md
|
||||
%license LICENSE
|
||||
|
||||
|
Reference in New Issue
Block a user