Hello community,

here is the log from the commit of package perl-Web-MREST-CLI for 
openSUSE:Factory checked in at 2016-09-17 14:39:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Web-MREST-CLI (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Web-MREST-CLI.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Web-MREST-CLI"

Changes:
--------
New Changes file:

--- /dev/null   2016-09-15 12:42:18.240042505 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Web-MREST-CLI.new/perl-Web-MREST-CLI.changes   
    2016-09-17 14:39:34.000000000 +0200
@@ -0,0 +1,22 @@
+-------------------------------------------------------------------
+Fri Sep  2 11:26:16 UTC 2016 - tampak...@opensuse.org
+
+- updated to 0.280
+   see /usr/share/doc/packages/perl-Web-MREST-CLI/Changes
+
+-------------------------------------------------------------------
+Mon Jul 27 19:38:51 UTC 2015 - ncut...@suse.com
+
+- add _service file 
+
+-------------------------------------------------------------------
+Mon Jul 27 19:27:33 UTC 2015 - ncut...@suse.com
+
+- add Params::Validate dependency
+
+-------------------------------------------------------------------
+Mon Jul 27 11:34:25 UTC 2015 - ncut...@suse.com
+
+- initial package 0.275
+    * created by cpanspec 1.78.08
+

New:
----
  Web-MREST-CLI-0.280.tar.gz
  perl-Web-MREST-CLI.changes
  perl-Web-MREST-CLI.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Web-MREST-CLI.spec ++++++
#
# spec file for package perl-Web-MREST-CLI
#
# Copyright (c) 2016 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           perl-Web-MREST-CLI
Version:        0.280
Release:        0
%define cpan_name Web-MREST-CLI
Summary:        CLI components for Web::MEST-based applications
License:        BSD-3-Clause
Group:          Development/Libraries/Perl
Url:            http://search.cpan.org/dist/Web-MREST-CLI/
Source0:        Web-MREST-CLI-0.280.tar.gz
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(App::CELL) >= 0.205
BuildRequires:  perl(File::HomeDir)
BuildRequires:  perl(File::ShareDir)
BuildRequires:  perl(HTTP::Request::Common)
BuildRequires:  perl(JSON)
BuildRequires:  perl(LWP::Protocol::https) >= 6.04
BuildRequires:  perl(LWP::UserAgent) >= 6.05
BuildRequires:  perl(Log::Any::Adapter)
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Params::Validate)
BuildRequires:  perl(Test::Deep)
BuildRequires:  perl(Try::Tiny)
BuildRequires:  perl(URI::Escape)
Requires:       perl(App::CELL) >= 0.205
Requires:       perl(File::HomeDir)
Requires:       perl(File::ShareDir)
Requires:       perl(HTTP::Request::Common)
Requires:       perl(JSON)
Requires:       perl(LWP::Protocol::https) >= 6.04
Requires:       perl(LWP::UserAgent) >= 6.05
Requires:       perl(Log::Any::Adapter)
Requires:       perl(Params::Validate)
Requires:       perl(Test::Deep)
Requires:       perl(Try::Tiny)
Requires:       perl(URI::Escape)
%{perl_requires}

%description
Top-level module of the the Web::MREST::CLI manpage distribution. Exports
some "generalized" functions that are used internally and might also be
useful for writing CLI clients in general.

%prep
%setup -q -n %{cpan_name}-%{version}

%build
%{__perl} Build.PL installdirs=vendor
./Build build flags=%{?_smp_mflags}

%check
./Build test

%install
./Build install destdir=%{buildroot} create_packlist=0
%perl_gen_filelist

%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes config LICENSE README README.md

%changelog

Reply via email to