1
0

Accepting request 347551 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/347551
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-libwww-perl?expand=0&rev=44
This commit is contained in:
Dirk Stoecker 2015-12-05 17:11:55 +00:00 committed by Git OBS Bridge
parent 5e642a6b6a
commit 23ea3ee30b
4 changed files with 14 additions and 7 deletions

View File

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

3
libwww-perl-6.15.tar.gz Normal file
View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Dec 5 10:48:51 UTC 2015 - coolo@suse.com
- updated to 6.15
see /usr/share/doc/packages/perl-libwww-perl/Changes
Change history for libwww-perl
-------------------------------------------------------------------
Wed Apr 22 14:04:33 UTC 2015 - coolo@suse.com

View File

@ -17,14 +17,14 @@
Name: perl-libwww-perl
Version: 6.13
Version: 6.15
Release: 0
%define cpan_name libwww-perl
Summary: The World-Wide Web library for Perl
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/libwww-perl/
Source0: libwww-perl-6.13.tar.gz
Source0: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -74,7 +74,6 @@ The World-Wide Web library for Perl
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
@ -90,6 +89,6 @@ find . -type f -print0 | xargs -0 chmod 644
%files -f %{name}.files
%defattr(-,root,root,755)
%doc AUTHORS Changes README README.SSL talk-to-ourself
%doc AUTHORS Changes LICENSE README README.SSL talk-to-ourself
%changelog