Hello community,

here is the log from the commit of package encfs for openSUSE:Leap:15.2 checked 
in at 2020-03-26 05:41:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/encfs (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.encfs.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "encfs"

Thu Mar 26 05:41:14 2020 rev:14 rq:787957 version:1.9.5

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/encfs/encfs.changes    2020-01-15 
14:53:53.529538146 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.encfs.new.3160/encfs.changes  2020-03-26 
05:41:18.411276543 +0100
@@ -1,0 +2,38 @@
+Tue Mar 24 06:58:25 UTC 2020 - Max Lin <m...@suse.com>
+
+- Disable RPATH for building
+
+-------------------------------------------------------------------
+Fri Mar 06 20:23:14 UTC 2020 - Markus Ebner<i...@ebner-markus.de>
+
+- update to 1.9.5
+  * Correct a int/off_t buffer overflow in getSize()
+  * Correct a possible write crash
+  * Correct encfsctl cat and add encfsctl --reverse cat
+  * Add -c & -u cmdline options
+  * Add --noattrcache & --nodatacache cmdline options
+  * Ignore .encfs6.xml file in reverse mode
+  * Do not count usage on root path (to avoid resetting the --idle option)
+  * Use stderr instead of stdout for error messages
+  * Add the ability to disable data encryption (absolutely discouraged)
+  * Add Cygwin support
+- update to 1.9.4
+  * Fix packaging error leading to wrong version output
+  * Fix shared lib compilation (cmake -DBUILD_SHARED_LIBS=ON ..)
+- update to 1.9.3
+  * Fix compilation with "-std=c++11"
+  * Fix a gid permission issue with allow_other
+  * Fix operations on symlinks
+  * Fix a race in idle unmount
+  * Add --reversewrite cli option
+  * Add PID to syslog logging
+  * Deep code sanity check
+  * Modernize coding style
+  * Make codebase warnings & clang-tidy clean
+  * Bump FUSE_USE_VERSION to 29
+  * Ensure compatibility with LibreSSL
+  * Switch to vendored lib tinyxml2 & easylogging
+  * Reorganize man page and add missing options
+  * Add gtest and micro benchmarks
+
+-------------------------------------------------------------------

Old:
----
  encfs-1.9.2.tar.gz

New:
----
  encfs-1.9.5.tar.gz

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

Other differences:
------------------
++++++ encfs.spec ++++++
--- /var/tmp/diff_new_pack.X549M3/_old  2020-03-26 05:41:20.295277519 +0100
+++ /var/tmp/diff_new_pack.X549M3/_new  2020-03-26 05:41:20.299277522 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package encfs
 #
-# Copyright (c) 2017 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
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -46,12 +46,12 @@
 %endif
 
 Name:           encfs
-Version:        1.9.2
+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.*

++++++ encfs-1.9.2.tar.gz -> encfs-1.9.5.tar.gz ++++++
/work/SRC/openSUSE:Leap:15.2/encfs/encfs-1.9.2.tar.gz 
/work/SRC/openSUSE:Leap:15.2/.encfs.new.3160/encfs-1.9.5.tar.gz differ: char 
13, line 1


Reply via email to