Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yast2-vpn for openSUSE:Factory 
checked in at 2022-09-07 11:06:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-vpn (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-vpn.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-vpn"

Wed Sep  7 11:06:03 2022 rev:17 rq:1001479 version:4.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-vpn/yast2-vpn.changes      2022-04-13 
21:05:36.784596286 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-vpn.new.2083/yast2-vpn.changes    
2022-09-07 11:06:15.568440511 +0200
@@ -1,0 +2,6 @@
+Tue Sep  6 01:40:05 PM UTC 2022 - David Mulder <dmul...@suse.com>
+
+- Place file selection buttons at the bottom (bnc#1085625).
+- 4.5.1
+
+-------------------------------------------------------------------

Old:
----
  yast2-vpn-4.5.0.tar.bz2

New:
----
  yast2-vpn-4.5.1.tar.bz2

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

Other differences:
------------------
++++++ yast2-vpn.spec ++++++
--- /var/tmp/diff_new_pack.8i3lSJ/_old  2022-09-07 11:06:15.980441559 +0200
+++ /var/tmp/diff_new_pack.8i3lSJ/_new  2022-09-07 11:06:15.984441568 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-vpn
-Version:        4.5.0
+Version:        4.5.1
 Release:        0
 URL:            https://github.com/yast/yast-vpn
 Source0:        %{name}-%{version}.tar.bz2

++++++ yast2-vpn-4.5.0.tar.bz2 -> yast2-vpn-4.5.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vpn-4.5.0/package/yast2-vpn.changes 
new/yast2-vpn-4.5.1/package/yast2-vpn.changes
--- old/yast2-vpn-4.5.0/package/yast2-vpn.changes       2022-04-12 
13:39:22.000000000 +0200
+++ new/yast2-vpn-4.5.1/package/yast2-vpn.changes       2022-09-06 
15:46:22.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Tue Sep  6 01:40:05 PM UTC 2022 - David Mulder <dmul...@suse.com>
+
+- Place file selection buttons at the bottom (bnc#1085625).
+- 4.5.1
+
+-------------------------------------------------------------------
 Wed Apr 06 13:24:58 UTC 2022 - Ladislav Slez??k <lsle...@suse.cz>
 
 - Bump version to 4.5.0 (bsc#1198109)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vpn-4.5.0/package/yast2-vpn.spec 
new/yast2-vpn-4.5.1/package/yast2-vpn.spec
--- old/yast2-vpn-4.5.0/package/yast2-vpn.spec  2022-04-12 13:39:22.000000000 
+0200
+++ new/yast2-vpn-4.5.1/package/yast2-vpn.spec  2022-09-06 15:46:22.000000000 
+0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-vpn
-Version:        4.5.0
+Version:        4.5.1
 Release:        0
 Url:            https://github.com/yast/yast-vpn
 Source0:        %{name}-%{version}.tar.bz2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vpn-4.5.0/src/lib/vpn/edit_gw_secrets.rb 
new/yast2-vpn-4.5.1/src/lib/vpn/edit_gw_secrets.rb
--- old/yast2-vpn-4.5.0/src/lib/vpn/edit_gw_secrets.rb  2022-04-12 
13:39:22.000000000 +0200
+++ new/yast2-vpn-4.5.1/src/lib/vpn/edit_gw_secrets.rb  2022-09-06 
15:46:22.000000000 +0200
@@ -192,10 +192,10 @@
             Frame(_("Gateway certificate"), VBox(
                 Left(MinWidth(40, HBox(
                     InputField(Id(:gw_cert), _("Path to certificate file"), 
""),
-                    PushButton(Id(:select_gw_cert), _("Pick.."))))),
+                    Bottom(PushButton(Id(:select_gw_cert), 
Yast::Label.SelectButton))))),
                 Left(MinWidth(40, HBox(
                     InputField(Id(:gw_cert_key), _("Path to certificate key 
file"), ""),
-                    PushButton(Id(:select_gw_cert_key), _("Pick..")))))))
+                    Bottom(PushButton(Id(:select_gw_cert_key), 
Yast::Label.SelectButton)))))))
         end
 
         def mk_xauth_frame
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-vpn-4.5.0/src/lib/vpn/set_client_cert_dialog.rb 
new/yast2-vpn-4.5.1/src/lib/vpn/set_client_cert_dialog.rb
--- old/yast2-vpn-4.5.0/src/lib/vpn/set_client_cert_dialog.rb   2022-04-12 
13:39:22.000000000 +0200
+++ new/yast2-vpn-4.5.1/src/lib/vpn/set_client_cert_dialog.rb   2022-09-06 
15:46:22.000000000 +0200
@@ -47,10 +47,10 @@
             VBox(
                 Left(MinWidth(30, HBox(
                         InputField(Id(:cert), _("Path to certificate file:"), 
@cert_path),
-                        PushButton(Id(:select_cert), _("Pick.."))))),
+                        Bottom(PushButton(Id(:select_cert), 
Yast::Label.SelectButton))))),
                 Left(MinWidth(30, HBox(
                         InputField(Id(:cert_key), _("Path to certificate key 
file:"), @key_path),
-                        PushButton(Id(:select_cert_key), _("Pick.."))))),
+                        Bottom(PushButton(Id(:select_cert_key), 
Yast::Label.SelectButton))))),
                 Left(Label(_("Please do not store the key in the certificate 
file itself."))),
                 ButtonBox(
                     PushButton(Id(:ok), Yast::Label.OKButton),

Reply via email to