Hello community,

here is the log from the commit of package libkolabxml for openSUSE:Factory 
checked in at 2019-04-17 10:04:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libkolabxml (Old)
 and      /work/SRC/openSUSE:Factory/.libkolabxml.new.17052 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libkolabxml"

Wed Apr 17 10:04:16 2019 rev:29 rq:693120 version:1.1.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/libkolabxml/libkolabxml.changes  2017-10-05 
11:48:48.724795961 +0200
+++ /work/SRC/openSUSE:Factory/.libkolabxml.new.17052/libkolabxml.changes       
2019-04-17 10:04:17.558494986 +0200
@@ -1,0 +2,6 @@
+Thu Apr 11 07:37:22 UTC 2019 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Make sure libxerces-c-devel is installed before using
+  libkolabxml-devel.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libkolabxml.spec ++++++
--- /var/tmp/diff_new_pack.1MOYZA/_old  2019-04-17 10:04:18.342495929 +0200
+++ /var/tmp/diff_new_pack.1MOYZA/_new  2019-04-17 10:04:18.342495929 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libkolabxml
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -31,9 +31,9 @@
 Version:        1.1.6
 Release:        0
 Summary:        Kolab XML Format Schema Definitions Library
-License:        LGPL-3.0+
+License:        LGPL-3.0-or-later
 Group:          Development/Libraries/C and C++
-Url:            https://kolab.org/about/libkolabxml
+URL:            https://kolab.org/about/libkolabxml
 Source:         
http://mirror.kolabsys.com/pub/releases/%{name}-%{version}.tar.gz
 BuildRequires:  cmake >= 2.6
 BuildRequires:  gcc-c++
@@ -97,6 +97,7 @@
 Group:          Development/Libraries/C and C++
 Requires:       %{libname} = %{version}
 Requires:       libcurl-devel
+Requires:       libxerces-c-devel
 %if 0%{?suse_version} > 1325
 Requires:       libboost_chrono-devel
 Requires:       libboost_date_time-devel
@@ -255,17 +256,18 @@
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files -n %{libname}
-%doc AUTHORS COPYING README
+%license COPYING
+%doc AUTHORS README
 %{_libdir}/libkolabxml.so.*
 
 %files -n python-%{libname}
-%doc COPYING
+%license COPYING
 %{python_sitearch}/_kolabformat.so
 %{python_sitearch}/kolabformat.py*
 
 %if %{with php}
 %files -n php-%{libname}
-%doc COPYING
+%license COPYING
 %config(noreplace) %{php_confdir}/kolabformat.ini
 %{_datadir}/php5/kolabformat.php
 %{php_extdir}/kolabformat.so
@@ -273,14 +275,14 @@
 
 %if %{with java}
 %files -n java-%{libname}
-%doc COPYING
+%license COPYING
 %dir %{_libdir}/java/
 %{_libdir}/java/*
 %endif
 
 %if %{with mono}
 %files -n mono-%{libname}
-%doc COPYING
+%license COPYING
 %{_libexecdir}/mono/*
 %endif
 


Reply via email to