rpms/evolution-data-server/devel evolution-data-server.spec, 1.183, 1.184

Adam Jackson (ajax) fedora-extras-commits at redhat.com
Wed Aug 22 16:02:36 UTC 2007


Author: ajax

Update of /cvs/pkgs/rpms/evolution-data-server/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11343

Modified Files:
	evolution-data-server.spec 
Log Message:
* Wed Aug 22 2007 Adam Jackson <ajax at redhat.com> 1.11.90-4.fc8
- Add Requires: glib2 >= 2.14.0, since it's in the buildroot now, and
  forcibly introduces deps on symbols that don't exist in 2.13.  If
  only we had working symbol versioning.



Index: evolution-data-server.spec
===================================================================
RCS file: /cvs/pkgs/rpms/evolution-data-server/devel/evolution-data-server.spec,v
retrieving revision 1.183
retrieving revision 1.184
diff -u -r1.183 -r1.184
--- evolution-data-server.spec	21 Aug 2007 02:56:27 -0000	1.183
+++ evolution-data-server.spec	22 Aug 2007 16:01:58 -0000	1.184
@@ -4,10 +4,11 @@
 %define krb5_support 1
 %define nntp_support 1
 
+%define glib2_version 2.14.0
 %define intltool_version 0.35.5
-%define soup_version 2.2.3
-%define orbit2_version 2.9.8
 %define libbonobo_version 2.4.2
+%define orbit2_version 2.9.8
+%define soup_version 2.2.3
 
 %define eds_base_version 1.12
 %define eds_api_version 1.2
@@ -26,7 +27,7 @@
 
 Name: evolution-data-server
 Version: 1.11.90
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: LGPL
 Group: System Environment/Libraries
 Summary: Backend data server for Evolution
@@ -71,6 +72,7 @@
 Requires: GConf2
 Requires: ORBit2 >= %{orbit2_version}
 Requires: db4
+Requires: glib2 >= %{glib2_version}
 Requires: gnome-vfs2
 Requires: libbonobo >= %{libbonobo_version}
 Requires: libglade2
@@ -387,6 +389,11 @@
 %{_libdir}/pkgconfig/libexchange-storage-%{eds_api_version}.pc
 
 %changelog
+* Wed Aug 22 2007 Adam Jackson <ajax at redhat.com> 1.11.90-4.fc8
+- Add Requires: glib2 >= 2.14.0, since it's in the buildroot now, and
+  forcibly introduces deps on symbols that don't exist in 2.13.  If
+  only we had working symbol versioning.
+
 * Mon Aug 20 2007 Matthew Barnes <mbarnes at redhat.com> - 1.11.90-3.fc8
 - Revise patch for GNOME bug #417999 to fix GNOME bug #447591
   (Automatic Contacts combo boxes don't work).




More information about the fedora-extras-commits mailing list