Hello community, here is the log from the commit of package encfs for openSUSE:Factory checked in at 2017-02-07 12:05:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/encfs (Old) and /work/SRC/openSUSE:Factory/.encfs.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "encfs" Changes: -------- --- /work/SRC/openSUSE:Factory/encfs/encfs.changes 2016-03-18 21:43:06.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.encfs.new/encfs.changes 2017-02-07 12:05:46.274066661 +0100 @@ -1,0 +2,5 @@ +Wed Feb 1 10:35:31 UTC 2017 - [email protected] + +- use individual libboost-*-devel packages instead of boost-devel + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ encfs.spec ++++++ --- /var/tmp/diff_new_pack.t80sXG/_old 2017-02-07 12:05:46.682008946 +0100 +++ /var/tmp/diff_new_pack.t80sXG/_new 2017-02-07 12:05:46.686008380 +0100 @@ -1,7 +1,7 @@ # # spec file for package encfs # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +25,11 @@ Url: https://vgough.github.io/encfs/ Source: https://github.com/vgough/encfs/releases/download/v%{version}/%{name}-%{version}.tar.gz Patch0: configure-fix.patch +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_serialization-devel +%else BuildRequires: boost-devel +%endif BuildRequires: fuse-devel BuildRequires: gcc-c++ BuildRequires: libtool
