Browse Source

perl-WWW-Curl-4.17-2

Tomohiro "Tomo-p" KATO 4 years ago
parent
commit
107526a08f
1 changed files with 11 additions and 1 deletions
  1. 11 1
      p/perl-WWW-Curl/perl-WWW-Curl-vl.spec

+ 11 - 1
p/perl-WWW-Curl/perl-WWW-Curl-vl.spec

@@ -1,11 +1,16 @@
 Name:           perl-WWW-Curl
 Version:        4.17
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        Perl extension interface for libcurl
 License:        MIT
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/WWW-Curl/
 Source0:        http://search.cpan.org/CPAN/authors/id/S/SZ/SZBALINT/WWW-Curl-%{version}.tar.gz
+Patch0:         WWW-Curl-4.17-Skip-preprocessor-symbol-only-CURL_STRICTER.patch
+
+Vendor:         Project Vine
+Distribution:   Vine Linux
+
 BuildRequires:  perl
 BuildRequires:  perl(inc::Module::Install)
 BuildRequires:  perl(Carp)
@@ -28,6 +33,7 @@ WWW::Curl is a Perl extension interface for libcurl.
 
 %prep
 %setup -q -n WWW-Curl-%{version}
+%patch0 -p1
 rm -rf inc && sed -i -e '/^inc\//d' MANIFEST
 
 %build
@@ -62,6 +68,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sat Aug 24 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 4.17-2
+- rebuilt with perl-5.26.2.
+- added Patch0 for recent curl.
+
 * Sun Dec 07 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 4.17-1
 - initial build for Vine Linux