[evolution-data-server] Update to 3.3.1

Milan Crha mcrha at fedoraproject.org
Mon Oct 24 06:57:27 UTC 2011


commit 9c44d1597fa8d66f5cf789d12bdb92dedd7cf35e
Author: Milan Crha <mcrha at redhat.com>
Date:   Mon Oct 24 08:57:15 2011 +0200

    Update to 3.3.1

 .gitignore                 |    1 +
 evolution-data-server.spec |   21 ++++++++++-----------
 sources                    |    2 +-
 3 files changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 02f55a8..11a87be 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,4 @@ evolution-data-server-2.31.5.tar.bz2
 /evolution-data-server-3.1.91.tar.xz
 /evolution-data-server-3.1.92.tar.xz
 /evolution-data-server-3.2.0.tar.xz
+/evolution-data-server-3.3.1.tar.xz
diff --git a/evolution-data-server.spec b/evolution-data-server.spec
index 44b50d7..1d63a3a 100644
--- a/evolution-data-server.spec
+++ b/evolution-data-server.spec
@@ -4,18 +4,18 @@
 %define nntp_support 1
 %define largefile_support 1
 
-%define glib2_version 2.25.12
-%define gtk3_version 3.0.0
+%define glib2_version 2.30.0
+%define gtk3_version 3.2.0
 %define gtk_doc_version 1.9
 %define intltool_version 0.35.5
-%define libgdata_version 0.9.1
+%define libgdata_version 0.10.0
 %define libgweather_version 2.91.0
 %define libical_version 0.46
 %define liboauth_version 0.9.4
-%define soup_version 2.3.0
+%define soup_version 2.31.2
 %define sqlite_version 3.5
 
-%define eds_base_version 3.2
+%define eds_base_version 3.4
 
 %define camel_provider_dir %{_libdir}/evolution-data-server/camel-providers
 %define ebook_backends_dir %{_libdir}/evolution-data-server/addressbook-backends
@@ -24,14 +24,14 @@
 ### Abstract ###
 
 Name: evolution-data-server
-Version: 3.2.0
+Version: 3.3.1
 Release: 1%{?dist}
 Group: System Environment/Libraries
 Summary: Backend data server for Evolution
 License: LGPLv2+
 URL: http://projects.gnome.org/evolution/
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
-Source: http://download.gnome.org/sources/%{name}/3.2/%{name}-%{version}.tar.xz
+Source: http://download.gnome.org/sources/%{name}/3.3/%{name}-%{version}.tar.xz
 
 Provides: evolution-webcal = %{version}
 Obsoletes: evolution-webcal < 2.24.0
@@ -218,7 +218,6 @@ make DESTDIR=$RPM_BUILD_ROOT LIBTOOL=/usr/bin/libtool install
 # remove libtool archives for importers and the like
 find $RPM_BUILD_ROOT/%{_libdir} -name '*.la' -exec rm {} \;
 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
 
@@ -238,7 +237,6 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc README COPYING ChangeLog NEWS AUTHORS
 %{_libdir}/libcamel-1.2.so.*
-%{_libdir}/libcamel-provider-1.2.so.*
 %{_libdir}/libebackend-1.2.so.*
 %{_libdir}/libebook-1.2.so.*
 %{_libdir}/libecal-1.2.so.*
@@ -304,7 +302,6 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %{_includedir}/evolution-data-server-%{eds_base_version}
 %{_libdir}/libcamel-1.2.so
-%{_libdir}/libcamel-provider-1.2.so
 %{_libdir}/libebackend-1.2.so
 %{_libdir}/libebook-1.2.so
 %{_libdir}/libecal-1.2.so
@@ -313,7 +310,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libedataserver-1.2.so
 %{_libdir}/libedataserverui-3.0.so
 %{_libdir}/pkgconfig/camel-1.2.pc
-%{_libdir}/pkgconfig/camel-provider-1.2.pc
 %{_libdir}/pkgconfig/evolution-data-server-1.2.pc
 %{_libdir}/pkgconfig/libebackend-1.2.pc
 %{_libdir}/pkgconfig/libebook-1.2.pc
@@ -343,6 +339,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/gtk-doc/html/libedataserverui
 
 %changelog
+* Mon Oct 24 2011 Milan Crha <mcrha at redhat.com> - 3.3.1-1
+- Update to 3.3.1
+
 * Mon Sep 26 2011 Milan Crha <mcrha at redhat.com> - 3.2.0-1
 - Update to 3.2.0
 
diff --git a/sources b/sources
index fd77c46..7da2a44 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9973c9e4d2bd150c85e5fbe5fb9a83e3  evolution-data-server-3.2.0.tar.xz
+d30dc89327db61d059148c5b2e709c6b  evolution-data-server-3.3.1.tar.xz


More information about the scm-commits mailing list