packages: libgeda/libgeda.spec, libgeda/libgeda-guile.patch (NEW) - rel 4; ...

arekm arekm at pld-linux.org
Sun Sep 11 16:00:08 CEST 2011


Author: arekm                        Date: Sun Sep 11 14:00:08 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 4; fix build with guile 2.x

---- Files affected:
packages/libgeda:
   libgeda.spec (1.31 -> 1.32) , libgeda-guile.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/libgeda/libgeda.spec
diff -u packages/libgeda/libgeda.spec:1.31 packages/libgeda/libgeda.spec:1.32
--- packages/libgeda/libgeda.spec:1.31	Sun Sep 11 15:53:02 2011
+++ packages/libgeda/libgeda.spec	Sun Sep 11 16:00:03 2011
@@ -8,11 +8,12 @@
 Summary(pl.UTF-8):	Biblioteki projektu gEDA
 Name:		libgeda
 Version:	1.4.2
-Release:	3
+Release:	4
 License:	GPL v2+
 Group:		X11/Libraries
 Source0:	ftp://ftp.geda.seul.org/pub/geda/release/v1.4/%{version}/%{name}-%{version}.tar.gz
 # Source0-md5:	e22e28cf3684efcf42f6591995fe943b
+Patch0:		%{name}-guile.patch
 URL:		http://www.geda.seul.org/
 BuildRequires:	autoconf >= 2.54
 BuildRequires:	automake
@@ -63,6 +64,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__libtoolize}
@@ -123,6 +125,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.32  2011/09/11 14:00:03  arekm
+- rel 4; fix build with guile 2.x
+
 Revision 1.31  2011/09/11 13:53:02  arekm
 - release 3
 

================================================================
Index: packages/libgeda/libgeda-guile.patch
diff -u /dev/null packages/libgeda/libgeda-guile.patch:1.1
--- /dev/null	Sun Sep 11 16:00:08 2011
+++ packages/libgeda/libgeda-guile.patch	Sun Sep 11 16:00:03 2011
@@ -0,0 +1,11 @@
+--- libgeda-1.4.2/src/o_picture.c~	2008-12-21 00:14:16.000000000 +0100
++++ libgeda-1.4.2/src/o_picture.c	2011-09-11 15:58:23.420997128 +0200
+@@ -26,7 +26,7 @@
+ #include <math.h>
+ 
+ #include <gtk/gtk.h>
+-#include <guile/gh.h>
++//#include <guile/gh.h>
+ 
+ #include <gdk/gdk.h>
+ #include <gdk-pixbuf/gdk-pixbuf.h>
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libgeda/libgeda.spec?r1=1.31&r2=1.32&f=u



More information about the pld-cvs-commit mailing list