SHA256
1
0
forked from pool/cmis-client
Commit Graph

15 Commits

Author SHA256 Message Date
Tomáš Chvátal
e452b79c9d - Whitespace cleanup here&there.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cmis-client?expand=0&rev=20
2013-12-30 10:58:12 +00:00
Tomáš Chvátal
c9d96e9b67 Accepting request 206579 from home:jengelh:branches:devel:libraries:c_c++
- 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)

OBS-URL: https://build.opensuse.org/request/show/206579
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cmis-client?expand=0&rev=19
2013-11-12 09:12:55 +00:00
Cédric Bosdonnat
a6ed6bee13 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cmis-client?expand=0&rev=18
2013-08-07 15:33:19 +00:00
Tomáš Chvátal
4be180deaf Accepting request 178444 from home:elvigia:branches:devel:libraries:c_c++
- Build with large file support in 32 bit archs, no good 
 will come mixing LFS-aware executables and non-LFS libraries.

OBS-URL: https://build.opensuse.org/request/show/178444
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cmis-client?expand=0&rev=16
2013-06-11 07:12:03 +00:00
Tomáš Chvátal
55c616bcdf Fix typo in changes file.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cmis-client?expand=0&rev=14
2013-01-31 15:52:43 +00:00
Tomáš Chvátal
88c7ee5dc3 - Version bup to 0.3.0
* 0.3.1
      * Added support for proxy configuration
      * Fixed man page generation
      * Misc code cleanup / fixes

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cmis-client?expand=0&rev=13
2013-01-31 15:36:55 +00:00
Cédric Bosdonnat
68d759517c Accepting request 149921 from home:scarabeus_iv
- Fix libcmis-c-devel dependency over itself.

OBS-URL: https://build.opensuse.org/request/show/149921
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cmis-client?expand=0&rev=11
2013-01-25 14:53:43 +00:00
Cédric Bosdonnat
c9206bb141 - Update to version 0.3.0
+ 0.2.2
      + Fixed soname for the library
      + Allow building against libcurl 7.13.1
  + 0.2.3
      + Fixed SharePoint support
      + Conditional build of man page
  + 0.3.0
      + Added Document::checkOut(), Document::cancelCheckout() and Document::checkIn()
      + Added Object::move( ) -- Grau Data
      + Fixes for xcmis and cloudoku.com -- Grau Data
      + Added Document::getAllVersions( )
      + WebService binding implementation
      + Session factory automatically detects which binding to use
      + C wrapper API
      + Unit tests are now split between quick ones and the ones needing a CMIS server

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cmis-client?expand=0&rev=8
2012-09-13 12:42:17 +00:00
Cédric Bosdonnat
f6d3da5da6 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cmis-client?expand=0&rev=7
2012-06-04 11:43:14 +00:00
Stephan Kulow
2d41bd1a03 Accepting request 123174 from devel:libraries:c_c++
This library is already used by libreoffice. There are plans to use it
also in GIO. Hence, it would make sense to have it in the official openSUSE
product.

The author of the library, Cedric Bosdonnat, works in the LibreOffice team
for SUSE. So, we need not be afraid of maintenance and licesne :-)

This is second submit request with corrected license (bnc#764478)

OBS-URL: https://build.opensuse.org/request/show/123174
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cmis-client?expand=0&rev=1
2012-06-01 20:30:28 +00:00
Cédric Bosdonnat
4e46adf5a4 - Fixed licenses
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cmis-client?expand=0&rev=5
2012-05-29 14:45:10 +00:00
Cédric Bosdonnat
b029ac1dad Fixed the warnings in the SLE_10 build
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cmis-client?expand=0&rev=4
2011-10-06 10:30:07 +00:00
Cédric Bosdonnat
4f599ed7a1 Fixe build for SLE*
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cmis-client?expand=0&rev=3
2011-10-06 09:12:12 +00:00
Cédric Bosdonnat
4882ec9faa Fixed the package spec file
* Removed the %clean section
  * Removed the %package debugsource
  * Fixed typo in libcmis-devel summary

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cmis-client?expand=0&rev=2
2011-10-06 08:44:56 +00:00
Ismail Dönmez
fa3e41db8c Accepting request 86868 from home:cbosdonnat
cmis-client and the underlying libcmis is a library to get handle documents in CMIS-enabled repositories.
That library is used by LibreOffice, but can be useful to other projects.

OBS-URL: https://build.opensuse.org/request/show/86868
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cmis-client?expand=0&rev=1
2011-10-06 08:09:17 +00:00