Hello community,

here is the log from the commit of package flickcurl for openSUSE:Factory
checked in at Sun Aug 7 19:06:54 CEST 2011.



--------
--- flickcurl/flickcurl.changes 2011-03-29 01:02:53.000000000 +0200
+++ /mounts/work_src_done/STABLE/flickcurl/flickcurl.changes    2011-08-06 
18:19:18.000000000 +0200
@@ -1,0 +2,5 @@
+Sat Aug  6 16:18:56 UTC 2011 - crrodrig...@opensuse.org
+
+- Fix build with newer curl Fix build with newer curl 
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  flickcurl-curl.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ flickcurl.spec ++++++
--- /var/tmp/diff_new_pack.2B0yDH/_old  2011-08-07 19:06:00.000000000 +0200
+++ /var/tmp/diff_new_pack.2B0yDH/_new  2011-08-07 19:06:00.000000000 +0200
@@ -20,7 +20,7 @@
 
 Name:           flickcurl
 Version:        1.21
-Release:        1
+Release:        3
 License:        LGPLv2.1
 Summary:        Command-Line Tools for the Flickr Web Service
 Url:            http://librdf.org/flickcurl/
@@ -40,6 +40,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Patch0:         flickcurl-curl.patch
 
 %description
 Flickcurl is a C library for calling the Flickr Web service API. It handles the
@@ -53,6 +54,7 @@
 
 %package doc
 
+
 Summary:        C Library API to the Flickr Web Service (Documentation)
 Group:          Documentation/Other
 
@@ -70,6 +72,7 @@
 
 %package -n libflickcurl%{soname}
 
+
 Summary:        C Library API to the Flickr Web Service
 Group:          System/Libraries
 
@@ -85,6 +88,7 @@
 
 %package -n libflickcurl-devel
 
+
 Summary:        C Library API to the Flickr Web Service
 Group:          Development/Libraries/C and C++
 Requires:       libcurl-devel
@@ -104,13 +108,15 @@
 
 %prep
 %setup -q
+%patch0
 
 %build
+autoreconf -fiv
 %configure \
     --enable-gtk-doc \
     --enable-gtk-doc-html
 
-make %{?_smp_flags}
+make %{?_smp_mflags}
 
 %install
 %make_install

++++++ flickcurl-curl.patch ++++++
--- configure.ac.orig
+++ configure.ac
@@ -73,6 +73,9 @@ AC_SUBST(LIBFLICKCURL_LIBTOOL_VERSION)
 
 
 # Checks for programs.
+AC_PROG_CC_STDC
+AC_USE_SYSTEM_EXTENSIONS
+AC_SYS_LARGEFILE
 AM_PROG_CC_C_O
 
 m4_undefine([AC_PROG_CXX])
@@ -201,7 +204,7 @@ fi
 
 AC_MSG_CHECKING(for libcurl)
 if $PKG_CONFIG libcurl --exists; then
-:
+AC_CHECK_HEADERS([curl/types.h])
 else
   AC_MSG_RESULT(no - not found)
   AC_MSG_ERROR(Please install version $LIBCURL_MIN_VERSION or newer)
--- src/flickcurl_internal.h.orig
+++ src/flickcurl_internal.h
@@ -24,7 +24,9 @@
 #include <libxml/xpath.h>
 
 #include <curl/curl.h>
+#ifdef HAVE_CURL_TYPES_H
 #include <curl/types.h>
+#endif
 #include <curl/easy.h>
 
 

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to