8
0

Accepting request 460498 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/460498
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Web-MREST?expand=0&rev=11
This commit is contained in:
Stephan Kulow
2017-02-28 14:18:30 +00:00
committed by Git OBS Bridge
parent 9840c5cd1a
commit a300fb7652
5 changed files with 48 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:98353ba270b48dad5bac16237e6d3026bdc9646e18c2a325e16a351b2c496e83
size 78133

3
Web-MREST-0.287.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:695049fd6de80ed13584e7775505991d3e6408350200b163eaf4513052550d60
size 76862

28
cpanspec.yml Normal file
View File

@@ -0,0 +1,28 @@
---
#description_paragraphs: 3
#description: |-
# override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Feb 26 07:46:51 UTC 2017 - coolo@suse.com
- updated to 0.287
see /usr/share/doc/packages/perl-Web-MREST/Changes
0.287 2017-02-25 09:38 CET
- Refrain from munging Plack::Session object
- script: store sessions in a dedicated directory in /tmp
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 27 15:03:21 UTC 2016 - ncutler@suse.com Tue Sep 27 15:03:21 UTC 2016 - ncutler@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Web-MREST # spec file for package perl-Web-MREST
# #
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2017 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,14 +17,15 @@
Name: perl-Web-MREST Name: perl-Web-MREST
Version: 0.286 Version: 0.287
Release: 0 Release: 0
%define cpan_name Web-MREST %define cpan_name Web-MREST
Summary: Minimalistic REST server Summary: Minimalistic REST server
License: BSD-3-Clause License: BSD-3-Clause
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Web-MREST/ Url: http://search.cpan.org/dist/Web-MREST/
Source0: Web-MREST-0.286.tar.gz Source0: https://cpan.metacpan.org/authors/id/S/SM/SMITHFARM/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
@@ -45,7 +46,6 @@ BuildRequires: perl(Plack::Middleware::LogErrors)
BuildRequires: perl(Plack::Middleware::Session) BuildRequires: perl(Plack::Middleware::Session)
BuildRequires: perl(Plack::Middleware::StackTrace) BuildRequires: perl(Plack::Middleware::StackTrace)
BuildRequires: perl(Plack::Runner) BuildRequires: perl(Plack::Runner)
BuildRequires: perl(Plack::Session)
BuildRequires: perl(Plack::Test) BuildRequires: perl(Plack::Test)
BuildRequires: perl(Pod::Simple::HTML) BuildRequires: perl(Pod::Simple::HTML)
BuildRequires: perl(Pod::Simple::Text) BuildRequires: perl(Pod::Simple::Text)
@@ -72,7 +72,6 @@ Requires: perl(Plack::Middleware::LogErrors)
Requires: perl(Plack::Middleware::Session) Requires: perl(Plack::Middleware::Session)
Requires: perl(Plack::Middleware::StackTrace) Requires: perl(Plack::Middleware::StackTrace)
Requires: perl(Plack::Runner) Requires: perl(Plack::Runner)
Requires: perl(Plack::Session)
Requires: perl(Pod::Simple::HTML) Requires: perl(Pod::Simple::HTML)
Requires: perl(Pod::Simple::Text) Requires: perl(Pod::Simple::Text)
Requires: perl(Test::Deep::NoTest) Requires: perl(Test::Deep::NoTest)
@@ -114,6 +113,7 @@ Web::MREST::WebServicesIntro.
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc Changes config LICENSE README.rst %doc Changes config README.rst
%license LICENSE
%changelog %changelog