Author: megabajt Date: Sat Sep 26 20:05:57 2009 GMT Module: packages Tag: HEAD ---- Log message: - updated to 2.28.0; merged from DEVEL
---- Files affected: packages/evolution-data-server: evolution-data-server.spec (1.144 -> 1.145) , evolution-data-server-ntlm-ldap.patch (1.3 -> 1.4) ---- Diffs: ================================================================ Index: packages/evolution-data-server/evolution-data-server.spec diff -u packages/evolution-data-server/evolution-data-server.spec:1.144 packages/evolution-data-server/evolution-data-server.spec:1.145 --- packages/evolution-data-server/evolution-data-server.spec:1.144 Thu Jul 2 16:23:20 2009 +++ packages/evolution-data-server/evolution-data-server.spec Sat Sep 26 22:05:51 2009 @@ -4,23 +4,23 @@ %bcond_without kerberos5 # build without kerberos5 support %bcond_without ldap # build without ldap support # -%define basever 2.26 +%define basever 2.28 %define apiver 1.2 Summary: Evolution data server Summary(pl.UTF-8): Serwer danych Evolution Name: evolution-data-server -Version: 2.26.3 -Release: 2 +Version: 2.28.0 +Release: 1 License: LGPL v2+ Group: X11/Libraries -Source0: http://ftp.gnome.org/pub/GNOME/sources/evolution-data-server/2.26/%{name}-%{version}.tar.bz2 -# Source0-md5: 01205605a598253bc227ff360c7c3dad +Source0: http://ftp.gnome.org/pub/GNOME/sources/evolution-data-server/2.28/%{name}-%{version}.tar.bz2 +# Source0-md5: 015a9692904c349034982c69d90b1b37 Patch0: %{name}-ntlm-ldap.patch URL: http://www.gnome.org/projects/evolution/ BuildRequires: GConf2-devel >= 2.26.0 BuildRequires: ORBit2-devel >= 1:2.14.8 -BuildRequires: autoconf >= 2.52 -BuildRequires: automake +BuildRequires: autoconf >= 2.58 +BuildRequires: automake >= 1:1.9 BuildRequires: bison BuildRequires: cyrus-sasl-devel BuildRequires: db-devel @@ -34,7 +34,6 @@ %{?with_kerberos5:BuildRequires: heimdal-devel} BuildRequires: libbonobo-devel >= 2.24.0 BuildRequires: libglade2-devel >= 1:2.6.2 -BuildRequires: libgnomeui-devel >= 2.24.0 BuildRequires: libgweather-devel >= 2.26.0 BuildRequires: libical-devel >= 0.43 BuildRequires: libsoup-devel >= 2.26.0 @@ -48,7 +47,7 @@ BuildRequires: pkgconfig BuildRequires: rpmbuild(macros) >= 1.304 BuildRequires: sed >= 4.0 -BuildRequires: sqlite3-devel +BuildRequires: sqlite3-devel >= 3.5 BuildRequires: zlib-devel Requires: %{name}-libs = %{version}-%{release} # s...@latn vs. s...@latin @@ -80,8 +79,7 @@ Summary: Evolution Data Server library Summary(pl.UTF-8): Biblioteka Evolution Data Server Group: X11/Libraries -Requires: libgnomeui >= 2.24.0 -Requires: libsoup >= 2.4.0 +Requires: libsoup >= 2.26.0 %description libs This package contains Evolution Data Server library. @@ -143,14 +141,14 @@ %patch0 -p1 # kill -L$withval/lib -sed -i -e 's/DB_LIBS="-L[^ "]* /DB_LIBS="/;s/ICONV_LIBS="[^ "]*/ICONV_LIBS="/' configure.in +sed -i -e 's/DB_LIBS="-L[^ "]* /DB_LIBS="/;s/ICONV_LIBS="[^ "]*/ICONV_LIBS="/' configure.ac %build %{__gtkdocize} %{__glib_gettextize} %{__intltoolize} %{__libtoolize} -%{__aclocal} +%{__aclocal} -I m4 %{__autoheader} %{__autoconf} %{__automake} @@ -348,6 +346,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.145 2009/09/26 20:05:51 megabajt +- updated to 2.28.0; merged from DEVEL + Revision 1.144 2009/07/02 14:23:20 baggins - rel 2 - back to heimdal kerberos @@ -358,8 +359,17 @@ Revision 1.142 2009/06/17 19:37:23 hawk - release 2 -Revision 1.141 2009/06/17 16:43:33 amateja +Revision 1.139.2.1 2009/06/17 17:15:08 amateja +- updated to 2.27.3 + +Revision 1.139 2009/06/17 13:55:28 amateja +- fixed md5sum + +Revision 1.138 2009/06/17 13:52:10 amateja - reverted + +Revision 1.137 2009/06/17 10:47:03 amateja +- updated to 2.27.3 Revision 1.136 2009/05/18 14:16:22 megabajt - updated to 2.26.2 ================================================================ Index: packages/evolution-data-server/evolution-data-server-ntlm-ldap.patch diff -u packages/evolution-data-server/evolution-data-server-ntlm-ldap.patch:1.3 packages/evolution-data-server/evolution-data-server-ntlm-ldap.patch:1.4 --- packages/evolution-data-server/evolution-data-server-ntlm-ldap.patch:1.3 Wed Jun 17 21:37:12 2009 +++ packages/evolution-data-server/evolution-data-server-ntlm-ldap.patch Sat Sep 26 22:05:51 2009 @@ -1,5 +1,5 @@ ---- evolution-data-server-1.12.1/configure.in~ 2007-10-14 19:39:02.000000000 +0200 -+++ evolution-data-server-1.12.1/configure.in 2007-11-06 19:57:01.000000000 +0100 +--- evolution-data-server-1.12.1/configure.ac~ 2007-10-14 19:39:02.000000000 +0200 ++++ evolution-data-server-1.12.1/configure.ac 2007-11-06 19:57:01.000000000 +0100 @@ -1256,7 +1256,7 @@ SAVE_LIBS="$LIBS" LDAP_CFLAGS="$LDAP_CFLAGS -DLDAP_DEPRECATED" ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/evolution-data-server/evolution-data-server.spec?r1=1.144&r2=1.145&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/evolution-data-server/evolution-data-server-ntlm-ldap.patch?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
