Hello community,

here is the log from the commit of package cmis-client for openSUSE:Factory 
checked in at 2012-09-14 12:21:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cmis-client (Old)
 and      /work/SRC/openSUSE:Factory/.cmis-client.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cmis-client", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/cmis-client/cmis-client.changes  2012-06-01 
22:31:30.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.cmis-client.new/cmis-client.changes     
2012-09-14 12:21:57.000000000 +0200
@@ -1,0 +2,18 @@
+Mon Jun  4 11:37:10 UTC 2012 - cbosdon...@suse.com
+
+- Update to version 0.2.1
+  + 0.2.0
+    + Handle all the authentication methods that can be handled by
+      libcurl like Basic, NTLM...
+    + Decode base64 encoded content sent by SharePoint
+    + Set the content of a document
+    + Query nodes by path
+    + Get the allowable actions for a node
+    + Object properties can be updated
+    + Query object types
+    + Creation of folders and documents
+    + Deletion of folders and documents
+  + 0.2.1
+    + Fixed documentation distribution
+
+-------------------------------------------------------------------

Old:
----
  libcmis-0.1.0.tar.bz2
  warning-free.patch

New:
----
  libcmis-0.2.1.tar.gz

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

Other differences:
------------------
++++++ cmis-client.spec ++++++
--- /var/tmp/diff_new_pack.U1td9E/_old  2012-09-14 12:21:58.000000000 +0200
+++ /var/tmp/diff_new_pack.U1td9E/_new  2012-09-14 12:21:58.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package radicale
+# spec file for package cmis-client
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -17,24 +17,24 @@
 
 
 %define soname 0_2-0
+%define incname 0.2
 %define _name  libcmis
 
 Name:           cmis-client
-Version:        0.1.0
+Version:        0.2.1
 Release:        0
-License:        MPL-1.1 or GPL-2.0+ or LGPL-2.1+
 Summary:        Sample CMIS client
-Url:            
http://people.freedesktop.org/~cbosdo/libcmis/libcmis-%{version}.tar.gz
+License:        MPL-1.1 or GPL-2.0+ or LGPL-2.1+
 Group:          Development/Libraries/C and C++ 
-Source0:        libcmis-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM warning-free.patch cbosdon...@suse.com -- Fixes the 
warnings from -Weffc++
-Patch0:         warning-free.patch
-BuildRequires:  intltool
-BuildRequires:  pkg-config
-BuildRequires:  libxml2-devel
-BuildRequires:  libcurl-devel
+Url:            
http://people.freedesktop.org/~cbosdo/libcmis/libcmis-%{version}.tar.gz
+Source0:        libcmis-%{version}.tar.gz
 BuildRequires:  boost-devel
+BuildRequires:  docbook2X
 BuildRequires:  gcc-c++
+BuildRequires:  intltool
+BuildRequires:  libcurl-devel
+BuildRequires:  libxml2-devel
+BuildRequires:  pkg-config
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Requires:       %{_name}-%{soname} = %{version}
 
@@ -42,7 +42,6 @@
 Sample client to access CMIS-enabled repositories using libcmis.
 
 %package -n %{_name}-%{soname}
-License:        MPL-1.1 or GPL-2.0+ or LGPL-2.1+
 Summary:        Library for accessing CMIS-enabled servers
 Group:          Development/Libraries/C and C++ 
 
@@ -50,7 +49,6 @@
 LibCMIS is a C++ client library for the CMIS interface. This allows C++ 
applications to connect to any CMIS-enabled repositories.
 
 %package -n %{_name}-devel
-License:        MPL-1.1 or GPL-2.0+ or LGPL-2.1+
 Summary:        Libcmis development files
 Group:          Development/Libraries/C and C++ 
 Requires:       %{_name}-%{soname} = %{version}
@@ -61,12 +59,12 @@
 
 %prep
 %setup -q -n %{_name}-%{version}
-%patch0 -p1
 
 %build
 %configure \
     --disable-tests \
-    --disable-static
+    --disable-static \
+    --disable-werror
 make %{?_smp_mflags}
 
 %install
@@ -83,6 +81,7 @@
 %files
 %defattr(-, root, root)
 %{_bindir}/cmis-client
+%doc %{_mandir}/man1/cmis-client.1.gz
 
 %files -n %{_name}-%{soname}
 %defattr(-, root, root)
@@ -91,7 +90,7 @@
 
 %files -n %{_name}-devel
 %defattr(-,root,root)
-%{_includedir}/%{_name}
+%{_includedir}/%{_name}-%{incname}
 %{_libdir}/pkgconfig/*.pc
 %{_libdir}/*.so
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to