Hello community,

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

Package is "yast2-packager"

Tue May  1 22:42:08 2018 rev:352 rq:602093 version:4.0.60

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-packager/yast2-packager.changes    
2018-04-26 13:29:42.218387903 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-packager.new/yast2-packager.changes       
2018-05-01 22:42:10.191000413 +0200
@@ -1,0 +2,7 @@
+Tue Apr 24 19:49:40 UTC 2018 - [email protected]
+
+- Fix text direction for RTL languages in software patterns list
+  (bsc#1089846).
+- 4.0.60
+
+-------------------------------------------------------------------
@@ -7 +14 @@
-- 3.2.26
+- 4.0.59

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

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

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

Other differences:
------------------
++++++ yast2-packager.spec ++++++
--- /var/tmp/diff_new_pack.zdlbBY/_old  2018-05-01 22:42:10.790978568 +0200
+++ /var/tmp/diff_new_pack.zdlbBY/_new  2018-05-01 22:42:10.794978422 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-packager
-Version:        4.0.59
+Version:        4.0.60
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -102,7 +102,7 @@
 
 Requires:       yast2-ruby-bindings >= 1.0.0
 Summary:        YaST2 - Package Library
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          System/YaST
 
 %description

++++++ yast2-packager-4.0.59.tar.bz2 -> yast2-packager-4.0.60.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-4.0.59/package/yast2-packager.changes 
new/yast2-packager-4.0.60/package/yast2-packager.changes
--- old/yast2-packager-4.0.59/package/yast2-packager.changes    2018-04-19 
12:55:10.000000000 +0200
+++ new/yast2-packager-4.0.60/package/yast2-packager.changes    2018-04-27 
17:45:10.000000000 +0200
@@ -1,10 +1,17 @@
 -------------------------------------------------------------------
+Tue Apr 24 19:49:40 UTC 2018 - [email protected]
+
+- Fix text direction for RTL languages in software patterns list
+  (bsc#1089846).
+- 4.0.60
+
+-------------------------------------------------------------------
 Fri Apr 19 08:26:41 UTC 2018 - [email protected]
 
 - Added warning to inform the user that changes in a repository
   managed by a service will be lost in the next refresh of the
   service (bsc#1078323).
-- 3.2.26
+- 4.0.59
 
 -------------------------------------------------------------------
 Mon Apr 16 16:48:14 UTC 2018 - [email protected]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-4.0.59/package/yast2-packager.spec 
new/yast2-packager-4.0.60/package/yast2-packager.spec
--- old/yast2-packager-4.0.59/package/yast2-packager.spec       2018-04-19 
12:55:10.000000000 +0200
+++ new/yast2-packager-4.0.60/package/yast2-packager.spec       2018-04-27 
17:45:10.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-packager
-Version:        4.0.59
+Version:        4.0.60
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-4.0.59/src/modules/Packages.rb 
new/yast2-packager-4.0.60/src/modules/Packages.rb
--- old/yast2-packager-4.0.59/src/modules/Packages.rb   2018-04-19 
12:55:10.000000000 +0200
+++ new/yast2-packager-4.0.60/src/modules/Packages.rb   2018-04-27 
17:45:10.000000000 +0200
@@ -387,12 +387,13 @@
       end
 
       if Builtins.contains(flags, :pattern)
-        patterns = ListSelected(:pattern, "+  %1")
+        patterns = ListSelected(:pattern, "%1")
 
         if Ops.greater_than(Builtins.size(patterns), 0)
           output = Builtins.add(
             output,
-            Ops.add(_("Patterns:<br>"), Builtins.mergestring(patterns, "<br>"))
+            # TODO: simply delete the br once we can afford to break 
translations again
+            Ops.add(_("Patterns:<br>").chomp("<br>"), HTML.List(patterns))
           )
         end
       end


Reply via email to