Update to 3.7.1
This commit is contained in:
parent
6e2e7f49c6
commit
33fbb561ae
1
.gitignore
vendored
1
.gitignore
vendored
@ -40,3 +40,4 @@ evolution-data-server-2.31.5.tar.bz2
|
|||||||
/evolution-data-server-3.5.90.tar.xz
|
/evolution-data-server-3.5.90.tar.xz
|
||||||
/evolution-data-server-3.5.91.tar.xz
|
/evolution-data-server-3.5.91.tar.xz
|
||||||
/evolution-data-server-3.5.92.tar.xz
|
/evolution-data-server-3.5.92.tar.xz
|
||||||
|
/evolution-data-server-3.7.1.tar.xz
|
||||||
|
@ -4,19 +4,20 @@
|
|||||||
%define nntp_support 1
|
%define nntp_support 1
|
||||||
%define largefile_support 1
|
%define largefile_support 1
|
||||||
|
|
||||||
%define glib2_version 2.30.0
|
%define glib2_version 2.32.0
|
||||||
%define gtk3_version 3.2.0
|
%define gtk3_version 3.2.0
|
||||||
%define gcr_version 3.4
|
%define gcr_version 3.4
|
||||||
%define gtk_doc_version 1.9
|
%define gtk_doc_version 1.9
|
||||||
%define intltool_version 0.35.5
|
%define intltool_version 0.35.5
|
||||||
|
%define libsecret_version 0.5
|
||||||
%define libgdata_version 0.10.0
|
%define libgdata_version 0.10.0
|
||||||
%define libgweather_version 3.5.0
|
%define libgweather_version 3.5.0
|
||||||
%define libical_version 0.46
|
%define libical_version 0.46
|
||||||
%define liboauth_version 0.9.4
|
%define liboauth_version 0.9.4
|
||||||
%define soup_version 2.31.2
|
%define libsoup_version 2.38.1
|
||||||
%define sqlite_version 3.5
|
%define sqlite_version 3.5
|
||||||
|
|
||||||
%define eds_base_version 3.6
|
%define eds_base_version 3.8
|
||||||
|
|
||||||
%define camel_provider_dir %{_libdir}/evolution-data-server/camel-providers
|
%define camel_provider_dir %{_libdir}/evolution-data-server/camel-providers
|
||||||
%define ebook_backends_dir %{_libdir}/evolution-data-server/addressbook-backends
|
%define ebook_backends_dir %{_libdir}/evolution-data-server/addressbook-backends
|
||||||
@ -26,14 +27,14 @@
|
|||||||
### Abstract ###
|
### Abstract ###
|
||||||
|
|
||||||
Name: evolution-data-server
|
Name: evolution-data-server
|
||||||
Version: 3.5.92
|
Version: 3.7.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: http://projects.gnome.org/evolution/
|
URL: http://projects.gnome.org/evolution/
|
||||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||||
Source: http://download.gnome.org/sources/%{name}/3.5/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/%{name}/3.7/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
Provides: evolution-webcal = %{version}
|
Provides: evolution-webcal = %{version}
|
||||||
Obsoletes: evolution-webcal < 2.24.0
|
Obsoletes: evolution-webcal < 2.24.0
|
||||||
@ -63,7 +64,8 @@ BuildRequires: libgnome-keyring-devel
|
|||||||
BuildRequires: libgweather-devel >= %{libgweather_version}
|
BuildRequires: libgweather-devel >= %{libgweather_version}
|
||||||
BuildRequires: libical-devel >= %{libical_version}
|
BuildRequires: libical-devel >= %{libical_version}
|
||||||
BuildRequires: liboauth-devel >= %{liboauth_version}
|
BuildRequires: liboauth-devel >= %{liboauth_version}
|
||||||
BuildRequires: libsoup-devel >= %{soup_version}
|
BuildRequires: libsecret-devel >= %{libsecret_version}
|
||||||
|
BuildRequires: libsoup-devel >= %{libsoup_version}
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: nspr-devel
|
BuildRequires: nspr-devel
|
||||||
BuildRequires: nss-devel
|
BuildRequires: nss-devel
|
||||||
@ -105,6 +107,7 @@ Requires: libgnome-keyring-devel
|
|||||||
Requires: libgweather-devel
|
Requires: libgweather-devel
|
||||||
Requires: libical-devel
|
Requires: libical-devel
|
||||||
Requires: liboauth-devel
|
Requires: liboauth-devel
|
||||||
|
Requires: libsecret-devel
|
||||||
Requires: libsoup-devel
|
Requires: libsoup-devel
|
||||||
Requires: sqlite-devel
|
Requires: sqlite-devel
|
||||||
|
|
||||||
@ -367,6 +370,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
|||||||
%{_datadir}/gtk-doc/html/libedataserverui
|
%{_datadir}/gtk-doc/html/libedataserverui
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 22 2012 Milan Crha <mcrha@redhat.com> - 3.7.1-1
|
||||||
|
- Update to 3.7.1
|
||||||
|
|
||||||
* Mon Sep 17 2012 Milan Crha <mcrha@redhat.com> - 3.5.92-1
|
* Mon Sep 17 2012 Milan Crha <mcrha@redhat.com> - 3.5.92-1
|
||||||
- Update to 3.5.92
|
- Update to 3.5.92
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user