From 55d572322a47b785298ee0d712d9c24c6a43884a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 12 Oct 2006 20:29:41 +0000 Subject: [PATCH] fix upgrade issues --- GConf2.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/GConf2.spec b/GConf2.spec index e87459d..036a45f 100644 --- a/GConf2.spec +++ b/GConf2.spec @@ -1,11 +1,11 @@ %define libxml2_version 2.4.12 %define orbit2_version 2.8.0 -%define glib2_version 2.2.0 +%define glib2_version 2.10.0 Summary: A process-transparent configuration system Name: GConf2 Version: 2.14.0 -Release: 4%{?dist} +Release: 5%{?dist} License: LGPL Group: System Environment/Base Source: ftp://ftp.gnome.org/pub/GNOME/unstable/sources/GConf/GConf-%{version}.tar.bz2 @@ -13,6 +13,7 @@ BuildRoot: %{_tmppath}/GConf2-%{version}-root URL: http://www.gnome.org Prereq: /sbin/install-info Requires: ORBit2 >= %{orbit2_version} +Requires: glib2 >= %{glib2_version} BuildRequires: libxml2-devel >= %{libxml2_version} BuildRequires: ORBit2-devel >= %{orbit2_version} @@ -108,6 +109,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/* %changelog +* Thu Oct 12 2006 Matthias Clasen - 2.14.0-5 +- Require a new enough glib2 to fix upgrade issues (#203813) + * Fri Oct 6 2006 Matthias Clasen - 2.14.0-4 - Fix an issue with error reporting (#202549) - Don't ship static libraries