Update to 3.31.1
This commit is contained in:
parent
3027d899df
commit
736aa3fef7
1
.gitignore
vendored
1
.gitignore
vendored
@ -146,3 +146,4 @@ evolution-data-server-2.31.5.tar.bz2
|
|||||||
/evolution-data-server-3.29.92.tar.xz
|
/evolution-data-server-3.29.92.tar.xz
|
||||||
/evolution-data-server-3.30.0.tar.xz
|
/evolution-data-server-3.30.0.tar.xz
|
||||||
/evolution-data-server-3.30.1.tar.xz
|
/evolution-data-server-3.30.1.tar.xz
|
||||||
|
/evolution-data-server-3.31.1.tar.xz
|
||||||
|
@ -32,13 +32,13 @@
|
|||||||
### Abstract ###
|
### Abstract ###
|
||||||
|
|
||||||
Name: evolution-data-server
|
Name: evolution-data-server
|
||||||
Version: 3.30.1
|
Version: 3.31.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Summary: Backend data server for Evolution
|
Summary: Backend data server for Evolution
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://wiki.gnome.org/Apps/Evolution
|
URL: https://wiki.gnome.org/Apps/Evolution
|
||||||
Source: http://download.gnome.org/sources/%{name}/3.30/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/%{name}/3.31/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
### Patches ###
|
### Patches ###
|
||||||
|
|
||||||
@ -236,7 +236,6 @@ export CFLAGS="$RPM_OPT_FLAGS -DLDAP_DEPRECATED -fPIC -I%{_includedir}/et -Wno-d
|
|||||||
|
|
||||||
%cmake -G "Unix Makefiles" \
|
%cmake -G "Unix Makefiles" \
|
||||||
-DENABLE_MAINTAINER_MODE=OFF \
|
-DENABLE_MAINTAINER_MODE=OFF \
|
||||||
-DENABLE_UOA=OFF \
|
|
||||||
-DWITH_LIBDB=/usr \
|
-DWITH_LIBDB=/usr \
|
||||||
-DENABLE_FILE_LOCKING=fcntl \
|
-DENABLE_FILE_LOCKING=fcntl \
|
||||||
-DENABLE_DOT_LOCKING=OFF \
|
-DENABLE_DOT_LOCKING=OFF \
|
||||||
@ -440,6 +439,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
|||||||
%{_datadir}/installed-tests
|
%{_datadir}/installed-tests
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 08 2018 Milan Crha <mcrha@redhat.com> - 3.31.1-1
|
||||||
|
- Update to 3.31.1
|
||||||
|
|
||||||
* Mon Sep 24 2018 Milan Crha <mcrha@redhat.com> - 3.30.1-1
|
* Mon Sep 24 2018 Milan Crha <mcrha@redhat.com> - 3.30.1-1
|
||||||
- Update to 3.30.1
|
- Update to 3.30.1
|
||||||
- Remove patch for GNOME Evolution issue #86 (fixed upstream)
|
- Remove patch for GNOME Evolution issue #86 (fixed upstream)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (evolution-data-server-3.30.1.tar.xz) = be7b6498542896b9891b3458b8d8e05e004199821ebf822bf50e2753954de0e499af9ad14cfe6eb082fc4edcdb31b16991dd4e745e20f74b1fe34661483fe8bd
|
SHA512 (evolution-data-server-3.31.1.tar.xz) = 55c36d758b5ee004348fece26ab9a5c4b8ea1b401b1a4b76ba015d692e5854fceadb5b72dd29047c4b17c95487e8945b816bc8f2271ea19c841d5e14491c3e51
|
||||||
|
Loading…
Reference in New Issue
Block a user