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
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,26 +17,26 @@
|
||||
|
||||
|
||||
Name: perl-MojoX-JSON-RPC
|
||||
Version: 0.10
|
||||
Version: 0.11
|
||||
Release: 0
|
||||
%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
|
||||
Group: Development/Libraries/Perl
|
||||
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
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Mojolicious) >= 5.77
|
||||
Requires: perl(Mojolicious) >= 5.77
|
||||
BuildRequires: perl(Mojolicious) >= 7
|
||||
Requires: perl(Mojolicious) >= 7
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
This module implments a client and a server plugin for JSON-RPC 2.0 for use
|
||||
with Mojolicious.
|
||||
This module implments a client plugin and a server plugin for JSON-RPC 2.0
|
||||
for use with Mojolicious.
|
||||
|
||||
This module follows the draft specficiation for JSON-RPC 2.0. More
|
||||
information can be found at
|
||||
@@ -44,7 +44,6 @@ http://groups.google.com/group/json-rpc/web/json-rpc-2-0.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
@@ -60,6 +59,7 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes LICENSE
|
||||
%doc Changes
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user