commit evolution-sharp for openSUSE:Factory
Hello community, here is the log from the commit of package evolution-sharp for openSUSE:Factory checked in at Thu May 28 03:23:45 CEST 2009. -------- --- GNOME/evolution-sharp/evolution-sharp.changes 2009-05-21 15:09:48.000000000 +0200 +++ evolution-sharp/evolution-sharp.changes 2009-05-27 17:58:51.000000000 +0200 @@ -1,0 +2,8 @@ +Wed May 27 17:55:52 CEST 2009 - vuntz@novell.com + +- Update to version 0.21.1: + + Update to support 2.26.0 stable release of + Evolution-Data-Server. Compatible with EDS < 2.27.3. +- Drop evolution-sharp-newer-eds.patch: fixed upstream. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- evolution-sharp-0.20.0.tar.bz2 evolution-sharp-newer-eds.patch New: ---- evolution-sharp-0.21.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ evolution-sharp.spec ++++++ --- /var/tmp/diff_new_pack.M16914/_old 2009-05-28 03:22:57.000000000 +0200 +++ /var/tmp/diff_new_pack.M16914/_new 2009-05-28 03:22:57.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package evolution-sharp (Version 0.20.0) +# spec file for package evolution-sharp (Version 0.21.1) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -28,13 +28,11 @@ License: GPL v2 or later Group: Productivity/Networking/Email/Clients Requires: mono -Version: 0.20.0 -Release: 2 +Version: 0.21.1 +Release: 1 Summary: Mono Bindings for Evolution Url: http://gnome.org/projects/evolution/ Source: http://ftp.gnome.org/pub/gnome/sources/evolution-sharp/0.17/%{name}-%{version}.tar.bz2 -# PATCH-FIX-UPSTREAM evolution-sharp-newer-eds.patch vuntz@novell.com -- Make it compile with new eds -Patch0: evolution-sharp-newer-eds.patch Patch2: task-field-changes.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: licenses @@ -51,7 +49,6 @@ %prep %setup -q -%patch0 -p1 %patch2 %build @@ -81,6 +78,11 @@ %{_prefix}/lib/mono/gac/evolution-sharp %changelog +* Wed May 27 2009 vuntz@novell.com +- Update to version 0.21.1: + + Update to support 2.26.0 stable release of + Evolution-Data-Server. Compatible with EDS < 2.27.3. +- Drop evolution-sharp-newer-eds.patch: fixed upstream. * Thu May 21 2009 vuntz@novell.com - Add evolution-sharp-newer-eds.patch to make it compile with evolution-data-server 2.27. ++++++ evolution-sharp-0.20.0.tar.bz2 -> evolution-sharp-0.21.1.tar.bz2 ++++++ ++++ 53413 lines of diff (skipped) ++++ retrying with extended exclude list diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/evolution-sharp-0.20.0/ChangeLog new/evolution-sharp-0.21.1/ChangeLog --- old/evolution-sharp-0.20.0/ChangeLog 2009-03-24 13:35:37.000000000 +0100 +++ new/evolution-sharp-0.21.1/ChangeLog 2009-05-26 10:40:40.000000000 +0200 @@ -1,8 +1,8 @@ -2009-03-24 Johnny Jacob <jjohnny@novell.com> +2009-05-26 Johnny Jacob <jjohnny@novell.com> - * configure.in: Version bump to 0.20.0 + ** Compatible with 2.27.x - * NEWS: 0.20.0 updates + * configure.in: Version update to 0.21.1 2009-02-18 Johnny Jacob <jjohnny@novell.com> diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/evolution-sharp-0.20.0/config.h.in new/evolution-sharp-0.21.1/config.h.in --- old/evolution-sharp-0.20.0/config.h.in 2009-03-24 07:26:44.000000000 +0100 +++ new/evolution-sharp-0.21.1/config.h.in 2009-05-26 11:01:45.000000000 +0200 @@ -30,6 +30,10 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ +#undef LT_OBJDIR + /* Name of package */ #undef PACKAGE diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/evolution-sharp-0.20.0/configure.in new/evolution-sharp-0.21.1/configure.in --- old/evolution-sharp-0.20.0/configure.in 2009-03-24 07:26:14.000000000 +0100 +++ new/evolution-sharp-0.21.1/configure.in 2009-05-26 10:51:16.000000000 +0200 @@ -1,7 +1,7 @@ AC_INIT(README) AC_CANONICAL_SYSTEM AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(evolution-sharp, 0.20.0) +AM_INIT_AUTOMAKE(evolution-sharp, 0.21.1) AM_MAINTAINER_MODE AC_PROG_INSTALL @@ -16,8 +16,8 @@ PKG_CHECK_MODULES(EVOLUTION_DATA_SERVER_1_8, evolution-data-server-1.2 >= 1.8 evolution-data-server-1.2 < 1.9, edsver="1.8", AC_MSG_RESULT([no])) PKG_CHECK_MODULES(EVOLUTION_DATA_SERVER_1_9, evolution-data-server-1.2 >= 1.9 evolution-data-server-1.2 < 1.10, edsver="1.9", AC_MSG_RESULT([no])) PKG_CHECK_MODULES(EVOLUTION_DATA_SERVER_1_10, evolution-data-server-1.2 >= 1.10 evolution-data-server-1.2 < 2.23.92, edsver="1.10", AC_MSG_RESULT([no])) -PKG_CHECK_MODULES(EVOLUTION_DATA_SERVER_2_24, evolution-data-server-1.2 >= 2.23.92 evolution-data-server-1.2 < 2.27.0, edsver="2.24", AC_MSG_RESULT([no])) -PKG_CHECK_MODULES(TOO_NEW_EDS, evolution-data-server-1.2 >= 2.27.0, edsver="unsupported", AC_MSG_RESULT([no])) +PKG_CHECK_MODULES(EVOLUTION_DATA_SERVER_2_24, evolution-data-server-1.2 >= 2.23.92 evolution-data-server-1.2 < 2.27.4, edsver="2.24", AC_MSG_RESULT([no])) +PKG_CHECK_MODULES(TOO_NEW_EDS, evolution-data-server-1.2 >= 2.27.4, edsver="unsupported", AC_MSG_RESULT([no])) if test "x$edsver" = "x1.8"; then EDS_VERSION=-1.2 diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/evolution-sharp-0.20.0/evolution-sharp.spec new/evolution-sharp-0.21.1/evolution-sharp.spec --- old/evolution-sharp-0.20.0/evolution-sharp.spec 2009-03-24 07:26:44.000000000 +0100 +++ new/evolution-sharp-0.21.1/evolution-sharp.spec 2009-05-26 11:01:45.000000000 +0200 @@ -1,6 +1,6 @@ Summary: Evolution Data Server Mono Bindings Name: evolution-sharp -Version: 0.20.0 +Version: 0.21.1 Release: 1 License: LGPL Group: Applications/Development diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/evolution-sharp-0.20.0/NEWS new/evolution-sharp-0.21.1/NEWS --- old/evolution-sharp-0.20.0/NEWS 2009-03-24 13:34:36.000000000 +0100 +++ new/evolution-sharp-0.21.1/NEWS 2009-05-26 10:51:52.000000000 +0200 @@ -1,7 +1,8 @@ -Version 0.20.0 -24 March 2009 +Version 0.21.1 +26 May 2009 + + Compatible with EDS < 2.27.3 -* Update to support 2.26.0 stable release of Evolution-Data-Server ------------------------------------------------------ Version 0.19.2.1 18 Feb 2009 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de