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.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.redland-bindings.new/redland-bindings.changes   
2013-01-25 09:37:55.000000000 +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
+    * 0000243: Ruby bindings emit lots of warnings when loading library
+    * 0000444: Ruby bindings installation is incomplete (redland.bundle 
+      missing)
+    * 0000480: installation for ruby could still be improved
+    * 0000498: '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.000000000 +0100
+++ /var/tmp/diff_new_pack.FGuQqn/_new  2013-01-25 09:37:58.000000000 +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

Reply via email to