Update to 3.7.5
This commit is contained in:
parent
7b13fa89f8
commit
e3c107ddf0
1
.gitignore
vendored
1
.gitignore
vendored
@ -44,3 +44,4 @@ evolution-data-server-2.31.5.tar.bz2
|
||||
/evolution-data-server-3.7.2.1.tar.xz
|
||||
/evolution-data-server-3.7.3.tar.xz
|
||||
/evolution-data-server-3.7.4.tar.xz
|
||||
/evolution-data-server-3.7.5.tar.xz
|
||||
|
@ -13,7 +13,7 @@
|
||||
%define libgdata_version 0.10.0
|
||||
%define libgweather_version 3.5.0
|
||||
%define libical_version 0.46
|
||||
%define libsoup_version 2.38.1
|
||||
%define libsoup_version 2.40.3
|
||||
%define sqlite_version 3.5
|
||||
|
||||
%define eds_base_version 3.8
|
||||
@ -26,7 +26,7 @@
|
||||
### Abstract ###
|
||||
|
||||
Name: evolution-data-server
|
||||
Version: 3.7.4
|
||||
Version: 3.7.5
|
||||
Release: 1%{?dist}
|
||||
Group: System Environment/Libraries
|
||||
Summary: Backend data server for Evolution
|
||||
@ -191,6 +191,7 @@ autoconf
|
||||
|
||||
%configure \
|
||||
--disable-maintainer-mode \
|
||||
--disable-uoa \
|
||||
--with-libdb=/usr \
|
||||
--enable-file-locking=fcntl \
|
||||
--enable-dot-locking=no \
|
||||
@ -356,6 +357,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
||||
%{_datadir}/gtk-doc/html/libedataserver
|
||||
|
||||
%changelog
|
||||
* Mon Feb 04 2013 Milan Crha <mcrha@redhat.com> - 3.7.5-1
|
||||
- Update to 3.7.5
|
||||
|
||||
* Mon Jan 14 2013 Milan Crha <mcrha@redhat.com> - 3.7.4-1
|
||||
- Update to 3.7.4
|
||||
- Add --add-missing to automake call
|
||||
|
Loading…
Reference in New Issue
Block a user