Hello community, here is the log from the commit of package encfs for openSUSE:Factory checked in at 2016-03-18 21:43:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2015-03-18 13:05:51.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.encfs.new/encfs.changes 2016-03-18 21:43:06.000000000 +0100 @@ -1,0 +2,7 @@ +Wed Mar 9 14:53:51 UTC 2016 - [email protected] + +- Update to version 1.8.1 + * No short chanlog available; please read + /usr/share/doc/packages/encfs/ChangeLog + +------------------------------------------------------------------- Old: ---- v1.8.tar.gz New: ---- encfs-1.8.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ encfs.spec ++++++ --- /var/tmp/diff_new_pack.NWvuLJ/_old 2016-03-18 21:43:07.000000000 +0100 +++ /var/tmp/diff_new_pack.NWvuLJ/_new 2016-03-18 21:43:07.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package encfs # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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 @@ -17,6 +17,14 @@ Name: encfs +Version: 1.8.1 +Release: 0 +Summary: Userspace Encrypted File System +License: GPL-2.0+ and GPL-3.0+ +Group: System/Filesystems +Url: https://vgough.github.io/encfs/ +Source: https://github.com/vgough/encfs/releases/download/v%{version}/%{name}-%{version}.tar.gz +Patch0: configure-fix.patch BuildRequires: boost-devel BuildRequires: fuse-devel BuildRequires: gcc-c++ @@ -26,14 +34,6 @@ BuildRequires: rlog-devel BuildRequires: zlib-devel Requires: fuse -Summary: Userspace Encrypted File System -License: GPL-2.0+ and GPL-3.0+ -Group: System/Filesystems -Version: 1.8 -Release: 0 -Source: https://github.com/vgough/encfs/archive/v%{version}.tar.gz -Patch: configure-fix.patch -Url: https://vgough.github.io/encfs/ BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -54,19 +54,22 @@ EncFS is implemented as a userspace filesystem in an unprivileged application using fuse (FUSE (Filesystem in USErspace)). +%lang_package + %prep -%setup -%patch -p1 +%setup -q +%patch0 -p1 %build autoreconf -fiv %configure --with-boost-libdir=%{_libdir} -%{__make} %{?_smp_flags} +make %{?_smp_mflags} %install make DESTDIR="$RPM_BUILD_ROOT" install -rm -f $RPM_BUILD_ROOT%{_libdir}/*.{la,so} +rm -f %{buildroot}%{_libdir}/*.{la,so} +%find_lang %{name} %post %{run_ldconfig} @@ -81,4 +84,7 @@ %{_bindir}/encfs* %{_libdir}/libencfs.so.* +%files lang -f %{name}.lang +%defattr(-,root,root) + %changelog
