fix upgrade issues

epel9
Matthias Clasen 19 years ago
parent c5a0daa643
commit 55d572322a

@ -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 <mclasen@redhat.com> - 2.14.0-5
- Require a new enough glib2 to fix upgrade issues (#203813)
* Fri Oct 6 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.0-4
- Fix an issue with error reporting (#202549)
- Don't ship static libraries

Loading…
Cancel
Save