commit perl-JSON-RPC for openSUSE:Factory
Hello community, here is the log from the commit of package perl-JSON-RPC for openSUSE:Factory checked in at 2014-09-17 17:25:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-JSON-RPC (Old) and /work/SRC/openSUSE:Factory/.perl-JSON-RPC.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "perl-JSON-RPC" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-JSON-RPC/perl-JSON-RPC.changes 2013-06-21 13:36:55.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-JSON-RPC.new/perl-JSON-RPC.changes 2014-09-17 17:26:08.000000000 +0200 @@ -1,0 +2,7 @@ +Mon Sep 15 15:44:36 UTC 2014 - coolo@suse.com + +- updated to 1.04 + - Work with notifications, which are procedures without an id + (Kirill Bogdanov) + +------------------------------------------------------------------- Old: ---- JSON-RPC-1.03.tar.gz New: ---- JSON-RPC-1.04.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-JSON-RPC.spec ++++++ --- /var/tmp/diff_new_pack.53NBJg/_old 2014-09-17 17:26:09.000000000 +0200 +++ /var/tmp/diff_new_pack.53NBJg/_new 2014-09-17 17:26:09.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-JSON-RPC # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products 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,7 +17,7 @@ Name: perl-JSON-RPC -Version: 1.03 +Version: 1.04 Release: 0 %define cpan_name JSON-RPC Summary: JSON RPC 2.0 Server Implementation @@ -29,35 +29,20 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(CPAN::Meta) +BuildRequires: perl(CPAN::Meta::Prereqs) BuildRequires: perl(Class::Accessor::Lite) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.36 BuildRequires: perl(HTTP::Request) BuildRequires: perl(HTTP::Response) BuildRequires: perl(JSON) BuildRequires: perl(LWP::UserAgent) +BuildRequires: perl(Module::Build) >= 0.38 BuildRequires: perl(Plack) BuildRequires: perl(Plack::Request) BuildRequires: perl(Plack::Test) BuildRequires: perl(Router::Simple) BuildRequires: perl(parent) -#BuildRequires: perl(Apache2::Const) -#BuildRequires: perl(Apache2::RequestIO) -#BuildRequires: perl(Apache2::RequestRec) -#BuildRequires: perl(Apache2::RequestUtil) -#BuildRequires: perl(APR::Table) -#BuildRequires: perl(JSON::RPC) -#BuildRequires: perl(JSON::RPC::Constants) -#BuildRequires: perl(JSON::RPC::Legacy::Client) -#BuildRequires: perl(JSON::RPC::Legacy::Procedure) -#BuildRequires: perl(JSON::RPC::Legacy::ReturnObject) -#BuildRequires: perl(JSON::RPC::Legacy::Server) -#BuildRequires: perl(JSON::RPC::Parser) -#BuildRequires: perl(JSON::RPC::Procedure) -#BuildRequires: perl(LWP::Simple) -#BuildRequires: perl(Module::Build) -#BuildRequires: perl(Module::Install::Base) -#BuildRequires: perl(Parse::CPAN::Meta) -#BuildRequires: perl(Try::Tiny) -#BuildRequires: perl(YAML::Tiny) Requires: perl(Class::Accessor::Lite) Requires: perl(HTTP::Request) Requires: perl(HTTP::Response) @@ -70,7 +55,7 @@ %{perl_requires} %description -JSON::RPC is a set of modules that implment JSON RPC 2.0 protocol. +JSON::RPC is a set of modules that implement JSON RPC 2.0 protocol. If you are using old JSON::RPC code (up to 0.96), DO NOT EXPECT YOUR CODE TO WORK WITH THIS VERSION. THIS VERSION IS @@ -80,19 +65,18 @@ %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +%{__perl} Build.PL installdirs=vendor +./Build build flags=%{?_smp_mflags} %check -%{__make} test +./Build test %install -%perl_make_install -%perl_process_packlist +./Build install destdir=%{buildroot} create_packlist=0 %perl_gen_filelist %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes README +%doc Changes cpanfile LICENSE Makefile README.md %changelog ++++++ JSON-RPC-1.03.tar.gz -> JSON-RPC-1.04.tar.gz ++++++ ++++ 4766 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de