Mailinglist Archive: opensuse-commit (1003 mails)
| < Previous | Next > |
commit lablgtk2
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Wed, 06 Jun 2007 00:47:46 +0200
- Message-id: <20070605224746.5B5096780D3@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package lablgtk2
checked in at Wed Jun 6 00:47:46 CEST 2007.
--------
--- lablgtk2/lablgtk2.changes 2007-05-25 01:29:21.000000000 +0200
+++ /mounts/work_users/ro/STABLE/lablgtk2/lablgtk2.changes 2007-06-06 00:44:01.127700000 +0200
@@ -1,0 +2,6 @@
+Wed Jun 6 00:43:49 CEST 2007 - ro@xxxxxxx
+
+- added ocamlp4 to buildreq
+- silence a compiler warning
+
+-------------------------------------------------------------------
New:
----
lablgtk-2.6.0.dif
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ lablgtk2.spec ++++++
--- /var/tmp/diff_new_pack.b26446/_old 2007-06-06 00:47:37.000000000 +0200
+++ /var/tmp/diff_new_pack.b26446/_new 2007-06-06 00:47:37.000000000 +0200
@@ -11,14 +11,15 @@
# norootforbuild
Name: lablgtk2
-BuildRequires: gtk2-devel ocaml xorg-x11
+BuildRequires: camlp4 gtk2-devel ocaml xorg-x11
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
Group: Development/Libraries/Other
Requires: ocaml
Autoreqprov: on
Version: 2.6.0
-Release: 53
+Release: 59
Source0: http://wwwfun.kurims.kyoto-u.ac.jp/soft/lsl/dist/lablgtk-%{version}.tar.gz
+Patch: lablgtk-%{version}.dif
URL: http://wwwfun.kurims.kyoto-u.ac.jp/soft/lsl/lablgtk.html
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: An Objective Caml interface to gtk2+
@@ -66,6 +67,7 @@
%prep
%setup -n lablgtk-%{version}
+%patch
find -name ".cvsignore" | xargs rm -v
%build
@@ -107,6 +109,9 @@
%{_libdir}/ocaml/lablgtk2/*.h
%changelog
+* Wed Jun 06 2007 - ro@xxxxxxx
+- added ocamlp4 to buildreq
+- silence a compiler warning
* Fri May 25 2007 - ro@xxxxxxx
- branch off devel package
* Thu Sep 21 2006 - seife@xxxxxxx
++++++ lablgtk-2.6.0.dif ++++++
--- src/ml_glib.c
+++ src/ml_glib.c
@@ -100,10 +100,10 @@
{
CAMLparam1(list);
GList *res = NULL;
- if (list == Val_unit) CAMLreturn (res);
+ if (list == Val_unit) return res;
for (; Is_block(list); list = Field(list,1))
res = g_list_append (res, func(Field(list,0)));
- CAMLreturn (res);
+ return res;
}
/* Error handling */
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |