Mailinglist Archive: opensuse-commit (1649 mails)

< Previous Next >
commit gnome-libs
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Wed, 22 Oct 2008 17:57:49 +0200
  • Message-id: <20081022155750.19979678171@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package gnome-libs
checked in at Wed Oct 22 17:57:49 CEST 2008.


--------
--- GNOME/gnome-libs/gnome-libs.changes 2008-09-03 09:09:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/gnome-libs/gnome-libs.changes 2008-10-21
09:19:28.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Oct 21 09:18:45 CEST 2008 - olh@xxxxxxx
+
+- run autoreconf -fi to allow compilation on all targets
+- remove check for unmode_t, because this type is always defined
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
gnome-libs.umode_t.patch

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

Other differences:
------------------
++++++ gnome-libs.spec ++++++
--- /var/tmp/diff_new_pack.w13247/_old 2008-10-22 17:56:34.000000000 +0200
+++ /var/tmp/diff_new_pack.w13247/_new 2008-10-22 17:56:34.000000000 +0200
@@ -30,7 +30,7 @@
AutoReqProv: on
Summary: The GNOME Base Libraries
Version: 1.4.2
-Release: 1
+Release: 9
Source0:
ftp://ftp.gnome.org/pub/GNOME/stable/sources/gnome-libs/gnome-libs-%{version}.tar.bz2
Source1: gnome.sh
Source2: gnome.csh
@@ -44,6 +44,7 @@
Patch10: gnome-libs-gcc4.patch
Patch11: gnome-libs-gettext.patch
Patch12: gnome-libs-system-popt.patch
+Patch13: gnome-libs.umode_t.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Url: http://www.gnome.org/

@@ -287,30 +288,35 @@
%patch10 -p1
%patch11
%patch12
+%patch13 -p1
cp -a %{S:1} %{S:2} .
rename no nb po/no.*
sed -i "s/\(ALL_LINGUAS.*\) no /\1 nb /" configure.in

%build
+%if 0
libtoolize --force
aclocal -I macros
automake -a --copy
autoconf
-sed -e "s|m4exit(1)| |g" ./configure > ./configure-n
-mv configure-n configure
-chmod +x ./configure
-cd libart_lgpl
+sed -i -e "s|m4exit(1)| |g" configure
+pushd libart_lgpl
libtoolize --force
aclocal
automake -a --copy
autoconf
-cd ..
-sed -e "s@/lib@/%_lib@" gnome-config.in > gnome-config.out
-mv gnome-config.out gnome-config.in
+popd
+sed -i -e "s@/lib@/%_lib@" gnome-config.in
%ifarch ppc64
export ac_cv_type_umode_t=yes
%endif
-export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
+%else
+autoreconf -fi
+pushd libart_lgpl
+autoreconf -fi
+popd
+%endif
+export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing --save-temps"
#make CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
# FIXME: gtk-doc recompilation fails
%configure\
@@ -410,6 +416,9 @@
%{_libdir}/libgtkxmhtml*.so.*

%changelog
+* Tue Oct 21 2008 olh@xxxxxxx
+- run autoreconf -fi to allow compilation on all targets
+- remove check for unmode_t, because this type is always defined
* Wed Sep 03 2008 mboman@xxxxxxxxxx
- Update to version 1.4.2:
+ libgnome:



++++++ gnome-libs.umode_t.patch ++++++
umode_t is always there
---
configure.in | 1 -
1 file changed, 1 deletion(-)

--- a/configure.in
+++ b/configure.in
@@ -301,7 +301,6 @@ dnl Tests to support libvfs.
AC_CHECK_FUNCS(strdup)
AC_CHECK_HEADERS(utime.h)
AC_FUNC_MMAP
-AC_CHECK_TYPE(umode_t, int)

AC_ARG_ENABLE(prefer-db1, [ --enable-prefer-db1 Prefer Berkeley DB 1.x]
[default=no]],[prefer_db1="$enableval"],[prefer_db1=no])
dnl


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



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages