Hello community,

here is the log from the commit of package yast2-packager for openSUSE:Factory 
checked in at 2018-02-24 16:35:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-packager (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-packager.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-packager"

Sat Feb 24 16:35:57 2018 rev:344 rq:579296 version:4.0.41

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-packager/yast2-packager.changes    
2018-02-16 21:41:53.153117185 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-packager.new/yast2-packager.changes       
2018-02-24 16:36:01.024710454 +0100
@@ -1,0 +2,13 @@
+Thu Feb 22 17:17:31 CET 2018 - [email protected]
+
+- Added textdomain in order to activate translation (bnc#1081365).
+- 4.0.41
+
+-------------------------------------------------------------------
+Thu Feb 22 13:01:05 UTC 2018 - [email protected]
+
+- Added product renames for the SDK and the Toolchain module
+  (bsc#1080913)
+- 4.0.40
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-packager.spec ++++++
--- /var/tmp/diff_new_pack.JWOnZ6/_old  2018-02-24 16:36:02.800646534 +0100
+++ /var/tmp/diff_new_pack.JWOnZ6/_new  2018-02-24 16:36:02.804646390 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-packager
-Version:        4.0.39
+Version:        4.0.41
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-packager-4.0.39.tar.bz2 -> yast2-packager-4.0.41.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-4.0.39/package/yast2-packager.changes 
new/yast2-packager-4.0.41/package/yast2-packager.changes
--- old/yast2-packager-4.0.39/package/yast2-packager.changes    2018-02-16 
10:25:47.000000000 +0100
+++ new/yast2-packager-4.0.41/package/yast2-packager.changes    2018-02-23 
07:55:07.000000000 +0100
@@ -1,4 +1,17 @@
 -------------------------------------------------------------------
+Thu Feb 22 17:17:31 CET 2018 - [email protected]
+
+- Added textdomain in order to activate translation (bnc#1081365).
+- 4.0.41
+
+-------------------------------------------------------------------
+Thu Feb 22 13:01:05 UTC 2018 - [email protected]
+
+- Added product renames for the SDK and the Toolchain module
+  (bsc#1080913)
+- 4.0.40
+
+-------------------------------------------------------------------
 Thu Feb 15 18:52:40 UTC 2018 - [email protected]
 
 - Display licenses translations (related to FATE#322276).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-4.0.39/package/yast2-packager.spec 
new/yast2-packager-4.0.41/package/yast2-packager.spec
--- old/yast2-packager-4.0.39/package/yast2-packager.spec       2018-02-16 
10:25:47.000000000 +0100
+++ new/yast2-packager-4.0.41/package/yast2-packager.spec       2018-02-23 
07:55:07.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-packager
-Version:        4.0.39
+Version:        4.0.41
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-packager-4.0.39/src/lib/y2packager/dialogs/inst_product_license.rb 
new/yast2-packager-4.0.41/src/lib/y2packager/dialogs/inst_product_license.rb
--- 
old/yast2-packager-4.0.39/src/lib/y2packager/dialogs/inst_product_license.rb    
    2018-02-16 10:25:47.000000000 +0100
+++ 
new/yast2-packager-4.0.41/src/lib/y2packager/dialogs/inst_product_license.rb    
    2018-02-23 07:55:07.000000000 +0100
@@ -30,6 +30,8 @@
       # @param product [Y2Packager::Product] Product to ask for the license
       def initialize(product)
         super()
+        textdomain "packager"
+
         @product = product
       end
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-packager-4.0.39/src/lib/y2packager/dialogs/product_license_translations.rb
 
new/yast2-packager-4.0.41/src/lib/y2packager/dialogs/product_license_translations.rb
--- 
old/yast2-packager-4.0.39/src/lib/y2packager/dialogs/product_license_translations.rb
        2018-02-16 10:25:47.000000000 +0100
+++ 
new/yast2-packager-4.0.41/src/lib/y2packager/dialogs/product_license_translations.rb
        2018-02-23 07:55:07.000000000 +0100
@@ -34,6 +34,8 @@
       # @param language [String] Default language code (eg. "en_US")
       def initialize(product, language = nil)
         super()
+        textdomain "packager"
+
         @product = product
         @language = language || Yast::Language.language
       end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-4.0.39/src/modules/AddOnProduct.rb 
new/yast2-packager-4.0.41/src/modules/AddOnProduct.rb
--- old/yast2-packager-4.0.39/src/modules/AddOnProduct.rb       2018-02-16 
10:25:47.000000000 +0100
+++ new/yast2-packager-4.0.41/src/modules/AddOnProduct.rb       2018-02-23 
07:55:07.000000000 +0100
@@ -12,14 +12,17 @@
     # @return [Hash] Product renames default map. Used when information is not
     #                found elsewhere.
     DEFAULT_PRODUCT_RENAMES = {
-      "SUSE_SLES"     => ["SLES"],
+      "SUSE_SLES"            => ["SLES"],
       # SLED or Workstation extension
-      "SUSE_SLED"     => ["SLED", "sle-we"],
-      "sle-haegeo"    => ["sle-ha-geo"],
-      "sle-hae"       => ["sle-ha"],
-      "SUSE_SLES_SAP" => ["SLES_SAP"],
+      "SUSE_SLED"            => ["SLED", "sle-we"],
+      "sle-haegeo"           => ["sle-ha-geo"],
+      "sle-hae"              => ["sle-ha"],
+      "SUSE_SLES_SAP"        => ["SLES_SAP"],
       # SMT is now integrated into the base SLES
-      "sle-smt"       => ["SLES"]
+      "sle-smt"              => ["SLES"],
+      # Toolchain and SDK are now included in the Development Tools SLE15 
module
+      "sle-module-toolchain" => ["sle-module-development-tools"],
+      "sle-sdk"              => ["sle-module-development-tools"]
     }.freeze
 
     # @return [Hash] Product renames added externally through the #add_rename 
method


Reply via email to