Hello community,

here is the log from the commit of package encfs for openSUSE:Factory checked 
in at 2020-03-24 22:29:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/encfs (Old)
 and      /work/SRC/openSUSE:Factory/.encfs.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "encfs"

Tue Mar 24 22:29:57 2020 rev:41 rq:787679 version:1.9.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/encfs/encfs.changes      2020-03-14 
09:53:54.431047014 +0100
+++ /work/SRC/openSUSE:Factory/.encfs.new.3160/encfs.changes    2020-03-24 
22:30:10.821024122 +0100
@@ -1,0 +2,5 @@
+Tue Mar 24 06:58:25 UTC 2020 - Max Lin <m...@suse.com>
+
+- Disable RPATH for building
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ encfs.spec ++++++
--- /var/tmp/diff_new_pack.2AGP3B/_old  2020-03-24 22:30:12.361024895 +0100
+++ /var/tmp/diff_new_pack.2AGP3B/_new  2020-03-24 22:30:12.369024899 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package encfs
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -49,9 +49,9 @@
 Version:        1.9.5
 Release:        0
 Summary:        Userspace Encrypted File System
-License:        GPL-2.0+ and GPL-3.0+
+License:        GPL-2.0-or-later AND GPL-3.0-or-later
 Group:          System/Filesystems
-Url:            https://vgough.github.io/encfs/
+URL:            https://vgough.github.io/encfs/
 Source:         
https://github.com/vgough/encfs/releases/download/v%{version}/encfs-%{version}.tar.gz
 BuildRequires:  cmake >= 3.0.2
 BuildRequires:  fuse-devel
@@ -112,7 +112,7 @@
 
 %build
 %if %{use_cmake_macro}
-%cmake \
+%cmake -DCMAKE_SKIP_RPATH:BOOL=ON \
 %if %{os_has_tinyxml2}
  -DUSE_INTERNAL_TINYXML:BOOL=OFF
 %else
@@ -151,7 +151,11 @@
 %endif
 %endif
 
+%if %{use_cmake_macro}
+%cmake_build
+%else
 make %{?_smp_mflags} VERBOSE=1
+%endif
 
 %install
 %cmake_install
@@ -176,7 +180,8 @@
 
 %files 
 %defattr(-,root,root)
-%doc AUTHORS COPYING* ChangeLog DESIGN.md PERFORMANCE.md README*
+%license COPYING*
+%doc AUTHORS ChangeLog DESIGN.md PERFORMANCE.md README*
 %{_mandir}/man?/*
 %{_bindir}/encfs*
 %{_libdir}/libencfs.so.*


Reply via email to