Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2017-06-12 15:12:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-storage (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-storage.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-storage"

Mon Jun 12 15:12:35 2017 rev:293 rq:501786 version:3.2.15

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-storage/yast2-storage.changes      
2017-06-07 13:08:42.305155301 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2017-06-12 15:12:37.899977321 +0200
@@ -1,0 +2,6 @@
+Wed Jun  7 17:28:46 CEST 2017 - shundham...@suse.de
+
+- Fixed UI syntax error when adding tmpfs (bsc#1041737)
+- 3.2.15
+
+-------------------------------------------------------------------

Old:
----
  yast2-storage-3.2.14.tar.bz2

New:
----
  yast2-storage-3.2.15.tar.bz2

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

Other differences:
------------------
++++++ yast2-storage.spec ++++++
--- /var/tmp/diff_new_pack.7XiP3I/_old  2017-06-12 15:12:38.535887593 +0200
+++ /var/tmp/diff_new_pack.7XiP3I/_new  2017-06-12 15:12:38.535887593 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-storage
-Version:        3.2.14
+Version:        3.2.15
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-storage-3.2.14.tar.bz2 -> yast2-storage-3.2.15.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.2.14/package/yast2-storage.changes 
new/yast2-storage-3.2.15/package/yast2-storage.changes
--- old/yast2-storage-3.2.14/package/yast2-storage.changes      2017-05-31 
11:00:47.613991997 +0200
+++ new/yast2-storage-3.2.15/package/yast2-storage.changes      2017-06-07 
17:38:26.321891881 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Wed Jun  7 17:28:46 CEST 2017 - shundham...@suse.de
+
+- Fixed UI syntax error when adding tmpfs (bsc#1041737)
+- 3.2.15
+
+-------------------------------------------------------------------
 Tue May 30 16:53:14 CEST 2017 - shundham...@suse.de
 
 - Don't complain about unavailable NTFS packages if they are not
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.2.14/package/yast2-storage.spec 
new/yast2-storage-3.2.15/package/yast2-storage.spec
--- old/yast2-storage-3.2.14/package/yast2-storage.spec 2017-05-31 
11:00:47.613991997 +0200
+++ new/yast2-storage-3.2.15/package/yast2-storage.spec 2017-06-07 
17:38:26.321891881 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-storage
-Version:        3.2.14
+Version:        3.2.15
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-3.2.14/src/include/partitioning/custom_part_lib.rb 
new/yast2-storage-3.2.15/src/include/partitioning/custom_part_lib.rb
--- old/yast2-storage-3.2.14/src/include/partitioning/custom_part_lib.rb        
2017-05-31 11:00:47.621991997 +0200
+++ new/yast2-storage-3.2.15/src/include/partitioning/custom_part_lib.rb        
2017-06-07 17:38:26.325891881 +0200
@@ -478,7 +478,7 @@
         end
         enable_disable_snapshots_checkbox(partition)
       else
-        if !UI.WidgetExists(Id(:fs_options))
+        if !UI.WidgetExists(Id(:fs_options)) && 
UI.WidgetExists(Id(:rep_fs_options))
           UI.ReplaceWidget(Id(:rep_fs_options), FsOptionsButton())
         end
       end


Reply via email to