Accepting request 158314 from GNOME:Next
Push GNOME:Next OBS-URL: https://build.opensuse.org/request/show/158314 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-ews?expand=0&rev=36
This commit is contained in:
parent
174142115b
commit
056e5fb6e6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d044bf8f7753d9489d65a5b94b117cef1369d78c57810125fab229368d01fec6
|
||||
size 512880
|
3
evolution-ews-3.7.91.tar.xz
Normal file
3
evolution-ews-3.7.91.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a5eeb4649d736c20c5b9c8c5fb0f63dcc5401f3acb721f3a435187104c13ce1d
|
||||
size 513200
|
@ -1,3 +1,69 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 3 15:47:32 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.7.91:
|
||||
+ Be more forgiving with the invitation response status pairing.
|
||||
+ Listen and act on EBackend's online state changes.
|
||||
+ Claim sources even when in offline.
|
||||
+ Bugs fixed: bgo#693345.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 18 08:26:50 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.7.90:
|
||||
+ Bugs fixed: bgo#668489, bgo#693012, bgo#693306.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 13:02:41 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.7.5:
|
||||
+ Support for public folders (bgo#656377).
|
||||
+ Bugs fixed: bgo#690474, bgo#692688, bgo#692705.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 25 11:03:01 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.7.4:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 24 17:59:47 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.7.3.1:
|
||||
+ Removed dependency on libedataserverui-3.0.
|
||||
- Changes from version 3.7.3:
|
||||
+ Unsubscribe should remove also subfolders, if subscribed with
|
||||
them
|
||||
+ Read also CalendarEventDetails from Free/Busy response
|
||||
+ Use version-based GLib/GDK/GTK+ warnings.
|
||||
+ Bump GLib requirement to 2.32.
|
||||
+ Do not generate a ChangeLog file from 'git log'
|
||||
+ Bugs fixed: bgo#671893, bgo#677888, bgo#687874, bgo#689521.
|
||||
+ Updated translations.
|
||||
- Drop pkgconfig(libedataserverui-3.0) BuildRequires: the library
|
||||
no longer exists.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 23 17:53:51 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.7.2:
|
||||
+ Allow changing permissions of a Calendar folder.
|
||||
+ Fix XML parsing failure during Free/Busy fetching.
|
||||
+ Generate a ChangeLog file in tarballs.
|
||||
+ Bugs fixed: bgo#686024, bgo#686228, bgo#681665, bgo#687228,
|
||||
bgo#687877, bgo#686227, bgo#685795, bgo#685795.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 23 09:33:23 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.7.1:
|
||||
+ Fix crash under oal_response_cb() (bgo#686268)
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 22 21:28:35 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
|
@ -18,14 +18,14 @@
|
||||
|
||||
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.6
|
||||
Version: 3.6.3
|
||||
%define evolution_base_version 3.8
|
||||
Version: 3.7.91
|
||||
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.6/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/evolution-ews/3.7/%{name}-%{version}.tar.xz
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: intltool
|
||||
BuildRequires: translation-update-upstream
|
||||
@ -39,7 +39,6 @@ BuildRequires: pkgconfig(libebackend-1.2)
|
||||
BuildRequires: pkgconfig(libedata-book-1.2)
|
||||
BuildRequires: pkgconfig(libedata-cal-1.2)
|
||||
BuildRequires: pkgconfig(libedataserver-1.2)
|
||||
BuildRequires: pkgconfig(libedataserverui-3.0)
|
||||
BuildRequires: pkgconfig(libemail-engine) >= 3.2.0
|
||||
BuildRequires: pkgconfig(libsoup-2.4) >= 2.30
|
||||
Recommends: %{name}-lang
|
||||
@ -132,13 +131,13 @@ find %{buildroot}%{_libdir} -name '*.la' -delete -print
|
||||
|
||||
%files -n libeews-1_2-0
|
||||
%defattr(-, root, root)
|
||||
%dir %{_libdir}/evolution-data-server-%{evolution_base_version}
|
||||
%{_libdir}/evolution-data-server-%{evolution_base_version}/libeews-1.2.so.*
|
||||
%dir %{_libdir}/evolution-data-server/
|
||||
%{_libdir}/evolution-data-server/libeews-1.2.so.*
|
||||
|
||||
%files -n libewsutils0
|
||||
%defattr(-, root, root)
|
||||
%dir %{_libdir}/evolution-data-server-%{evolution_base_version}
|
||||
%{_libdir}/evolution-data-server-%{evolution_base_version}/libewsutils.so.*
|
||||
%dir %{_libdir}/evolution-data-server/
|
||||
%{_libdir}/evolution-data-server/libewsutils.so.*
|
||||
|
||||
%files -n liblzx0
|
||||
%defattr(-, root, root)
|
||||
@ -147,12 +146,12 @@ find %{buildroot}%{_libdir} -name '*.la' -delete -print
|
||||
%files devel
|
||||
%defattr(-, root, root)
|
||||
%{_libdir}/pkgconfig/libeews-1.2.pc
|
||||
%dir %{_libdir}/evolution-data-server-%{evolution_base_version}
|
||||
%{_libdir}/evolution-data-server-%{evolution_base_version}/libeews-1.2.so
|
||||
%{_libdir}/evolution-data-server-%{evolution_base_version}/libewsutils.so
|
||||
%dir %{_libdir}/evolution-data-server/
|
||||
%{_libdir}/evolution-data-server/libeews-1.2.so
|
||||
%{_libdir}/evolution-data-server/libewsutils.so
|
||||
%{_libdir}/liblzx.so
|
||||
%dir %{_includedir}/evolution-data-server-%{evolution_base_version}
|
||||
%{_includedir}/evolution-data-server-%{evolution_base_version}/ews/
|
||||
%dir %{_includedir}/evolution-data-server/
|
||||
%{_includedir}/evolution-data-server/ews/
|
||||
|
||||
%files lang -f evolution-ews.lang
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user