Hello community,

here is the log from the commit of package libyui-bindings for openSUSE:Factory 
checked in at 2012-08-31 09:39:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libyui-bindings (Old)
 and      /work/SRC/openSUSE:Factory/.libyui-bindings.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libyui-bindings", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libyui-bindings/libyui-bindings.changes  
2011-11-21 15:48:06.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libyui-bindings.new/libyui-bindings.changes     
2012-08-31 09:39:21.000000000 +0200
@@ -1,0 +2,17 @@
+Mon Aug 13 07:33:17 UTC 2012 - [email protected]
+
+- license update: GPL-2.0
+  SPDX format (http://www.spdx.org/licenses) should be used for spec file
+  license field
+
+-------------------------------------------------------------------
+Fri Aug 10 10:04:45 UTC 2012 - [email protected]
+
+- Update to 1.0.0 for stand-alone libyui
+
+-------------------------------------------------------------------
+Tue Jun 12 11:05:20 UTC 2012 - [email protected]
+
+- Build stand-alone (without YaST)
+
+-------------------------------------------------------------------

Old:
----
  libyui-bindings-0.1.0.tar.bz2

New:
----
  libyui-bindings-1.0.0.tar.bz2

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

Other differences:
------------------
++++++ libyui-bindings.spec ++++++
--- /var/tmp/diff_new_pack.Y2vhW2/_old  2012-08-31 09:39:23.000000000 +0200
+++ /var/tmp/diff_new_pack.Y2vhW2/_new  2012-08-31 09:39:23.000000000 +0200
@@ -1,7 +1,11 @@
 #
-# spec file for package libyui-bindings (Version 0.1.0)
+# spec file for package libyui-bindings
+# generates:
+#  libyui-ruby
+#  libyui-python
+#  perl-libyui (Perl naming convention)
 #
-# Copyright (c) 2008 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
@@ -14,34 +18,36 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-
 # nodebuginfo
 
-
 Name:           libyui-bindings
-Version:        0.1.0
-Release:        5
-License:        GPL-2.0+
-Summary:        Ruby bindings for yast2-libyui
-Group:          Development/Libraries/Ruby
+Version:        1.0.0
+Release:        0
+License:        GPL-2.0
+Summary:        Bindings for libyui
+Group:          Development/Sources
+URL:            https://github.com/libyui/libyui-bindings
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  cmake gcc-c++ perl python-devel ruby-devel swig
-BuildRequires:  yast2-libyui-devel >= 2.16
+BuildRequires:  cmake
+BuildRequires:  gcc-c++
+BuildRequires:  libyui-devel >= 2.21.5
+BuildRequires:  perl
+BuildRequires:  python-devel
+BuildRequires:  ruby-devel
+BuildRequires:  swig
 Source:         %{name}-%{version}.tar.bz2
 Prefix:         /usr
 
 %description
 This package provides Ruby language bindings to access functions of
-yast2-libyui - the YaST User Interface engine that provides the
+libyui - An User Interface engine that provides the
 abstraction from graphical user interfaces (Qt, Gtk) and text based
 user interfaces (ncurses).
 
-
-
 Authors:
---------
-    [email protected]
-    [email protected]
+---------
+-    [email protected]
+-    [email protected]
 
 %prep
 %setup -q
@@ -57,6 +63,7 @@
       -DCMAKE_CXX_FLAGS_RELEASE:STRING="%{optflags}" \
       -DCMAKE_BUILD_TYPE=Release \
       -DCMAKE_SKIP_RPATH=1 \
+      -DBUILD_RUBY_GEM=no \
       ..
 make %{?jobs:-j %jobs}
 
@@ -68,65 +75,58 @@
 %{__rm} -rf %{buildroot}
 
 %package -n ruby-yui
-License:        GPL-2.0+
-Summary:        Ruby bindings for yast2-libyui
-Group:          Development/Libraries/Ruby
+Summary:        Ruby bindings for libyui
+Group:          Development/Languages/Ruby
 
 %description -n ruby-yui
 This package provides Ruby language bindings to access functions of
-yast2-libyui - the YaST User Interface engine that provides the
+libyui - An User Interface engine that provides the
 abstraction from graphical user interfaces (Qt, Gtk) and text based
 user interfaces (ncurses).
 
-
-
 Authors:
---------
-    [email protected]
-    [email protected]
+---------
+-    [email protected]
+-    [email protected]
 
 %package -n python-yui
-License:        GPL-2.0+
 %py_requires
-Summary:        Python bindings for yast2-libyui
-Group:          Development/Libraries/Python
+Summary:        Python bindings for libyui
+Group:          Development/Languages/Python
 
 %description -n python-yui
 This package provides Python language bindings to access functions of
-yast2-libyui - the YaST User Interface engine that provides the
+yast2-libyui - An User Interface engine that provides the
 abstraction from graphical user interfaces (Qt, Gtk) and text based
 user interfaces (ncurses).
 
-
-
 Authors:
---------
-    [email protected]
-    [email protected]
+---------
+-    [email protected]
+-    [email protected]
+
 
 %package -n perl-yui
-License:        GPL-2.0+
 %{perl_requires}
-Summary:        Perl bindings for yast2-libyui
-Group:          Development/Libraries/Perl
+Summary:        Perl bindings for libyui
+Group:          Development/Languages/Perl
 
 %description -n perl-yui
 This package provides Perl language bindings to access functions of
-yast2-libyui - the YaST User Interface engine that provides the
+yast2-libyui - An User Interface engine that provides the
 abstraction from graphical user interfaces (Qt, Gtk) and text based
 user interfaces (ncurses).
 
-
-
 Authors:
---------
-    [email protected]
-    [email protected]
+---------
+-    [email protected]
+-    [email protected]
+
 
 %files -n ruby-yui
 %defattr(-,root,root,-)
 %doc swig/ruby/examples/*.rb
-%{_libdir}/ruby/vendor_ruby/%{rb_ver}/%{rb_arch}/yui.so
+%{_libdir}/ruby/vendor_ruby/%{rb_ver}/%{rb_arch}/_yui.so
 
 %files -n python-yui
 %defattr(-,root,root,-)

++++++ libyui-bindings-0.1.0.tar.bz2 -> libyui-bindings-1.0.0.tar.bz2 ++++++
++++ 3118 lines of diff (skipped)

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

Reply via email to