Hello community,

here is the log from the commit of package libkolabxml for openSUSE:Factory 
checked in at 2014-01-03 14:53:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libkolabxml (Old)
 and      /work/SRC/openSUSE:Factory/.libkolabxml.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libkolabxml"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libkolabxml/libkolabxml.changes  2013-09-16 
10:04:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libkolabxml.new/libkolabxml.changes     
2014-01-03 14:53:28.000000000 +0100
@@ -1,0 +2,17 @@
+Thu Nov 21 13:16:57 UTC 2013 - [email protected]
+
+- New upstream release 1.0.1
+- soname changed from 0 to 1
+
+-------------------------------------------------------------------
+Wed Nov 20 22:55:47 UTC 2013 - [email protected]
+
+- New upstream release 0.8.5
+- csharp_bindings.diff: Fix csharp bindings
+
+-------------------------------------------------------------------
+Wed Nov 13 12:31:03 UTC 2013 - [email protected]
+
+- Bindings require libkolabxml
+
+-------------------------------------------------------------------

Old:
----
  libkolabxml-0.8.4.tar.gz

New:
----
  csharp_bindings.diff
  libkolabxml-1.0.1.tar.gz

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

Other differences:
------------------
++++++ libkolabxml.spec ++++++
--- /var/tmp/diff_new_pack.YqBadv/_old  2014-01-03 14:53:28.000000000 +0100
+++ /var/tmp/diff_new_pack.YqBadv/_new  2014-01-03 14:53:28.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libkolabxml
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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,16 +23,18 @@
 %bcond_without mono
 
 Name:           libkolabxml
-Version:        0.8.4
+Version:        1.0.1
 Release:        0
-%define soname  0
+%define soname  1
 Summary:        Kolab XML Format Schema Definitions Library
 License:        LGPL-3.0+
 Group:          Development/Libraries/C and C++
 Url:            https://kolab.org/about/libkolabxml
 Source:         
http://mirror.kolabsys.com/pub/releases/%{name}-%{version}.tar.gz
-# Fix uuid.h path on SLE* 11
+# PATCH-FIX-SLE fix_uuid_includes_SLE.diff -- Fix uuid.h path on SLE* 11
 Patch0:         fix_uuid_includes_SLE.diff
+# PATCH-FIX-UPSTREAM csharp_bindings.diff -- Fix csharp bindings
+Patch1:         csharp_bindings.diff
 BuildRequires:  boost-devel
 BuildRequires:  cmake >= 2.6
 BuildRequires:  gcc-c++
@@ -103,6 +105,7 @@
 %package -n java-%{name}%{soname}
 Summary:        Java bindings for %{name}
 Group:          Development/Languages/Java
+Requires:       %{name}%{soname} = %{version}
 Provides:       java-kolabformat = %{version}
 
 %description -n java-%{name}%{soname}
@@ -122,6 +125,7 @@
 %package -n mono-%{name}%{soname}
 Summary:        Mono (C#) bindings for %{name}
 Group:          Development/Languages/Mono
+Requires:       %{name}%{soname} = %{version}
 Provides:       csharp-kolabformat = %{version}
 
 %description -n mono-%{name}%{soname}
@@ -141,6 +145,7 @@
 %package -n php-%{name}%{soname}
 Summary:        PHP bindings for %{name}
 Group:          Development/Languages/Other
+Requires:       %{name}%{soname} = %{version}
 Provides:       php-kolabformat = %{version}
 
 %description -n php-%{name}%{soname}
@@ -160,6 +165,7 @@
 %package -n python-%{name}%{soname}
 Summary:        Python bindings for %{name}
 Group:          Development/Languages/Python
+Requires:       %{name}%{soname} = %{version}
 Provides:       python-kolabformat = %{version}
 
 %description -n python-%{name}%{soname}
@@ -181,6 +187,7 @@
 %if 0%{?sles_version} == 11
 %patch0 -p0
 %endif
+%patch1 -p1
 
 %build
   export CXXFLAGS="%{optflags}"
@@ -198,11 +205,11 @@
         -DPYTHON_BINDINGS=TRUE -DPYTHON_INSTALL_DIR=%{python_sitearch} \
         ..
 
-  make %{?_smp_mflags}
+  %{__make} %{?_smp_mflags}
 
 %install
   cd build
-  make DESTDIR=%{buildroot} install
+  %{__make} DESTDIR=%{buildroot} install
 
   mkdir -p %{buildroot}/%{_datadir}/%{phpdir}
   mv %{buildroot}/%{php_extdir}/kolabformat.php 
%{buildroot}/%{_datadir}/%{phpdir}/kolabformat.php

++++++ csharp_bindings.diff ++++++
diff -Ppru a/src/csharp/CMakeLists.txt b/src/csharp/CMakeLists.txt
--- a/src/csharp/CMakeLists.txt 2013-10-30 17:48:07.000000000 +0100
+++ b/src/csharp/CMakeLists.txt 2013-11-21 01:15:23.552898945 +0100
@@ -44,8 +44,11 @@ set(KOLAB_SWIG_CSHARP_FILES
         ${CMAKE_CURRENT_BINARY_DIR}/Related.cs
         ${CMAKE_CURRENT_BINARY_DIR}/Relative.cs
         ${CMAKE_CURRENT_BINARY_DIR}/Role.cs
+        ${CMAKE_CURRENT_BINARY_DIR}/Snippet.cs
+        ${CMAKE_CURRENT_BINARY_DIR}/SnippetsCollection.cs
         ${CMAKE_CURRENT_BINARY_DIR}/Status.cs
         ${CMAKE_CURRENT_BINARY_DIR}/SWIGTYPE_p_Kolab__Freebusy.cs
+        ${CMAKE_CURRENT_BINARY_DIR}/SWIGTYPE_p_std__vectorT_Kolab__Snippet_t.cs
         ${CMAKE_CURRENT_BINARY_DIR}/SWIGTYPE_p_std__vectorT_Kolab__Todo_t.cs
         ${CMAKE_CURRENT_BINARY_DIR}/Telephone.cs
         ${CMAKE_CURRENT_BINARY_DIR}/Todo.cs
++++++ libkolabxml-0.8.4.tar.gz -> libkolabxml-1.0.1.tar.gz ++++++
++++ 2228 lines of diff (skipped)

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

Reply via email to