Hello community, here is the log from the commit of package cryfs for openSUSE:Factory checked in at 2018-03-07 10:39:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cryfs (Old) and /work/SRC/openSUSE:Factory/.cryfs.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cryfs" Wed Mar 7 10:39:57 2018 rev:2 rq:583707 version:0.9.9 Changes: -------- --- /work/SRC/openSUSE:Factory/cryfs/cryfs.changes 2018-03-04 12:49:31.134336508 +0100 +++ /work/SRC/openSUSE:Factory/.cryfs.new/cryfs.changes 2018-03-07 10:40:07.622684610 +0100 @@ -1,0 +2,6 @@ +Tue Feb 27 21:18:40 UTC 2018 - [email protected] + +- Trim cleaning of buildroot, this is already implicit. +- Update description. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cryfs.spec ++++++ --- /var/tmp/diff_new_pack.5P2nI5/_old 2018-03-07 10:40:08.334658929 +0100 +++ /var/tmp/diff_new_pack.5P2nI5/_new 2018-03-07 10:40:08.342658641 +0100 @@ -50,10 +50,12 @@ #================================= %description -CryFS encrypts your files, so you can safely store them anywhere. -It works well together with cloud services like Dropbox, -iCloud, OneDrive and others. - +CryFS provides a FUSE-based mount that encrypts file contents, file +sizes, metadata and directory structure. It uses encrypted same-size +blocks to store both the files themselves and the blocks' relations +to one another. These blocks are stored as individual files in the +base directory, which can then be synchronized to remote storage +(using an external tool). %prep %setup -c -q @@ -73,12 +75,8 @@ %make_jobs %install -rm -rf %{buildroot} %cmake_install -%clean -rm -rf %{buildroot} - %files %defattr(0755,root,root) %{_bindir}/cryfs*
