Hello community, here is the log from the commit of package raptor for openSUSE:Factory checked in at Fri Aug 12 13:43:47 CEST 2011.
-------- --- raptor/raptor.changes 2011-04-15 20:24:00.000000000 +0200 +++ /mounts/work_src_done/STABLE/raptor/raptor.changes 2011-08-11 21:12:11.000000000 +0200 @@ -1,0 +2,6 @@ +Thu Aug 11 19:07:13 UTC 2011 - [email protected] + +- Remove inclusion of <curl/types.h>, it's obsolete in curl since + 2004. + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- curl-types.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ raptor.spec ++++++ --- /var/tmp/diff_new_pack.Fy1W0l/_old 2011-08-12 13:43:24.000000000 +0200 +++ /var/tmp/diff_new_pack.Fy1W0l/_new 2011-08-12 13:43:24.000000000 +0200 @@ -22,11 +22,12 @@ BuildRequires: curl-devel gtkdoc libxml2-devel libxslt-devel pkg-config Summary: RDF Parser Toolkit Version: 1.4.21 -Release: 7 +Release: 9 License: LGPLv2.1+ ; ASLv.. Group: System/Libraries Source0: %{name}-%{version}.tar.bz2 Source1: baselibs.conf +Patch1: curl-types.patch Url: http://www.redland.opensource.ac.uk/raptor/ BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -70,6 +71,7 @@ %prep %setup -q +%patch1 -p0 %build autoreconf -fiv ++++++ curl-types.patch ++++++ Index: src/raptor_internal.h =================================================================== --- src/raptor_internal.h.orig +++ src/raptor_internal.h @@ -852,7 +852,6 @@ int raptor_utf8_is_nfc(const unsigned ch #ifdef RAPTOR_WWW_LIBCURL #include <curl/curl.h> -#include <curl/types.h> #include <curl/easy.h> #endif ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
