Accepting request 512597 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/512597
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Webinject?expand=0&rev=5
This commit is contained in:
Stephan Kulow
2017-08-02 16:54:09 +00:00
committed by Git OBS Bridge
parent da58e88e55
commit e2671f11de
4 changed files with 19 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:43b1061e1e7ba523d609f4a99e9521d23bbedb7f30c070916ce6b6b2c3138464
size 67158

3
Webinject-1.94.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Jul 26 06:32:51 UTC 2017 - coolo@suse.com
- updated to 1.94
see /usr/share/doc/packages/perl-Webinject/Changes
Version 1.94 - Tue Jul 25 11:26:20 CEST 2017
- Use relative path handling for postbody files (#27)
- Add support for DELETE (#23)
-------------------------------------------------------------------
Fri Dec 23 07:22:28 UTC 2016 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Webinject
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
Name: perl-Webinject
Version: 1.92
Version: 1.94
Release: 0
%define cpan_name Webinject
Summary: Perl Module for testing web services
License: GPL-2.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Webinject/
Source0: http://www.cpan.org/authors/id/N/NI/NIERLEIN/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/N/NI/NIERLEIN/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -60,6 +60,7 @@ used for monitoring system response times.
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -75,6 +76,7 @@ used for monitoring system response times.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes examples LICENSE README
%doc Changes examples README
%license LICENSE
%changelog