Package Release Info

redland-1.0.17-bp153.1.17

Update Info: Base Release
Available in Package Hub : 15 SP3

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

librdf0
librdf0-64bit
libredland-devel
redland
redland-storage-postgresql

Change Logs

Version: 1.0.17-bp152.3.9
* Fri Mar 01 2019 Reinhard Max <max@suse.com>
- PostrgeSQL's pg_config is meant for linking server extensions,
  use libpq's pkg-config instead (redland-postgresql.patch).
  This is needed to fix build with PostgreSQL 11.
* Sun Mar 15 2015 p.drouand@gmail.com
- Update to version 1.17
  * Configuration and build improvements
  * Fixed Issues: [1]0000529, [2]0000540, [3]0000541, [4]0000542 and
    [5]0000543
- Adapt redland-ocloexec.patch to upstream changes
* Sat Jun 15 2013 jengelh@inai.de
- Add redland-db6.diff to make it look for libdb 6.0
- Implement shlib packaging guidelines
  (rename libredland0 -> librdf0)
* Wed Jan 02 2013 hrvoje.senjan@gmail.com
- Update to 1.0.16
  * Fixed Issues: [1]#0000443, [2]#0000460, [3]#0000497, [4]#0000518,
    [5]#0000519
  * Postgres, MySQL and Hashes storage bug fixes.
  * Multiple other API bug fixes
  * Multiple build fixes to help building on Windows.
  * Requires Raptor 2.0.7 or newer
  * librdf_model_contains_statement() and librdf_storage_contains_
    statement() now return 0 for invalid statements
* Wed May 09 2012 darin@darins.net
- removed unnecessary postgresl-devel package and it's .la
- removed libpq5 require
* Tue May 08 2012 darin@darins.net
- Updated to include postgresql storage support and development
  packages
* Wed Dec 21 2011 tittiatcoke@gmail.com
- Update to 1.0.15
  Issues Fixed:
    0000461: librdf error - query language vsparql already
    registered
    0000468: xlc on AIX configure tests for both
    HAVE_BDB_OPEN_7_ARGS and HAVE_BDB_OPEN_6_ARGS pass
    0000475: Freeing a counted_string returned by redland on a
    modern Windows system crashes
    0000478: Object returned from librdf_stream_get_object must
    be copied, but may not copiable
    0000483: Documentation of
    librdf_parser_get_namespaces_seen_count return is
    incorrect
    0000485: No rule to make target `-lltdl', needed by
    `librdf.la'. Stop.
* Wed Dec 21 2011 coolo@suse.com
- add autoconf as buildrequire to avoid implicit dependency
* Wed Nov 16 2011 tittiatcoke@gmail.com
- Ensure that the patch regarding O_CLOEXEC is only applied on
  versions equal or higher than 12.1
* Mon Nov 14 2011 crrodriguez@opensuse.org
- open all file descriptors with O_CLOEXEC to avoid
  races and leaks.
* Mon Sep 19 2011 tittiatcoke@gmail.com
- update to 1.0.14
  * Fixed Issues: [1]#0000419, [2]#0000404, [3]#0000325, [4]#0000447,
    [5]#0000432, [6]#0000418 and [7]#0000375
  * librdf_node_write() is defined to now always write N-Triples
    format
  * Added librdf_query_language_get_description() to return the full
    description of of the query language
  * Removed Raptor V1 support code as librdf no longer supports
    Raptor V1
- Created a separate package for the redland-bindings as this no
  longer compiles without redland installed
* Thu Apr 14 2011 toddrme2178@gmail.com
- added 32bit compatibility libraries
* Tue Feb 15 2011 davejplater@gmail.com
- Removed incomplete patch redland-perl-vendor_perl.patch until the
  fix is ready.
* Sun Jan 30 2011 davejplater@gmail.com
- Perl bindings install in site_arch disabled with bcond
* Sun Jan 16 2011 davejplater@gmail.com
- Added perl, python, php5 and ruby bindings.
* Tue Oct 19 2010 dmueller@suse.de
- update to 1.0.12:
  Enable librdf.h to be used as the top-level header in addition to
  redland.h
  Fix linking issues when building with GNU ld with DT_NEEDED disabled
  Fixed Issues: [1]#0000329, [2]#0000348 [3]#0000391, [4]#0000392 and
  [5]#0000393.
  Virtuoso storage backend querying now fully works.
  Several new convenience APIs were added and others deprecated.
  Support building with Raptor V2 API if configured with --with-raptor2.
  Exports more functions to SWIG language bindings.
  Switched to GIT version control [7]hosted by GitHub.
  Many other bug fixes and improvements were made.
  Fixed Issues: [8]#0000124, [9]#0000284, [10]#0000321, [11]#0000322,
  [12]#0000334, [13]#0000338, [14]#0000341, [15]#0000344, [16]#0000350,
  [17]#0000363, [18]#0000366, [19]#0000371, [20]#0000380, [21]#0000382
  and [22]#0000383
* Sat Jan 02 2010 dmueller@suse.de
- update to 1.0.10:
  Added a Virtuoso storage by Patrick van Kleef
  Support Rasqal 0.9.17 API
  Fix compiling against sqlite 3.6.17 or newer
  Fix modular storage dynamic loading linking problems
* Wed Dec 16 2009 dmueller@suse.de
- fix build
* Mon Jul 27 2009 beineri@opensuse.org
- update to version 1.0.9: many bug fixes
* Tue Jan 13 2009 coolo@suse.de
- fix the syntax of enums