Accepting request 710601 from GNOME:Next
New stable rel, resub with tiny tweak OBS-URL: https://build.opensuse.org/request/show/710601 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=399
This commit is contained in:
parent
e3eca3f70c
commit
b8eaeb33b3
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a56435ddf52eb66e2fbcb3ca043c5183e07ada82c3824bff18ea73d5e00766e9
|
|
||||||
size 11788068
|
|
3
evolution-3.32.3.tar.xz
Normal file
3
evolution-3.32.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b653a65f8dac956d4832af6d1f1d9ecad59d198e5e9d2e6743829a5e2b891c3e
|
||||||
|
size 11792172
|
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 17 15:47:03 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 3.32.3:
|
||||||
|
+ Fix a possible memory leak in
|
||||||
|
e-web-view.c:web_view_initialize().
|
||||||
|
+ Reference a GDBusProxy object in the synchronous call wrappers.
|
||||||
|
+ Fix a crash when filling mail threaded view.
|
||||||
|
+ Change buffer size argument value in call of
|
||||||
|
icalvalue_decode_ical_string().
|
||||||
|
+ Change path where backup/restore searches for the .running
|
||||||
|
file.
|
||||||
|
+ Fix several memory leaks in the addressbook code.
|
||||||
|
+ Bugs fixed: glgo#GNOME/evolution#400, glgo#GNOME/evolution#405,
|
||||||
|
glgo#GNOME/evolution#432, glgo#GNOME/evolution#433,
|
||||||
|
glgo#GNOME/evolution#437, glgo#GNOME/evolution#439,
|
||||||
|
glgo#GNOME/evolution#445, glgo#GNOME/evolution#446,
|
||||||
|
glgo#GNOME/evolution#454, glgo#GNOME/evolution#472,
|
||||||
|
glgo#GNOME/evolution#474, glgo#GNOME/evolution#479,
|
||||||
|
glgo#GNOME/evolution#481, glgo#GNOME/evolution#484,
|
||||||
|
glgo#GNOME/evolution!13, glgo#GNOME/evolution!14,
|
||||||
|
glgo#GNOME/evolution!16, glgo#GNOME/evolution#112.
|
||||||
|
+ Updated translations.
|
||||||
|
- Use modern cmake_build macro.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 6 18:11:32 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
Mon May 6 18:11:32 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%define _version %(echo %{version} | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+')
|
%define _version %(echo %{version} | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+')
|
||||||
|
|
||||||
Name: evolution
|
Name: evolution
|
||||||
Version: 3.32.2
|
Version: 3.32.3
|
||||||
Release: 0
|
Release: 0
|
||||||
# FIXME: check if note on license is still valid (comment before license)
|
# FIXME: check if note on license is still valid (comment before license)
|
||||||
Summary: The Integrated GNOME Mail, Calendar, and Address Book Suite
|
Summary: The Integrated GNOME Mail, Calendar, and Address Book Suite
|
||||||
@ -181,7 +181,7 @@ translation-update-upstream
|
|||||||
-DWITH_GLADE_CATALOG=ON \
|
-DWITH_GLADE_CATALOG=ON \
|
||||||
-DENABLE_GTK_DOC=ON \
|
-DENABLE_GTK_DOC=ON \
|
||||||
-DCMAKE_SKIP_RPATH=OFF
|
-DCMAKE_SKIP_RPATH=OFF
|
||||||
make %{?_smp_mflags}
|
%cmake_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%cmake_install
|
%cmake_install
|
||||||
|
Loading…
Reference in New Issue
Block a user