Hello community,

here is the log from the commit of package ocaml-lablgtk2 for openSUSE:Factory 
checked in at 2013-01-17 15:14:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ocaml-lablgtk2 (Old)
 and      /work/SRC/openSUSE:Factory/.ocaml-lablgtk2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ocaml-lablgtk2", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/ocaml-lablgtk2/ocaml-lablgtk2.changes    
2013-01-14 09:43:36.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ocaml-lablgtk2.new/ocaml-lablgtk2.changes       
2013-01-17 15:14:39.000000000 +0100
@@ -1,0 +2,10 @@
+Wed Jan 16 16:03:19 CET 2013 - oher...@suse.de
+
+- disable also /usr/lib/rpm/find-debuginfo.sh
+
+-------------------------------------------------------------------
+Mon Jan 14 15:58:16 CET 2013 - oher...@suse.de
+
+- disable strip, it destroys bytecode binaries
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ocaml-lablgtk2.spec ++++++
--- /var/tmp/diff_new_pack.5kLol1/_old  2013-01-17 15:14:41.000000000 +0100
+++ /var/tmp/diff_new_pack.5kLol1/_new  2013-01-17 15:14:41.000000000 +0100
@@ -17,6 +17,12 @@
 
 
 %define opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)
+%if !%opt
+# get rid of /usr/lib/rpm/find-debuginfo.sh
+# strip kills the bytecode part of ELF binaries
+# see also NO_BRP_STRIP_DEBUG in install section
+%undefine _build_create_debug
+%endif
 
 Name:           ocaml-lablgtk2
 BuildRequires:  gtk2-devel
@@ -45,7 +51,7 @@
 Summary:        An Objective Caml Interface to gtk2+
 License:        LGPL-2.1+
 Group:          Development/Libraries/Other
-%if "%{_ignore_exclusive_arch}" != ""
+%if "%{?_ignore_exclusive_arch}" != ""
 %else
 ExclusiveArch:  %ix86 x86_64
 %endif
@@ -103,7 +109,7 @@
     Koji Kagawa      <kag...@eng.kagawa-u.ac.jp>
 
 %prep
-: _ignore_exclusive_arch '%{_ignore_exclusive_arch}'
+: _ignore_exclusive_arch '%{?_ignore_exclusive_arch}'
 %setup -q -n lablgtk-%{version}
 find -name ".cvsignore" | xargs rm -v
 
@@ -122,6 +128,11 @@
 %endif
 
 %install
+%if !%opt
+# get rid of /usr/lib/rpm/brp-strip-debug 
+# strip kills the bytecode part of ELF binaries
+export NO_BRP_STRIP_DEBUG=true
+%endif
 %makeinstall
 
 %clean

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to