Hello community, here is the log from the commit of package redland for openSUSE:Factory checked in at 2013-01-07 17:39:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/redland (Old) and /work/SRC/openSUSE:Factory/.redland.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "redland", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/redland/redland.changes 2012-05-14 16:18:39.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.redland.new/redland.changes 2013-01-07 17:39:42.000000000 +0100 @@ -1,0 +2,13 @@ +Wed Jan 2 17:55:06 UTC 2013 - [email protected] + +- 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 + +------------------------------------------------------------------- Old: ---- redland-1.0.15.tar.gz New: ---- redland-1.0.16.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ redland.spec ++++++ --- /var/tmp/diff_new_pack.DMhl4W/_old 2013-01-07 17:39:43.000000000 +0100 +++ /var/tmp/diff_new_pack.DMhl4W/_new 2013-01-07 17:39:43.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package redland # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -19,10 +19,10 @@ %bcond_with perl Name: redland -Version: 1.0.15 +Version: 1.0.16 Release: 0 Summary: Libraries that provide support for the Resource Description Framework (RDF) -License: LGPL-2.1+ ; Apache-2.0 +License: LGPL-2.1+ and Apache-2.0 Group: System/Libraries Url: http://www.librdf.org Source0: http://download.librdf.org/source/%{name}-%{version}.tar.gz @@ -80,7 +80,7 @@ %setup -q %if 0%{?suse_version} >= 1210 -%patch1 +%patch1 -p1 %endif %build ++++++ redland-1.0.15.tar.gz -> redland-1.0.16.tar.gz ++++++ ++++ 19801 lines of diff (skipped) ++++++ redland-ocloexec.patch ++++++ --- /var/tmp/diff_new_pack.DMhl4W/_old 2013-01-07 17:39:43.000000000 +0100 +++ /var/tmp/diff_new_pack.DMhl4W/_new 2013-01-07 17:39:43.000000000 +0100 @@ -1,9 +1,10 @@ ---- configure.ac 2011-12-04 03:43:19.000000000 +0100 -+++ configure.ac 2011-12-21 14:28:11.441688112 +0100 -@@ -100,7 +100,9 @@ - +diff -ruN redland-1.0.16.orig/configure.ac redland-1.0.16/configure.ac +--- redland-1.0.16.orig/configure.ac 2012-08-31 20:17:48.000000000 +0200 ++++ redland-1.0.16/configure.ac 2013-01-02 18:32:15.254093603 +0100 +@@ -101,7 +101,9 @@ dnl Checks for programs. AM_SANITY_CHECK + AM_PROG_AR -AC_PROG_CC +AC_PROG_CC_STDC +AC_USE_SYSTEM_EXTENSIONS @@ -11,8 +12,9 @@ AM_PROG_CC_C_O AC_PROG_INSTALL AC_PROG_LN_S ---- src/rdf_files.c 2011-08-01 05:56:47.000000000 +0200 -+++ src/rdf_files.c 2011-12-21 14:28:11.440688113 +0100 +diff -ruN redland-1.0.16.orig/src/rdf_files.c redland-1.0.16/src/rdf_files.c +--- redland-1.0.16.orig/src/rdf_files.c 2011-08-01 05:56:47.000000000 +0200 ++++ redland-1.0.16/src/rdf_files.c 2013-01-02 18:49:59.169792827 +0100 @@ -44,6 +44,8 @@ #endif #endif @@ -31,9 +33,10 @@ if(fd<0) { LIBRDF_FREE(char*, name); return NULL; ---- src/rdf_parser_raptor.c 2011-11-04 17:08:18.000000000 +0100 -+++ src/rdf_parser_raptor.c 2011-12-21 14:28:11.440688113 +0100 -@@ -571,7 +571,7 @@ +diff -ruN redland-1.0.16.orig/src/rdf_parser_raptor.c redland-1.0.16/src/rdf_parser_raptor.c +--- redland-1.0.16.orig/src/rdf_parser_raptor.c 2012-12-17 03:13:18.000000000 +0100 ++++ redland-1.0.16/src/rdf_parser_raptor.c 2013-01-02 18:50:33.737360673 +0100 +@@ -570,7 +570,7 @@ if(!filename) return NULL; @@ -42,9 +45,10 @@ if(!fh) { librdf_log(pcontext->parser->world, 0, LIBRDF_LOG_ERROR, LIBRDF_FROM_PARSER, NULL, "failed to open file '%s' - %s", ---- src/rdf_query_results.c 2011-11-04 17:08:18.000000000 +0100 -+++ src/rdf_query_results.c 2011-12-21 14:28:11.440688113 +0100 -@@ -602,7 +602,7 @@ +diff -ruN redland-1.0.16.orig/src/rdf_query_results.c redland-1.0.16/src/rdf_query_results.c +--- redland-1.0.16.orig/src/rdf_query_results.c 2012-07-02 01:37:19.000000000 +0200 ++++ redland-1.0.16/src/rdf_query_results.c 2013-01-02 18:51:03.936983126 +0100 +@@ -610,7 +610,7 @@ LIBRDF_ASSERT_OBJECT_POINTER_RETURN_VALUE(query_results, query_results, 1); LIBRDF_ASSERT_OBJECT_POINTER_RETURN_VALUE(name, string, 1); @@ -53,9 +57,10 @@ if(!fh) { librdf_log(query_results->query->world, 0, LIBRDF_LOG_ERROR, LIBRDF_FROM_QUERY, NULL, ---- src/rdf_serializer.c 2011-11-04 17:08:18.000000000 +0100 -+++ src/rdf_serializer.c 2011-12-21 14:28:11.439688113 +0100 -@@ -556,7 +556,7 @@ +diff -ruN redland-1.0.16.orig/src/rdf_serializer.c redland-1.0.16/src/rdf_serializer.c +--- redland-1.0.16.orig/src/rdf_serializer.c 2012-06-28 23:44:21.000000000 +0200 ++++ redland-1.0.16/src/rdf_serializer.c 2013-01-02 18:52:37.006819593 +0100 +@@ -559,7 +559,7 @@ LIBRDF_ASSERT_OBJECT_POINTER_RETURN_VALUE(name, string, 1); LIBRDF_ASSERT_OBJECT_POINTER_RETURN_VALUE(stream, librdf_stream, 1); @@ -64,7 +69,7 @@ if(!fh) { librdf_log(serializer->world, 0, LIBRDF_LOG_ERROR, LIBRDF_FROM_SERIALIZER, NULL, "failed to open file '%s' for writing - %s", -@@ -595,7 +595,7 @@ +@@ -598,7 +598,7 @@ LIBRDF_ASSERT_OBJECT_POINTER_RETURN_VALUE(name, string, 1); LIBRDF_ASSERT_OBJECT_POINTER_RETURN_VALUE(model, librdf_model, 1); @@ -73,7 +78,7 @@ if(!fh) { librdf_log(serializer->world, 0, LIBRDF_LOG_ERROR, LIBRDF_FROM_SERIALIZER, NULL, "failed to open file '%s' for writing - %s", -@@ -1099,7 +1099,7 @@ +@@ -1102,7 +1102,7 @@ stream=librdf_model_as_stream(model); #define FILENAME "test.rdf" @@ -82,9 +87,10 @@ if(!fh) { fprintf(stderr, "%s: Failed to fopen for writing '%s' - %s\n", program, FILENAME, strerror(errno)); ---- src/rdf_storage_file.c 2011-08-01 05:56:47.000000000 +0200 -+++ src/rdf_storage_file.c 2011-12-21 14:28:11.439688113 +0100 -@@ -329,7 +329,7 @@ +diff -ruN redland-1.0.16.orig/src/rdf_storage_file.c redland-1.0.16/src/rdf_storage_file.c +--- redland-1.0.16.orig/src/rdf_storage_file.c 2012-06-27 05:55:51.000000000 +0200 ++++ redland-1.0.16/src/rdf_storage_file.c 2013-01-02 18:53:02.916495677 +0100 +@@ -332,7 +332,7 @@ return 1; } -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
