Hello community,

here is the log from the commit of package yast2-nfs-client for 
openSUSE:Factory checked in at 2016-06-09 15:59:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-nfs-client (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-nfs-client.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-nfs-client"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-nfs-client/yast2-nfs-client.changes        
2015-07-21 13:29:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-nfs-client.new/yast2-nfs-client.changes   
2016-06-09 15:59:09.000000000 +0200
@@ -1,0 +2,8 @@
+Mon Jun  6 07:39:33 UTC 2016 - [email protected]
+
+- Stop generating autodocs (fate#320356)
+- Add a conditional BuildRequires to allow using Jenkins for
+  continuous integration ([email protected])
+- 3.1.17
+
+-------------------------------------------------------------------

Old:
----
  yast2-nfs-client-3.1.16.tar.bz2

New:
----
  yast2-nfs-client-3.1.17.tar.bz2

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

Other differences:
------------------
++++++ yast2-nfs-client.spec ++++++
--- /var/tmp/diff_new_pack.6p8knX/_old  2016-06-09 15:59:12.000000000 +0200
+++ /var/tmp/diff_new_pack.6p8knX/_new  2016-06-09 15:59:12.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-nfs-client
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX 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-nfs-client
-Version:        3.1.16
+Version:        3.1.17
 Release:        0
 Url:            https://github.com/yast/yast-nfs-client
 
@@ -41,6 +41,13 @@
 # showmount, #150382, #286300
 Recommends:     nfs-client
 
+# Unfortunately we cannot move this to macros.yast,
+# bcond within macros are ignored by osc/OBS.
+%bcond_with yast_run_ci_tests
+%if %{with yast_run_ci_tests}
+BuildRequires:  rubygem(yast-rake-ci)
+%endif
+
 Provides:       yast2-config-nfs
 Provides:       yast2-config-nfs-devel
 Obsoletes:      yast2-config-nfs

++++++ yast2-nfs-client-3.1.16.tar.bz2 -> yast2-nfs-client-3.1.17.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nfs-client-3.1.16/.rubocop.yml 
new/yast2-nfs-client-3.1.17/.rubocop.yml
--- old/yast2-nfs-client-3.1.16/.rubocop.yml    2015-07-20 12:26:38.000000000 
+0200
+++ new/yast2-nfs-client-3.1.17/.rubocop.yml    2016-06-06 16:12:08.000000000 
+0200
@@ -39,16 +39,6 @@
     - src/modules/Nfs.rb
     - src/modules/NfsOptions.rb
 
-# YCP Killer used rockets
-Style/HashSyntax:
-  Exclude:
-    - src/clients/nfs.rb
-    - src/clients/nfs_auto.rb
-    - src/include/nfs/ui.rb
-    - src/include/nfs/wizards.rb
-    - src/modules/Nfs.rb
-    - src/modules/NfsOptions.rb
-
 Style/MethodName:
   Exclude:
     - src/clients/nfs-client4part.rb
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nfs-client-3.1.16/.travis.yml 
new/yast2-nfs-client-3.1.17/.travis.yml
--- old/yast2-nfs-client-3.1.16/.travis.yml     2015-07-20 12:26:38.000000000 
+0200
+++ new/yast2-nfs-client-3.1.17/.travis.yml     2016-06-06 16:12:08.000000000 
+0200
@@ -5,7 +5,7 @@
     # disable rvm, use system Ruby
     - rvm reset
     - wget 
https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
-    - sh ./travis_setup.sh -p "rake yast2-devtools yast2-testsuite yast2" -g 
"rspec:2.14.1 yast-rake gettext rubocop:0.29.1"
+    - sh ./travis_setup.sh -p "rake yast2-devtools yast2-testsuite yast2" -g 
"rspec:3.3.0 yast-rake gettext rubocop:0.29.1"
 script:
     - rake check:syntax
     - rake check:pot
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nfs-client-3.1.16/doc/Makefile.am 
new/yast2-nfs-client-3.1.17/doc/Makefile.am
--- old/yast2-nfs-client-3.1.16/doc/Makefile.am 2015-07-20 12:26:38.000000000 
+0200
+++ new/yast2-nfs-client-3.1.17/doc/Makefile.am 2016-06-06 16:12:08.000000000 
+0200
@@ -4,8 +4,6 @@
 # $Id$
 #
 
-SUBDIRS = autodocs
-
 htmldir = $(docdir)
 
 screenshots = \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nfs-client-3.1.16/doc/autodocs/Makefile.am 
new/yast2-nfs-client-3.1.17/doc/autodocs/Makefile.am
--- old/yast2-nfs-client-3.1.16/doc/autodocs/Makefile.am        2015-07-20 
12:26:38.000000000 +0200
+++ new/yast2-nfs-client-3.1.17/doc/autodocs/Makefile.am        1970-01-01 
01:00:00.000000000 +0100
@@ -1,5 +0,0 @@
-# Makefile.am for YCP module .../doc/autodocs
-
-AUTODOCS_YCP = $(wildcard $(top_srcdir)/src/*/*.ycp 
$(top_srcdir)/src/*/*/*.ycp)
-AUTODOCS_STRIP = $(top_srcdir)/src
-include $(top_srcdir)/autodocs-ycp.ami
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-nfs-client-3.1.16/package/yast2-nfs-client.changes 
new/yast2-nfs-client-3.1.17/package/yast2-nfs-client.changes
--- old/yast2-nfs-client-3.1.16/package/yast2-nfs-client.changes        
2015-07-20 12:26:38.000000000 +0200
+++ new/yast2-nfs-client-3.1.17/package/yast2-nfs-client.changes        
2016-06-06 16:12:08.000000000 +0200
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Mon Jun  6 07:39:33 UTC 2016 - [email protected]
+
+- Stop generating autodocs (fate#320356)
+- Add a conditional BuildRequires to allow using Jenkins for
+  continuous integration ([email protected])
+- 3.1.17
+
+-------------------------------------------------------------------
 Mon Jul 20 10:10:33 UTC 2015 - [email protected]
 
 - Do not block an update of nfs-utils (boo#911986)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-nfs-client-3.1.16/package/yast2-nfs-client.spec 
new/yast2-nfs-client-3.1.17/package/yast2-nfs-client.spec
--- old/yast2-nfs-client-3.1.16/package/yast2-nfs-client.spec   2015-07-20 
12:26:38.000000000 +0200
+++ new/yast2-nfs-client-3.1.17/package/yast2-nfs-client.spec   2016-06-06 
16:12:08.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-nfs-client
-Version:        3.1.16
+Version:        3.1.17
 Release:        0
 Url:            https://github.com/yast/yast-nfs-client
 
@@ -41,6 +41,13 @@
 # showmount, #150382, #286300
 Recommends:     nfs-client
 
+# Unfortunately we cannot move this to macros.yast,
+# bcond within macros are ignored by osc/OBS.
+%bcond_with yast_run_ci_tests
+%if %{with yast_run_ci_tests}
+BuildRequires: rubygem(yast-rake-ci)
+%endif
+
 Provides:       yast2-config-nfs
 Provides:       yast2-config-nfs-devel
 Obsoletes:      yast2-config-nfs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nfs-client-3.1.16/src/clients/nfs.rb 
new/yast2-nfs-client-3.1.17/src/clients/nfs.rb
--- old/yast2-nfs-client-3.1.16/src/clients/nfs.rb      2015-07-20 
12:26:38.000000000 +0200
+++ new/yast2-nfs-client-3.1.17/src/clients/nfs.rb      2016-06-06 
16:12:08.000000000 +0200
@@ -181,8 +181,8 @@
       mount = Ops.get_string(options, "file", "")
       existing = Convert.convert(
         Builtins.union(Nfs.non_nfs_entries, nfs_entries),
-        :from => "list",
-        :to   => "list <map>"
+        from: "list",
+        to:   "list <map>"
       )
 
       if !CheckHostName(server) || !CheckPath(pth) || !CheckPath(mount) ||
@@ -209,7 +209,7 @@
 
       nfs_entries = Builtins.add(
         nfs_entries,
-        Convert.convert(options, :from => "map", :to => "map <string, any>")
+        Convert.convert(options, from: "map", to: "map <string, any>")
       )
       Nfs.nfs_entries = deep_copy(nfs_entries)
       true
@@ -295,8 +295,8 @@
           Nfs.non_nfs_entries,
           Builtins.remove(nfs_entries, entryno)
         ),
-        :from => "list",
-        :to   => "list <map>"
+        from: "list",
+        to:   "list <map>"
       )
 
       if !CheckHostName(server) || !CheckPath(pth) || !CheckPath(mount) ||
@@ -313,7 +313,7 @@
       Ops.set(
         nfs_entries,
         entryno,
-        Convert.convert(entry, :from => "map", :to => "map <string, any>")
+        Convert.convert(entry, from: "map", to: "map <string, any>")
       )
       Nfs.nfs_entries = deep_copy(nfs_entries)
       true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nfs-client-3.1.16/src/clients/nfs_auto.rb 
new/yast2-nfs-client-3.1.17/src/clients/nfs_auto.rb
--- old/yast2-nfs-client-3.1.16/src/clients/nfs_auto.rb 2015-07-20 
12:26:38.000000000 +0200
+++ new/yast2-nfs-client-3.1.17/src/clients/nfs_auto.rb 2016-06-06 
16:12:08.000000000 +0200
@@ -27,8 +27,8 @@
             Ops.is_map?(WFM.Args(1))
           @param = Convert.convert(
             WFM.Args(1),
-            :from => "any",
-            :to   => "map <string, any>"
+            from: "any",
+            to:   "map <string, any>"
           )
         end
         if Ops.greater_than(Builtins.size(WFM.Args), 1) &&
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nfs-client-3.1.16/src/include/nfs/ui.rb 
new/yast2-nfs-client-3.1.17/src/include/nfs/ui.rb
--- old/yast2-nfs-client-3.1.16/src/include/nfs/ui.rb   2015-07-20 
12:26:38.000000000 +0200
+++ new/yast2-nfs-client-3.1.17/src/include/nfs/ui.rb   2016-06-06 
16:12:08.000000000 +0200
@@ -594,8 +594,8 @@
           nil,
           Convert.convert(
             Builtins.union(Nfs.non_nfs_entries, @nfs_entries),
-            :from => "list",
-            :to   => "list <map>"
+            from: "list",
+            to:   "list <map>"
           )
         )
 
@@ -616,8 +616,8 @@
               Nfs.non_nfs_entries,
               Builtins.remove(@nfs_entries, entryno)
             ),
-            :from => "list",
-            :to   => "list <map>"
+            from: "list",
+            to:   "list <map>"
           ) # Default values
         )
         if entry
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nfs-client-3.1.16/src/include/nfs/wizards.rb 
new/yast2-nfs-client-3.1.17/src/include/nfs/wizards.rb
--- old/yast2-nfs-client-3.1.16/src/include/nfs/wizards.rb      2015-07-20 
12:26:38.000000000 +0200
+++ new/yast2-nfs-client-3.1.17/src/include/nfs/wizards.rb      2016-06-06 
16:12:08.000000000 +0200
@@ -33,9 +33,9 @@
 
       sequence = {
         "ws_start" => "read",
-        "read"     => { :abort => :abort, :next => "main" },
-        "main"     => { :abort => :abort, :next => "write" },
-        "write"    => { :abort => :abort, :next => :next }
+        "read"     => { abort: :abort, next: "main" },
+        "main"     => { abort: :abort, next: "write" },
+        "write"    => { abort: :abort, next: :next }
       }
 
       Wizard.OpenOKDialog
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nfs-client-3.1.16/src/lib/fstab/tsort.rb 
new/yast2-nfs-client-3.1.17/src/lib/fstab/tsort.rb
--- old/yast2-nfs-client-3.1.16/src/lib/fstab/tsort.rb  2015-07-20 
12:26:38.000000000 +0200
+++ new/yast2-nfs-client-3.1.17/src/lib/fstab/tsort.rb  2016-06-06 
16:12:08.000000000 +0200
@@ -22,7 +22,7 @@
       end
     end
 
-    private
+  private
 
     # Checks if the first mount point requires the second one to be mounted in
     # advance
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nfs-client-3.1.16/src/modules/Nfs.rb 
new/yast2-nfs-client-3.1.17/src/modules/Nfs.rb
--- old/yast2-nfs-client-3.1.16/src/modules/Nfs.rb      2015-07-20 
12:26:38.000000000 +0200
+++ new/yast2-nfs-client-3.1.17/src/modules/Nfs.rb      2016-06-06 
16:12:08.000000000 +0200
@@ -103,8 +103,8 @@
 
       entries.value = Convert.convert(
         settings,
-        :from => "list <map>",
-        :to   => "list <map <string, any>>"
+        from: "list <map>",
+        to:   "list <map <string, any>>"
       )
 
       nil
@@ -137,7 +137,7 @@
         global_options_ref = arg_ref(global_options.value)
         entries_ref = arg_ref(entries.value)
         GetOptionsAndEntriesSLE11(
-          Convert.convert(any_settings, :from => "any", :to => "list <map>"),
+          Convert.convert(any_settings, from: "any", to: "list <map>"),
           global_options_ref,
           entries_ref
         )
@@ -315,8 +315,8 @@
       if !@skip_fstab
         fstab = Convert.convert(
           SCR.Read(path(".etc.fstab")),
-          :from => "any",
-          :to   => "list <map <string, any>>"
+          from: "any",
+          to:   "list <map <string, any>>"
         )
         fstab = UnescapeSpaces(fstab)
         Builtins.y2milestone("fstab: %1", fstab)
@@ -610,8 +610,8 @@
       # unmount directory if it's NFS mountpoint
       mounts = Convert.convert(
         SCR.Read(path(".proc.mounts")),
-        :from => "any",
-        :to   => "list <map <string, any>>"
+        from: "any",
+        to:   "list <map <string, any>>"
       )
       found = false
 
@@ -694,8 +694,8 @@
         dirs = Builtins.maplist(
           Convert.convert(
             SCR.Read(path(".target.dir"), tmpdir),
-            :from => "any",
-            :to   => "list <string>"
+            from: "any",
+            to:   "list <string>"
           )
         ) { |dirent| Ops.add("/", dirent) }
         dirs = Builtins.prepend(dirs, "/")
@@ -703,8 +703,8 @@
       else
         dirs = Convert.convert(
           SCR.Read(path(".net.showexports"), server),
-          :from => "any",
-          :to   => "list <string>"
+          from: "any",
+          to:   "list <string>"
         )
       end
 
@@ -712,28 +712,28 @@
       deep_copy(dirs)
     end
 
-    publish :variable => :modified, :type => "boolean"
-    publish :variable => :skip_fstab, :type => "boolean"
-    publish :function => :SetModified, :type => "void ()"
-    publish :function => :GetModified, :type => "boolean ()"
-    publish :variable => :required_packages, :type => "list <string>"
-    publish :variable => :nfs_entries, :type => "list <map <string, any>>"
-    publish :variable => :non_nfs_entries, :type => "list <map>"
-    publish :variable => :nfs4_enabled, :type => "boolean"
-    publish :variable => :nfs_gss_enabled, :type => "boolean"
-    publish :variable => :idmapd_domain, :type => "string"
-    publish :function => :Import, :type => "boolean (map <string, any>)"
-    publish :function => :Export, :type => "map ()"
-    publish :function => :FindPortmapper, :type => "string ()"
-    publish :function => :Read, :type => "boolean ()"
-    publish :function => :WriteOnly, :type => "boolean ()"
-    publish :function => :Write, :type => "boolean ()"
-    publish :function => :Summary, :type => "string ()"
-    publish :function => :Mount, :type => "string (string, string, string, 
string, string)"
-    publish :function => :Unmount, :type => "boolean (string)"
-    publish :function => :AutoPackages, :type => "map ()"
-    publish :function => :ProbeServers, :type => "list <string> ()"
-    publish :function => :ProbeExports, :type => "list <string> (string, 
boolean)"
+    publish variable: :modified, type: "boolean"
+    publish variable: :skip_fstab, type: "boolean"
+    publish function: :SetModified, type: "void ()"
+    publish function: :GetModified, type: "boolean ()"
+    publish variable: :required_packages, type: "list <string>"
+    publish variable: :nfs_entries, type: "list <map <string, any>>"
+    publish variable: :non_nfs_entries, type: "list <map>"
+    publish variable: :nfs4_enabled, type: "boolean"
+    publish variable: :nfs_gss_enabled, type: "boolean"
+    publish variable: :idmapd_domain, type: "string"
+    publish function: :Import, type: "boolean (map <string, any>)"
+    publish function: :Export, type: "map ()"
+    publish function: :FindPortmapper, type: "string ()"
+    publish function: :Read, type: "boolean ()"
+    publish function: :WriteOnly, type: "boolean ()"
+    publish function: :Write, type: "boolean ()"
+    publish function: :Summary, type: "string ()"
+    publish function: :Mount, type: "string (string, string, string, string, 
string)"
+    publish function: :Unmount, type: "boolean (string)"
+    publish function: :AutoPackages, type: "map ()"
+    publish function: :ProbeServers, type: "list <string> ()"
+    publish function: :ProbeExports, type: "list <string> (string, boolean)"
   end
 
   Nfs = NfsClass.new
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nfs-client-3.1.16/src/modules/NfsOptions.rb 
new/yast2-nfs-client-3.1.17/src/modules/NfsOptions.rb
--- old/yast2-nfs-client-3.1.16/src/modules/NfsOptions.rb       2015-07-20 
12:26:38.000000000 +0200
+++ new/yast2-nfs-client-3.1.17/src/modules/NfsOptions.rb       2016-06-06 
16:12:08.000000000 +0200
@@ -148,19 +148,19 @@
         if non_value_option?(key)
           next if value.nil?
           # To translators: error popup
-          error_message = _("Unexpected value '%{value}' for option '%{key}'") 
% { :value => value, :key => key }
+          error_message = _("Unexpected value '%{value}' for option '%{key}'") 
% { value: value, key: key }
         # All unknown options
         elsif !OPTIONS_WITH_VALUE.include?(key)
           # To translators: error popup
-          error_message = _("Unknown option: '%{key}'") % { :key => key }
+          error_message = _("Unknown option: '%{key}'") % { key: key }
         # All known ones with badly specified values
         elsif !rest.empty?
           # To translators: error popup
-          error_message = _("Invalid option: '%{opt}'") % { :opt => opt }
+          error_message = _("Invalid option: '%{opt}'") % { opt: opt }
         # All options missing a value
         elsif value.nil?
           # To translators: error popup
-          error_message = _("Empty value for option: '%{key}'") % { :key => 
key }
+          error_message = _("Empty value for option: '%{key}'") % { key: key }
         end
 
         break unless error_message.empty?
@@ -200,9 +200,9 @@
       to_string(option_list)
     end
 
-    publish :function => :validate, :type => "string (string)"
-    publish :function => :get_nfs41, :type => "boolean (string)"
-    publish :function => :set_nfs41, :type => "string (string, boolean)"
+    publish function: :validate, type: "string (string)"
+    publish function: :get_nfs41, type: "boolean (string)"
+    publish function: :set_nfs41, type: "string (string, boolean)"
   end
 
   NfsOptions = NfsOptionsClass.new


Reply via email to