Hello community,

here is the log from the commit of package yast2-packager for openSUSE:Factory 
checked in at 2015-01-24 22:19:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-packager (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-packager.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-packager"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-packager/yast2-packager.changes    
2014-12-05 21:02:53.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-packager.new/yast2-packager.changes       
2015-01-24 22:19:36.000000000 +0100
@@ -1,0 +2,8 @@
+Thu Jan 22 20:23:33 UTC 2015 - [email protected]
+
+- explicitly resolve shortcut conflict in repository type dialog
+  to avoid different auto correction in Qt and ncurses UI
+  (bnc#913099)
+- 3.1.56
+
+-------------------------------------------------------------------

Old:
----
  yast2-packager-3.1.55.tar.bz2

New:
----
  yast2-packager-3.1.56.tar.bz2

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

Other differences:
------------------
++++++ yast2-packager.spec ++++++
--- /var/tmp/diff_new_pack.dBbxRH/_old  2015-01-24 22:19:37.000000000 +0100
+++ /var/tmp/diff_new_pack.dBbxRH/_new  2015-01-24 22:19:37.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-packager
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-packager
-Version:        3.1.55
+Version:        3.1.56
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-packager-3.1.55.tar.bz2 -> yast2-packager-3.1.56.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.55/package/yast2-packager.changes 
new/yast2-packager-3.1.56/package/yast2-packager.changes
--- old/yast2-packager-3.1.55/package/yast2-packager.changes    2014-12-04 
11:04:54.000000000 +0100
+++ new/yast2-packager-3.1.56/package/yast2-packager.changes    2015-01-23 
15:18:13.000000000 +0100
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Thu Jan 22 20:23:33 UTC 2015 - [email protected]
+
+- explicitly resolve shortcut conflict in repository type dialog
+  to avoid different auto correction in Qt and ncurses UI
+  (bnc#913099)
+- 3.1.56
+
+-------------------------------------------------------------------
 Thu Dec  4 09:50:45 UTC 2014 - [email protected]
 
 - remove X-KDE-Library from desktop file (bnc#899104)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.55/package/yast2-packager.spec 
new/yast2-packager-3.1.56/package/yast2-packager.spec
--- old/yast2-packager-3.1.55/package/yast2-packager.spec       2014-12-04 
11:04:54.000000000 +0100
+++ new/yast2-packager-3.1.56/package/yast2-packager.spec       2015-01-23 
15:18:13.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-packager
-Version:        3.1.55
+Version:        3.1.56
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.55/src/modules/SourceDialogs.rb 
new/yast2-packager-3.1.56/src/modules/SourceDialogs.rb
--- old/yast2-packager-3.1.55/src/modules/SourceDialogs.rb      2014-12-04 
11:04:55.000000000 +0100
+++ new/yast2-packager-3.1.56/src/modules/SourceDialogs.rb      2015-01-23 
15:18:13.000000000 +0100
@@ -42,9 +42,9 @@
       # radio button
       :https             => N_("HTT&PS..."),
       # radio button
-      :samba             => N_("&SMB/CIFS"),
+      :samba             => N_("S&MB/CIFS"),
       # radio button
-      :nfs               => N_("&NFS..."),
+      :nfs               => N_("NF&S..."),
       # radio button
       :cd                => N_("&CD..."),
       # radio button
@@ -1717,7 +1717,7 @@
         protocol_box = Builtins.add(
           protocol_box,
           # radio button
-          RadioButton(Id(:samba), Opt(:notify), _("&SMB/CIFS"))
+          RadioButton(Id(:samba), Opt(:notify), _("S&MB/CIFS"))
         )
         protocol_box = Builtins.add(protocol_box, HStretch())
         protocol_box = RadioButtonGroup(

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

Reply via email to