Accepting request 255770 from GNOME:Factory
- 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. OBS-URL: https://build.opensuse.org/request/show/255770 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/evolution?expand=0&rev=161
This commit is contained in:
commit
e3c132d54e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5f17a564a3c0351c1d0823551f80579ef611d51ab9db1e7f8d2ad7ed126bf76d
|
||||
size 11334980
|
3
evolution-3.12.7.tar.xz
Normal file
3
evolution-3.12.7.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:77fdfe1a92edb514bf28e577ff46e5a4c22d16c389077eff23945b0feb650eb9
|
||||
size 11325012
|
@ -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
|
||||
|
||||
|
@ -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]+')
|
||||
@ -185,6 +185,8 @@ grep -q "^Categories=.*Office" %{buildroot}%{_datadir}/applications/evolution.de
|
||||
%{_datadir}/GConf/gsettings/evolution.convert
|
||||
%dir %{_datadir}/appdata
|
||||
%{_datadir}/appdata/evolution.appdata.xml
|
||||
%{_datadir}/appdata/evolution-bogofilter.metainfo.xml
|
||||
%{_datadir}/appdata/evolution-spamassassin.metainfo.xml
|
||||
%{_datadir}/applications/*.desktop
|
||||
%{_datadir}/evolution
|
||||
%{_datadir}/icons/hicolor/*/apps/*.png
|
||||
|
Loading…
Reference in New Issue
Block a user