Hello community, here is the log from the commit of package rrdtool for openSUSE:Factory checked in at 2014-01-20 20:44:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rrdtool (Old) and /work/SRC/openSUSE:Factory/.rrdtool.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rrdtool" Changes: -------- --- /work/SRC/openSUSE:Factory/rrdtool/rrdtool.changes 2013-11-19 10:46:11.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.rrdtool.new/rrdtool.changes 2014-01-23 15:55:45.000000000 +0100 @@ -1,0 +2,10 @@ +Mon Jan 13 08:42:10 UTC 2014 - co...@suse.com + +- don't require ruby, the package but the right version of the abi + +------------------------------------------------------------------- +Thu Jan 9 13:21:12 UTC 2014 - jreidin...@suse.com + +- fix build for ruby 2.1 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rrdtool.spec ++++++ --- /var/tmp/diff_new_pack.oZ4w4J/_old 2014-01-23 15:55:46.000000000 +0100 +++ /var/tmp/diff_new_pack.oZ4w4J/_new 2014-01-23 15:55:46.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package rrdtool # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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 @@ -106,7 +106,7 @@ %package -n ruby-rrdtool Summary: Ruby bindings for rrdtool Group: Productivity/Scientific/Math -Requires: ruby +Requires: ruby(abi) >= %{rb_ver} %description -n ruby-rrdtool A tool to log and analyze data gathered from all kinds of data sources. @@ -224,6 +224,7 @@ find "%{buildroot}" -type f -name '*.la' -exec %__rm {} \; # install ruby bindings pushd bindings/ruby +mkdir -p %{buildroot}/%{rb_sitearchdir} make DESTDIR=%{buildroot} install popd # documentation -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org