forked from pool/evolution
Accepting request 226369 from GNOME:Factory
Stable update (forwarded request 225857 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/226369 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/evolution?expand=0&rev=153
This commit is contained in:
commit
9c1e08afdc
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ad4b37215c361134a14aa1598d5c038327f897b7d9dbc750cab3d58d5c922f4c
|
||||
size 12395116
|
3
evolution-3.10.4.tar.xz
Normal file
3
evolution-3.10.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ac60557f264f211e6a7bc0ced919041c154e4c7b9c79600516aee7acc1d03e40
|
||||
size 12351064
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 12 19:36:40 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.10.4:·
|
||||
+ EMFolderTreeModel: Fix subscribing to a folder with children.
|
||||
+ EDateEdit: Force 24 hour format for locales without am/pm
|
||||
equivalents.
|
||||
+ Avoid multiple save of folder changes on application quit.
|
||||
+ EHttpRequest: Avoid possible data stream memory leak.
|
||||
+ Bugs fixed: bgo#583773, bgo#645476, bgo#677300, bgo#702709,
|
||||
bgo#702958, bgo#707121, bgo#707518, bgo#720542, bgo#721213,
|
||||
bgo#721639, bgo#722352, bgo#723377.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 30 16:50:04 UTC 2014 - dliang@suse.com
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
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.10
|
||||
Version: 3.10.3
|
||||
Version: 3.10.4
|
||||
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]+')
|
||||
@ -71,7 +71,7 @@ BuildRequires: pkgconfig(webkitgtk-3.0) >= 1.10.
|
||||
%if %{use_gtkimageview}
|
||||
BuildRequires: pkgconfig(gtkimageview-3.0)
|
||||
%endif
|
||||
BuildRequires: pkgconfig(gweather-3.0) >= 3.5.0
|
||||
BuildRequires: pkgconfig(gweather-3.0) >= 3.8.0
|
||||
BuildRequires: pkgconfig(ice)
|
||||
BuildRequires: pkgconfig(libcanberra-gtk3)
|
||||
BuildRequires: pkgconfig(libedataserver-1.2) >= %{_version}
|
||||
|
Loading…
Reference in New Issue
Block a user