diff --git a/avfs-1.0.3.tar.bz2 b/avfs-1.0.3.tar.bz2 deleted file mode 100644 index 722cccb..0000000 --- a/avfs-1.0.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6dee77b2b71567528f897727e51695587189765fc35f694e4734db0a7d4fec8 -size 722861 diff --git a/avfs-1.0.3.tar.bz2.asc b/avfs-1.0.3.tar.bz2.asc deleted file mode 100644 index dec907d..0000000 --- a/avfs-1.0.3.tar.bz2.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2 - -iEYEABECAAYFAlV8KewACgkQ1YLu4GYj9rTslwCgneoFAv/1e5Y8U4ORaq2gVc8x -/JYAn3XvfMNb7mw3GsEX2nCNBFXAfviY -=myDF ------END PGP SIGNATURE----- diff --git a/avfs-1.0.4.tar.bz2 b/avfs-1.0.4.tar.bz2 new file mode 100644 index 0000000..9df19e7 --- /dev/null +++ b/avfs-1.0.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b652120d9ed8730a9dcfd161d0e68481d176e854d94bed67754cb7b03e0b100 +size 719761 diff --git a/avfs-1.0.4.tar.bz2.asc b/avfs-1.0.4.tar.bz2.asc new file mode 100644 index 0000000..a6132d5 --- /dev/null +++ b/avfs-1.0.4.tar.bz2.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2 + +iEYEABECAAYFAlfZua8ACgkQ1YLu4GYj9rQHvQCgn1zG9DZuZOhPoaP19uZMj79z +30EAn2Vk8omGpjFBoArfOKLituW/Z25O +=8USM +-----END PGP SIGNATURE----- diff --git a/avfs.changes b/avfs.changes index c637dde..fc7ac37 100644 --- a/avfs.changes +++ b/avfs.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Dec 22 07:45:39 UTC 2016 - mpluskal@suse.com + +- Update to version 1.0.4: + * fixed zip module to correctly read archives with a lot of + files or very large files + ------------------------------------------------------------------- Wed Nov 11 19:00:21 UTC 2015 - p.drouand@gmail.com diff --git a/avfs.spec b/avfs.spec index fcefed9..ee61554 100644 --- a/avfs.spec +++ b/avfs.spec @@ -1,7 +1,7 @@ # # spec file for package avfs # -# Copyright (c) 2015 SUSE LINUX 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,26 +17,29 @@ Name: avfs -Version: 1.0.3 +Version: 1.0.4 Release: 0 Summary: AVFS - an archive look-inside filesystem License: GPL-2.0+ and LGPL-2.1+ Group: Productivity/Archiving/Compression Url: http://avf.sourceforge.net/ -Source0: http://downloads.sf.net/avf/%name-%version.tar.bz2 -Source1: http://downloads.sf.net/avf/%name-%version.tar.bz2.asc +Source0: http://downloads.sf.net/avf/%{name}-%{version}.tar.bz2 +Source1: http://downloads.sf.net/avf/%{name}-%{version}.tar.bz2.asc Source2: %{name}.keyring BuildRequires: emacs-nox -BuildRequires: fuse-devel BuildRequires: help2man -BuildRequires: libbz2-devel -BuildRequires: libexpat-devel -BuildRequires: libext2fs-devel -BuildRequires: libneon-devel -BuildRequires: libopenssl-devel -BuildRequires: libxml2-devel -BuildRequires: pkg-config -BuildRequires: xz-devel +BuildRequires: pkgconfig +BuildRequires: pkgconfig(bzip2) +BuildRequires: pkgconfig(e2p) +BuildRequires: pkgconfig(expat) +BuildRequires: pkgconfig(ext2fs) +BuildRequires: pkgconfig(fuse) +BuildRequires: pkgconfig(libcrypto) +BuildRequires: pkgconfig(liblzma) +BuildRequires: pkgconfig(libssl) +BuildRequires: pkgconfig(libxml-2.0) +BuildRequires: pkgconfig(neon) +BuildRequires: pkgconfig(openssl) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -47,7 +50,7 @@ or changing the kernel. %package devel Summary: Development files for AVFS, an archive look-inside filesystem Group: Development/Libraries/C and C++ -Requires: libavfs0 = %version +Requires: libavfs0 = %{version} %description devel This package includes the development file for the package avfs. @@ -85,7 +88,7 @@ or changing the kernel. make %{?_smp_mflags} %install -make DESTDIR=%{buildroot} install %{?_smp_mflags} +%make_install pushd %{buildroot}%{_libdir}/%{name}/extfs/ mv uzip ext-uzip @@ -102,7 +105,6 @@ popd rm -vf %{buildroot}/%{_libdir}/libavfs.la %post -n libavfs0 -p /sbin/ldconfig - %postun -n libavfs0 -p /sbin/ldconfig %files @@ -120,7 +122,7 @@ rm -vf %{buildroot}/%{_libdir}/libavfs.la %dir %{_libdir}/avfs %dir %{_libdir}/avfs/extfs %{_libdir}/avfs/extfs/* -%{_mandir}/man1/avfsd.1* +%{_mandir}/man1/avfsd.1%{ext_man} %files devel %defattr(-,root,root,0755)