Hello community,

here is the log from the commit of package yast2 for openSUSE:Factory checked 
in at 2016-02-09 13:31:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2 (Old)
 and      /work/SRC/openSUSE:Factory/.yast2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2/yast2.changes      2016-01-13 
22:42:55.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yast2.new/yast2.changes 2016-02-09 
13:31:20.000000000 +0100
@@ -1,0 +2,72 @@
+Fri Feb  5 07:31:35 UTC 2016 - [email protected]
+
+- bsc#960040
+  - put valid hostname into AY profile generated at the end of
+    installation
+- 3.1.173
+
+-------------------------------------------------------------------
+Mon Feb  1 15:31:07 UTC 2016 - [email protected]
+
+- Yast::Execute do not crash for missing '_' method (found during
+  FATE#317701)
+- 3.1.172
+
+-------------------------------------------------------------------
+Mon Feb  1 08:31:17 UTC 2016 - [email protected]
+
+- fix packaging of TargetFile and Execute classes (FATE#317701)
+- 3.1.171
+
+-------------------------------------------------------------------
+Thu Jan 28 12:16:28 UTC 2016 - [email protected]
+
+- fix string processing for frames in CWM causing crash in
+  yast2-network (bnc#963966)
+- 3.1.170
+
+-------------------------------------------------------------------
+Wed Jan 27 14:53:37 UTC 2016 - [email protected]
+
+- Added Yast::Execute, a class to run programs with Cheetah
+- Added Yast::TargetFile, a handler suitable for CFA::BaseModel
+- Both respect Yast::Installation.destdir ( needed for FATE#317701)
+- 3.1.169
+
+-------------------------------------------------------------------
+Tue Jan 26 16:10:38 UTC 2016 - [email protected]
+
+- Allow CWM to specify which events do not cause storing of widget
+  content ( needed for FATE#317701)
+- 3.1.168
+
+-------------------------------------------------------------------
+Tue Jan 26 09:18:44 UTC 2016 - [email protected]
+
+- Added UI::InstallationDialog as specialization of UI::Dialog
+  (part of bsc#893825)
+- 3.1.167
+
+-------------------------------------------------------------------
+Wed Jan 20 13:45:36 UTC 2016 - [email protected]
+
+- Added CWM::Tabs that is object oriented API replacement for
+  CWMTab
+- 3.1.166
+
+-------------------------------------------------------------------
+Mon Jan 18 17:01:28 UTC 2016 - [email protected]
+
+- Add a default value for firewall setting FW_BOOT_INIT_FULL
+  (bsc#955400)
+- 3.1.165
+
+-------------------------------------------------------------------
+Mon Jan 18 09:18:53 UTC 2016 - [email protected]
+
+- Added CWM::AbstractWidget.
+- Added CWM.show method working with AbstractWidgets kids
+- Added few basic CWM widgets for easier CWM.show usage
+- 3.1.164
+
+-------------------------------------------------------------------

Old:
----
  yast2-3.1.163.tar.bz2

New:
----
  yast2-3.1.173.tar.bz2

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

Other differences:
------------------
++++++ yast2.spec ++++++
--- /var/tmp/diff_new_pack.7UlRcR/_old  2016-02-09 13:31:21.000000000 +0100
+++ /var/tmp/diff_new_pack.7UlRcR/_new  2016-02-09 13:31:21.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2
-Version:        3.1.163
+Version:        3.1.173
 Release:        0
 Url:            https://github.com/yast/yast-yast2
 
@@ -44,6 +44,13 @@
 
 # For running RSpec tests during build
 BuildRequires:  rubygem(rspec)
+# for defining abstract methods in libraries
+BuildRequires:  rubygem(abstract_method)
+# for running scripts
+BuildRequires:  rubygem(cheetah)
+# for file access using augeas
+BuildRequires:  rubygem(cfa)
+
 # To have Yast::CoreExt::AnsiString
 BuildRequires:  yast2-ruby-bindings >= 3.1.36
 
@@ -53,6 +60,12 @@
 # ag_ini section_private
 # ag_ini with (un)quoting support
 Requires:       yast2-core >= 2.23.0
+# for defining abstract methods in libraries
+Requires:       rubygem(abstract_method)
+# for running scripts
+Requires:       rubygem(cheetah)
+# for file access using augeas
+Requires:       rubygem(cfa)
 # new UI::SetApplicationIcon
 Requires:       yast2-ycp-ui-bindings >= 3.1.8
 

++++++ yast2-3.1.163.tar.bz2 -> yast2-3.1.173.tar.bz2 ++++++
++++ 5340 lines of diff (skipped)


Reply via email to