- Update to 2.25.3
- New BR: libgweather-devel
This commit is contained in:
parent
b3351676ae
commit
fd134dea77
@ -1 +1 @@
|
|||||||
evolution-data-server-2.25.2.tar.bz2
|
evolution-data-server-2.25.3.tar.bz2
|
||||||
|
@ -0,0 +1,11 @@
|
|||||||
|
diff -up evolution-data-server-2.25.3/camel/camel-folder-summary.c.implicit-function-declarations evolution-data-server-2.25.3/camel/camel-folder-summary.c
|
||||||
|
--- evolution-data-server-2.25.3/camel/camel-folder-summary.c.implicit-function-declarations 2008-12-15 10:23:02.000000000 -0500
|
||||||
|
+++ evolution-data-server-2.25.3/camel/camel-folder-summary.c 2008-12-15 10:27:31.000000000 -0500
|
||||||
|
@@ -41,6 +41,7 @@
|
||||||
|
#include <libedataserver/e-memory.h>
|
||||||
|
|
||||||
|
#include "camel-db.h"
|
||||||
|
+#include "camel-debug.h"
|
||||||
|
#include "camel-file-utils.h"
|
||||||
|
#include "camel-folder-summary.h"
|
||||||
|
#include "camel-folder.h"
|
@ -9,6 +9,7 @@
|
|||||||
%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 libbonobo_version 2.20.3
|
%define libbonobo_version 2.20.3
|
||||||
|
%define libgweather_version 2.25.2
|
||||||
%define orbit2_version 2.9.8
|
%define orbit2_version 2.9.8
|
||||||
%define soup_version 2.3.0
|
%define soup_version 2.3.0
|
||||||
%define sqlite_version 3.5
|
%define sqlite_version 3.5
|
||||||
@ -28,8 +29,8 @@
|
|||||||
### Abstract ###
|
### Abstract ###
|
||||||
|
|
||||||
Name: evolution-data-server
|
Name: evolution-data-server
|
||||||
Version: 2.25.2
|
Version: 2.25.3
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2
|
License: LGPLv2
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Summary: Backend data server for Evolution
|
Summary: Backend data server for Evolution
|
||||||
@ -54,6 +55,8 @@ Patch12: evolution-data-server-1.10.1-camel-folder-summary-crash.patch
|
|||||||
# RH bug #243296
|
# RH bug #243296
|
||||||
Patch13: evolution-data-server-1.11.5-fix-64bit-acinclude.patch
|
Patch13: evolution-data-server-1.11.5-fix-64bit-acinclude.patch
|
||||||
|
|
||||||
|
Patch14: evolution-data-server-2.25.3-implicit-function-declarations.patch
|
||||||
|
|
||||||
### Build Dependencies ###
|
### Build Dependencies ###
|
||||||
|
|
||||||
BuildRequires: GConf2-devel
|
BuildRequires: GConf2-devel
|
||||||
@ -71,6 +74,7 @@ BuildRequires: libbonobo-devel >= %{libbonobo_version}
|
|||||||
BuildRequires: libglade2-devel
|
BuildRequires: libglade2-devel
|
||||||
BuildRequires: libgnome-devel
|
BuildRequires: libgnome-devel
|
||||||
BuildRequires: libgnomeui-devel
|
BuildRequires: libgnomeui-devel
|
||||||
|
BuildRequires: libgweather-devel >= %{libgweather_version}
|
||||||
BuildRequires: libsoup-devel >= %{soup_version}
|
BuildRequires: libsoup-devel >= %{soup_version}
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: sqlite-devel >= %{sqlite_version}
|
BuildRequires: sqlite-devel >= %{sqlite_version}
|
||||||
@ -112,6 +116,7 @@ Requires: %{name} = %{version}-%{release}
|
|||||||
Requires: %{name}-doc = %{version}-%{release}
|
Requires: %{name}-doc = %{version}-%{release}
|
||||||
Requires: libbonobo-devel
|
Requires: libbonobo-devel
|
||||||
Requires: libgnome-devel
|
Requires: libgnome-devel
|
||||||
|
Requires: libgweather-devel
|
||||||
Requires: libsoup-devel
|
Requires: libsoup-devel
|
||||||
Requires: sqlite-devel
|
Requires: sqlite-devel
|
||||||
|
|
||||||
@ -132,6 +137,7 @@ This package contains developer documentation for %{name}.
|
|||||||
%patch11 -p1 -b .fix-ldap-query
|
%patch11 -p1 -b .fix-ldap-query
|
||||||
%patch12 -p1 -b .camel-folder-summary-crash
|
%patch12 -p1 -b .camel-folder-summary-crash
|
||||||
%patch13 -p1 -b .fix-64bit-acinclude
|
%patch13 -p1 -b .fix-64bit-acinclude
|
||||||
|
%patch14 -p1 -b .implicit-function-declarations
|
||||||
|
|
||||||
mkdir -p krb5-fakeprefix/include
|
mkdir -p krb5-fakeprefix/include
|
||||||
mkdir -p krb5-fakeprefix/lib
|
mkdir -p krb5-fakeprefix/lib
|
||||||
@ -377,6 +383,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/gtk-doc/html/libedataserverui
|
%{_datadir}/gtk-doc/html/libedataserverui
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 15 2008 Matthew Barnes <mbarnes@redhat.com> - 2.25.3-1.fc11
|
||||||
|
- Update to 2.25.3
|
||||||
|
- New BR: libgweather-devel
|
||||||
|
|
||||||
* Thu Dec 04 2008 Matthew Barnes <mbarnes@redhat.com> - 2.25-2-2.fc11
|
* Thu Dec 04 2008 Matthew Barnes <mbarnes@redhat.com> - 2.25-2-2.fc11
|
||||||
- Rebuild due to recent pkg-config breakage.
|
- Rebuild due to recent pkg-config breakage.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user