Accepting request 343913 from home:posophe:branches:Archiving

update

OBS-URL: https://build.opensuse.org/request/show/343913
OBS-URL: https://build.opensuse.org/package/show/Archiving/avfs?expand=0&rev=7
This commit is contained in:
Martin Pluskal 2015-11-11 19:14:44 +00:00 committed by Git OBS Bridge
parent 0e0fb2eaf3
commit 3d7829b94b
6 changed files with 23 additions and 14 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:52693953e8290281d441a898040c5ac2989f11bc1fcb83ca5063c37a125a1c9a
size 723051

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)
iEYEABECAAYFAlOvKEwACgkQ1YLu4GYj9rR99ACeNvHOgs/Y8KxwTvI4I9g8sQil
1EcAoJAPo5+Nab+U3QsfAFn7uP7hhuYV
=55MQ
-----END PGP SIGNATURE-----

3
avfs-1.0.3.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c6dee77b2b71567528f897727e51695587189765fc35f694e4734db0a7d4fec8
size 722861

7
avfs-1.0.3.tar.bz2.asc Normal file
View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iEYEABECAAYFAlV8KewACgkQ1YLu4GYj9rTslwCgneoFAv/1e5Y8U4ORaq2gVc8x
/JYAn3XvfMNb7mw3GsEX2nCNBFXAfviY
=myDF
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Nov 11 19:00:21 UTC 2015 - p.drouand@gmail.com
- Update to version 1.0.3
* fixed zlib assert triggered for some Huffman encodings
* added rar v5 in extfs urar (which is also renamed to uextrar to avoid
collision with internal rar module)
* some configure script improvements have been done for fuse and liblzma
dependencies
-------------------------------------------------------------------
Sun May 17 20:26:53 UTC 2015 - jengelh@inai.de

View File

@ -17,7 +17,7 @@
Name: avfs
Version: 1.0.2
Version: 1.0.3
Release: 0
Summary: AVFS - an archive look-inside filesystem
License: GPL-2.0+ and LGPL-2.1+
@ -87,9 +87,8 @@ make %{?_smp_mflags}
%install
make DESTDIR=%{buildroot} install %{?_smp_mflags}
pushd %{buildroot}/%{_libdir}/avfs/extfs/
pushd %{buildroot}%{_libdir}/%{name}/extfs/
mv uzip ext-uzip
mv urar ext-urar
popd
mkdir -p %{buildroot}/%{_mandir}/man1/
pushd %{buildroot}/%{_mandir}/man1/
@ -121,7 +120,7 @@ rm -vf %{buildroot}/%{_libdir}/libavfs.la
%dir %{_libdir}/avfs
%dir %{_libdir}/avfs/extfs
%{_libdir}/avfs/extfs/*
%doc /%{_mandir}/man1/avfsd.1*
%{_mandir}/man1/avfsd.1*
%files devel
%defattr(-,root,root,0755)