Hello community,

here is the log from the commit of package redland for openSUSE:Factory
checked in at Tue Sep 20 09:35:52 CEST 2011.



--------
--- KDE/redland/redland.changes 2011-02-15 17:53:51.000000000 +0100
+++ /mounts/work_src_done/STABLE/redland/redland.changes        2011-09-19 
15:52:54.000000000 +0200
@@ -1,0 +2,20 @@
+Mon Sep 19 11:29:36 UTC 2011 - [email protected]
+
+- 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
+
+-------------------------------------------------------------------
+Fri Apr 14 13:38:21 UTC 2011 - [email protected]
+    
+- added 32bit compatibility libraries
+ 
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  redland-1.0.12.tar.bz2
  redland-bindings-1.0.11.1.tar.bz2

New:
----
  baselibs.conf
  redland-1.0.14.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ redland.spec ++++++
--- /var/tmp/diff_new_pack.ZAEFNX/_old  2011-09-20 09:35:48.000000000 +0200
+++ /var/tmp/diff_new_pack.ZAEFNX/_new  2011-09-20 09:35:48.000000000 +0200
@@ -18,23 +18,18 @@
 # norootforbuild
 
 %bcond_with perl
-%define bindversion 1.0.11.1
 
 Name:           redland
-Version:        1.0.12
+Version:        1.0.14
 Release:        6
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 License:        LGPLv2.1+ ; ASLv..
 Group:          System/Libraries
 Url:            http://www.librdf.org
-Source0:        http://download.librdf.org/source/%{name}-%{version}.tar.bz2
-Source1:        
http://download.librdf.org/source/%{name}-bindings-%{bindversion}.tar.bz2
+Source0:        http://download.librdf.org/source/%{name}-%{version}.tar.gz
 Summary:        Libraries that provide support for the Resource Description 
Framework (RDF)
-BuildRequires:  libraptor-devel librasqal-devel
+BuildRequires:  librasqal-devel
 BuildRequires:  db-devel pkg-config sqlite-devel
-# Build requirements for bindings
-BuildRequires:  perl-base php5-devel swig
-BuildRequires:  python-devel ruby-devel
 
 %description
 Redland is a library that provides a high-level interface for RDF
@@ -53,7 +48,7 @@
 License:        LGPLv2.1+ ; ASLv..
 Summary:        Development package for programs that use Redland
 Group:          Development/Libraries/C and C++
-Requires:       libredland0 = %{version} librasqal-devel >= 0.9.14
+Requires:       libredland0 = %{version} 
 
 %description -n libredland-devel
 Files needed to develop with the Redland RDF library.
@@ -85,8 +80,6 @@
 %prep
 
 %setup -q
-# Unpack bindings
-%setup -q -T -D -a 1
 
 %build
 # only compile bdb backend as it seems to be the recommended one?
@@ -100,53 +93,9 @@
   --includedir=%{_includedir}/%{name}
 %{__make} %{?jobs:-j %jobs}
 
-# Build bindings
-pushd %{name}-bindings-%{bindversion}
-find ./ -name Makefile.in -delete
-rm -f configure aclocal.m4
-export USE_MAINTAINER_MODE=no
-export PYTHON_LIB="%{python_sitearch}"
-  CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS ; \
-  CXXFLAGS="${CXXFLAGS:-%optflags}" ; export CXXFLAGS ; \
-  FFLAGS="${FFLAGS:-%optflags}" ; export FFLAGS ; \
-CONFIG_DIR="./build" ./autogen.sh \
-       --host=%{_host} --build=%{_build} \
-       --program-prefix=%{?_program_prefix} \
-       --prefix=%{_prefix} \
-       --exec-prefix=%{_exec_prefix} \
-       --bindir=%{_bindir} \
-       --sbindir=%{_sbindir} \
-       --sysconfdir=%{_sysconfdir} \
-       --datadir=%{_datadir} \
-       --includedir=%{_includedir} \
-       --libdir=%{_libdir} \
-       --libexecdir=%{_libexecdir} \
-       --localstatedir=%{_localstatedir} \
-       --sharedstatedir=%{_sharedstatedir} \
-       --mandir=%{_mandir} \
-       --infodir=%{_infodir} \
-       --with-redland=SOURCE \
-       --with-ruby \
-%if %{with perl}
-       --with-perl \
-%endif
-       --with-python \
-       --with-php
-
-%{__make} %{?jobs:-j %jobs}
-popd
-
 %install
 %makeinstall docdir=%{_docdir}/%{name}-devel/
 rm -f %{buildroot}%{_libdir}/librdf*.la
-# install the bindings
-pushd %{name}-bindings-%{bindversion}
-%makeinstall
-%if %{with perl}
-find %{buildroot}%{perl_sitearch}/ -name '.packlist' -delete
-find %{buildroot}%{perl_sitearch}/ -empty -delete
-%endif
-popd
 
 %check
 %if %suse_version > 1030
@@ -190,129 +139,4 @@
 %doc AUTHORS COPYING COPYING.LIB ChangeLog LICENSE.txt NEWS README
 %doc LICENSE-2.0.txt NOTICE
 
-# Package bindings.
-%if %{with perl}
-
-%package -n perl-redland
-License:        LGPLv2.1+ ; ASLv..
-Summary:        Perl bindings for programs that use Redland
-Group:          Development/Languages/Perl
-Requires:       perl-base = %{perl_version} libredland0 = %{version}
-
-%description -n perl-redland
-Redland librdf Language bindings provide high-level interfaces for
-RDF (Resource Description Framework) implemented on top of the
-Redland librdf library which provides an object-based RDF API,
-supports for syntaxes and triple stores.
-Perl language bindings for the Redland RDF library.
-
-Authors:
---------
-    Dave Beckett <[email protected]>
-
-%files -n perl-redland
-%defattr(-, root, root)
-%dir %{perl_sitearch}/RDF
-%dir %{perl_sitearch}/auto
-%dir %{perl_sitearch}/auto/RDF
-%dir %{perl_sitearch}/auto/RDF/Redland
-%dir %{perl_sitearch}/auto/RDF/Redland/CORE
-%{perl_archlib}/perllocal.pod
-%{perl_sitearch}/RDF/Redland.pm
-%{perl_sitearch}/RDF/Redland/*.pm
-%{perl_sitearch}/RDF/Redland/
-%{perl_sitearch}/auto/RDF/Redland/CORE/CORE.so
-%{_mandir}/man3/RDF::Redland.3pm.gz
-%{_mandir}/man3/RDF::Redland::BlankNode.3pm.gz
-%{_mandir}/man3/RDF::Redland::Iterator.3pm.gz
-%{_mandir}/man3/RDF::Redland::LiteralNode.3pm.gz
-%{_mandir}/man3/RDF::Redland::Model.3pm.gz
-%{_mandir}/man3/RDF::Redland::Node.3pm.gz
-%{_mandir}/man3/RDF::Redland::Parser.3pm.gz
-%{_mandir}/man3/RDF::Redland::Query.3pm.gz
-%{_mandir}/man3/RDF::Redland::QueryResults.3pm.gz
-%{_mandir}/man3/RDF::Redland::RSS.3pm.gz
-%{_mandir}/man3/RDF::Redland::Serializer.3pm.gz
-%{_mandir}/man3/RDF::Redland::Statement.3pm.gz
-%{_mandir}/man3/RDF::Redland::Storage.3pm.gz
-%{_mandir}/man3/RDF::Redland::Stream.3pm.gz
-%{_mandir}/man3/RDF::Redland::URI.3pm.gz
-%{_mandir}/man3/RDF::Redland::URINode.3pm.gz
-%{_mandir}/man3/RDF::Redland::XMLLiteralNode.3pm.gz
-%endif
-
-%package -n python-redland
-License:        LGPLv2.1+ ; ASLv..
-Summary:        Python bindings for programs that use Redland
-Group:          Development/Languages/Python
-Requires:       libredland0 = %{version} python-base = %{py_ver}
-
-%description -n python-redland
-Redland librdf Language bindings provide high-level interfaces for
-RDF (Resource Description Framework) implemented on top of the
-Redland librdf library which provides an object-based RDF API,
-supports for syntaxes and triple stores.
-Python language bindings for the Redland RDF library.
-
-Authors:
---------
-    Dave Beckett <[email protected]>
-
-%files -n python-redland
-%defattr(-, root, root)
-%{python_sitearch}/RDF.py
-%{python_sitearch}/Redland.so
-
-%define phpversion %(php-config --version)
-
-%package -n php5-redland
-License:        LGPLv2.1+ ; ASLv..
-Summary:        Php5 bindings for programs that use Redland
-Group:          Development/Languages/Other
-Requires:       php5 => %{phpversion} libredland0 = %{version}
-
-%description -n php5-redland
-Redland librdf Language bindings provide high-level interfaces for
-RDF (Resource Description Framework) implemented on top of the
-Redland librdf library which provides an object-based RDF API,
-supports for syntaxes and triple stores.
-Php5 language bindings for the Redland RDF library.
-
-Authors:
---------
-    Dave Beckett <[email protected]>
-
-%files -n php5-redland
-%defattr(-, root, root)
-%{_libdir}/php5/extensions/%{name}.so
-
-%package -n ruby-redland
-License:        LGPLv2.1+ ; ASLv..
-Summary:        Ruby bindings for programs that use Redland
-Group:          Development/Languages/Ruby
-Requires:       libredland0 = %{version}
-
-%description -n ruby-redland
-Redland librdf Language bindings provide high-level interfaces for
-RDF (Resource Description Framework) implemented on top of the
-Redland librdf library which provides an object-based RDF API,
-supports for syntaxes and triple stores.
-Ruby language bindings for the Redland RDF library.
-
-Authors:
---------
-    Dave Beckett <[email protected]>
-
-%files -n ruby-redland
-%defattr(-, root, root)
-%dir %{rb_libdir}/rdf
-%dir %{rb_libdir}/rdf/redland
-%dir %{rb_libdir}/rdf/redland/schemas
-%{rb_libdir}/rdf/%{name}.rb
-%{rb_libdir}/rdf/%{name}/*.rb
-%{rb_libdir}/rdf/redland/schemas/foaf.rb
-%{rb_libdir}/rdf/redland/schemas/owl.rb
-%{rb_libdir}/rdf/redland/schemas/rdfs.rb
-%{rb_archdir}/%{name}.so
-
 %changelog

++++++ baselibs.conf ++++++
libredland0

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to