Hello community, here is the log from the commit of package gnome-vfs2 checked in at Thu Mar 1 21:53:00 CET 2007. -------- --- GNOME/gnome-vfs2/gnome-vfs2.changes 2007-02-24 00:12:32.000000000 +0100 +++ /mounts/work_src_done/STABLE/gnome-vfs2/gnome-vfs2.changes 2007-02-27 13:47:19.000000000 +0100 @@ -1,0 +2,6 @@ +Tue Feb 27 13:45:13 CET 2007 - sbrabec@suse.cz + +- Build without obsolete gnome-mime-data (#248677). + http://bugzilla.gnome.org/show_bug.cgi?id=336952 + +------------------------------------------------------------------- New: ---- gnome-vfs-no-mime-data.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-vfs2.spec ++++++ --- /var/tmp/diff_new_pack.e16607/_old 2007-03-01 21:52:45.000000000 +0100 +++ /var/tmp/diff_new_pack.e16607/_new 2007-03-01 21:52:45.000000000 +0100 @@ -14,7 +14,7 @@ %define _name gnome-vfs # Set to AVAHI or BONJOUR %define DNS_SD AVAHI -BuildRequires: cdparanoia dbus-1-devel dbus-1-glib fam-devel gcc-c++ gconf2-devel gnome-common gnome-mime-data-devel gnome-patch-translation gtk-doc gtk2-devel hal-devel indent intltool krb5-devel libacl-devel libattr-devel libgcrypt-devel libidl libsmbclient libsmbclient-devel libtiff-devel libxml2-devel openssh openssl-devel perl-XML-Parser samba sgml-skel update-desktop-files +BuildRequires: cdparanoia dbus-1-devel dbus-1-glib fam-devel gcc-c++ gconf2-devel gnome-common gnome-patch-translation gtk-doc gtk2-devel hal-devel indent intltool krb5-devel libacl-devel libattr-devel libgcrypt-devel libidl libsmbclient libsmbclient-devel libtiff-devel libxml2-devel openssh openssl-devel perl-XML-Parser samba sgml-skel update-desktop-files %if "%DNS_SD" == "AVAHI" BuildRequires: avahi-devel avahi-glib %endif @@ -22,11 +22,10 @@ BuildRequires: mDNSResponder-devel %endif Version: 2.17.91 -Release: 2 +Release: 4 Summary: The GNOME 2.x Desktop Virtual File System Libraries License: GNU General Public License (GPL), GNU Library General Public License v. 2.0 and 2.1 (LGPL) Group: Development/Libraries/GNOME -Requires: gnome-mime-data URL: http://www.gnome.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-build Source: ftp://ftp.gnome.org/pub/gnome/sources/%{_name}/2.16/%{_name}-%{version}.tar.bz2 @@ -51,8 +50,9 @@ Patch35: gnome-vfs2-172680-novell-services.diff Patch37: gnome-vfs2-183723-unix-mounts-plus-hal-mounts.diff Patch38: gnome-vfs2-224527-slow-fadvise.patch +Patch39: gnome-vfs-no-mime-data.patch Autoreqprov: on -Obsoletes: gnome-vfs-extras +Obsoletes: gnome-vfs-extras gnome-mime-data Provides: gnome-vfs-extras %gconf_schemas_prereq @@ -171,6 +171,7 @@ %patch20 %patch22 %patch38 +%patch39 # Generate translations for "news" and "ftp" entries from "h323". # These entries are identical with exception of URL type string. for po in po/*.po ; do @@ -262,6 +263,9 @@ %{_datadir}/gtk-doc/html/gnome-vfs-2.0 %changelog +* Tue Feb 27 2007 - sbrabec@suse.cz +- Build without obsolete gnome-mime-data (#248677). + http://bugzilla.gnome.org/show_bug.cgi?id=336952 * Sat Feb 24 2007 - hpj@suse.de - Add patch to lessen the impact of poor fadvise() implementations. Fixes Novell bug #224527. ++++++ gnome-vfs-no-mime-data.patch ++++++ https://bugzilla.novell.com/show_bug.cgi?id=248677 http://bugzilla.gnome.org/show_bug.cgi?id=336952 2006-04-02 Julio M. Merino Vidal <jmmv@NetBSD.org> * configure.in: Do not depend on the gnome-mime-data package. It is of no use since GNOME 2.8. Fixes bug #336952. Index: configure.in ================================================================================ --- configure.in +++ configure.in @@ -1012,7 +1012,7 @@ dnl End of IPv6 checks dnl ============================================================================== -PKG_CHECK_MODULES(LIBGNOMEVFS, glib-2.0 >= $GLIB_REQUIRED gmodule-no-export-2.0 >= $GLIB_REQUIRED gthread-2.0 >= $GLIB_REQUIRED gobject-2.0 >= $GLIB_REQUIRED gconf-2.0 >= $GCONF_REQUIRED libxml-2.0 >= $XML_REQUIRED gnome-mime-data-2.0 dbus-glib-1 >= 0.60) +PKG_CHECK_MODULES(LIBGNOMEVFS, glib-2.0 >= $GLIB_REQUIRED gmodule-no-export-2.0 >= $GLIB_REQUIRED gthread-2.0 >= $GLIB_REQUIRED gobject-2.0 >= $GLIB_REQUIRED gconf-2.0 >= $GCONF_REQUIRED libxml-2.0 >= $XML_REQUIRED dbus-glib-1 >= 0.60) LIBGNOMEVFS_CFLAGS="$LIBGNOMEVFS_CFLAGS $OPENSSL_CFLAGS $LIBGNUTLS_CFLAGS $HOWL_CFLAGS $AVAHI_CFLAGS" LIBGNOMEVFS_LIBS="$LIBGNOMEVFS_LIBS $OPENSSL_LIBS $LIBGNUTLS_LIBS $HOWL_LIBS $AVAHI_LIBS $RESOLVER_LIBS" AC_SUBST(LIBGNOMEVFS_CFLAGS) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de