Accepting request 47731 from GNOME:Factory
Copy from GNOME:Factory/evolution based on submit request 47731 from user vuntz OBS-URL: https://build.opensuse.org/request/show/47731 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/evolution?expand=0&rev=91
This commit is contained in:
commit
f79652c776
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a3a667c80cb616552cf67b32e81b5cbe4435a8e3d6de6ca07ae4f41370b6bc58
|
|
||||||
size 31784062
|
|
3
evolution-2.31.91.tar.bz2
Normal file
3
evolution-2.31.91.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cf7325fce0c7fedd5d012806577f9d8b450bd961b02d2295cb106c851b70a51f
|
||||||
|
size 31917494
|
@ -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
|
Tue Aug 17 10:58:11 CEST 2010 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -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.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,45 +19,56 @@
|
|||||||
%define USE_EVOLDAP 0
|
%define USE_EVOLDAP 0
|
||||||
|
|
||||||
Name: evolution
|
Name: evolution
|
||||||
BuildRequires: NetworkManager-devel
|
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
%if %USE_EVOLDAP
|
%if %USE_EVOLDAP
|
||||||
BuildRequires: evoldap2-devel
|
BuildRequires: evoldap2-devel
|
||||||
%else
|
%else
|
||||||
BuildRequires: openldap2-devel
|
BuildRequires: openldap2-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: evolution-data-server-devel
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gnome-common
|
BuildRequires: gnome-common
|
||||||
BuildRequires: gnome-doc-utils-devel
|
BuildRequires: gnome-doc-utils-devel
|
||||||
BuildRequires: gnome-desktop-devel
|
|
||||||
BuildRequires: gnome-icon-theme-devel
|
|
||||||
BuildRequires: gstreamer-0_10-devel
|
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: gtkhtml2-devel
|
|
||||||
BuildRequires: gtkimageview-devel
|
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: krb5-devel
|
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)
|
# don't you ever enable this! It's experimental and insecure (bnc#609013)
|
||||||
#BuildRequires: libytnef-devel
|
#BuildRequires: libytnef-devel
|
||||||
BuildRequires: mozilla-nss-devel
|
|
||||||
BuildRequires: psmisc
|
BuildRequires: psmisc
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: shared-mime-info
|
|
||||||
BuildRequires: sqlite3-devel
|
BuildRequires: sqlite3-devel
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
BuildRequires: update-desktop-files
|
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
|
License: LGPLv2.0 ; LGPLv3
|
||||||
Group: Productivity/Networking/Email/Clients
|
Group: Productivity/Networking/Email/Clients
|
||||||
# This should be updated upon major version changes; it should match BASE_VERSION as defined in configure.in.
|
# This should be updated upon major version changes; it should match BASE_VERSION as defined in configure.in.
|
||||||
%define evolution_base_version 2.32
|
%define evolution_base_version 2.32
|
||||||
Version: 2.31.90
|
Version: 2.31.91
|
||||||
Release: 1
|
Release: 1
|
||||||
# FIXME: check with upstream/meego if we want to enable clutter for express mode
|
# FIXME: check with upstream/meego if we want to enable clutter for express mode
|
||||||
Summary: The Integrated GNOME Mail, Calendar, and Address Book Suite
|
Summary: The Integrated GNOME Mail, Calendar, and Address Book Suite
|
||||||
@ -173,6 +184,7 @@ autoreconf -f -i
|
|||||||
--enable-smime=yes \
|
--enable-smime=yes \
|
||||||
--enable-mono=yes \
|
--enable-mono=yes \
|
||||||
--enable-python=yes \
|
--enable-python=yes \
|
||||||
|
--with-glade-catalog \
|
||||||
--disable-static
|
--disable-static
|
||||||
# Processing the files in help uses _lots_ of memory, so running that part in parallel is bad.
|
# Processing the files in help uses _lots_ of memory, so running that part in parallel is bad.
|
||||||
pushd help
|
pushd help
|
||||||
@ -281,12 +293,18 @@ fi
|
|||||||
|
|
||||||
%files lang -f evolution-%evolution_base_version.lang
|
%files lang -f evolution-%evolution_base_version.lang
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_libdir}/evolution/%{evolution_base_version}/*.so
|
%{_libdir}/evolution/%{evolution_base_version}/*.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{_datadir}/gtk-doc/html/eshell
|
%{_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
|
%files mono-plugins
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
Reference in New Issue
Block a user