Hello community, here is the log from the commit of package encfs for openSUSE:Factory checked in at 2015-03-18 13:05:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2014-12-30 00:50:36.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.encfs.new/encfs.changes 2015-03-18 13:05:51.000000000 +0100 @@ -1,0 +2,13 @@ +Sun Mar 15 23:07:36 UTC 2015 - [email protected] + +- Update to version 1.8 + * No short chanlog available; please read the ChangeLog file into + /usr/share/doc/packages/encfs/ChangeLog +- Update Url to new project home +- Use download Url as source +- Copy DESIGN.md, PERFORMANCE.mde and TRANSLATORS into doc directory +- Remove obsolete patchs + * encfs-1.7.4-fixReverseAbsoluteSymlinks.diff + * encfs-1.7.4-fix-bashisms.patch + +------------------------------------------------------------------- Old: ---- encfs-1.7.4-fix-bashisms.patch encfs-1.7.4-fixReverseAbsoluteSymlinks.diff encfs-1.7.4.tar.bz2 New: ---- v1.8.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ encfs.spec ++++++ --- /var/tmp/diff_new_pack.ZAVbX2/_old 2015-03-18 13:05:52.000000000 +0100 +++ /var/tmp/diff_new_pack.ZAVbX2/_new 2015-03-18 13:05:52.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package encfs # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -29,13 +29,11 @@ Summary: Userspace Encrypted File System License: GPL-2.0+ and GPL-3.0+ Group: System/Filesystems -Version: 1.7.4 +Version: 1.8 Release: 0 -Source: %{name}-%{version}.tar.bz2 +Source: https://github.com/vgough/encfs/archive/v%{version}.tar.gz Patch: configure-fix.patch -Patch1: encfs-1.7.4-fixReverseAbsoluteSymlinks.diff -Patch2: encfs-1.7.4-fix-bashisms.patch -Url: http://www.arg0.net/encfs +Url: https://vgough.github.io/encfs/ BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -44,13 +42,11 @@ hosting directory tree. This has several advantages over the loopback encryption which - provided by the Linux kernel: - No space is and has to be - reserved, encrypted files only take the space that they really - occupy - +provided by the Linux kernel: +- No space is and has to be reserved, encrypted files only + take the space that they really occupy - Backups: encrypted files can be individually backed-up on the host filesystem - - Layering: Since it's hosted on a normal filesystem, encfs can be used on filesystems which normally have no support encryption, like NFS or other userspace filesystems. @@ -61,8 +57,6 @@ %prep %setup %patch -p1 -%patch1 -p1 -%patch2 -p1 %build autoreconf -fiv @@ -73,14 +67,6 @@ %install make DESTDIR="$RPM_BUILD_ROOT" install rm -f $RPM_BUILD_ROOT%{_libdir}/*.{la,so} -# -# remove unsupported locales - should revive once after we add -# these in the core system... -# -rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/de_CH -rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/es_PE -rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/hu_HU -%{find_lang} %{name} %post %{run_ldconfig} @@ -88,10 +74,10 @@ %postun %{run_ldconfig} -%files -f %{name}.lang +%files %defattr(-,root,root) -%doc AUTHORS COPYING* ChangeLog README* -%doc %{_mandir}/man?/* +%doc AUTHORS COPYING* ChangeLog DESIGN.md PERFORMANCE.md README* TRANSLATORS +%{_mandir}/man?/* %{_bindir}/encfs* %{_libdir}/libencfs.so.* -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
