commit perl-WWW-Curl for openSUSE:Factory
Hello community, here is the log from the commit of package perl-WWW-Curl for openSUSE:Factory checked in at Thu Mar 31 15:29:32 CEST 2011. -------- --- perl-WWW-Curl/perl-WWW-Curl.changes 2010-12-01 14:57:20.000000000 +0100 +++ /mounts/work_src_done/STABLE/perl-WWW-Curl/perl-WWW-Curl.changes 2011-03-31 12:07:38.000000000 +0200 @@ -1,0 +2,12 @@ +Thu Mar 31 10:02:49 UTC 2011 - coolo@novell.com + +- update to 4.15 + - Refactored constant handling and added thorough testing for it. + - Fixed CURLOPT_PRIVATE, it is now a string and can be set/get accordingly. + - Scalar references can now be used to receive body/header data [gfx]. + - Speed optimizations for threaded perl. [gfx, szbalint]. + - Added a more generic libcurl constant detection. + - Added the pushopt method for appending strings to array options. + - Documentation improvements. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- WWW-Curl-4.13.tar.bz2 New: ---- WWW-Curl-4.15.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-WWW-Curl.spec ++++++ --- /var/tmp/diff_new_pack.XZbIeB/_old 2011-03-31 15:28:27.000000000 +0200 +++ /var/tmp/diff_new_pack.XZbIeB/_new 2011-03-31 15:28:27.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package perl-WWW-Curl (Version 4.13) +# spec file for package perl-WWW-Curl # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,23 +15,22 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: perl-WWW-Curl +Version: 4.15 +Release: 1 +License: CHECK(Distributable) %define cpan_name WWW-Curl Summary: Perl extension interface for libcurl -Version: 4.13 -Release: 2 -License: MPL or MIT/X-derivate -Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/WWW-Curl/ -#Source: http://www.cpan.org/modules/by-module/WWW/WWW-Curl-%{version}.tar.gz -Source: %{cpan_name}-%{version}.tar.bz2 +Group: Development/Libraries/Perl +#Source: http://www.cpan.org/authors/id/S/SZ/SZBALINT/WWW-Curl-%{version}.tar.gz +Source: %{cpan_name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build -%{perl_requires} BuildRequires: perl BuildRequires: perl-macros +%{perl_requires} %if 0%{?suse_version} >= 1030 BuildRequires: libcurl-devel %else @@ -42,19 +41,15 @@ %description WWW::Curl is a Perl extension interface for libcurl. -Authors: --------- - Cris Bailiff <c.bailiff+curl at devsecure.com> - Balint Szilakszi <szbalint at cpan.org> - %prep %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" +%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" %{__make} %{?_smp_mflags} %check +# requires online access #%{__make} test %install @@ -63,10 +58,10 @@ %perl_gen_filelist %clean -%{__rm} -rf $RPM_BUILD_ROOT +%{__rm} -rf %{buildroot} %files -f %{name}.files -%defattr(-,root,root,-) -%doc Changes LICENSE README SIGNATURE +%defattr(644,root,root,755) +%doc Changes LICENSE README README.Win32 %changelog ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de