Hello community,

here is the log from the commit of package evolution-sharp for openSUSE:Factory
checked in at Thu Mar 31 10:38:27 CEST 2011.



--------
--- GNOME/evolution-sharp/evolution-sharp.changes       2010-09-28 
23:19:28.000000000 +0200
+++ /mounts/work_src_done/STABLE/evolution-sharp/evolution-sharp.changes        
2011-03-21 17:58:21.000000000 +0100
@@ -1,0 +2,17 @@
+Mon Mar 21 16:58:21 UTC 2011 - [email protected]
+
+- licenses package is about to die
+
+-------------------------------------------------------------------
+Fri Feb 18 02:07:04 CET 2011 - [email protected]
+
+- Update evolution-sharp-newer-evo.patch so that the 2.91/2.92
+  compatibility doesn't break the 2.32 build.
+
+-------------------------------------------------------------------
+Thu Jan 20 12:20:04 UTC 2011 - [email protected]
+
+- Update evolution-sharp-newer-evo.patch to fix build with
+  evolution 2.91.x
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ evolution-sharp.spec ++++++
--- /var/tmp/diff_new_pack.t8HHHa/_old  2011-03-31 10:25:50.000000000 +0200
+++ /var/tmp/diff_new_pack.t8HHHa/_new  2011-03-31 10:25:50.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package evolution-sharp (Version 0.21.1)
+# spec file for package evolution-sharp
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,13 +23,12 @@
 BuildRequires:  glib-sharp2
 BuildRequires:  gtk-sharp2
 BuildRequires:  gtk-sharp2-gapi
-BuildRequires:  licenses
 BuildRequires:  mono-devel
 License:        GPLv2+
 Group:          Productivity/Networking/Email/Clients
 Requires:       mono
 Version:        0.21.1
-Release:        11
+Release:        15
 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
@@ -38,7 +37,6 @@
 # PATCH-FIX-UPSTREAM task-field-changes.diff bgo583866
 Patch2:         task-field-changes.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Requires:       licenses
 Provides:       %{name}-devel = %{version}-%{release}
 
 %description
@@ -63,7 +61,6 @@
 %install
 %makeinstall
 rm $RPM_BUILD_ROOT%{_libdir}/*.*a
-ln -sf /usr/share/doc/licenses/md5/$(md5sum COPYING | sed 's/ .*//') COPYING
 
 %clean
 rm -rf $RPM_BUILD_ROOT

++++++ evolution-sharp-newer-evo.patch ++++++
--- /var/tmp/diff_new_pack.t8HHHa/_old  2011-03-31 10:25:50.000000000 +0200
+++ /var/tmp/diff_new_pack.t8HHHa/_new  2011-03-31 10:25:50.000000000 +0200
@@ -2,14 +2,55 @@
 ===================================================================
 --- evolution-sharp-0.21.1.orig/configure.in
 +++ evolution-sharp-0.21.1/configure.in
-@@ -16,8 +16,8 @@ fi
+@@ -16,8 +16,9 @@ fi
  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.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]))
 +PKG_CHECK_MODULES(EVOLUTION_DATA_SERVER_2_24, evolution-data-server-1.2 >= 
2.23.92 evolution-data-server-1.2 < 2.33.0, edsver="2.24", AC_MSG_RESULT([no]))
-+PKG_CHECK_MODULES(TOO_NEW_EDS, evolution-data-server-1.2 >= 2.33.0, 
edsver="unsupported", AC_MSG_RESULT([no]))
++PKG_CHECK_MODULES(EVOLUTION_DATA_SERVER_2_92, evolution-data-server-1.2 >= 
2.91.1 evolution-data-server-1.2 < 2.93.0, edsver="2.92", AC_MSG_RESULT([no]))
++PKG_CHECK_MODULES(TOO_NEW_EDS, evolution-data-server-1.2 >= 2.93.0, 
edsver="unsupported", AC_MSG_RESULT([no]))
  
  if test "x$edsver" = "x1.8"; then
        EDS_VERSION=-1.2
+@@ -39,6 +40,13 @@ elif test "x$edsver" = "x2.24"; then
+       ECAL_SOVERSION=7
+       EBACKEND_SOVERSION=0
+       EDATACAL_SOVERSION=6
++elif test "x$edsver" = "x2.92"; then
++      EDS_VERSION=-1.2
++      EDS_SOVERSION=11
++      EBOOK_SOVERSION=9
++      ECAL_SOVERSION=8
++      EBACKEND_SOVERSION=1
++      EDATACAL_SOVERSION=11
+ elif test "x$edsver" = "xunsupported"; then
+       AC_MSG_ERROR([
+ 
+@@ -87,6 +95,7 @@ AM_CONDITIONAL(USE_EDS_1_8, test "x$edsv
+ AM_CONDITIONAL(USE_EDS_1_9, test "x$edsver" = "x1.9")
+ AM_CONDITIONAL(USE_EDS_1_10, test "x$edsver" = "x1.10")
+ AM_CONDITIONAL(USE_EDS_2_24, test "x$edsver" = "x2.24")
++AM_CONDITIONAL(USE_EDS_2_92, test "x$edsver" = "x2.92")
+ 
+ PKG_CHECK_MODULES(MONO, mono >= 1.0.0)
+ AC_PATH_PROG(CSC, mcs, no)
+Index: evolution-sharp-0.21.1/evolution/Makefile.am
+===================================================================
+--- evolution-sharp-0.21.1.orig/evolution/Makefile.am
++++ evolution-sharp-0.21.1/evolution/Makefile.am
+@@ -25,6 +25,13 @@ SOURCES_2_24 = src/CalComponentDateTime.
+ CSFLAGS = -define:USE_EDS_2_24
+ endif
+ 
++if USE_EDS_2_92
++RAW_API = evolution-api.raw
++CUSTOMS_2_24 = Icaltimetype.custom CalBackend.custom CalBackendCache.custom 
CalBackendSExp.custom
++SOURCES_2_24 = src/CalComponentDateTime.cs src/CalCompChanges.cs
++CSFLAGS = -define:USE_EDS_2_24
++endif
++
+ API=evolution-api.xml
+ METADATA = Evolution.metadata
+ ASSEMBLY_NAME = evolution-sharp


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to