Mailinglist Archive: opensuse-commit (1003 mails)
| < Previous | Next > |
commit lablgtk2
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 15 Jun 2007 11:44:33 +0200
- Message-id: <20070615094433.D99B2678187@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package lablgtk2
checked in at Fri Jun 15 11:44:33 CEST 2007.
--------
--- lablgtk2/lablgtk2.changes 2007-06-06 00:44:01.000000000 +0200
+++ /mounts/work_src_done/STABLE/lablgtk2/lablgtk2.changes 2007-06-15 11:21:37.544365000 +0200
@@ -1,0 +2,6 @@
+Fri Jun 15 11:21:22 CEST 2007 - ro@xxxxxxx
+
+- added rsvg bindings
+- handle ppc64 like s390 (no ocamlopt)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ lablgtk2.spec ++++++
--- /var/tmp/diff_new_pack.lF3838/_old 2007-06-15 11:44:07.000000000 +0200
+++ /var/tmp/diff_new_pack.lF3838/_new 2007-06-15 11:44:07.000000000 +0200
@@ -11,13 +11,17 @@
# norootforbuild
Name: lablgtk2
-BuildRequires: camlp4 gtk2-devel ocaml xorg-x11
+BuildRequires: gtk2-devel librsvg-devel ocaml xorg-x11
+%if 0%{?suse_version} >= 1010
+BuildRequires: camlp4
+%endif
+BuildRequires: librsvg-devel
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: 59
+Release: 65
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
@@ -75,9 +79,10 @@
make configure
./configure
make
-%ifnarch s390 s390x
+%ifnarch ppc64 s390 s390x
cd src
make lablgtk.cmxa
+make lablrsvg.cmxa
make gtkInit.cmx
cd ..
%endif
@@ -109,6 +114,9 @@
%{_libdir}/ocaml/lablgtk2/*.h
%changelog
+* Fri Jun 15 2007 - ro@xxxxxxx
+- added rsvg bindings
+- handle ppc64 like s390 (no ocamlopt)
* Wed Jun 06 2007 - ro@xxxxxxx
- added ocamlp4 to buildreq
- silence a compiler warning
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |