Accepting request 176654 from GNOME:Factory
Push GNOME 3.9.1 - been running it for a while now. OBS-URL: https://build.opensuse.org/request/show/176654 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/evolution?expand=0&rev=140
This commit is contained in:
commit
375eacd0b6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:89b775c5757ddf791d181c82eaee6ddc42252eb54aa2f5dc5a80ff5b9246803b
|
||||
size 12307476
|
3
evolution-3.9.1.tar.xz
Normal file
3
evolution-3.9.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a81f1240a8aabb7d017b17e7b38239633e23c7fdbfc056e07775cbf5ab009cda
|
||||
size 12329788
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 29 11:20:32 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.9.1:
|
||||
+ User documentation improvements.
|
||||
+ Convert all settings usage to GSettings and remove
|
||||
EShellSettings.
|
||||
+ EMailAccountManager: Add Online Account blurbs.
|
||||
+ ECalModel: Make view handling thread-safe.
|
||||
+ Remove backward-compatibility cruft for goa-1.0 < 3.8.
|
||||
+ alarm-queue: Remove the "mail notifications not supported"
|
||||
dialog.
|
||||
+ EShellBackend: Log outstanding activities during shutdown.
|
||||
+ Workaround broken Free/Busy fetching (bgo#692361).
|
||||
+ Remove "Search for sender photograph only in local address
|
||||
books".
|
||||
+ Bugs fixed: bgo#271262, bgo#626215, bgo#677300, bgo#696257,
|
||||
bgo#696663, bgo#697141, bgo#697710, bgo#698042, bgo#698487,
|
||||
bgo#698488, bgo#699083.
|
||||
+ Updated translations.
|
||||
- Drop pkgconfig(goa-1.0) BuildRequires: following upstream, all
|
||||
gnome-online-accounts dependencies moved to e-d-s.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 15 17:29:36 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
|
@ -23,8 +23,8 @@
|
||||
|
||||
Name: evolution
|
||||
# This should be updated upon major version changes; it should match BASE_VERSION as defined in configure.in.
|
||||
%define evolution_base_version 3.8
|
||||
Version: 3.8.1
|
||||
%define evolution_base_version 3.10
|
||||
Version: 3.9.1
|
||||
Release: 0
|
||||
# _version needs to be %{version} stirpped to major.minor.micro only...
|
||||
%define _version %(echo %{version} | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+')
|
||||
@ -35,7 +35,7 @@ License: LGPL-2.0 and LGPL-3.0
|
||||
Group: Productivity/Networking/Email/Clients
|
||||
# NOTE: Some files are currently GPL-2.0 but pending relicensing, see bnc#749859
|
||||
Url: http://gnome.org/projects/evolution/
|
||||
Source0: http://download.gnome.org/sources/evolution/3.8/%{name}-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/evolution/3.9/%{name}-%{version}.tar.xz
|
||||
# PATCH-FIX-UPSTREAM bnc-435722-book-uri-long.patch bnc#435722 abharath@suse.de -- Book URI: Spills Into Second Column.
|
||||
Patch0: bnc-435722-book-uri-long.patch
|
||||
BuildRequires: bison
|
||||
@ -62,7 +62,6 @@ BuildRequires: pkgconfig(gio-2.0) >= 2.34.0
|
||||
BuildRequires: pkgconfig(gladeui-2.0) >= 3.10.0
|
||||
BuildRequires: pkgconfig(gnome-desktop-3.0) >= 2.91.3
|
||||
BuildRequires: pkgconfig(gnome-icon-theme) >= 2.30.2.1
|
||||
BuildRequires: pkgconfig(goa-1.0) >= 3.2
|
||||
BuildRequires: pkgconfig(gstreamer-1.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.4.0
|
||||
BuildRequires: pkgconfig(webkitgtk-3.0) >= 1.10.
|
||||
@ -215,6 +214,8 @@ grep -q "^Categories=.*Office" %{buildroot}%{_datadir}/applications/evolution.de
|
||||
%{_libdir}/evolution/%{evolution_base_version}/modules/module-calendar.so
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.calendar.gschema.xml
|
||||
%{_libdir}/evolution/%{evolution_base_version}/modules/module-composer-autosave.so
|
||||
%{_libdir}/evolution/%{evolution_base_version}/modules/module-contact-photos.so
|
||||
%{_libdir}/evolution/%{evolution_base_version}/modules/module-gravatar.so
|
||||
%{_libdir}/evolution/%{evolution_base_version}/modules/module-itip-formatter.so
|
||||
%{_libdir}/evolution/%{evolution_base_version}/modules/module-mail-config.so
|
||||
%{_libdir}/evolution/%{evolution_base_version}/modules/module-mail.so
|
||||
@ -222,7 +223,6 @@ grep -q "^Categories=.*Office" %{buildroot}%{_datadir}/applications/evolution.de
|
||||
%{_libdir}/evolution/%{evolution_base_version}/modules/module-mailto-handler.so
|
||||
%{_libdir}/evolution/%{evolution_base_version}/modules/module-mdn.so
|
||||
%{_libdir}/evolution/%{evolution_base_version}/modules/module-offline-alert.so
|
||||
%{_libdir}/evolution/%{evolution_base_version}/modules/module-online-accounts.so
|
||||
%{_libdir}/evolution/%{evolution_base_version}/modules/module-plugin-lib.so
|
||||
%{_libdir}/evolution/%{evolution_base_version}/modules/module-plugin-manager.so
|
||||
%{_libdir}/evolution/%{evolution_base_version}/modules/module-prefer-plain.so
|
||||
|
Loading…
Reference in New Issue
Block a user