commit redland-bindings for openSUSE:Factory

2017-09-12 Thread root
Hello community,

here is the log from the commit of package redland-bindings for 
openSUSE:Factory checked in at 2017-09-12 19:58:19

Comparing /work/SRC/openSUSE:Factory/redland-bindings (Old)
 and  /work/SRC/openSUSE:Factory/.redland-bindings.new (New)


Package is "redland-bindings"

Tue Sep 12 19:58:19 2017 rev:13 rq:523740 version:1.0.17.1

Changes:

--- /work/SRC/openSUSE:Factory/redland-bindings/redland-bindings.changes
2015-05-16 19:01:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.redland-bindings.new/redland-bindings.changes   
2017-09-12 19:58:24.841606325 +0200
@@ -1,0 +2,6 @@
+Mon Sep 11 13:29:05 UTC 2017 - tchva...@suse.com
+
+- Disable the php bindings as they do not work with php7, only
+  python2 and ruby are provided now
+
+---



Other differences:
--
++ redland-bindings.spec ++
--- /var/tmp/diff_new_pack.xcXEAL/_old  2017-09-12 19:58:25.509512410 +0200
+++ /var/tmp/diff_new_pack.xcXEAL/_new  2017-09-12 19:58:25.509512410 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package redland-bindings
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,107 +16,45 @@
 #
 
 
-%bcond_with perl
 %define redland_version 1.0.17
-
 Name:   redland-bindings
 Version:1.0.17.1
 Release:0
 Summary:Bindings for the Redland Libraries (RDF)
-License:LGPL-2.1+ and 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
 BuildRequires:  libredland-devel = %{redland_version}
 BuildRequires:  perl-base
-BuildRequires:  php5-devel
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  python-devel
 BuildRequires:  ruby-devel
 BuildRequires:  swig
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Bindings for the Redland RDF Libraries
 
 %prep
-
 %setup -q
 
 %build
 export PYTHON_LIB="%{python_sitearch}"
 %configure \
-%if 0%{?suse_version} >= 1220
 --with-ruby --with-ruby-arch-install-dir-variable=vendorarchdir 
--with-ruby-install-dir=%{rb_vendorarchdir} \
-%else
---with-ruby \
-%endif
-%if %{with perl}
---with-perl \
-%endif
+--without-perl \
 --with-python \
---with-php
-
-make %{?_smp_mflags}
+--without-php
+make %{?_smp_mflags} RUBY_SO_SUFFIX=so
 
 %install
-%make_install
-%if %{with perl}
-find %{buildroot}%{perl_sitearch}/ -name '.packlist' -delete
-find %{buildroot}%{perl_sitearch}/ -empty -delete
-%endif
-
-%if %{with perl}
-
-%package -n perl-redland
-Summary:Perl bindings for programs that use Redland
-Group:  Development/Languages/Perl
-%requires_eq libredland0
-Requires:   perl-base = %{perl_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.
-
-%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
+%make_install RUBY_SO_SUFFIX=so
 
 %package -n python-redland
 Summary:Python bindings for programs that use Redland
 Group:  Development/Languages/Python
-%requires_eq libredland0
 Requ

commit redland-bindings for openSUSE:Factory

2015-05-16 Thread h_root
Hello community,

here is the log from the commit of package redland-bindings for 
openSUSE:Factory checked in at 2015-05-16 19:01:37

Comparing /work/SRC/openSUSE:Factory/redland-bindings (Old)
 and  /work/SRC/openSUSE:Factory/.redland-bindings.new (New)


Package is "redland-bindings"

Changes:

--- /work/SRC/openSUSE:Factory/redland-bindings/redland-bindings.changes
2015-03-18 13:05:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.redland-bindings.new/redland-bindings.changes   
2015-05-16 19:01:38.0 +0200
@@ -1,0 +2,5 @@
+Sat May 16 12:30:29 UTC 2015 - tittiatc...@gmail.com
+
+- Drop the %check section from the spec-file. 
+
+---



Other differences:
--
++ redland-bindings.spec ++
--- /var/tmp/diff_new_pack.RcinfX/_old  2015-05-16 19:01:39.0 +0200
+++ /var/tmp/diff_new_pack.RcinfX/_new  2015-05-16 19:01:39.0 +0200
@@ -66,13 +66,6 @@
 find %{buildroot}%{perl_sitearch}/ -empty -delete
 %endif
 
-%check
-%if 0%{?suse_version} > 1030
-export MALLOC_CHECK_=2
-make check
-unset MALLOC_CHECK_
-%endif
-
 %if %{with perl}
 
 %package -n perl-redland




commit redland-bindings for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package redland-bindings for 
openSUSE:Factory checked in at 2015-03-18 13:05:04

Comparing /work/SRC/openSUSE:Factory/redland-bindings (Old)
 and  /work/SRC/openSUSE:Factory/.redland-bindings.new (New)


Package is "redland-bindings"

Changes:

--- /work/SRC/openSUSE:Factory/redland-bindings/redland-bindings.changes
2013-01-25 09:37:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.redland-bindings.new/redland-bindings.changes   
2015-03-18 13:05:05.0 +0100
@@ -1,0 +2,10 @@
+Sun Mar 15 20:49:29 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 1.0.17.1
+  * Synchronise with [1]Redland 1.0.17 ([2]release notes).
+  * Multiple Python bindings improvements (Python 3)
+  * Fixed building with Ruby 2
+  * Several other fixes and improvements including fixing reported issues:
+  * [3]406, [4]549, [5]552 and [6]569.
+
+---

Old:

  redland-bindings-1.0.16.1.tar.gz

New:

  redland-bindings-1.0.17.1.tar.gz



Other differences:
--
++ redland-bindings.spec ++
--- /var/tmp/diff_new_pack.r1RI2Y/_old  2015-03-18 13:05:06.0 +0100
+++ /var/tmp/diff_new_pack.r1RI2Y/_new  2015-03-18 13:05:06.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package redland-bindings
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,10 +17,10 @@
 
 
 %bcond_with perl
-%define redland_version 1.0.16
+%define redland_version 1.0.17
 
 Name:   redland-bindings
-Version:1.0.16.1
+Version:1.0.17.1
 Release:0
 Summary:Bindings for the Redland Libraries (RDF)
 License:LGPL-2.1+ and Apache-2.0
@@ -135,7 +135,8 @@
 %files -n python-redland
 %defattr(-, root, root)
 %{python_sitearch}/RDF.py
-%{python_sitearch}/Redland.so
+%{python_sitearch}/Redland.py
+%{python_sitearch}/_Redland.so
 
 %define phpversion %(php-config --version)
 

++ redland-bindings-1.0.16.1.tar.gz -> redland-bindings-1.0.17.1.tar.gz 
++
 14024 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit redland-bindings for openSUSE:Factory

2013-01-25 Thread h_root
Hello community,

here is the log from the commit of package redland-bindings for 
openSUSE:Factory checked in at 2013-01-25 09:37:54

Comparing /work/SRC/openSUSE:Factory/redland-bindings (Old)
 and  /work/SRC/openSUSE:Factory/.redland-bindings.new (New)


Package is "redland-bindings", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/redland-bindings/redland-bindings.changes
2012-06-18 21:44:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.redland-bindings.new/redland-bindings.changes   
2013-01-25 09:37:55.0 +0100
@@ -1,0 +2,18 @@
+Thu Jan 24 10:19:29 UTC 2013 - m...@suse.com
+
+- Update to version 1.0.16.1
+  * Synchronise with Redland 1.0.16
+  * Multiple Ruby bindings fixes for Ruby 1.9
+  * SWIG 2.0.0 or newer required from next release. Not tested with 
+SWIG 1.x
+  * A few other minor fixes
+  * Fixed Issues
+* 243: Ruby bindings emit lots of warnings when loading library
+* 444: Ruby bindings installation is incomplete (redland.bundle 
+  missing)
+* 480: installation for ruby could still be improved
+* 498: 'parse_string_into_model' calls 'parse_string_as_stream' 
+  with an incorrect number of parameters in Ruby binding
+- Removed ruby-1.9.patch
+
+---

Old:

  redland-bindings-1.0.14.1.tar.gz
  ruby-1.9.patch

New:

  redland-bindings-1.0.16.1.tar.gz



Other differences:
--
++ redland-bindings.spec ++
--- /var/tmp/diff_new_pack.FGuQqn/_old  2013-01-25 09:37:58.0 +0100
+++ /var/tmp/diff_new_pack.FGuQqn/_new  2013-01-25 09:37:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package redland-bindings
 #
-# 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
@@ -17,17 +17,16 @@
 
 
 %bcond_with perl
-%define redland_version 1.0.15
+%define redland_version 1.0.16
 
 Name:   redland-bindings
-Version:1.0.14.1
+Version:1.0.16.1
 Release:0
 Summary:Bindings for the Redland Libraries (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
-Patch0: ruby-1.9.patch
 BuildRequires:  libredland-devel = %{redland_version}
 BuildRequires:  perl-base
 BuildRequires:  php5-devel
@@ -43,12 +42,15 @@
 %prep
 
 %setup -q
-%patch0 -p1
 
 %build
 export PYTHON_LIB="%{python_sitearch}"
 %configure \
+%if 0%{?suse_version} >= 1220
 --with-ruby --with-ruby-arch-install-dir-variable=vendorarchdir 
--with-ruby-install-dir=%{rb_vendorarchdir} \
+%else
+--with-ruby \
+%endif
 %if %{with perl}
 --with-perl \
 %endif
@@ -168,7 +170,19 @@
 
 %files -n ruby-redland
 %defattr(-, root, root)
-%rb_vendorarchdir/redland.so
-%rb_vendorarchdir/rdf
+%if 0%{?suse_version} >= 1220
+%{rb_vendorarchdir}/redland.so
+%{rb_vendorarchdir}/rdf
+%else
+%dir %{rb_libdir}/rdf
+%dir %{rb_libdir}/rdf/redland
+%dir %{rb_libdir}/rdf/redland/schemas
+%{rb_libdir}/rdf/redland.rb
+%{rb_libdir}/rdf/redland/*.rb
+%{rb_libdir}/rdf/redland/schemas/foaf.rb
+%{rb_libdir}/rdf/redland/schemas/owl.rb
+%{rb_libdir}/rdf/redland/schemas/rdfs.rb
+%{rb_archdir}/redland.so
+%endif
 
 %changelog

++ redland-bindings-1.0.14.1.tar.gz -> redland-bindings-1.0.16.1.tar.gz 
++
 36594 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit redland-bindings for openSUSE:Factory

2012-06-18 Thread h_root
Hello community,

here is the log from the commit of package redland-bindings for 
openSUSE:Factory checked in at 2012-06-18 21:43:58

Comparing /work/SRC/openSUSE:Factory/redland-bindings (Old)
 and  /work/SRC/openSUSE:Factory/.redland-bindings.new (New)


Package is "redland-bindings", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/redland-bindings/redland-bindings.changes
2011-12-25 17:40:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.redland-bindings.new/redland-bindings.changes   
2012-06-18 21:44:00.0 +0200
@@ -1,0 +2,5 @@
+Mon Jun 18 16:03:21 UTC 2012 - co...@suse.com
+
+- fix build with ruby 1.9 (partly from fedora)
+
+---

New:

  ruby-1.9.patch



Other differences:
--
++ redland-bindings.spec ++
--- /var/tmp/diff_new_pack.YosEZ5/_old  2012-06-18 21:44:01.0 +0200
+++ /var/tmp/diff_new_pack.YosEZ5/_new  2012-06-18 21:44:01.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package redland-bindings
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -27,6 +27,7 @@
 Group:  System/Libraries
 Url:http://www.librdf.org
 Source0:http://download.librdf.org/source/%{name}-%{version}.tar.gz
+Patch0: ruby-1.9.patch
 BuildRequires:  libredland-devel = %{redland_version}
 BuildRequires:  perl-base
 BuildRequires:  php5-devel
@@ -42,11 +43,12 @@
 %prep
 
 %setup -q
+%patch0 -p1
 
 %build
 export PYTHON_LIB="%{python_sitearch}"
 %configure \
---with-ruby \
+--with-ruby --with-ruby-arch-install-dir-variable=vendorarchdir 
--with-ruby-install-dir=%{rb_vendorarchdir} \
 %if %{with perl}
 --with-perl \
 %endif
@@ -69,9 +71,6 @@
 unset MALLOC_CHECK_
 %endif
 
-%clean
-rm -rf %{buildroot}
-
 %if %{with perl}
 
 %package -n perl-redland
@@ -169,14 +168,7 @@
 
 %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/redland.rb
-%{rb_libdir}/rdf/redland/*.rb
-%{rb_libdir}/rdf/redland/schemas/foaf.rb
-%{rb_libdir}/rdf/redland/schemas/owl.rb
-%{rb_libdir}/rdf/redland/schemas/rdfs.rb
-%{rb_archdir}/redland.so
+%rb_vendorarchdir/redland.so
+%rb_vendorarchdir/rdf
 
 %changelog

++ ruby-1.9.patch ++
Index: redland-bindings-1.0.14.1/configure.ac
===
--- redland-bindings-1.0.14.1.orig/configure.ac 2011-11-14 00:30:39.0 
+0100
+++ redland-bindings-1.0.14.1/configure.ac  2012-06-18 17:49:22.604145488 
+0200
@@ -345,6 +345,10 @@ ruby_install_dir_variable='rubylibdir'
 AC_ARG_WITH(ruby-install-dir, [  --with-ruby-install-dir=NAME Set Ruby install 
directory (default 'auto')], ruby_install_dir="$withval", 
ruby_install_dir="auto")
 
 if test "X$RUBY" != X; then
+  RUBY_MAJOR=`ruby -rrbconfig -e 'print Config::CONFIG.fetch(%q(MAJOR))'`
+  RUBY_MINOR=`ruby -rrbconfig -e 'print Config::CONFIG.fetch(%q(MINOR))'`
+
+
   dnl need to change quotes to allow square brackets
   changequote(<<, >>)dnl
   RUBY_ARCHDIR=`$RUBY -rrbconfig -e "print Config::CONFIG['archdir']"`
@@ -372,6 +376,17 @@ if test "X$RUBY" != X; then
   fi
 
   RUBY_INCLUDES="-I$RUBY_ARCHDIR"
+
+  # ruby 1.9 is using pkg-config, and the config.h include file has moved
+  if test -n "$PKG_CONFIG"; then
+PKG=ruby-$RUBY_MAJOR.$RUBY_MINOR
+AC_MSG_CHECKING($PKG pkg-config module)
+RUBY_VERSION=`$PKG_CONFIG $PKG --modversion`
+if test -n "$RUBY_VERSION"; then
+  RUBY_INCLUDES=`$PKG_CONFIG $PKG --cflags-only-I`
+fi
+  fi
+
 else
   # This allows 'make clean' in the ruby directory to work when
   # ruby isn't available
Index: redland-bindings-1.0.14.1/configure
===
--- redland-bindings-1.0.14.1.orig/configure2011-11-14 00:30:48.0 
+0100
+++ redland-bindings-1.0.14.1/configure 2012-06-18 17:49:22.608145295 +0200
@@ -12269,6 +12269,10 @@ fi
 
 
 if test "X$RUBY" != X; then
+  RUBY_MAJOR=`ruby -rrbconfig -e 'print Config::CONFIG.fetch(%q(MAJOR))'`
+  RUBY_MINOR=`ruby -rrbconfig -e 'print Config::CONFIG.fetch(%q(MINOR))'`
+
+
   RUBY_ARCHDIR=`$RUBY -rrbconfig -e "print Config::CONFIG['archdir']"`
   ruby_install_dir_config=`$RUBY -rrbconfig -e "puts 
Config::CONFIG['$ruby_install_dir_variable']"`
   ruby_arch_install_dir_config=`$RUBY -rrbconfig -e "puts 
Config::CONFIG['$ruby_arch_install_dir_variable']"`
@@ -12299,6 +12303,18 @@ $as_echo "$RUBY_ARCH_INSTALLD

commit redland-bindings for openSUSE:Factory

2011-12-25 Thread h_root
Hello community,

here is the log from the commit of package redland-bindings for 
openSUSE:Factory checked in at 2011-12-25 17:40:52

Comparing /work/SRC/openSUSE:Factory/redland-bindings (Old)
 and  /work/SRC/openSUSE:Factory/.redland-bindings.new (New)


Package is "redland-bindings", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/redland-bindings/redland-bindings.changes
2011-09-28 15:31:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.redland-bindings.new/redland-bindings.changes   
2011-12-25 17:40:54.0 +0100
@@ -1,0 +2,13 @@
+Wed Dec 21 12:54:51 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 1.0.14.1
+  * Synchronise with Redland 1.0.14 (release notes).
+  * Requires Redland 1.0.14, Rasqal 0.9.25 and Raptor 2.0.0 or 
+newer.
+  * SWIG 2.0.0 or newer is now recommended. Not tested with SWIG 1.x
+  * Perl unicode fixes
+  * PHP logging and error handling enhancements
+  * Python fixes to allow subclassing
+  * Fixed Issues: 473.
+
+---

Old:

  redland-bindings-1.0.13.1.tar.gz

New:

  redland-bindings-1.0.14.1.tar.gz



Other differences:
--
++ redland-bindings.spec ++
--- /var/tmp/diff_new_pack.N1tqzM/_old  2011-12-25 17:40:58.0 +0100
+++ /var/tmp/diff_new_pack.N1tqzM/_new  2011-12-25 17:40:58.0 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package redland
+# spec file for package redland-bindings
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -15,16 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %bcond_with perl
-%define redland_version 1.0.14
+%define redland_version 1.0.15
 
 Name:   redland-bindings
-Version:1.0.13.1
-Release:6
-License:LGPL-2.1+ ; Apache-2.0
+Version:1.0.14.1
+Release:0
 Summary:Bindings for the Redland Libraries (RDF)
-Url:http://www.librdf.org
+License:LGPL-2.1+ ; Apache-2.0
 Group:  System/Libraries
+Url:http://www.librdf.org
 Source0:http://download.librdf.org/source/%{name}-%{version}.tar.gz
 BuildRequires:  libredland-devel = %{redland_version}
 BuildRequires:  perl-base

++ redland-bindings-1.0.13.1.tar.gz -> redland-bindings-1.0.14.1.tar.gz 
++
 16589 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit redland-bindings for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package redland-bindings for 
openSUSE:Factory checked in at 2011-12-06 18:59:44

Comparing /work/SRC/openSUSE:Factory/redland-bindings (Old)
 and  /work/SRC/openSUSE:Factory/.redland-bindings.new (New)


Package is "redland-bindings", Maintainer is ""

Changes:




Other differences:
--
++ redland-bindings.spec ++
--- /var/tmp/diff_new_pack.1VrHAx/_old  2011-12-06 19:32:06.0 +0100
+++ /var/tmp/diff_new_pack.1VrHAx/_new  2011-12-06 19:32:06.0 +0100
@@ -21,7 +21,7 @@
 Name:   redland-bindings
 Version:1.0.13.1
 Release:6
-License:LGPLv2.1+ ; ASLv..
+License:LGPL-2.1+ ; Apache-2.0
 Summary:Bindings for the Redland Libraries (RDF)
 Url:http://www.librdf.org
 Group:  System/Libraries

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit redland-bindings for openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package redland-bindings for openSUSE:Factory
checked in at Wed Sep 28 14:39:14 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/redland-bindings/redland-bindings.changes  
2011-09-26 20:45:04.0 +0200
@@ -0,0 +1,164 @@
+---
+Mon Sep 26 18:44:50 UTC 2011 - co...@suse.com
+
+- fix requires
+
+---
+Sun Jul 17 15:26:59 UTC 2011 - tittiatc...@gmail.com
+
+- Update to 1.0.13 
+
+---
+Tue Feb 15 16:47:42 UTC 2011 - davejpla...@gmail.com
+
+- Removed incomplete patch redland-perl-vendor_perl.patch until the
+  fix is ready.
+
+---
+Sun Jan 30 22:44:01 UTC 2011 - davejpla...@gmail.com
+
+- Perl bindings install in site_arch disabled with bcond
+
+---
+Sun Jan 16 11:05:09 UTC 2011 - davejpla...@gmail.com
+
+- Added perl, python, php5 and ruby bindings.
+
+---
+Tue Oct 19 15:24:30 CEST 2010 - dmuel...@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]#329, [2]#348 [3]#391, [4]#392 and
+   [5]#393.
+   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]#124, [9]#284, [10]#321, [11]#322,
+   [12]#334, [13]#338, [14]#341, [15]#344, [16]#350,
+   [17]#363, [18]#366, [19]#371, [20]#380, [21]#382
+   and [22]#383
+
+---
+Sat Jan  2 18:26:53 CET 2010 - dmuel...@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 13:39:47 CET 2009 - dmuel...@suse.de
+
+- fix build
+
+---
+Mon Jul 27 13:41:02 CEST 2009 - bein...@opensuse.org
+
+- update to version 1.0.9: many bug fixes
+
+---
+Tue Jan 13 10:52:47 CET 2009 - co...@suse.de
+
+- fix the syntax of enums
+
+---
+Fri Jul 25 00:23:50 CEST 2008 - dmuel...@suse.de
+
+- update to 1.0.8 
+  * add in memory index trees
+  * fix mysql connect hang
+
+---
+Mon Apr  7 14:29:00 CEST 2008 - dmuel...@suse.de
+
+- disable testsuite for older distributions
+- build parallel again
+
+---
+Sun Apr  6 03:21:57 CEST 2008 - crrodrig...@suse.de
+
+- update to version 1.0.7
+   * 187: "rdf_query_results.c", line 630: void function cannot return 
value
+* 189: librdf_uri_is_file_uri: wrong return value
+* 203: API declarations for Symbian portability
+* 205: Memory leak in rdf_query_rasqal.c
+* 209: Null dereference + assertion failures in minimal librdf 
setup-cleanup
+* 213: Multiple instances of world object make trouble
+* 215: librdf_new_node_from_typed_counted_literal() does not respect 
parameter lengths
+* 218: librdf_query_execute does not assert model parameter
+* 229: Segmentation fault when invoking librdf_new_model_from_model()
+* 230: on Gentoo/FreeBSD redland fails compilation due to a missing 
#define pthread.h
+* 234: autogen.sh $dir quoting
+* 235: $(EXEEXT) in tests
+* 236: EOL issues when building svn version on cygwin
+- disable static libraries 
+- remove "la" file
+- cleanup -devel package dependencies again
+
+---
+Thu Feb 28 11:15:23 CET 2008 - dmuel...@suse.de
+
+- add missing post/postun ldconfig calls
+
+---
+Fri Feb 15 18:42:38 CET 2008 - dmuel...@suse.de
+
+- reduce -devel requires
+
+---
+Tue Jan 15 11:51:42 CET 2008 - dmuel...@suse.de
+
+- build without postgres/mysql support for now, sqlite a