Accepting request 578015 from home:alois:branches:Archiving
- Update to version 1.0.5 * limit the file cache to 50 elements and age of 10 minutes to avoid endless grow of internal cache * allow reproducable builds * fixed crash in parsing ls output for modules which need to handle ls-like output * fix urar module when external rar/unrar tool crashed - Spec cleanup OBS-URL: https://build.opensuse.org/request/show/578015 OBS-URL: https://build.opensuse.org/package/show/Archiving/avfs?expand=0&rev=13
This commit is contained in:
parent
2f27637251
commit
5c4cc6c125
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6b652120d9ed8730a9dcfd161d0e68481d176e854d94bed67754cb7b03e0b100
|
|
||||||
size 719761
|
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v2
|
|
||||||
|
|
||||||
iEYEABECAAYFAlfZua8ACgkQ1YLu4GYj9rQHvQCgn1zG9DZuZOhPoaP19uZMj79z
|
|
||||||
30EAn2Vk8omGpjFBoArfOKLituW/Z25O
|
|
||||||
=8USM
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
avfs-1.0.5.tar.bz2
Normal file
3
avfs-1.0.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e5ce6b1f4193c37148b1b8a021f4f3d05e88f725cf11b16b95a58e8fdae50176
|
||||||
|
size 723937
|
7
avfs-1.0.5.tar.bz2.asc
Normal file
7
avfs-1.0.5.tar.bz2.asc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v2
|
||||||
|
|
||||||
|
iEUEABECAAYFAlkKQwoACgkQ1YLu4GYj9rRDLQCfd8YkviGZwWTZpNJbBZeCNawH
|
||||||
|
1ywAmP8BZxHSLtteNNTslfc+mWP9vRo=
|
||||||
|
=8BpS
|
||||||
|
-----END PGP SIGNATURE-----
|
13
avfs.changes
13
avfs.changes
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 19 11:24:28 UTC 2018 - aloisio@gmx.com
|
||||||
|
|
||||||
|
- Update to version 1.0.5
|
||||||
|
* limit the file cache to 50 elements and age of 10 minutes to
|
||||||
|
avoid endless grow of internal cache
|
||||||
|
* allow reproducable builds
|
||||||
|
* fixed crash in parsing ls output for modules which need to
|
||||||
|
handle ls-like output
|
||||||
|
* fix urar module when external rar/unrar tool crashed
|
||||||
|
|
||||||
|
- Spec cleanup
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 22 07:45:39 UTC 2016 - mpluskal@suse.com
|
Thu Dec 22 07:45:39 UTC 2016 - mpluskal@suse.com
|
||||||
|
|
||||||
|
19
avfs.spec
19
avfs.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package avfs
|
# spec file for package avfs
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: avfs
|
Name: avfs
|
||||||
Version: 1.0.4
|
Version: 1.0.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: AVFS - an archive look-inside filesystem
|
Summary: AVFS - an archive look-inside filesystem
|
||||||
License: GPL-2.0+ and LGPL-2.1+
|
License: GPL-2.0+ AND LGPL-2.1+
|
||||||
Group: Productivity/Archiving/Compression
|
Group: Productivity/Archiving/Compression
|
||||||
Url: http://avf.sourceforge.net/
|
URL: http://avf.sourceforge.net/
|
||||||
Source0: http://downloads.sf.net/avf/%{name}-%{version}.tar.bz2
|
Source0: https://downloads.sf.net/avf/%{name}-%{version}.tar.bz2
|
||||||
Source1: http://downloads.sf.net/avf/%{name}-%{version}.tar.bz2.asc
|
Source1: https://downloads.sf.net/avf/%{name}-%{version}.tar.bz2.asc
|
||||||
Source2: %{name}.keyring
|
Source2: %{name}.keyring
|
||||||
BuildRequires: emacs-nox
|
BuildRequires: emacs-nox
|
||||||
BuildRequires: help2man
|
BuildRequires: help2man
|
||||||
@ -40,7 +40,6 @@ BuildRequires: pkgconfig(libssl)
|
|||||||
BuildRequires: pkgconfig(libxml-2.0)
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
BuildRequires: pkgconfig(neon)
|
BuildRequires: pkgconfig(neon)
|
||||||
BuildRequires: pkgconfig(openssl)
|
BuildRequires: pkgconfig(openssl)
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
AVFS is a filesystem which enables all programs to look inside archived or
|
AVFS is a filesystem which enables all programs to look inside archived or
|
||||||
@ -108,8 +107,8 @@ rm -vf %{buildroot}/%{_libdir}/libavfs.la
|
|||||||
%postun -n libavfs0 -p /sbin/ldconfig
|
%postun -n libavfs0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,0755)
|
%doc ChangeLog README NEWS TODO
|
||||||
%doc ChangeLog README COPYING NEWS TODO
|
%license COPYING
|
||||||
%doc doc/api-overview
|
%doc doc/api-overview
|
||||||
%doc doc/background
|
%doc doc/background
|
||||||
%doc doc/FORMAT
|
%doc doc/FORMAT
|
||||||
@ -125,14 +124,12 @@ rm -vf %{buildroot}/%{_libdir}/libavfs.la
|
|||||||
%{_mandir}/man1/avfsd.1%{ext_man}
|
%{_mandir}/man1/avfsd.1%{ext_man}
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,0755)
|
|
||||||
%{_bindir}/avfs-config
|
%{_bindir}/avfs-config
|
||||||
%{_includedir}/avfs.h
|
%{_includedir}/avfs.h
|
||||||
%{_includedir}/virtual.h
|
%{_includedir}/virtual.h
|
||||||
%{_libdir}/libavfs.so
|
%{_libdir}/libavfs.so
|
||||||
|
|
||||||
%files -n libavfs0
|
%files -n libavfs0
|
||||||
%defattr(-,root,root,0755)
|
|
||||||
%{_libdir}/libavfs.so.0
|
%{_libdir}/libavfs.so.0
|
||||||
%{_libdir}/libavfs.so.0.0.2
|
%{_libdir}/libavfs.so.0.0.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user