rpms/evolution-connector/devel .cvsignore, 1.35, 1.36 evolution-connector.spec, 1.69, 1.70 sources, 1.35, 1.36 64bit-fix, 1.4, NONE regenerate-patch.sh, 1.15, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sat Aug 5 16:46:57 UTC 2006


Author: mbarnes

Update of /cvs/dist/rpms/evolution-connector/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv32664

Modified Files:
	.cvsignore evolution-connector.spec sources 
Removed Files:
	64bit-fix regenerate-patch.sh 
Log Message:
- Update to 2.7.90



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/evolution-connector/devel/.cvsignore,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- .cvsignore	12 Jul 2006 22:25:38 -0000	1.35
+++ .cvsignore	5 Aug 2006 16:46:54 -0000	1.36
@@ -1 +1 @@
-evolution-exchange-2.7.4.tar.bz2
+evolution-exchange-2.7.90.tar.bz2


Index: evolution-connector.spec
===================================================================
RCS file: /cvs/dist/rpms/evolution-connector/devel/evolution-connector.spec,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- evolution-connector.spec	5 Aug 2006 16:43:11 -0000	1.69
+++ evolution-connector.spec	5 Aug 2006 16:46:54 -0000	1.70
@@ -1,7 +1,8 @@
-%define evolution_version 2.5.2
+%define evo_version 2.7.90
+%define eds_version 1.7.90
 %define libsoup_version 2.2.6.1
 
-%define eds_major 1.2
+%define eds_major 1.8
 %define evo_major 2.8
 
 # Make sure the evolution package is upgraded first, or else this variable
@@ -17,54 +18,49 @@
 ### Abstract ###
 
 Name: evolution-connector
-Version: 2.7.4
-Release: 2
+Version: 2.7.90
+Release: 1
 License: GPL
 Group: Applications/Productivity
 Summary: Evolution plugin to interact with MS Exchange Server
 URL: http://www.gnome.org/projects/evolution/
 Source: evolution-exchange-%{version}.tar.bz2
-# 2.7.3 shipped without translations...
-#Source1: evolution-exchange-2.7.2.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
+### Patches ###
+
+Patch100: ximian-connector-2.1.4-64bit-fix-acinclude.m4.patch
+Patch101: evolution-exchange-2.5.3-fix-marshaller.patch
+
+# Gnome.org bug #349949
+Patch102: evolution-exchange-2.5.91-fix-missing-declarations-2.5.91.patch
+
+# Remove gnome-common macros from configure.in.
+# We do not ship gnome-common (or at least we're not supposed to).
+Patch103: evolution-exchange-2.7.2-no_gnome_common.patch
+
 ### Dependencies ###
 
-Requires: evolution >= %{evolution_version}
+Requires: evolution >= %{evo_version}
 Requires: openldap
 Requires: libsoup >= %{libsoup_version}
 Requires: gnutls
 
 ### Build Dependencies ###
 
-# Require specific versions of GNU Autotools packages,
-# since we rerun them during the build phase.
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake >= 1.9
-BuildRequires: intltool >= 0.35
-BuildRequires: libtool >= 1.5
+BuildRequires: evolution >= %{evo_version}
+BuildRequires: evolution-data-server-devel >= %{eds_version}
+BuildRequires: evolution-devel >= %{evo_version}
 BuildRequires: gettext
-
-BuildRequires: evolution >= %{evolution_version}
-BuildRequires: evolution-devel >= %{evolution_version}
-BuildRequires: evolution-data-server-devel
+BuildRequires: gnutls
+BuildRequires: gtk-doc
+BuildRequires: intltool >= 0.35
 BuildRequires: libsoup-devel >= %{libsoup_version}
-# This is a virtual provide supplied by a version of the openldap-devel package
-# which includes the necessary stuff in %%{_libdir}/evolution-openldap.
+BuildRequires: libtool >= 1.5
 BuildRequires: openldap-evolution-devel
-BuildRequires: gnutls
 BuildRequires: openssl-devel
-BuildRequires: gtk-doc
-
-### Patches ###
-
-Patch100: ximian-connector-2.1.4-64bit-fix-acinclude.m4.patch
-Patch101: evolution-exchange-2.5.3-fix-marshaller.patch
-Patch102: evolution-exchange-2.5.91-fix-missing-declarations-2.5.91.patch
-
-# Remove gnome-common macros from configure.in.
-# We do not ship gnome-common (or at least we're not supposed to).
-Patch103: evolution-exchange-2.7.2-no_gnome_common.patch
 
 %description
 The connector enables added functionality to Evolution when used with a 
@@ -73,10 +69,6 @@
 %prep
 %setup -q -n evolution-exchange-%{version}
 
-# 2.7.3 shipped without translations
-#tar xjf %{SOURCE1}
-#cp -f evolution-exchange-2.7.2/po/* po
-
 %patch100 -p1 -b .64bit-fix-acinclude.m4
 %patch101 -p1 -b .fix-marshaller
 %patch102 -p1 -b .fix-missing-declarations-2.5.91
@@ -134,6 +126,9 @@
 %{_datadir}/evolution-exchange/%{evo_major}/ui/ximian-connector.xml
 
 %changelog
+* Sat Aug  5 2006 Matthew Barnes <mbarnes at redhat.com> - 2.7.90-1
+- Update to 2.7.90
+
 * Sat Aug 05 2006 Caolan McNamara <caolanm at redhat.com> - 2.7.4-2
 - rebuild against new e-d-s
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/evolution-connector/devel/sources,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- sources	12 Jul 2006 22:25:38 -0000	1.35
+++ sources	5 Aug 2006 16:46:54 -0000	1.36
@@ -1 +1 @@
-cf94c6e264fc857afdb205c6f4f5a86e  evolution-exchange-2.7.4.tar.bz2
+8057d7e9fd6c9bd39cca2e96e35ac20a  evolution-exchange-2.7.90.tar.bz2


--- 64bit-fix DELETED ---


--- regenerate-patch.sh DELETED ---




More information about the fedora-cvs-commits mailing list