diff --git a/Webinject-1.92.tar.gz b/Webinject-1.92.tar.gz deleted file mode 100644 index 3f2323e..0000000 --- a/Webinject-1.92.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43b1061e1e7ba523d609f4a99e9521d23bbedb7f30c070916ce6b6b2c3138464 -size 67158 diff --git a/Webinject-1.94.tar.gz b/Webinject-1.94.tar.gz new file mode 100644 index 0000000..e2d9598 --- /dev/null +++ b/Webinject-1.94.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f930f12846dfd4ada96528e996a95c3f51f5dc3bb556b0b4713f6b6ad7c84b09 +size 68346 diff --git a/perl-Webinject.changes b/perl-Webinject.changes index 66c1f4c..a94d069 100644 --- a/perl-Webinject.changes +++ b/perl-Webinject.changes @@ -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 diff --git a/perl-Webinject.spec b/perl-Webinject.spec index 98ada83..171018d 100644 --- a/perl-Webinject.spec +++ b/perl-Webinject.spec @@ -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