Hello community,

here is the log from the commit of package yast2-apparmor for openSUSE:Factory 
checked in at 2018-09-04 22:51:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-apparmor (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-apparmor.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-apparmor"

Tue Sep  4 22:51:18 2018 rev:69 rq:631397 version:4.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-apparmor/yast2-apparmor.changes    
2018-07-03 23:32:43.008549547 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-apparmor.new/yast2-apparmor.changes       
2018-09-04 22:51:21.132011339 +0200
@@ -1,0 +2,11 @@
+Fri Aug 24 08:20:53 CDT 2018 - rgold...@suse.com
+
+- Process profile change only if we have it selected (bsc#1090592)
+- 4.1.0
+
+-------------------------------------------------------------------
+Mon Aug 20 16:24:15 CEST 2018 - sch...@suse.de
+
+- Switched license in spec file from SPDX2 to SPDX3 format.
+
+-------------------------------------------------------------------

Old:
----
  yast2-apparmor-4.0.5.tar.bz2

New:
----
  yast2-apparmor-4.1.0.tar.bz2

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

Other differences:
------------------
++++++ yast2-apparmor.spec ++++++
--- /var/tmp/diff_new_pack.OX53g3/_old  2018-09-04 22:51:21.484012546 +0200
+++ /var/tmp/diff_new_pack.OX53g3/_new  2018-09-04 22:51:21.488012560 +0200
@@ -17,10 +17,10 @@
 
 
 Name:           yast2-apparmor
-Version:        4.0.5
+Version:        4.1.0
 Release:        0
 Summary:        YaST2 - Plugins for AppArmor Profile Management
-License:        GPL-2.0
+License:        GPL-2.0-only
 Group:          Productivity/Security
 Url:            https://github.com/yast/yast-apparmor
 Source0:        %{name}-%{version}.tar.bz2

++++++ yast2-apparmor-4.0.5.tar.bz2 -> yast2-apparmor-4.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-apparmor-4.0.5/package/yast2-apparmor.changes 
new/yast2-apparmor-4.1.0/package/yast2-apparmor.changes
--- old/yast2-apparmor-4.0.5/package/yast2-apparmor.changes     2018-07-02 
18:02:44.000000000 +0200
+++ new/yast2-apparmor-4.1.0/package/yast2-apparmor.changes     2018-08-24 
17:12:39.000000000 +0200
@@ -1,4 +1,15 @@
 -------------------------------------------------------------------
+Fri Aug 24 08:20:53 CDT 2018 - rgold...@suse.com
+
+- Process profile change only if we have it selected (bsc#1090592)
+- 4.1.0
+
+-------------------------------------------------------------------
+Mon Aug 20 16:24:15 CEST 2018 - sch...@suse.de
+
+- Switched license in spec file from SPDX2 to SPDX3 format.
+
+-------------------------------------------------------------------
 Thu Jun 28 16:00:46 CEST 2018 - sch...@suse.de
 
 - Added additional searchkeys to desktop file (fate#321043).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-apparmor-4.0.5/package/yast2-apparmor.spec 
new/yast2-apparmor-4.1.0/package/yast2-apparmor.spec
--- old/yast2-apparmor-4.0.5/package/yast2-apparmor.spec        2018-07-02 
18:02:44.000000000 +0200
+++ new/yast2-apparmor-4.1.0/package/yast2-apparmor.spec        2018-08-24 
17:12:39.000000000 +0200
@@ -17,11 +17,11 @@
 
 
 Name:           yast2-apparmor
-Version:        4.0.5
+Version:        4.1.0
 Release:        0
 Summary:        YaST2 - Plugins for AppArmor Profile Management
 Url:            https://github.com/yast/yast-apparmor
-License:        GPL-2.0
+License:        GPL-2.0-only
 Group:          Productivity/Security
 Source0:        %{name}-%{version}.tar.bz2
 BuildRequires:  update-desktop-files
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-apparmor-4.0.5/src/lib/apparmor/profiles.rb 
new/yast2-apparmor-4.1.0/src/lib/apparmor/profiles.rb
--- old/yast2-apparmor-4.0.5/src/lib/apparmor/profiles.rb       2018-07-02 
18:02:44.000000000 +0200
+++ new/yast2-apparmor-4.1.0/src/lib/apparmor/profiles.rb       2018-08-24 
17:12:39.000000000 +0200
@@ -159,7 +159,7 @@
     def changeMode_handler
       selected_item = Yast::UI.QueryWidget(Id(:entries_table), :CurrentItem)
       log.info "Toggling #{selected_item}"
-      @profiles.toggle(selected_item)
+      @profiles.toggle(selected_item) if selected_item
       redraw_table
     end
 


Reply via email to