From 35fb9aad4b07edec5061f278ce0c123a95a7e29e78b4f7c20d405b7c01c0b8e5 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 13 Oct 2014 11:09:06 +0000 Subject: [PATCH] Accepting request 255625 from GNOME:Next Update to 3.12.7 OBS-URL: https://build.opensuse.org/request/show/255625 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=248 --- evolution-3.12.6.tar.xz | 3 --- evolution-3.12.7.tar.xz | 3 +++ evolution.changes | 17 +++++++++++++++++ evolution.spec | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 evolution-3.12.6.tar.xz create mode 100644 evolution-3.12.7.tar.xz diff --git a/evolution-3.12.6.tar.xz b/evolution-3.12.6.tar.xz deleted file mode 100644 index de5c541..0000000 --- a/evolution-3.12.6.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f17a564a3c0351c1d0823551f80579ef611d51ab9db1e7f8d2ad7ed126bf76d -size 11334980 diff --git a/evolution-3.12.7.tar.xz b/evolution-3.12.7.tar.xz new file mode 100644 index 0000000..5a4eb2d --- /dev/null +++ b/evolution-3.12.7.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77fdfe1a92edb514bf28e577ff46e5a4c22d16c389077eff23945b0feb650eb9 +size 11325012 diff --git a/evolution.changes b/evolution.changes index 80f94d7..6e2eb0f 100644 --- a/evolution.changes +++ b/evolution.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Oct 13 10:35:51 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.12.7: + + Miscellaneous: + - format_full_headers: Avoid possible memory leak. + - ECalendarItem: Fix a memory leak. + - ETable: Fix a leak of an ETreeModel. + - Fix various memory leaks and invalid memory usages. + - Use INTLTOOL_XML_RULE for appdata files. + - Add metainfo.xml files for bogofilter and spamassassin + plugins. + - [Alarm Notify] Avoid UI freeze on an alarm dismiss. + + Bugs fixed: bgo#724909, bgo#728329, bgo#735130, bgo#737340, + bgo#737381, bgo#737791, bgo#738296. + + Updated translations. + ------------------------------------------------------------------- Mon Sep 8 09:33:03 UTC 2014 - dimstar@opensuse.org diff --git a/evolution.spec b/evolution.spec index 1e65044..684123d 100644 --- a/evolution.spec +++ b/evolution.spec @@ -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.12 -Version: 3.12.6 +Version: 3.12.7 Release: 0 # _version needs to be %{version} stripped to major.minor.micro only... %define _version %(echo %{version} | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+')