Update to 3.24.0
This commit is contained in:
parent
915ae10d0d
commit
2cb34957e8
1
.gitignore
vendored
1
.gitignore
vendored
@ -117,3 +117,4 @@ evolution-data-server-2.31.5.tar.bz2
|
||||
/evolution-data-server-3.23.90.tar.xz
|
||||
/evolution-data-server-3.23.91.tar.xz
|
||||
/evolution-data-server-3.23.92.tar.xz
|
||||
/evolution-data-server-3.24.0.tar.xz
|
||||
|
@ -17,6 +17,7 @@
|
||||
%define libgweather_version 3.5.0
|
||||
%define libical_version 0.46
|
||||
%define libsoup_version 2.42
|
||||
%define nss_version 3.14
|
||||
%define sqlite_version 3.5
|
||||
%define webkit2gtk_version 2.11.91
|
||||
%define json_glib_version 1.0.4
|
||||
@ -32,14 +33,14 @@
|
||||
### Abstract ###
|
||||
|
||||
Name: evolution-data-server
|
||||
Version: 3.23.92
|
||||
Version: 3.24.0
|
||||
Release: 1%{?dist}
|
||||
Group: System Environment/Libraries
|
||||
Summary: Backend data server for Evolution
|
||||
License: LGPLv2+
|
||||
URL: https://wiki.gnome.org/Apps/Evolution
|
||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||
Source: http://download.gnome.org/sources/%{name}/3.23/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/%{name}/3.24/%{name}-%{version}.tar.xz
|
||||
|
||||
Provides: evolution-webcal = %{version}
|
||||
Obsoletes: evolution-webcal < 2.24.0
|
||||
@ -427,6 +428,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
||||
%{_datadir}/installed-tests
|
||||
|
||||
%changelog
|
||||
* Mon Mar 20 2017 Milan Crha <mcrha@redhat.com> - 3.24.0-1
|
||||
- Update to 3.24.0
|
||||
|
||||
* Mon Mar 13 2017 Milan Crha <mcrha@redhat.com> - 3.23.92-1
|
||||
- Update to 3.23.92
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (evolution-data-server-3.23.92.tar.xz) = 2f3827314ce273009af1f4e051f49997c01ee331e8eb694ff8554cef2ab2671db9858b1df12cb0349f344f5fbd59bdcedf7de705498f353a2d2e3b63a1338a18
|
||||
SHA512 (evolution-data-server-3.24.0.tar.xz) = 09506ae431eaa0365f3c38dd5dda7f32c12fe207cdc1a6636afbc0c8fcc7fda19ccc3e9367f4da67ea9e16348c1989956b404402b95db736c92ac9eaa046b031
|
||||
|
Loading…
Reference in New Issue
Block a user