Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gvfs for openSUSE:Factory checked in 
at 2021-04-18 21:45:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gvfs (Old)
 and      /work/SRC/openSUSE:Factory/.gvfs.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gvfs"

Sun Apr 18 21:45:14 2021 rev:171 rq:886222 version:1.48.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gvfs/gvfs.changes        2021-04-12 
12:38:25.993443809 +0200
+++ /work/SRC/openSUSE:Factory/.gvfs.new.12324/gvfs.changes     2021-04-18 
21:45:24.820752611 +0200
@@ -1,0 +2,7 @@
+Fri Apr 16 04:51:53 UTC 2021 - QK ZHU <[email protected]>
+
+- Rebase SLE patches gvfs-nds.patch and gvfs-nvvfs.patch for version
+  1.48.0:
+  + Use meson summary function instead of custom output(boo#1184104).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gvfs-nds.patch ++++++
--- /var/tmp/diff_new_pack.ICz05M/_old  2021-04-18 21:45:25.712754120 +0200
+++ /var/tmp/diff_new_pack.ICz05M/_new  2021-04-18 21:45:25.716754127 +0200
@@ -849,10 +849,10 @@
 +AutoMount=false
 +Scheme=nds
 diff --git a/meson.build b/meson.build
-index 080637b..6525b79 100644
+index d844335..34d754f 100644
 --- a/meson.build
 +++ b/meson.build
-@@ -449,6 +449,12 @@ config_h.set('HAVE_LIBMTP', enable_mtp)
+@@ -448,6 +448,12 @@ config_h.set('HAVE_LIBMTP', enable_mtp)
  # *** AFP backend ***
  enable_afp = get_option('afp')
  
@@ -865,14 +865,14 @@
  # *** NFS backend ***
  enable_nfs = get_option('nfs')
  if enable_nfs
-@@ -507,6 +513,7 @@ output += '  google: ' + enable_google.to_string() + '\n'
- output += '  gphoto2: ' + enable_gphoto2.to_string() + '\n'
- output += '  http: ' + enable_http.to_string() + '\n'
- output += '  mtp: ' + enable_mtp.to_string() + '\n'
-+output += '  nds: ' + enable_nds.to_string() + '\n'
- output += '  nfs: ' + enable_nfs.to_string() + '\n'
- output += '  sftp: ' + enable_sftp.to_string() + '\n'
- output += '  smb: ' + enable_samba.to_string() + '\n'
+@@ -507,6 +513,7 @@ summary({
+   'gphoto2': enable_gphoto2,
+   'http': enable_http,
+   'mtp': enable_mtp,
++  'nds': enable_nds,
+   'nfs': enable_nfs,
+   'sftp': enable_sftp,
+   'smb': enable_samba,
 diff --git a/meson_options.txt b/meson_options.txt
 index 32f10d4..dced004 100644
 --- a/meson_options.txt

++++++ gvfs-nvvfs.patch ++++++
--- /var/tmp/diff_new_pack.ICz05M/_old  2021-04-18 21:45:25.724754140 +0200
+++ /var/tmp/diff_new_pack.ICz05M/_new  2021-04-18 21:45:25.724754140 +0200
@@ -652,7 +652,7 @@
 +
 +#endif /* __G_VFS_BACKEND_NVVFS_H__ */
 diff --git a/daemon/meson.build b/daemon/meson.build
-index dabdcb2..81e219a 100644
+index dabdcb2..bc90afd 100644
 --- a/daemon/meson.build
 +++ b/daemon/meson.build
 @@ -558,6 +558,20 @@ if enable_nfs
@@ -688,10 +688,10 @@
 +AutoMount=false
 +Scheme=nvvfs
 diff --git a/meson.build b/meson.build
-index 6525b79..016d4c7 100644
+index 34d754f..98d5332 100644
 --- a/meson.build
 +++ b/meson.build
-@@ -461,6 +461,9 @@ if enable_nfs
+@@ -460,6 +460,9 @@ if enable_nfs
    libnfs_dep = dependency('libnfs', version: '>= 1.9.8')
  endif
  
@@ -701,14 +701,14 @@
  # *** SFTP backend ***
  enable_sftp = get_option('sftp')
  if enable_sftp
-@@ -514,6 +517,7 @@ output += '  gphoto2: ' + enable_gphoto2.to_string() + '\n'
- output += '  http: ' + enable_http.to_string() + '\n'
- output += '  mtp: ' + enable_mtp.to_string() + '\n'
- output += '  nds: ' + enable_nds.to_string() + '\n'
-+output += '  nvvfs: ' + enable_nvvfs.to_string() + '\n'
- output += '  nfs: ' + enable_nfs.to_string() + '\n'
- output += '  sftp: ' + enable_sftp.to_string() + '\n'
- output += '  smb: ' + enable_samba.to_string() + '\n'
+@@ -514,6 +517,7 @@ summary({
+   'http': enable_http,
+   'mtp': enable_mtp,
+   'nds': enable_nds,
++  'nvvfs': enable_nvvfs,
+   'nfs': enable_nfs,
+   'sftp': enable_sftp,
+   'smb': enable_samba,
 diff --git a/meson_options.txt b/meson_options.txt
 index dced004..e7a9398 100644
 --- a/meson_options.txt

Reply via email to