Hello community, here is the log from the commit of package cmis-client for openSUSE:Factory checked in at 2013-12-30 21:27:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cmis-client (Old) and /work/SRC/openSUSE:Factory/.cmis-client.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cmis-client" Changes: -------- --- /work/SRC/openSUSE:Factory/cmis-client/cmis-client.changes 2013-06-18 10:29:29.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.cmis-client.new/cmis-client.changes 2013-12-30 21:27:12.000000000 +0100 @@ -1,0 +2,30 @@ +Mon Dec 30 10:58:01 UTC 2013 - [email protected] + +- Whitespace cleanup here&there. + +------------------------------------------------------------------- +Tue Nov 12 04:58:21 UTC 2013 - [email protected] + +- Set RPM groups of shlib packages to what we normally use +- Make a note in the description about what "CMIS" is +- Require boost-1.42 (first one to have the mandatory uuid.hpp) + +------------------------------------------------------------------- +Wed Aug 7 15:25:18 UTC 2013 - [email protected] + +- Update to version 0.4.1 + + 0.4.0 + + Support for Google Drive protocol as a binding + + Support for Alfresco in the cloud + + Added OAuth2 authentication support + + Added API to configure HTTP proxy + + Handle invalid SSL certificate problems + + Added API for renditions + + Moved the CMIS Atom binding unit tests to use libcurl mockup + + Added repository capabilities support (still missing + capabilityCreatablePropertyTypes and capabilityNewTypeSettableAttributes) + + 0.4.1 + + Don't install the libcmis-mockup library: only for testing purpose + + +------------------------------------------------------------------- Old: ---- libcmis-0.3.1.tar.gz New: ---- libcmis-0.4.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cmis-client.spec ++++++ --- /var/tmp/diff_new_pack.rZR49X/_old 2013-12-30 21:27:12.000000000 +0100 +++ /var/tmp/diff_new_pack.rZR49X/_new 2013-12-30 21:27:12.000000000 +0100 @@ -16,19 +16,18 @@ # -%define soname 0_3-3 -%define incname 0.3 +%define soname 0_4-4 +%define incname 0.4 %define _name libcmis - Name: cmis-client -Version: 0.3.1 +Version: 0.4.1 Release: 0 Summary: Sample CMIS client License: MPL-1.1 or GPL-2.0+ or LGPL-2.1+ Group: Development/Libraries/C and C++ Url: http://sourceforge.net/projects/libcmis/ Source0: %{_name}-%{version}.tar.gz -BuildRequires: boost-devel +BuildRequires: boost-devel >= 1.42 BuildRequires: docbook2X BuildRequires: gcc-c++ BuildRequires: intltool @@ -37,18 +36,20 @@ BuildRequires: libxml2-devel BuildRequires: libxslt BuildRequires: pkg-config -BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: %{_name}-%{soname} = %{version} +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Sample client to access CMIS-enabled repositories using libcmis. %package -n %{_name}-%{soname} Summary: Library for accessing CMIS-enabled servers -Group: Development/Libraries/C and C++ +Group: System/Libraries %description -n %{_name}-%{soname} -LibCMIS is a C++ client library for the CMIS interface. This allows C++ applications to connect to any CMIS-enabled repositories. +LibCMIS is a C++ client library for the CMIS (Content Management +Interoperability Services) interface. This allows C++ applications to +connect to any CMIS-enabled repositories. %package -n %{_name}-devel Summary: Libcmis development files @@ -61,7 +62,7 @@ %package -n %{_name}-c-%{soname} Summary: C Wrapper for libcmis, a library for accessing CMIS-enabled servers -Group: Development/Libraries/C and C++ +Group: System/Libraries %description -n %{_name}-c-%{soname} libcmis-c is a C client library for the CMIS interface. This allows C applications to connect to any CMIS-enabled repositories. @@ -80,8 +81,8 @@ %setup -q -n %{_name}-%{version} %build -export CFLAGS="%optflags -D_GNU_SOURCE $(getconf LFS_CFLAGS)" -export CXXFLAGS="%optflags $(getconf LFS_CFLAGS)" +export CFLAGS="%{optflags} -D_GNU_SOURCE $(getconf LFS_CFLAGS)" +export CXXFLAGS="%{optflags} $(getconf LFS_CFLAGS)" %configure \ --disable-long-tests \ --disable-static \ @@ -89,11 +90,11 @@ make %{?_smp_mflags} V=1 %install -make DESTDIR=$RPM_BUILD_ROOT install -find %{buildroot}%{_libdir} -type f -name "*.la" -delete -print +make DESTDIR=%{buildroot} install %{?_smp_mflags} +find %{buildroot} -type f -name "*.la" -delete -print %check -make check +make check %{?_smp_mflags} %post -n %{_name}-%{soname} -p /sbin/ldconfig ++++++ libcmis-0.3.1.tar.gz -> libcmis-0.4.1.tar.gz ++++++ ++++ 40153 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
