[evolution-data-server] Update to 3.5.3

Matthew Barnes mbarnes at fedoraproject.org
Mon Jun 25 13:51:45 UTC 2012


commit 840936eb9f590db32c1c8aa8cd239dd02251ac1b
Author: Matthew Barnes <mbarnes at redhat.com>
Date:   Mon Jun 25 09:18:44 2012 -0400

    Update to 3.5.3

 .gitignore                 |    1 +
 evolution-data-server.spec |   15 ++++++++++++++-
 sources                    |    2 +-
 3 files changed, 16 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 67ee62a..498bccd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,3 +33,4 @@ evolution-data-server-2.31.5.tar.bz2
 /evolution-data-server-3.4.1.tar.xz
 /evolution-data-server-3.5.1.tar.xz
 /evolution-data-server-3.5.2.tar.xz
+/evolution-data-server-3.5.3.tar.xz
diff --git a/evolution-data-server.spec b/evolution-data-server.spec
index b78c778..bb39ef7 100644
--- a/evolution-data-server.spec
+++ b/evolution-data-server.spec
@@ -20,11 +20,12 @@
 %define camel_provider_dir %{_libdir}/evolution-data-server/camel-providers
 %define ebook_backends_dir %{_libdir}/evolution-data-server/addressbook-backends
 %define ecal_backends_dir %{_libdir}/evolution-data-server/calendar-backends
+%define modules_dir %{_libdir}/evolution-data-server/registry-modules
 
 ### Abstract ###
 
 Name: evolution-data-server
-Version: 3.5.2
+Version: 3.5.3
 Release: 1%{?dist}
 Group: System Environment/Libraries
 Summary: Backend data server for Evolution
@@ -222,6 +223,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/*.a
 rm -f $RPM_BUILD_ROOT/%{_libdir}/evolution-data-server/camel-providers/*.a
 rm -f $RPM_BUILD_ROOT/%{_libdir}/evolution-data-server/addressbook-backends/*.a
 rm -f $RPM_BUILD_ROOT/%{_libdir}/evolution-data-server/calendar-backends/*.a
+rm -f $RPM_BUILD_ROOT/%{_libdir}/evolution-data-server/registry-modules/*.a
 
 # give the libraries some executable bits 
 find $RPM_BUILD_ROOT -name '*.so.*' -exec chmod +x {} \;
@@ -262,21 +264,25 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 %{_libexecdir}/camel-lock-helper-1.2
 %{_libexecdir}/evolution-addressbook-factory
 %{_libexecdir}/evolution-calendar-factory
+%{_libexecdir}/evolution-source-registry
 
 # GSettings schemas:
 %{_datadir}/GConf/gsettings/libedataserver.convert
 %{_datadir}/glib-2.0/schemas/org.gnome.evolution.eds-shell.gschema.xml
+%{_datadir}/glib-2.0/schemas/org.gnome.Evolution.DefaultSources.gschema.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.evolution.shell.network-config.gschema.xml
 
 %{_datadir}/evolution-data-server-%{eds_base_version}
 %{_datadir}/dbus-1/services/org.gnome.evolution.dataserver.AddressBook.service
 %{_datadir}/dbus-1/services/org.gnome.evolution.dataserver.Calendar.service
+%{_datadir}/dbus-1/services/org.gnome.evolution.dataserver.Sources.service
 %{_datadir}/pixmaps/evolution-data-server
 
 %dir %{_libdir}/evolution-data-server
 %dir %{camel_provider_dir}
 %dir %{ebook_backends_dir}
 %dir %{ecal_backends_dir}
+%dir %{modules_dir}
 
 # Camel providers:
 %{camel_provider_dir}/libcamelimap.so
@@ -311,6 +317,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 %{ecal_backends_dir}/libecalbackendfile.so
 %{ecal_backends_dir}/libecalbackendhttp.so
 %{ecal_backends_dir}/libecalbackendweather.so
+%{modules_dir}/module-cache-reaper.so
+%{modules_dir}/module-google-backend.so
+%{modules_dir}/module-online-accounts.so
+%{modules_dir}/module-yahoo-backend.so
 
 %files devel
 %defattr(-,root,root,-)
@@ -353,6 +363,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 %{_datadir}/gtk-doc/html/libedataserverui
 
 %changelog
+* Mon Jun 25 2012 Matthew Barnes <mbarnes at redhat.com> - 3.5.3-1
+- Update to 3.5.3
+
 * Mon Jun 04 2012 Milan Crha <mcrha at redhat.com> - 3.5.2-1
 - Update to 3.5.2
 
diff --git a/sources b/sources
index 81510ad..83b4955 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a276464e7b53fd1a2701922c5efbcc94  evolution-data-server-3.5.2.tar.xz
+8e82d65e34274ace9798758ad64136a3  evolution-data-server-3.5.3.tar.xz


More information about the scm-commits mailing list