rpms/ocaml-lablgtk/devel ocaml-lablgtk-2.12.0-gnome-ui-init-header.patch, NONE, 1.1 ocaml-lablgtk.spec, 1.13, 1.14

Richard W.M. Jones rjones at fedoraproject.org
Fri Feb 6 12:04:11 UTC 2009


Author: rjones

Update of /cvs/pkgs/rpms/ocaml-lablgtk/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28847

Modified Files:
	ocaml-lablgtk.spec 
Added Files:
	ocaml-lablgtk-2.12.0-gnome-ui-init-header.patch 
Log Message:
* Fri Feb  6 2009 Richard W.M. Jones <rjones at redhat.com> - 2.12.0-1
- New upstream version 2.12.0.
- Patch to include gnome-ui-init.h.
- gdk-pixbuf-mlsource was renamed gdk_pixbuf_mlsource (this will
  probably break things).


ocaml-lablgtk-2.12.0-gnome-ui-init-header.patch:

--- NEW FILE ocaml-lablgtk-2.12.0-gnome-ui-init-header.patch ---
diff -ur lablgtk-2.12.0.orig/src/ml_panel.c lablgtk-2.12.0/src/ml_panel.c
--- lablgtk-2.12.0.orig/src/ml_panel.c	2007-06-20 08:40:34.000000000 +0100
+++ lablgtk-2.12.0/src/ml_panel.c	2009-02-06 11:46:19.000000000 +0000
@@ -23,6 +23,7 @@
 #include <string.h>
 
 #include <libgnomeui/gnome-client.h>
+#include <libgnomeui/gnome-ui-init.h>
 #include <panel-applet.h>
 
 #include <caml/mlvalues.h>


Index: ocaml-lablgtk.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-lablgtk/devel/ocaml-lablgtk.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ocaml-lablgtk.spec	4 Dec 2008 17:01:43 -0000	1.13
+++ ocaml-lablgtk.spec	6 Feb 2009 12:03:40 -0000	1.14
@@ -1,15 +1,19 @@
 %define debug_package %{nil}
 
 Name:           ocaml-lablgtk
-Version:        2.10.1
-Release:        7%{?dist}
+Version:        2.12.0
+Release:        1%{?dist}
 
 Summary:        Objective Caml interface to gtk+
 
 Group:          System Environment/Libraries
 License:        LGPLv2 with exceptions
+
 URL:            http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html
 Source:         http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/lablgtk-%{version}.tar.gz
+
+Patch0:         ocaml-lablgtk-2.12.0-gnome-ui-init-header.patch
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Obsoletes:      lablgtk <= 2.6.0-7
@@ -68,6 +72,9 @@
 
 %prep
 %setup -q -n lablgtk-%{version}
+
+%patch0 -p1
+
 # version information in META file is wrong
 perl -pi -e 's|version="1.3.1"|version="%{version}"|' META
 
@@ -117,7 +124,7 @@
 %{_libdir}/ocaml/lablgtk2/*.cmi
 %{_libdir}/ocaml/lablgtk2/*.cma
 %{_libdir}/ocaml/stublibs/*.so
-%{_bindir}/gdk-pixbuf-mlsource
+%{_bindir}/gdk_pixbuf_mlsource
 %{_bindir}/lablgladecc2
 %{_bindir}/lablgtk2
 
@@ -148,6 +155,12 @@
 
 
 %changelog
+* Fri Feb  6 2009 Richard W.M. Jones <rjones at redhat.com> - 2.12.0-1
+- New upstream version 2.12.0.
+- Patch to include gnome-ui-init.h.
+- gdk-pixbuf-mlsource was renamed gdk_pixbuf_mlsource (this will
+  probably break things).
+
 * Wed Nov 26 2008 Richard W.M. Jones <rjones at redhat.com> - 2.10.1-7
 - Rebuild for OCaml 3.11.0+rc1.
 




More information about the Fedora-ocaml-list mailing list