Accepting request 228602 from GNOME:Next

Push GNOME:Next - GNOME 3.12.0

OBS-URL: https://build.opensuse.org/request/show/228602
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-ews?expand=0&rev=67
This commit is contained in:
Dominique Leuenberger 2014-04-03 20:36:36 +00:00 committed by Git OBS Bridge
parent 2ce3bb2fa9
commit bb918e4196
4 changed files with 89 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b46d17ad4fce5fab1d4645dfe69ef47ee0e88178c6fa6fb945b861ce64aa821a
size 564160

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:485b72feef97114e6abaa2193016e2f68779bb50b6749ff3ee270b46218b44bd
size 645224

View File

@ -1,3 +1,83 @@
-------------------------------------------------------------------
Sun Mar 23 08:49:31 UTC 2014 - zaitor@opensuse.org
- Update to version 3.12.0:
+ No changes since version 3.11.92.
-------------------------------------------------------------------
Fri Mar 14 03:11:59 UTC 2014 - dimstar@opensuse.org
- Update to version 3.11.92:
+ ECalBackendEws: Do not cause double-free of a GError.
+ Bugs fixed: bgo#726078, bgo#726079.
-------------------------------------------------------------------
Fri Mar 14 03:11:58 UTC 2014 - dimstar@opensuse.org
- Update to version 3.11.91:
+ configure.ac: Remove evolution-plugin dependency.
+ Bugs fixed: bgo#720260, bgo#724232.
+ Updated translations.
- Drop pkgconfig(evolution-plugin-3.0) BuildRequires: no longer
required.
-------------------------------------------------------------------
Fri Mar 14 03:11:57 UTC 2014 - zaitor@opensuse.org
- Update to version 3.11.90:
+ Bugs fixed: bgo#655806, bgo#722416, bgo#722419, bgo#723520.
+ Updated translations.
-------------------------------------------------------------------
Fri Mar 14 03:11:05 UTC 2014 - dimstar@opensuse.org
- Update to version 3.11.5:
+ Drop KRB5 dependency.
+ Bump minimum libsoup requirement to 2.42.
+ Unit test improvements.
+ Add e_ews_debug_get_server_version_from_string().
+ Abort any pending operations in case notification was cancelled.
+ Bugs fixed: bgo#712179, bgo#721381, bgo#722415.
+ Updated translations.
-------------------------------------------------------------------
Fri Mar 14 03:11:04 UTC 2014 - dimstar@opensuse.org
- Update to version 3.11.4:
+ Updated translations.
-------------------------------------------------------------------
Fri Mar 14 03:11:03 UTC 2014 - dimstar@opensuse.org
- Update to version 3.11.3:
+ configure.ac: Do not define EDS_DISABLE_DEPRECATED.
+ Setup the Authentication extension so Camel can determine host
reachability.
+ Bugs fixed: bgo#664174, bgo#705338, bgo#712255, bgo#712304,
bgo#715165, bgo#719376.
+ Updated translations.
-------------------------------------------------------------------
Fri Mar 14 03:11:02 UTC 2014 - dimstar@opensuse.org
- Update to version 3.11.2:
+ Update tar format to tar-ustar.
+ Fix potential issues found by static analysis tools.
+ Bugs fixed: bgo#699349, bgo#708353, bgo#711148, bgo#711470,
bgo#712304.
+ Updated translations.
-------------------------------------------------------------------
Fri Mar 14 03:11:01 UTC 2014 - dimstar@opensuse.org
- Update to version 3.11.1:
+ Check for supported authentication methods by the server.
+ Fetch Free/Busy fails due to incorrect value of DayOrder
element.
+ Bugs fixed: bgo#704869, bgo#708121, bgo#708628.
+ Updated translations.
- Change evolution_base_version t0 3.12.
-------------------------------------------------------------------
Wed Mar 12 19:42:39 UTC 2014 - zaitor@opensuse.org

View File

@ -18,20 +18,19 @@
Name: evolution-ews
# This should be updated upon major version changes; it should match BASE_VERSION as defined in configure.in.
%define evolution_base_version 3.10
Version: 3.10.4
%define evolution_base_version 3.12
Version: 3.12.0
Release: 0
Summary: Exchange Connector for Evolution, compatible with Exchange 2007 and later
License: LGPL-2.1
Group: Productivity/Networking/Email/Clients
Url: http://projects.gnome.org/evolution/
Source: http://download.gnome.org/sources/evolution-ews/3.10/%{name}-%{version}.tar.xz
Source: http://download.gnome.org/sources/evolution-ews/3.12/%{name}-%{version}.tar.xz
BuildRequires: fdupes
BuildRequires: intltool
BuildRequires: translation-update-upstream
BuildRequires: pkgconfig(evolution-data-server-1.2)
BuildRequires: pkgconfig(evolution-mail-3.0) >= %{version}
BuildRequires: pkgconfig(evolution-plugin-3.0)
BuildRequires: pkgconfig(evolution-shell-3.0) >= %{version}
BuildRequires: pkgconfig(glib-2.0) >= 2.28
BuildRequires: pkgconfig(gtk+-3.0) >= 3.0
@ -41,7 +40,7 @@ BuildRequires: pkgconfig(libedata-cal-1.2)
BuildRequires: pkgconfig(libedataserver-1.2)
BuildRequires: pkgconfig(libemail-engine) >= %{version}
BuildRequires: pkgconfig(libmspack) >= 0.4
BuildRequires: pkgconfig(libsoup-2.4) >= 2.30
BuildRequires: pkgconfig(libsoup-2.4) >= 2.42
Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -117,6 +116,8 @@ find %{buildroot}%{_libdir} -name '*.la' -delete -print
%{_libdir}/evolution-data-server/registry-modules/module-ews-backend.so
%{_libdir}/evolution/%{evolution_base_version}/modules/module-ews-configuration.so
%{_datadir}/evolution/%{evolution_base_version}/errors/module-ews-configuration.error
%dir %{_datadir}/evolution-data-server/ews
%{_datadir}/evolution-data-server/ews/windowsZones.xml
%files -n libeews-1_2-0
%defattr(-, root, root)