Accepting request 199167 from home:Zaitor:branches:GNOME:Factory
Update to version 3.9.92 OBS-URL: https://build.opensuse.org/request/show/199167 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=216
This commit is contained in:
parent
b2aebb8e8b
commit
d2a4bca544
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:de90e1bf4d5d178e95d9774b85f582b02e1a8fe26f0a4732995a570a565949d8
|
||||
size 12461420
|
3
evolution-3.9.92.tar.xz
Normal file
3
evolution-3.9.92.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8b5f47d531fc3e1d2f9bbcbd911c0b4081140fe1e6dfe141de155a428e51b581
|
||||
size 12460084
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 15 13:10:42 UTC 2013 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.9.92:
|
||||
+ Add EShellView to E{Calendar,MemoList,TaskList}Selector.
|
||||
+ Add an AppData description for Evolution.
|
||||
+ Fix folder name encoding in em_folder_utils_create_folder().
|
||||
+ calendar: do not assume time_t is long.
|
||||
+ EClientSelector: Show an initial icon based on host name.
|
||||
+ Bugs fixed: bgo#706008, bgo#707048, bgo#707392, bgo#707571,
|
||||
bgo#708004.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 2 07:12:14 UTC 2013 - 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.10
|
||||
Version: 3.9.91
|
||||
Version: 3.9.92
|
||||
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]+')
|
||||
@ -182,6 +182,8 @@ grep -q "^Categories=.*Office" %{buildroot}%{_datadir}/applications/evolution.de
|
||||
%doc %{_datadir}/help/C/%{name}/
|
||||
%{_bindir}/*
|
||||
%{_datadir}/GConf/gsettings/evolution.convert
|
||||
%dir %{_datadir}/appdata
|
||||
%{_datadir}/appdata/evolution.appdata.xml
|
||||
%{_datadir}/applications/*.desktop
|
||||
%{_datadir}/evolution
|
||||
%{_datadir}/icons/hicolor/*/apps/*.png
|
||||
|
Loading…
Reference in New Issue
Block a user