Hello community,

here is the log from the commit of package yast2-nfs-client for 
openSUSE:Factory checked in at 2014-11-15 11:44:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        
2014-09-07 11:10:01.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-nfs-client.new/yast2-nfs-client.changes   
2014-11-15 12:30:54.000000000 +0100
@@ -1,0 +2,12 @@
+Wed Nov 12 16:15:06 UTC 2014 - lsle...@suse.cz
+
+- fixed string substitution in a translated message
+- 3.1.11
+
+-------------------------------------------------------------------
+Fri Nov  7 17:00:31 CET 2014 - loci...@suse.com
+
+- Removed obsolete service (nfsboot) handling (bnc#867766)
+- 3.1.10
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-nfs-client.spec ++++++
--- /var/tmp/diff_new_pack.Wsx09q/_old  2014-11-15 12:30:55.000000000 +0100
+++ /var/tmp/diff_new_pack.Wsx09q/_new  2014-11-15 12:30:55.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-nfs-client
-Version:        3.1.9
+Version:        3.1.11
 Release:        0
 Url:            https://github.com/yast/yast-nfs-client
 

++++++ yast2-nfs-client-3.1.9.tar.bz2 -> yast2-nfs-client-3.1.11.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nfs-client-3.1.9/.travis.yml 
new/yast2-nfs-client-3.1.11/.travis.yml
--- old/yast2-nfs-client-3.1.9/.travis.yml      1970-01-01 01:00:00.000000000 
+0100
+++ new/yast2-nfs-client-3.1.11/.travis.yml     2014-11-14 19:06:41.000000000 
+0100
@@ -0,0 +1,16 @@
+language: cpp
+compiler:
+    - gcc
+before_install:
+    # 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"
+script:
+    - rake check:syntax
+    - rake check:pot
+    - make -f Makefile.cvs
+    - make
+    - sudo make install
+    - make check
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nfs-client-3.1.9/MAINTAINER 
new/yast2-nfs-client-3.1.11/MAINTAINER
--- old/yast2-nfs-client-3.1.9/MAINTAINER       2014-09-04 16:36:43.000000000 
+0200
+++ new/yast2-nfs-client-3.1.11/MAINTAINER      2014-11-14 19:06:41.000000000 
+0100
@@ -1 +1 @@
-Martin Vidner <mvid...@suse.cz>
+Deprecated file. Use `osc maintainer yast2-nfs-client` instead.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nfs-client-3.1.9/README.md 
new/yast2-nfs-client-3.1.11/README.md
--- old/yast2-nfs-client-3.1.9/README.md        1970-01-01 01:00:00.000000000 
+0100
+++ new/yast2-nfs-client-3.1.11/README.md       2014-11-14 19:06:41.000000000 
+0100
@@ -0,0 +1,5 @@
+# YaST - The NFS Client Module #
+
+[![Travis 
Build](https://travis-ci.org/yast/yast-nfs-client.svg?branch=master)](https://travis-ci.org/yast/yast-nfs-client)
+[![Jenkins 
Build](http://img.shields.io/jenkins/s/https/ci.opensuse.org/yast-nfs-client-master.svg)](https://ci.opensuse.org/view/Yast/job/yast-nfs-client-master/)
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-nfs-client-3.1.9/package/yast2-nfs-client.changes 
new/yast2-nfs-client-3.1.11/package/yast2-nfs-client.changes
--- old/yast2-nfs-client-3.1.9/package/yast2-nfs-client.changes 2014-09-04 
16:36:43.000000000 +0200
+++ new/yast2-nfs-client-3.1.11/package/yast2-nfs-client.changes        
2014-11-14 19:06:41.000000000 +0100
@@ -1,4 +1,16 @@
 -------------------------------------------------------------------
+Wed Nov 12 16:15:06 UTC 2014 - lsle...@suse.cz
+
+- fixed string substitution in a translated message
+- 3.1.11
+
+-------------------------------------------------------------------
+Fri Nov  7 17:00:31 CET 2014 - loci...@suse.com
+
+- Removed obsolete service (nfsboot) handling (bnc#867766)
+- 3.1.10
+
+-------------------------------------------------------------------
 Thu Sep  4 12:23:22 UTC 2014 - mvid...@suse.com
 
 - Use a more flexible rubygem requirement syntax (bnc#895069)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nfs-client-3.1.9/package/yast2-nfs-client.spec 
new/yast2-nfs-client-3.1.11/package/yast2-nfs-client.spec
--- old/yast2-nfs-client-3.1.9/package/yast2-nfs-client.spec    2014-09-04 
16:36:43.000000000 +0200
+++ new/yast2-nfs-client-3.1.11/package/yast2-nfs-client.spec   2014-11-14 
19:06:41.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-nfs-client
-Version:        3.1.9
+Version:        3.1.11
 Release:        0
 Url:            https://github.com/yast/yast-nfs-client
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nfs-client-3.1.9/src/modules/Nfs.rb 
new/yast2-nfs-client-3.1.11/src/modules/Nfs.rb
--- old/yast2-nfs-client-3.1.9/src/modules/Nfs.rb       2014-09-04 
16:36:43.000000000 +0200
+++ new/yast2-nfs-client-3.1.11/src/modules/Nfs.rb      2014-11-14 
19:06:41.000000000 +0100
@@ -459,9 +459,6 @@
       if Builtins.size(@nfs_entries) != 0
         Service.Enable(@portmapper)
         Service.Enable("nfs")
-        # #36737: it just runs sm_notify at boot time
-        # replaces rpc.statd
-        Service.Enable("nfsboot")
       end
 
       if @nfs4_enabled == true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nfs-client-3.1.9/src/modules/NfsOptions.rb 
new/yast2-nfs-client-3.1.11/src/modules/NfsOptions.rb
--- old/yast2-nfs-client-3.1.9/src/modules/NfsOptions.rb        2014-09-04 
16:36:43.000000000 +0200
+++ new/yast2-nfs-client-3.1.11/src/modules/NfsOptions.rb       2014-11-14 
19:06:41.000000000 +0100
@@ -148,7 +148,7 @@
         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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nfs-client-3.1.9/testsuite/tests/readwrite.rb 
new/yast2-nfs-client-3.1.11/testsuite/tests/readwrite.rb
--- old/yast2-nfs-client-3.1.9/testsuite/tests/readwrite.rb     2014-09-04 
16:36:43.000000000 +0200
+++ new/yast2-nfs-client-3.1.11/testsuite/tests/readwrite.rb    2014-11-14 
19:06:41.000000000 +0100
@@ -39,7 +39,6 @@
             "runlevel" => {
               "portmap"        => @service_on,
               "nfs"            => @service_on,
-              "nfsboot"        => @service_off,
               "network"        => @service_off,
               "networkmanager" => @service_on
             },

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to