Author: arekm Date: Sun Jun 26 19:52:12 2011 GMT Module: packages Tag: HEAD ---- Log message: - rel 5; don't include curl/types.h, doesn't exist
---- Files affected: packages/gmyth: gmyth.spec (1.9 -> 1.10) , gmyth-curl.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/gmyth/gmyth.spec diff -u packages/gmyth/gmyth.spec:1.9 packages/gmyth/gmyth.spec:1.10 --- packages/gmyth/gmyth.spec:1.9 Mon May 16 15:27:03 2011 +++ packages/gmyth/gmyth.spec Sun Jun 26 21:52:07 2011 @@ -3,12 +3,13 @@ Summary(pl.UTF-8): Biblioteka Myth TV oparta na paradygmacie GLib/GObject Name: gmyth Version: 0.7.1 -Release: 4 +Release: 5 License: LGPL v2+ Group: Libraries Source0: http://dl.sourceforge.net/gmyth/%{name}-%{version}.tar.gz # Source0-md5: ab6b7525fd9c71cf5203f9e61abec0c3 Patch0: %{name}-link.patch +Patch1: %{name}-curl.patch URL: http://gmyth.sourceforge.net/ BuildRequires: autoconf >= 2.50 BuildRequires: automake @@ -57,6 +58,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build %{__libtoolize} @@ -104,6 +106,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.10 2011/06/26 19:52:07 arekm +- rel 5; don't include curl/types.h, doesn't exist + Revision 1.9 2011/05/16 13:27:03 arekm - release 4 ================================================================ Index: packages/gmyth/gmyth-curl.patch diff -u /dev/null packages/gmyth/gmyth-curl.patch:1.1 --- /dev/null Sun Jun 26 21:52:12 2011 +++ packages/gmyth/gmyth-curl.patch Sun Jun 26 21:52:07 2011 @@ -0,0 +1,10 @@ +--- gmyth-0.7.1/gmyth/gmyth_http.h~ 2008-03-03 12:59:37.000000000 +0100 ++++ gmyth-0.7.1/gmyth/gmyth_http.h 2011-06-26 21:50:24.571219729 +0200 +@@ -42,7 +42,6 @@ + #include "gmyth_recprofile.h" + + #include <curl/curl.h> +-#include <curl/types.h> + #include <curl/easy.h> + + G_BEGIN_DECLS ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gmyth/gmyth.spec?r1=1.9&r2=1.10&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
