diff --git a/evolution-2.31.90.tar.bz2 b/evolution-2.31.90.tar.bz2 deleted file mode 100644 index 52aa35e..0000000 --- a/evolution-2.31.90.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3a667c80cb616552cf67b32e81b5cbe4435a8e3d6de6ca07ae4f41370b6bc58 -size 31784062 diff --git a/evolution-2.31.91.tar.bz2 b/evolution-2.31.91.tar.bz2 new file mode 100644 index 0000000..eec3dfd --- /dev/null +++ b/evolution-2.31.91.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf7325fce0c7fedd5d012806577f9d8b450bd961b02d2295cb106c851b70a51f +size 31917494 diff --git a/evolution.changes b/evolution.changes index e437f21..5609796 100644 --- a/evolution.changes +++ b/evolution.changes @@ -1,3 +1,55 @@ +------------------------------------------------------------------- +Tue Sep 7 23:43:44 CEST 2010 - vuntz@opensuse.org + +- Change old-style BuildRequires to pkgconfig() style + BuildRequires: + + old-style: NetworkManager-devel, evolution-data-server-devel, + gnome-desktop-devel, gnome-icon-theme-devel, + gstreamer-0_10-devel, gtkhtml2-devel, gtkimageview-devel, + libcanberra-devel, libgdata-devel, libgweather-devel, + libnotify-devel, libpst-devel, libunique-devel, + mozilla-nss-devel, shared-mime-info + + new-style: NetworkManager, atk, gail, gconf-2.0, gio-2.0, + gnome-desktop-2.0, gnome-icon-theme, gstreamer-0.10, gtk+-2.0, + gtkimageview, gweather, libcanberra-gtk, libedataserver-1.2, + libedataserverui-1.2, libgdata, libgtkhtml-3.14, libnotify, + libpst, libsoup-2.4, libxml-2.0, nspr, nss, pangoft2, + shared-mime-info, unique-1.0. +- This will make it easier to switch to GNOME 3 libraries. +- Add pkgconfig(gladeui-1.0) BuildRequires and pass + --with-glade-catalog to configure to build the glade catalog. + +------------------------------------------------------------------- +Mon Aug 30 09:07:29 CEST 2010 - dimstar@opensuse.org + +- Update to version 2.31.91: + + bgo#573320: "Encrypt to self" by default on newly created mail + accounts + + bgo#627124: Crash while opening task-page.ui + + bgo#627333: Cannot cancel password dialog for a calendar + + bgo#627734: Double-click a message opens it twice + + bgo#628003: Bundle IM protocol icons dropped from + gnome-icon-theme + + bgo#628136: update_query_async() should not free the message + struct + + bgo#628141: Duplicate signal connections in EMailReader + + bgo#628154: Ignore paths in MIME part filenames + + Fix memory leaks (bgo#627598, bgo#627601, bgo#627611, + bgo#627852) + + Use the new e_load_book_source_async() where possible. + + Fix more non-removal of signals on user_data object distruction + by using g_signal_connect_object in many places + + Add encryption and authentication support for autoconfig + + Update autoconfig settings for live.com + + Add e_load_cal_source_async(). + + Build break with evolution-connman - new parameter in a GDBus + function + + Crash on Startup wizard cancel + + Convert EAttachmentHandler to an EExtension. + + Contact list editor is not translated + + Remove the last traces of dbus-glib. + + Updated translations. + ------------------------------------------------------------------- Tue Aug 17 10:58:11 CEST 2010 - dimstar@opensuse.org diff --git a/evolution.spec b/evolution.spec index 066c8ca..6a5f076 100644 --- a/evolution.spec +++ b/evolution.spec @@ -1,5 +1,5 @@ # -# spec file for package evolution (Version 2.31.90) +# spec file for package evolution (Version 2.31.91) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,45 +19,56 @@ %define USE_EVOLDAP 0 Name: evolution -BuildRequires: NetworkManager-devel BuildRequires: bison %if %USE_EVOLDAP BuildRequires: evoldap2-devel %else BuildRequires: openldap2-devel %endif -BuildRequires: evolution-data-server-devel BuildRequires: fdupes BuildRequires: gnome-common BuildRequires: gnome-doc-utils-devel -BuildRequires: gnome-desktop-devel -BuildRequires: gnome-icon-theme-devel -BuildRequires: gstreamer-0_10-devel BuildRequires: gtk-doc -BuildRequires: gtkhtml2-devel -BuildRequires: gtkimageview-devel BuildRequires: intltool BuildRequires: krb5-devel -BuildRequires: libcanberra-devel -BuildRequires: libgdata-devel -BuildRequires: libgweather-devel >= 2.25.4 -BuildRequires: libnotify-devel -BuildRequires: libpst-devel -BuildRequires: libunique-devel # don't you ever enable this! It's experimental and insecure (bnc#609013) #BuildRequires: libytnef-devel -BuildRequires: mozilla-nss-devel BuildRequires: psmisc BuildRequires: python-devel -BuildRequires: shared-mime-info BuildRequires: sqlite3-devel BuildRequires: translation-update-upstream BuildRequires: update-desktop-files +BuildRequires: pkgconfig(NetworkManager) +BuildRequires: pkgconfig(atk) +BuildRequires: pkgconfig(gail) +BuildRequires: pkgconfig(gconf-2.0) +BuildRequires: pkgconfig(gio-2.0) +BuildRequires: pkgconfig(gladeui-1.0) +BuildRequires: pkgconfig(gnome-desktop-2.0) +BuildRequires: pkgconfig(gnome-icon-theme) +BuildRequires: pkgconfig(gstreamer-0.10) +BuildRequires: pkgconfig(gtk+-2.0) +BuildRequires: pkgconfig(gtkimageview) +BuildRequires: pkgconfig(gweather) +BuildRequires: pkgconfig(libcanberra-gtk) +BuildRequires: pkgconfig(libedataserver-1.2) +BuildRequires: pkgconfig(libedataserverui-1.2) +BuildRequires: pkgconfig(libgdata) +BuildRequires: pkgconfig(libgtkhtml-3.14) +BuildRequires: pkgconfig(libnotify) +BuildRequires: pkgconfig(libpst) +BuildRequires: pkgconfig(libsoup-2.4) +BuildRequires: pkgconfig(libxml-2.0) +BuildRequires: pkgconfig(nspr) +BuildRequires: pkgconfig(nss) +BuildRequires: pkgconfig(pangoft2) +BuildRequires: pkgconfig(shared-mime-info) +BuildRequires: pkgconfig(unique-1.0) License: LGPLv2.0 ; LGPLv3 Group: Productivity/Networking/Email/Clients # This should be updated upon major version changes; it should match BASE_VERSION as defined in configure.in. %define evolution_base_version 2.32 -Version: 2.31.90 +Version: 2.31.91 Release: 1 # FIXME: check with upstream/meego if we want to enable clutter for express mode Summary: The Integrated GNOME Mail, Calendar, and Address Book Suite @@ -173,6 +184,7 @@ autoreconf -f -i --enable-smime=yes \ --enable-mono=yes \ --enable-python=yes \ + --with-glade-catalog \ --disable-static # Processing the files in help uses _lots_ of memory, so running that part in parallel is bad. pushd help @@ -281,12 +293,18 @@ fi %files lang -f evolution-%evolution_base_version.lang -%files devel +%files devel %defattr(-,root,root) %{_includedir}/* %{_libdir}/evolution/%{evolution_base_version}/*.so %{_libdir}/pkgconfig/*.pc %{_datadir}/gtk-doc/html/eshell +%dir %{_libdir}/glade3 +%dir %{_libdir}/glade3/modules +%{_libdir}/glade3/modules/libgladeevolution.so +%dir %{_datadir}/glade3 +%dir %{_datadir}/glade3/catalogs +%{_datadir}/glade3/catalogs/evolution.xml %files mono-plugins %defattr(-,root,root)