OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-WWW-Curl?expand=0&rev=36
125 lines
4.6 KiB
Plaintext
125 lines
4.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Jul 23 12:07:50 UTC 2025 - Dirk Stoecker <opensuse@dstoecker.de>
|
|
|
|
- fix build for Tumbleweed (drop CURL_HAS_DECLSPEC_ATTRIBUTE)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 27 13:14:24 UTC 2025 - Dirk Stoecker <opensuse@dstoecker.de>
|
|
|
|
- add deprecation constants to WWW-Curl-contants_fix.patch
|
|
- Copy patches from Fedora:
|
|
* WWW-Curl-4.17-add-back-CURLOPT_RESOLV-support.patch
|
|
* WWW-Curl-4.17-define-CURL-as-void.patch
|
|
- Disable tests needing network access
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 31 08:43:06 UTC 2020 - Tuukka Pasanen <tuukka.pasanen@ilmi.fi>
|
|
|
|
- Add more ignores to new defines in newer CURL. Upstream
|
|
is halted and won't fix these even if there is Pull
|
|
request
|
|
- Add patch WWW-Curl-contants_fix.patch to fix building
|
|
with newer versions of Curl
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 17 14:53:26 UTC 2017 - tuukka.pasanen@ilmi.fi
|
|
|
|
- Tumbleweed needs Module-Install so add it to building
|
|
requirements
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 6 10:26:09 UTC 2017 - tuukka.pasanen@ilmi.fi
|
|
|
|
- Tumbleweed updated to CuRL and version CuRL make imposible compile
|
|
WWW-Curl as mentioned in this bug report:
|
|
* https://rt.cpan.org/Public/Bug/Display.html?id=117793
|
|
updated patch to fit openSUSE version
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 18 12:51:03 UTC 2014 - coolo@suse.com
|
|
|
|
- disable test suite as it tries to contact google.com
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 10 07:11:21 UTC 2014 - coolo@suse.com
|
|
|
|
- updated to 4.17
|
|
- Fixing build process for old libcurl versions without CURLOPT_RESOLVE.
|
|
- License is now MIT only.
|
|
- Support for CURLOPT_RESOLVE (an slist option) [Theo Schlossnagle]
|
|
- Fixing t/19multi.t test failures when using a threaded resolver for libcurl.
|
|
- Improved constant parsing when using ISO-compliant CPP. [tsibley]
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 13 13:55:47 UTC 2011 - coolo@suse.com
|
|
|
|
- checked license
|
|
|
|
-------------------------------------------------------------------
|
|
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.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 1 13:36:04 UTC 2010 - coolo@novell.com
|
|
|
|
- switch to perl_requires macro
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Sep 4 18:03:23 UTC 2010 - chris@computersalat.de
|
|
|
|
- update to 4.13
|
|
- Fixed WWW::Curl::Form (again, formadd and formaddfile working now).
|
|
- Made constant constant handling more robust and added tests [Fuji, Goro].
|
|
- Modernized *.pm and AUTOLOAD now throws an error on unknown method calls
|
|
[Fuji, Goro].
|
|
- Fixed code depending on CURLINFO_SLIST to be optional [Fuji, Goro].
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 17 20:18:53 UTC 2010 - chris@computersalat.de
|
|
|
|
- update to 4.12
|
|
- Fixed WWW::Curl::Form (patch contributed by Michael Ing).
|
|
- Added CURLPROXY_* constants (patch by claes).
|
|
- Added the const_string method to provide access to constants
|
|
in a non-bareword way.
|
|
- Fixed t/01basic.t test failure on older libcurl versions.
|
|
- recreated by cpanspec 1.78
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 8 13:24:22 UTC 2010 - coolo@novell.com
|
|
|
|
4.11:
|
|
- Fixed t/19multi.t for libcurl versions compiled with asyncronous dns resolution.
|
|
4.10:
|
|
- Added support for CURLINFO_SLIST in getinfo (patch by claes).
|
|
- Merging documentation fixes upstream from the FreeBSD port (thanks Peter).
|
|
- Added support for curl_multi_fdset.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
|
|
|
|
- enable parallel build
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 10 20:56:27 UTC 2009 - chris@computersalat.de
|
|
|
|
- cleanup spec
|
|
* sorted tags
|
|
* fixed build-/deps
|
|
- added perl-macros
|
|
* perl_gen_filelist
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 15 16:17:43 CEST 2009 - mc@suse.de
|
|
|
|
- initial version 4.09
|
|
|