Hello community,

here is the log from the commit of package yast2-packager for openSUSE:Factory 
checked in at 2019-03-10 09:30:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-packager (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-packager.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-packager"

Sun Mar 10 09:30:12 2019 rev:368 rq:682733 version:4.1.32

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-packager/yast2-packager.changes    
2019-03-06 19:02:44.165085362 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-packager.new.28833/yast2-packager.changes 
2019-03-10 09:30:13.816252467 +0100
@@ -1,0 +2,12 @@
+Thu Mar  7 17:08:01 CET 2019 - [email protected]
+
+- Bug fix: Changing repo URL has been ignored (bsc#1119564).
+- 4.1.32
+
+-------------------------------------------------------------------
+Wed Mar  6 21:05:39 UTC 2019 - Oliver Kurz <[email protected]>
+
+- Correct english wording for missing patterns (bsc#1117535).
+- 4.1.31
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-packager.spec ++++++
--- /var/tmp/diff_new_pack.DnWS8v/_old  2019-03-10 09:30:15.340252085 +0100
+++ /var/tmp/diff_new_pack.DnWS8v/_new  2019-03-10 09:30:15.384252074 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-packager
-Version:        4.1.30
+Version:        4.1.32
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-packager-4.1.30.tar.bz2 -> yast2-packager-4.1.32.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-4.1.30/package/yast2-packager.changes 
new/yast2-packager-4.1.32/package/yast2-packager.changes
--- old/yast2-packager-4.1.30/package/yast2-packager.changes    2019-03-04 
15:33:15.000000000 +0100
+++ new/yast2-packager-4.1.32/package/yast2-packager.changes    2019-03-08 
10:07:57.000000000 +0100
@@ -1,4 +1,16 @@
 -------------------------------------------------------------------
+Thu Mar  7 17:08:01 CET 2019 - [email protected]
+
+- Bug fix: Changing repo URL has been ignored (bsc#1119564).
+- 4.1.32
+
+-------------------------------------------------------------------
+Wed Mar  6 21:05:39 UTC 2019 - Oliver Kurz <[email protected]>
+
+- Correct english wording for missing patterns (bsc#1117535).
+- 4.1.31
+
+-------------------------------------------------------------------
 Mon Mar  4 14:27:30 UTC 2019 - Josef Reidinger <[email protected]>
 
 - fix showing help text for product license (bsc#1126491)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-4.1.30/package/yast2-packager.spec 
new/yast2-packager-4.1.32/package/yast2-packager.spec
--- old/yast2-packager-4.1.30/package/yast2-packager.spec       2019-03-04 
15:33:15.000000000 +0100
+++ new/yast2-packager-4.1.32/package/yast2-packager.spec       2019-03-08 
10:07:57.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-packager
-Version:        4.1.30
+Version:        4.1.32
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-4.1.30/src/modules/Packages.rb 
new/yast2-packager-4.1.32/src/modules/Packages.rb
--- old/yast2-packager-4.1.30/src/modules/Packages.rb   2019-03-04 
15:33:15.000000000 +0100
+++ new/yast2-packager-4.1.32/src/modules/Packages.rb   2019-03-08 
10:07:57.000000000 +0100
@@ -2502,9 +2502,9 @@
         "%s\n" \
         "Patterns have not been found.\n" \
         "\n" \
-        "This can be probably be fixed by adding\n" \
+        "This can probably be fixed by adding\n" \
         "more installation repositories by going back to\n" \
-        "Registration or Add On Product screens."
+        "the 'Registration' or 'Add On Product' screens."
       ) % names_s)
     end
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-4.1.30/src/modules/SourceDialogs.rb 
new/yast2-packager-4.1.32/src/modules/SourceDialogs.rb
--- old/yast2-packager-4.1.30/src/modules/SourceDialogs.rb      2019-03-04 
15:33:15.000000000 +0100
+++ new/yast2-packager-4.1.32/src/modules/SourceDialogs.rb      2019-03-08 
10:07:57.000000000 +0100
@@ -2515,8 +2515,7 @@
       ret = CWM.Run(w, {})
       Builtins.y2milestone("Ret: %1", ret)
       UI.CloseDialog
-
-      ret == :ok ? GetURL() : ""
+      [:ok, :next].include?(ret) ? GetURL() : ""
     end
 
     def EditDisplay


Reply via email to