Update to 3.23.3
This commit is contained in:
parent
7329fc99ad
commit
67859e4fc1
1
.gitignore
vendored
1
.gitignore
vendored
@ -112,3 +112,4 @@ evolution-data-server-2.31.5.tar.bz2
|
|||||||
/evolution-data-server-3.22.1.tar.xz
|
/evolution-data-server-3.22.1.tar.xz
|
||||||
/evolution-data-server-3.23.1.tar.xz
|
/evolution-data-server-3.23.1.tar.xz
|
||||||
/evolution-data-server-3.23.2.tar.xz
|
/evolution-data-server-3.23.2.tar.xz
|
||||||
|
/evolution-data-server-3.23.3.tar.xz
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
diff --git a/cmake/modules/FindKRB5.cmake b/cmake/modules/FindKRB5.cmake
|
|
||||||
index 2447df5..2f34fb6 100644
|
|
||||||
--- a/cmake/modules/FindKRB5.cmake
|
|
||||||
+++ b/cmake/modules/FindKRB5.cmake
|
|
||||||
@@ -29,6 +29,7 @@ if(KRB5_FOUND)
|
|
||||||
if(KRB5_VENDOR STREQUAL "MIT")
|
|
||||||
message(STATUS "Using MIT Kerberos 5 (found by pkg-config)")
|
|
||||||
set(WITH_KRB5 ON)
|
|
||||||
+ set(HAVE_KRB5 ON)
|
|
||||||
set(HAVE_MIT_KRB5 ON)
|
|
||||||
return()
|
|
||||||
endif(KRB5_VENDOR STREQUAL "MIT")
|
|
@ -32,8 +32,8 @@
|
|||||||
### Abstract ###
|
### Abstract ###
|
||||||
|
|
||||||
Name: evolution-data-server
|
Name: evolution-data-server
|
||||||
Version: 3.23.2
|
Version: 3.23.3
|
||||||
Release: 2%{?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+
|
||||||
@ -52,7 +52,7 @@ Obsoletes: compat-evolution-data-server310-libcamel < 3.12
|
|||||||
### Patches ###
|
### Patches ###
|
||||||
|
|
||||||
# RH bug #1395987
|
# RH bug #1395987
|
||||||
Patch01: evolution-data-server-3.23.2-krb5-fix.patch
|
#Patch01: evolution-data-server-3.23.2-krb5-fix.patch
|
||||||
|
|
||||||
### Dependencies ###
|
### Dependencies ###
|
||||||
|
|
||||||
@ -165,7 +165,7 @@ the functionality of the installed %{name} package.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%patch01 -p1 -b .krb5-fix
|
#%patch01 -p1 -b .krb5-fix
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -419,6 +419,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
|||||||
%{_datadir}/installed-tests
|
%{_datadir}/installed-tests
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 12 2016 Milan Crha <mcrha@redhat.com> - 3.23.3-1
|
||||||
|
- Update to 3.23.3
|
||||||
|
- Remove the patch for RH bug #1395987 (fixed upstream)
|
||||||
|
|
||||||
* Mon Nov 21 2016 Milan Crha <mcrha@redhat.com> - 3.23.2-2
|
* Mon Nov 21 2016 Milan Crha <mcrha@redhat.com> - 3.23.2-2
|
||||||
- Add a patch for RH bug #1395987 (Build GSSAPI support for Camel)
|
- Add a patch for RH bug #1395987 (Build GSSAPI support for Camel)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user