Accepting request 619232 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/619232 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MojoX-JSON-RPC?expand=0&rev=6
This commit is contained in:
committed by
Git OBS Bridge
parent
cee41d6079
commit
4d1c15a724
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:639cabdff96c91316e0d17d8d24f6327fed4995982d358fbdb8db9970393c749
|
|
||||||
size 17594
|
|
3
MojoX-JSON-RPC-0.11.tar.gz
Normal file
3
MojoX-JSON-RPC-0.11.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9f50faaaad4c228a3a741b824183cd808d0eefc963ddd7f0d4f9929ae1c0ab8a
|
||||||
|
size 17702
|
@@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 27 05:43:15 UTC 2018 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.11
|
||||||
|
see /usr/share/doc/packages/perl-MojoX-JSON-RPC/Changes
|
||||||
|
|
||||||
|
0.11 2018-06-14 00:00:00
|
||||||
|
- Bump to Mojolicios v7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jun 12 13:21:47 UTC 2016 - coolo@suse.com
|
Sun Jun 12 13:21:47 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-MojoX-JSON-RPC
|
# spec file for package perl-MojoX-JSON-RPC
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 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
|
||||||
@@ -17,26 +17,26 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-MojoX-JSON-RPC
|
Name: perl-MojoX-JSON-RPC
|
||||||
Version: 0.10
|
Version: 0.11
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name MojoX-JSON-RPC
|
%define cpan_name MojoX-JSON-RPC
|
||||||
Summary: Perl implementation of JSON-RPC 2.0 protocol for Mojolicious
|
Summary: Perl implementation of the JSON-RPC 2.0 protocol for Mojolicious
|
||||||
License: Artistic-2.0
|
License: Artistic-2.0
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/MojoX-JSON-RPC/
|
Url: http://search.cpan.org/dist/MojoX-JSON-RPC/
|
||||||
Source0: http://www.cpan.org/authors/id/H/HE/HENRYYKT/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/K/KA/KARASIK/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Mojolicious) >= 5.77
|
BuildRequires: perl(Mojolicious) >= 7
|
||||||
Requires: perl(Mojolicious) >= 5.77
|
Requires: perl(Mojolicious) >= 7
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This module implments a client and a server plugin for JSON-RPC 2.0 for use
|
This module implments a client plugin and a server plugin for JSON-RPC 2.0
|
||||||
with Mojolicious.
|
for use with Mojolicious.
|
||||||
|
|
||||||
This module follows the draft specficiation for JSON-RPC 2.0. More
|
This module follows the draft specficiation for JSON-RPC 2.0. More
|
||||||
information can be found at
|
information can be found at
|
||||||
@@ -44,7 +44,6 @@ http://groups.google.com/group/json-rpc/web/json-rpc-2-0.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||||
@@ -60,6 +59,7 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes LICENSE
|
%doc Changes
|
||||||
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user