Hello community, here is the log from the commit of package redland for openSUSE:Factory checked in at Wed Jan 14 01:55:49 CET 2009. -------- --- KDE/redland/redland.changes 2008-07-25 01:02:14.000000000 +0200 +++ /mounts/work_src_done/STABLE/redland/redland.changes 2009-01-13 10:53:06.000000000 +0100 @@ -1,0 +2,5 @@ +Tue Jan 13 10:52:47 CET 2009 - coolo@suse.de + +- fix the syntax of enums + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- redland-syntax.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ redland.spec ++++++ --- /var/tmp/diff_new_pack.h16703/_old 2009-01-14 01:55:20.000000000 +0100 +++ /var/tmp/diff_new_pack.h16703/_new 2009-01-14 01:55:20.000000000 +0100 @@ -1,10 +1,17 @@ # # spec file for package redland (Version 1.0.8) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. +# Copyright (c) 2009 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 +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -13,12 +20,13 @@ Name: redland Version: 1.0.8 -Release: 1 +Release: 29 BuildRoot: %{_tmppath}/%{name}-%{version}-build License: LGPL v2.1 or later; The Apache Software License Group: System/Libraries Url: http://www.librdf.org Source: http://download.librdf.org/source/redland-%{version}.tar.bz2 +Patch0: redland-syntax.diff Summary: a set of free software libraries that provide support for the Resource Description Framework (RDF) BuildRequires: libraptor-devel >= 1.4.15 BuildRequires: librasqal-devel >= 0.9.14 @@ -74,6 +82,7 @@ %prep %setup -q +%patch0 %build # only compile bdb backend as it seems to be the recommended one? @@ -131,7 +140,9 @@ %doc LICENSE-2.0.txt NOTICE %changelog -* Fri Jul 25 2008 dmueller@suse.de +* Tue Jan 13 2009 coolo@suse.de +- fix the syntax of enums +* Thu Jul 24 2008 dmueller@suse.de - update to 1.0.8 * add in memory index trees * fix mysql connect hang ++++++ redland-syntax.diff ++++++ --- librdf/rdf_concepts.h +++ librdf/rdf_concepts.h @@ -84,7 +84,7 @@ /* first entry from schema namespace */ LIBRDF_CONCEPT_FIRST_S_ID = LIBRDF_CONCEPT_S_Class, - LIBRDF_CONCEPT_LAST = LIBRDF_CONCEPT_S_subPropertyOf, + LIBRDF_CONCEPT_LAST = LIBRDF_CONCEPT_S_subPropertyOf } librdf_concepts_index; --- rasqal/src/rasqal.h +++ rasqal/src/rasqal.h @@ -238,7 +238,7 @@ typedef enum { RASQAL_DATA_GRAPH_NONE = 0, RASQAL_DATA_GRAPH_NAMED = 1, - RASQAL_DATA_GRAPH_BACKGROUND = 2, + RASQAL_DATA_GRAPH_BACKGROUND = 2 } rasqal_data_graph_flags; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org