Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package simple-mtpfs for openSUSE:Factory 
checked in at 2023-03-21 17:42:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/simple-mtpfs (Old)
 and      /work/SRC/openSUSE:Factory/.simple-mtpfs.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "simple-mtpfs"

Tue Mar 21 17:42:01 2023 rev:7 rq:1073256 version:0.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/simple-mtpfs/simple-mtpfs.changes        
2020-08-18 15:10:49.656035117 +0200
+++ /work/SRC/openSUSE:Factory/.simple-mtpfs.new.31432/simple-mtpfs.changes     
2023-03-21 17:42:02.637978320 +0100
@@ -1,0 +2,5 @@
+Mon Mar 13 12:22:57 UTC 2023 - Dirk Müller <dmuel...@suse.com>
+
+- add disable-partial-support.patch for bsc#1204908
+
+-------------------------------------------------------------------

New:
----
  disable-partial-support.patch

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

Other differences:
------------------
++++++ simple-mtpfs.spec ++++++
--- /var/tmp/diff_new_pack.YjmbNW/_old  2023-03-21 17:42:03.177980903 +0100
+++ /var/tmp/diff_new_pack.YjmbNW/_new  2023-03-21 17:42:03.181980922 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package simple-mtpfs
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,6 +24,7 @@
 Group:          Productivity/Multimedia/Other
 URL:            https://github.com/phatina/simple-mtpfs
 Source:         
https://github.com/phatina/simple-mtpfs/archive/v%{version}.tar.gz
+Patch1:         disable-partial-support.patch
 BuildRequires:  autoconf
 BuildRequires:  autoconf-archive
 BuildRequires:  automake
@@ -42,13 +43,13 @@
 MTP device files.
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 autoreconf -fvi
 %configure \
     --disable-silent-rules
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install

++++++ disable-partial-support.patch ++++++
Index: simple-mtpfs-0.4.0/src/simple-mtpfs-fuse.cpp
===================================================================
--- simple-mtpfs-0.4.0.orig/src/simple-mtpfs-fuse.cpp
+++ simple-mtpfs-0.4.0/src/simple-mtpfs-fuse.cpp
@@ -799,6 +799,8 @@ int SMTPFileSystem::ftruncate(const char
 
 bool SMTPFileSystem::hasPartialObjectSupport()
 {
+    return 0;
+
     MTPDevice::Capabilities caps = m_device.getCapabilities();
     return (caps.canGetPartialObject() && caps.canSendPartialObject());
 }

Reply via email to