Hello community,
here is the log from the commit of package evolution-data-server for
openSUSE:Factory
checked in at Mon Jul 11 15:36:51 CEST 2011.
--------
--- GNOME/evolution-data-server/evolution-data-server.changes 2011-05-29
19:27:52.000000000 +0200
+++
/mounts/work_src_done/STABLE/evolution-data-server/evolution-data-server.changes
2011-07-05 09:39:17.000000000 +0200
@@ -1,0 +2,68 @@
+Mon Jul 4 12:48:12 CEST 2011 - [email protected]
+
+- Update to version 3.1.3:
+ + Add support for GNOME Online Accounts.
+ + Add OAuth support to Google Contacts backend.
+ + Fix LDAP authentication and process authentication requests on
+ idle
+ + SMTP: Handle 235 code after initial AUTH command.
+ + Make Camel's SASL framework more extensible.
+ + Fix few memory leaks
+ + Various other code changes.
+ + Code cleanups.
+ + Build fixes.
+ + Bugs fixed: bgo#650671, bgo#653476, bgo#650126, bgo#653385,
+ bgo#224687, bgo#224687, bgo#652173, bgo#648468, bgo#269413,
+ bgo#565961, bgo#652530.
+ + Updated translations.
+- Add pkgconfig(goa-1.0) and pkgconfig(oauth) for the new GNOME
+ Online Accounts and OAuth support features.
+- Drop evolution-data-server-fix-vala.patch: fixed upstream.
+- Bump so_camel define to 27 to follow library soversion change.
+ This results in libcamel-1_2-26 being renamed to libcamel-1_2-27.
+- Bump so_edataserverui define to 1 to follow library soversion
+ change. This results in libedataserverui-3_0-0 being renamed to
+ libedataserverui-3_0-1.
+- Re-enable translation-update-upstream support.
+- Disable parallel build as it is broken in this release.
+
+-------------------------------------------------------------------
+Fri Jul 1 11:33:33 CEST 2011 - [email protected]
+
+- Drop dice-eds-changes.patch: the dice features are not getting
+ maintained by anyone, and we do not want to support them in that
+ case.
+- Build vala bindings:
+ + add evolution-data-server-fix-vala.patch to fix build; taken
+ from git
+ + add vala BuildRequires
+ + pass --enable-vala-bindings to configure
+
+-------------------------------------------------------------------
+Tue Jun 14 09:22:34 CEST 2011 - [email protected]
+
+- Update to version 3.1.2:
+ + New asynchronous APIs to replace EBook/ECal, and additional
+ asynchronous work in Camel
+ + Improved introspection annotations
+ + Improved Vala bindings
+ + Various calendar file backend improvements
+ + IMAPX: optionally download the messages in descending order
+ + Handle SIGTERM instead of SIGQUIT.
+ + Add sqlitedb cache for addressbook
+ + Fix some memory leaks.
+ + Various other code changes.
+ + Bugs fixed: bgo#550414, bgo#589495, bgo#633948, bgo#640054,
+ bgo#640083, bgo#646898, bgo#648454, bgo#648736, bgo#649433,
+ bgo#649757, bgo#649757, bgo#649761, bgo#649762, bgo#650105,
+ bgo#650524, bgo#650950, bgo#650952, bgo#651054, bgo#651113,
+ bgo#651147, bgo#651226, bgo#651446, bgo#651458.
+ + Updated translations.
+- Bump soversion according their changes (spec and baselibs.conf):
+ + so_camel to 26
+ + so_ebook to 11
+ + so_ecal to 9
+ + so_edata_book to 10
+ + so_edata_cal to 12
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
dice-eds-changes.patch
evolution-data-server-3.1.1.tar.bz2
New:
----
evolution-data-server-3.1.3.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ evolution-data-server.spec ++++++
--- /var/tmp/diff_new_pack.HeYDAH/_old 2011-07-11 15:01:50.000000000 +0200
+++ /var/tmp/diff_new_pack.HeYDAH/_new 2011-07-11 15:01:50.000000000 +0200
@@ -20,28 +20,26 @@
# Shared Library soNUMs, to make it easier for updates
# When updating the sonums, do not forget to also update baselibs.conf
-%define so_camel 25
+%define so_camel 27
%define so_ebackend 1
-%define so_ebook 10
-%define so_ecal 8
-%define so_edata_book 9
-%define so_edata_cal 11
+%define so_ebook 11
+%define so_ecal 9
+%define so_edata_book 10
+%define so_edata_cal 12
%define so_edataserver 14
-%define so_edataserverui 0
+%define so_edataserverui 1
Name: evolution-data-server
%define _evo_version 3.2
License: LGPLv2+
Group: Development/Libraries/GNOME
-Version: 3.1.1
+Version: 3.1.3
Release: 1
-# FIXME: Re-enable translation-update-upstream if possible.
+# FIXME: parallel build is broken in 3.1.3, check in later versions if this
works
Summary: Evolution Data Server
Url: http://www.gnome.org
-Source0:
ftp://ftp.gnome.org/pub/gnome/sources/evolution-data-server/2.25/%{name}-%{version}.tar.bz2
+Source0:
http://download.gnome.org/sources/evolution-data-server/3.1/%{name}-%{version}.tar.bz2
Source99: baselibs.conf
-# PATCH-FEATURE-OPENSUSE dice-eds-changes.patch [email protected] -- Patch
yet to be pushed upstream
-Patch0: dice-eds-changes.patch
BuildRequires: bison
BuildRequires: db-devel
%if %USE_EVOLDAP
@@ -65,9 +63,12 @@
BuildRequires: mozilla-nss-devel
BuildRequires: nss-shared-helper-devel
BuildRequires: python-devel
+BuildRequires: pkgconfig(goa-1.0)
BuildRequires: pkgconfig(gtk+-3.0)
+BuildRequires: pkgconfig(oauth)
BuildRequires: sqlite3-devel
BuildRequires: translation-update-upstream
+BuildRequires: vala
%if %USE_EVOLDAP
Requires: libevoldap-2_4-2
%endif
@@ -90,6 +91,7 @@
%package -n libcamel-1_2-%{so_camel}
+
Summary: Evolution Data Server - Messaging Library
Group: System/Libraries
@@ -101,6 +103,7 @@
%package -n libebackend-1_2-%{so_ebackend}
+
Summary: Evolution Data Server - Backend Utilities Library
Group: System/Libraries
@@ -112,6 +115,7 @@
%package -n libebook-1_2-%{so_ebook}
+
Summary: Evolution Data Server - Address Book Client Library
Group: System/Libraries
@@ -123,6 +127,7 @@
%package -n libecal-1_2-%{so_ecal}
+
Summary: Evolution Data Server - Calendar Client Library
Group: System/Libraries
@@ -134,6 +139,7 @@
%package -n libedata-book-1_2-%{so_edata_book}
+
Summary: Evolution Data Server - Address Book Backend Library
Group: System/Libraries
@@ -145,6 +151,7 @@
%package -n libedata-cal-1_2-%{so_edata_cal}
+
Summary: Evolution Data Server - Calendar Backend Library
Group: System/Libraries
@@ -156,6 +163,7 @@
%package -n libedataserver-1_2-%{so_edataserver}
+
Summary: Evolution Data Server - Utilities Library
Group: System/Libraries
@@ -167,6 +175,7 @@
%package -n libedataserverui-3_0-%{so_edataserverui}
+
Summary: Evolution Data Server - Graphical Utilities Library
Group: System/Libraries
@@ -216,8 +225,7 @@
%lang_package
%prep
%setup -q
-#translation-update-upstream
-%patch0 -p1
+translation-update-upstream
%build
%{configure} \
@@ -232,8 +240,10 @@
--enable-ipv6=yes \
--enable-smime=yes \
--enable-nntp=yes \
+ --enable-vala-bindings \
--disable-static
-%{__make} %{?_smp_mflags} V=1
+#make %{?_smp_mflags} V=1
+make
%install
%{makeinstall}
@@ -321,6 +331,7 @@
%files -n libedata-book-1_2-%{so_edata_book}
%defattr(-, root, root)
%{_libdir}/libedata-book-1.2.so.%{so_edata_book}*
+%{_libdir}/girepository-1.0/EBook-1.2.typelib
%files -n libedata-cal-1_2-%{so_edata_cal}
%defattr(-, root, root)
@@ -341,6 +352,10 @@
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_datadir}/gir-1.0/*.gir
+%dir %{_datadir}/vala
+%dir %{_datadir}/vala/vapi
+%{_datadir}/vala/vapi/*.deps
+%{_datadir}/vala/vapi/*.vapi
%files doc
%defattr(-, root, root)
++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.HeYDAH/_old 2011-07-11 15:01:50.000000000 +0200
+++ /var/tmp/diff_new_pack.HeYDAH/_new 2011-07-11 15:01:50.000000000 +0200
@@ -1,8 +1,8 @@
-libcamel-1_2-25
+libcamel-1_2-27
libebackend-1_2-1
-libebook-1_2-10
-libecal-1_2-8
-libedata-book-1_2-9
-libedata-cal-1_2-11
+libebook-1_2-11
+libecal-1_2-9
+libedata-book-1_2-10
+libedata-cal-1_2-12
libedataserver-1_2-14
-libedataserverui-3_0-0
+libedataserverui-3_0-1
++++++ evolution-data-server-3.1.1.tar.bz2 ->
evolution-data-server-3.1.3.tar.bz2 ++++++
++++ 324175 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]