Hello community,

here is the log from the commit of package gobject-introspection for 
openSUSE:Factory checked in at 2012-02-16 16:14:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gobject-introspection (Old)
 and      /work/SRC/openSUSE:Factory/.gobject-introspection.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gobject-introspection", Maintainer is "[email protected]"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gobject-introspection/gobject-introspection.changes  
    2012-01-26 15:59:05.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.gobject-introspection.new/gobject-introspection.changes
 2012-02-16 16:14:28.000000000 +0100
@@ -1,0 +2,8 @@
+Thu Feb  2 01:54:31 CET 2012 - [email protected]
+
+- Improve gi-find-deps.sh:
+  + ia64 also needs ()(64bit) for shlib providers.
+  + Send stderr from find to /dev/null (to avoid errors for
+    platforms where lib64 does not exist).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gi-find-deps.sh ++++++
--- /var/tmp/diff_new_pack.0CrLNo/_old  2012-02-16 16:14:29.000000000 +0100
+++ /var/tmp/diff_new_pack.0CrLNo/_new  2012-02-16 16:14:29.000000000 +0100
@@ -94,12 +94,12 @@
 
 for path in \
        $(for tlpath in \
-       $(find ${RPM_BUILD_ROOT}/usr/lib64 ${RPM_BUILD_ROOT}/usr/lib /usr/lib64 
/usr/lib -name '*.typelib'); do
+       $(find ${RPM_BUILD_ROOT}/usr/lib64 ${RPM_BUILD_ROOT}/usr/lib /usr/lib64 
/usr/lib -name '*.typelib' 2>/dev/null); do
                dirname $tlpath; done | uniq ); do
        export GI_TYPELIB_PATH=$GI_TYPELIB_PATH:$path
 done
 
-if [ "${HOSTTYPE}" == "x86_64" -o "${HOSTTYPE}" == "ppc64" -o "${HOSTTYPE}" == 
"s390x" ]; then
+if [ "${HOSTTYPE}" == "x86_64" -o "${HOSTTYPE}" == "ppc64" -o "${HOSTTYPE}" == 
"s390x" -o "${HOSTTYPE}" == "ia64" ]; then
        shlib_64="()(64bit)"
 fi
 case $1 in


-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to