Update to 3.29.2
This commit is contained in:
parent
5fe8ed1ba0
commit
07b198b7d7
1
.gitignore
vendored
1
.gitignore
vendored
@ -145,3 +145,4 @@ evolution-2.31.5.tar.bz2
|
|||||||
/evolution-3.28.0.tar.xz
|
/evolution-3.28.0.tar.xz
|
||||||
/evolution-3.28.1.tar.xz
|
/evolution-3.28.1.tar.xz
|
||||||
/evolution-3.29.1.tar.xz
|
/evolution-3.29.1.tar.xz
|
||||||
|
/evolution-3.29.2.tar.xz
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
### Abstract ###
|
### Abstract ###
|
||||||
|
|
||||||
Name: evolution
|
Name: evolution
|
||||||
Version: 3.29.1
|
Version: 3.29.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Group: Applications/Productivity
|
Group: Applications/Productivity
|
||||||
Summary: Mail and calendar client for GNOME
|
Summary: Mail and calendar client for GNOME
|
||||||
@ -35,6 +35,8 @@ License: GPLv2+ and GFDL
|
|||||||
URL: https://wiki.gnome.org/Apps/Evolution
|
URL: https://wiki.gnome.org/Apps/Evolution
|
||||||
Source: http://download.gnome.org/sources/%{name}/3.29/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/%{name}/3.29/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
|
### Patches ###
|
||||||
|
|
||||||
Obsoletes: anjal <= %{last_anjal_version}
|
Obsoletes: anjal <= %{last_anjal_version}
|
||||||
Obsoletes: libgal2 <= %{last_libgal2_version}
|
Obsoletes: libgal2 <= %{last_libgal2_version}
|
||||||
Obsoletes: evolution-NetworkManager < %{last_evo_nm_version}
|
Obsoletes: evolution-NetworkManager < %{last_evo_nm_version}
|
||||||
@ -42,8 +44,6 @@ Obsoletes: evolution-perl < %{last_evo_perl_version}
|
|||||||
|
|
||||||
%global eds_version %{version}
|
%global eds_version %{version}
|
||||||
|
|
||||||
### Patches ###
|
|
||||||
|
|
||||||
## Dependencies ###
|
## Dependencies ###
|
||||||
|
|
||||||
Requires: evolution-data-server >= %{eds_version}
|
Requires: evolution-data-server >= %{eds_version}
|
||||||
@ -327,7 +327,6 @@ grep -v "/usr/share/locale" evolution.lang > help.lang
|
|||||||
|
|
||||||
# Desktop files:
|
# Desktop files:
|
||||||
%{_datadir}/applications/org.gnome.Evolution.desktop
|
%{_datadir}/applications/org.gnome.Evolution.desktop
|
||||||
%{_sysconfdir}/xdg/autostart/org.gnome.Evolution-alarm-notify.desktop
|
|
||||||
|
|
||||||
# Icons:
|
# Icons:
|
||||||
%{_datadir}/icons/hicolor/16x16/apps/*
|
%{_datadir}/icons/hicolor/16x16/apps/*
|
||||||
@ -381,6 +380,8 @@ grep -v "/usr/share/locale" evolution.lang > help.lang
|
|||||||
%{_libdir}/evolution/modules/module-webkit-editor.so
|
%{_libdir}/evolution/modules/module-webkit-editor.so
|
||||||
%{_libdir}/evolution/modules/module-webkit-inspector.so
|
%{_libdir}/evolution/modules/module-webkit-inspector.so
|
||||||
|
|
||||||
|
%{_libdir}/evolution-data-server/ui-modules/module-evolution-alarm-notify.so
|
||||||
|
|
||||||
# Shared libraries:
|
# Shared libraries:
|
||||||
%{_libdir}/evolution/libevolution-mail-composer.so
|
%{_libdir}/evolution/libevolution-mail-composer.so
|
||||||
%{_libdir}/evolution/libeabutil.so
|
%{_libdir}/evolution/libeabutil.so
|
||||||
@ -409,7 +410,6 @@ grep -v "/usr/share/locale" evolution.lang > help.lang
|
|||||||
|
|
||||||
# Various libexec programs:
|
# Various libexec programs:
|
||||||
%dir %{_libexecdir}/evolution
|
%dir %{_libexecdir}/evolution
|
||||||
%{_libexecdir}/evolution/evolution-alarm-notify
|
|
||||||
%{_libexecdir}/evolution/evolution-backup
|
%{_libexecdir}/evolution/evolution-backup
|
||||||
%{_libexecdir}/evolution/killev
|
%{_libexecdir}/evolution/killev
|
||||||
|
|
||||||
@ -501,6 +501,9 @@ grep -v "/usr/share/locale" evolution.lang > help.lang
|
|||||||
%{_datadir}/installed-tests
|
%{_datadir}/installed-tests
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 21 2018 Milan Crha <mcrha@redhat.com> - 3.29.2-1
|
||||||
|
- Update to 3.29.2
|
||||||
|
|
||||||
* Mon Apr 16 2018 Milan Crha <mcrha@redhat.com> - 3.29.1-1
|
* Mon Apr 16 2018 Milan Crha <mcrha@redhat.com> - 3.29.1-1
|
||||||
- Update to 3.29.1
|
- Update to 3.29.1
|
||||||
- Remove fix to strip closing > from URLs when linkifying (BGO#795108) (Fixed upstream)
|
- Remove fix to strip closing > from URLs when linkifying (BGO#795108) (Fixed upstream)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (evolution-3.29.1.tar.xz) = 917b6aa6854e7ae2d157316821e436fedfcf7ab266e19fd9264ee7d315801214e94a98edeff8f2298c0fbd257e99b91fc05e74dcab453c5d017719a8dee43dc9
|
SHA512 (evolution-3.29.2.tar.xz) = 350e5b0aa71626b9c27e74d68d6f771e89b558b5a48dfaa71c86689de5d4d211230be4558b069575deb29f5521bf9403f79d733cacaf6c6ccaf3ef9f17246b6c
|
||||||
|
Loading…
Reference in New Issue
Block a user