diff --git a/MojoX-JSON-RPC-0.10.tar.gz b/MojoX-JSON-RPC-0.10.tar.gz deleted file mode 100644 index 6ad9c9b..0000000 --- a/MojoX-JSON-RPC-0.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:639cabdff96c91316e0d17d8d24f6327fed4995982d358fbdb8db9970393c749 -size 17594 diff --git a/MojoX-JSON-RPC-0.11.tar.gz b/MojoX-JSON-RPC-0.11.tar.gz new file mode 100644 index 0000000..60c0869 --- /dev/null +++ b/MojoX-JSON-RPC-0.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f50faaaad4c228a3a741b824183cd808d0eefc963ddd7f0d4f9929ae1c0ab8a +size 17702 diff --git a/perl-MojoX-JSON-RPC.changes b/perl-MojoX-JSON-RPC.changes index c50cfb9..0a30b39 100644 --- a/perl-MojoX-JSON-RPC.changes +++ b/perl-MojoX-JSON-RPC.changes @@ -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 diff --git a/perl-MojoX-JSON-RPC.spec b/perl-MojoX-JSON-RPC.spec index a5228fd..257a960 100644 --- a/perl-MojoX-JSON-RPC.spec +++ b/perl-MojoX-JSON-RPC.spec @@ -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