Hello community,

here is the log from the commit of package gobject-introspection for 
openSUSE:Factory checked in at 2012-01-20 22:07:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gobject-introspection (Old)
 and      /work/SRC/openSUSE:Factory/.gobject-introspection.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gobject-introspection", Maintainer is "gnome-maintain...@suse.de"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gobject-introspection/gobject-introspection.changes  
    2012-01-06 11:44:42.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.gobject-introspection.new/gobject-introspection.changes
 2012-01-20 22:07:02.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Jan 18 14:44:05 CET 2012 - meiss...@suse.de
+
+- gi-find-deps.sh: ppc64 and s390x are also 64bit so providers
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gobject-introspection.spec ++++++
--- /var/tmp/diff_new_pack.PO9VXQ/_old  2012-01-20 22:07:03.000000000 +0100
+++ /var/tmp/diff_new_pack.PO9VXQ/_new  2012-01-20 22:07:03.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gobject-introspection
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,6 @@
 #
 
 
-
 Name:           gobject-introspection
 Version:        1.31.6
 Release:        0
@@ -59,6 +58,7 @@
 
 %package -n libgirepository-1_0-1
 Summary:        GObject Introspection Library
+Group:          Development/Libraries/GNOME
 # Provide typelib() symbols based on gobject-introspection-typelib.template
 # The template is checked during install if it matches the installed *.typelib 
files.
 %(cat %{S:3} | awk '{ print "Provides: " $0}')
@@ -69,6 +69,7 @@
 
 %package devel
 Summary:        GObject Introspection Development Files
+Group:          Development/Libraries/GNOME
 # Note: the devel package requires the binaries, not just the library
 Requires:       %{name} = %{version}
 Requires:       libffi-devel

++++++ gi-find-deps.sh ++++++
--- /var/tmp/diff_new_pack.PO9VXQ/_old  2012-01-20 22:07:03.000000000 +0100
+++ /var/tmp/diff_new_pack.PO9VXQ/_new  2012-01-20 22:07:03.000000000 +0100
@@ -99,7 +99,7 @@
        export GI_TYPELIB_PATH=$GI_TYPELIB_PATH:$path
 done
 
-if [ "${HOSTTYPE}" == "x86_64" ]; then
+if [ "${HOSTTYPE}" == "x86_64" -o "${HOSTTYPE}" == "ppc64" -o "${HOSTTYPE}" == 
"s390x" ]; then
        shlib_64="()(64bit)"
 fi
 case $1 in


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

Reply via email to