From a2ef83bb948438ed97aff1a837e99f01c52d10cc Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 05:44:15 +0000 Subject: [PATCH] auto-import changelog data from gnome-vfs2-2.7.90-3.src.rpm Tue Aug 10 2004 Alexander Larsson - 2.7.90-3 - Build for new howl (requires patch) - Add dns-sd schema --- gnome-vfs2.spec | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/gnome-vfs2.spec b/gnome-vfs2.spec index 4efb926..de29ea5 100644 --- a/gnome-vfs2.spec +++ b/gnome-vfs2.spec @@ -10,7 +10,7 @@ Summary: The GNOME virtual file-system libraries. Name: gnome-vfs2 Version: 2.7.90 -Release: 2 +Release: 3 License: LGPL Group: System Environment/Libraries Source: gnome-vfs-%{version}.tar.bz2 @@ -23,6 +23,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root Requires: gnome-mime-data >= %{gnome_mime_data_version} Requires: shared-mime-info Requires: redhat-menus >= %{redhat_menus_version} +Requires: howl-libs >= 0.9.6 BuildRequires: libbonobo-devel >= %{libbonobo_version} BuildRequires: GConf2-devel >= %{gconf2_version} BuildRequires: gnome-mime-data >= %{gnome_mime_data_version} @@ -35,7 +36,7 @@ BuildRequires: perl-XML-Parser >= %{perl_XML_Parser_version} BuildRequires: samba-common >= %{samba_version} BuildRequires: openssl-devel fam-devel BuildRequires: krb5-devel -BuildRequires: howl-devel +BuildRequires: howl-devel >= 0.9.6 BuildRequires: hal-devel Prereq: GConf2 >= %{gconf2_version} @@ -56,6 +57,9 @@ Patch10: gnome-vfs2-2.5.5-vfolder-hacks.patch Patch12: gnome-vfs-2.7.90-mozilla.patch +# For new howl. backport from cvs. +Patch13: gnome-vfs-2.7.90-newhowl.patch + # desktop-file-utils patches Patch52: desktop-file-utils-0.4-rh-schemes.patch @@ -135,6 +139,7 @@ perl -pi -e 's/favorites:\s+libvfolder-desktop.so//g' $DMC %patch10 -p1 -b .vfolder-hacks %patch12 -p1 -b .mozilla +%patch13 -p0 -b .newhowl # desktop-file-utils patches %patch52 -p0 -b .rh-schemes @@ -212,7 +217,7 @@ rm -fr %{buildroot} %post export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` -SCHEMAS="system_http_proxy.schemas system_smb.schemas desktop_gnome_url_handlers.schemas desktop_default_applications.schemas" +SCHEMAS="system_http_proxy.schemas system_dns_sd.schemas system_smb.schemas desktop_gnome_url_handlers.schemas desktop_default_applications.schemas" for S in $SCHEMAS; do gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S > /dev/null done @@ -262,6 +267,10 @@ done %config %{_sysconfdir}/gnome-vfs-2.0/modules/smb-module.conf %changelog +* Tue Aug 10 2004 Alexander Larsson - 2.7.90-3 +- Build for new howl (requires patch) +- Add dns-sd schema + * Sun Aug 8 2004 Christopher Aillon 2.7.90-2 - Add compiler fix for an enumerator with trailing comma.