Hello community,
here is the log from the commit of package yast2-ruby-bindings for
openSUSE:Factory checked in at 2013-07-03 10:28:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-ruby-bindings (Old)
and /work/SRC/openSUSE:Factory/.yast2-ruby-bindings.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-ruby-bindings"
Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-ruby-bindings/yast2-ruby-bindings.changes
2012-06-28 17:23:49.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.yast2-ruby-bindings.new/yast2-ruby-bindings.changes
2013-07-03 10:28:36.000000000 +0200
@@ -1,0 +2,40 @@
+Thu Jun 27 07:12:13 UTC 2013 - [email protected]
+
+- make term and path class immutable, so deep copy can be
+ optimalized
+- support backtrace in y2log() (lslezak)
+- call include init method only if it is there
+- update UI shortcuts to allow also terms starting with lowercase
+- various small bug fixes
+- 1.1.2
+
+-------------------------------------------------------------------
+Mon Jun 24 07:15:46 UTC 2013 - [email protected]
+
+- set the source location when calling YaST functions outside Ruby
+- few minor fixes in logging
+- 1.1.1
+
+-------------------------------------------------------------------
+Thu Jun 20 20:19:31 UTC 2013 - [email protected]
+
+- Rename top level namespace from YCP to Yast
+- cache translations in dpgettext() builtin (lslezak)
+ (https://github.com/yast/ycp-killer/issues/467)
+- implement block version of Ops.index
+ (https://github.com/yast/y2r/issues/20)
+- 1.1.0
+
+-------------------------------------------------------------------
+Tue Jun 18 08:08:51 UTC 2013 - [email protected]
+
+- Complete rewrite of ruby bindings to allow migration of ycp code
+ to ruby. Few features worth mentioning:
+ - ruby clients
+ - ruby include files
+ - ruby modules with export of specified type
+ - support of global variables
+ - support of ycp builtins
+- 1.0.0
+
+-------------------------------------------------------------------
Old:
----
yast2-ruby-bindings-0.3.13.tar.bz2
New:
----
yast2-ruby-bindings-1.1.2.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-ruby-bindings.spec ++++++
--- /var/tmp/diff_new_pack.PYuKqc/_old 2013-07-03 10:28:37.000000000 +0200
+++ /var/tmp/diff_new_pack.PYuKqc/_new 2013-07-03 10:28:37.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package yast2-ruby-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
@@ -15,12 +15,13 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
+
#
# spec file for package yast2-ruby-bindings (Version 0.1)
#
Name: yast2-ruby-bindings
-Version: 0.3.13
+Version: 1.1.2
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-ruby-bindings-%{version}.tar.bz2
@@ -28,15 +29,16 @@
BuildRequires: cmake
BuildRequires: gcc-c++
-BuildRequires: swig
BuildRequires: yast2-core-devel
BuildRequires: yast2-devtools >= 2.16.3
# libzypp-devel is missing .la requires
BuildRequires: ruby-devel
-Requires: yast2-core >= 2.23.4
-BuildRequires: yast2-core-devel >= 2.23.4
-Requires: yast2-ycp-ui-bindings >= 2.16.37
-BuildRequires: yast2-ycp-ui-bindings-devel >= 2.16.37
+BuildRequires: rubygem-fast_gettext
+Requires: rubygem-fast_gettext
+Requires: yast2-core >= 2.24.0
+BuildRequires: yast2-core-devel >= 2.24.0
+Requires: yast2-ycp-ui-bindings >= 2.21.9
+BuildRequires: yast2-ycp-ui-bindings-devel >= 2.21.9
Requires: ruby
Summary: Ruby bindings for the YaST platform
License: GPL-2.0
@@ -66,9 +68,9 @@
cd ..
%check
-cd build
+cd build/tests/ruby
make test ARGS=-V
-cd ..
+cd -
%clean
rm -rf "$RPM_BUILD_ROOT"
@@ -76,7 +78,9 @@
%files
%defattr (-, root, root)
%{_libdir}/YaST2/plugin/libpy2lang_ruby.so
-%{_libdir}/ruby/vendor_ruby/%{rb_ver}/ycp.rb
-%{_libdir}/ruby/vendor_ruby/%{rb_ver}/%{rb_arch}/ycpx.so
+%{_libdir}/ruby/vendor_ruby/%{rb_ver}/*.rb
+%{_libdir}/ruby/vendor_ruby/%{rb_ver}/yast
+%{_libdir}/ruby/vendor_ruby/%{rb_ver}/%{rb_arch}/*x.so
+%{_libdir}/ruby/vendor_ruby/%{rb_ver}/%{rb_arch}/yast
%changelog
++++++ yast2-ruby-bindings-0.3.13.tar.bz2 -> yast2-ruby-bindings-1.1.2.tar.bz2
++++++
++++ 11951 lines of diff (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]