commit avfs for openSUSE:Factory

2020-08-17 Thread root
Hello community,

here is the log from the commit of package avfs for openSUSE:Factory checked in 
at 2020-08-17 12:09:10

Comparing /work/SRC/openSUSE:Factory/avfs (Old)
 and  /work/SRC/openSUSE:Factory/.avfs.new.3399 (New)


Package is "avfs"

Mon Aug 17 12:09:10 2020 rev:8 rq:827265 version:1.1.3

Changes:

--- /work/SRC/openSUSE:Factory/avfs/avfs.changes2020-04-02 
17:45:41.345553540 +0200
+++ /work/SRC/openSUSE:Factory/.avfs.new.3399/avfs.changes  2020-08-17 
12:10:41.390871796 +0200
@@ -1,0 +2,11 @@
+Sun Aug 16 22:30:05 UTC 2020 - Dirk Mueller 
+
+- update to 1.1.3:
+  - fix compilation problem on MacOS
+  - fix encoding problem in ulha extfs module
+  - add support for rar 5.0 files
+  - fix memleak in zstd support
+  - small fix for extfs udar module
+  - updated internal bzlib to 1.0.8 to fix security bug
+
+---

Old:

  avfs-1.1.0.tar.bz2
  avfs-1.1.0.tar.bz2.asc

New:

  avfs-1.1.3.tar.bz2
  avfs-1.1.3.tar.bz2.asc



Other differences:
--
++ avfs.spec ++
--- /var/tmp/diff_new_pack.Q6geqW/_old  2020-08-17 12:10:45.558874119 +0200
+++ /var/tmp/diff_new_pack.Q6geqW/_new  2020-08-17 12:10:45.562874120 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   avfs
-Version:1.1.0
+Version:1.1.3
 Release:0
 Summary:AVFS - an archive look-inside filesystem
 License:GPL-2.0-or-later AND LGPL-2.1-or-later
@@ -122,6 +122,7 @@
 %{_includedir}/avfs.h
 %{_includedir}/virtual.h
 %{_libdir}/libavfs.so
+%{_libdir}/pkgconfig/avfs.pc
 
 %files -n libavfs0
 %{_libdir}/libavfs.so.0

++ avfs-1.1.0.tar.bz2 -> avfs-1.1.3.tar.bz2 ++
 1923 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/avfs-1.1.0/ChangeLog new/avfs-1.1.3/ChangeLog
--- old/avfs-1.1.0/ChangeLog2019-06-21 23:38:26.0 +0200
+++ new/avfs-1.1.3/ChangeLog2020-08-12 22:18:21.0 +0200
@@ -1,3 +1,37 @@
+2020-08-12  Ralf Hoffmann 
+
+   * bump version to 1.1.3
+
+2020-07-05  Ralf Hoffmann 
+
+   * urar: fix missing include for PATH_MAX
+
+2020-05-02  Ralf Hoffmann 
+
+   * ulha: run in C locale to avoid encoding problems
+
+2020-04-27  Ralf Hoffmann 
+
+   * bump version to 1.1.2
+
+2020-04-21  Ralf Hoffmann 
+   * zstd: fix memory leak
+
+2020-02-22  Ralf Hoffmann 
+   * urar.c: add basic support for rar 5.0 files
+
+2019-08-09  Ralf Hoffmann 
+
+   * bump version to 1.1.1
+
+2019-08-09  Ralf Hoffmann 
+
+   * add pkgconfig file
+
+2019-07-21  Ralf Hoffmann 
+
+   * updated internal bzlib to 1.0.8 to fix security bug
+
 2019-06-21  Ralf Hoffmann 
 
* bump version to 1.1.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/avfs-1.1.0/Makefile.am new/avfs-1.1.3/Makefile.am
--- old/avfs-1.1.0/Makefile.am  2019-06-21 23:38:26.0 +0200
+++ new/avfs-1.1.3/Makefile.am  2020-08-12 22:18:21.0 +0200
@@ -17,7 +17,8 @@
macros   \
extfs\
doc \
-   fuse
+   fuse \
+   pkgconfig
 
 EXTRA_DIST = \
glassfs/Makefile \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/avfs-1.1.0/NEWS new/avfs-1.1.3/NEWS
--- old/avfs-1.1.0/NEWS 2019-06-21 23:38:26.0 +0200
+++ new/avfs-1.1.3/NEWS 2020-08-12 22:18:21.0 +0200
@@ -1,3 +1,16 @@
+Changes from 1.1.2 to 1.1.3 (2020-08-12)
+  - fix compilation problem on MacOS
+  - fix encoding problem in ulha extfs module
+
+Changes from 1.1.1 to 1.1.2 (2020-04-27)
+  - add support for rar 5.0 files
+  - fix memleak in zstd support
+  - small fix for extfs udar module
+
+Changes from 1.1.0 to 1.1.1 (2019-08-09)
+   - updated internal bzlib to 1.0.8 to fix security bug
+   - added pkgconfig file
+
 Changes from 1.0.6 to 1.1.0 (2019-06-21)
- improved handling of single '#' to stop resolving archive handlers
  when it makes no sense to add another chain
diff -urN '--exclude=CVS' 

commit avfs for openSUSE:Factory

2020-04-02 Thread root
Hello community,

here is the log from the commit of package avfs for openSUSE:Factory checked in 
at 2020-04-02 17:45:17

Comparing /work/SRC/openSUSE:Factory/avfs (Old)
 and  /work/SRC/openSUSE:Factory/.avfs.new.3248 (New)


Package is "avfs"

Thu Apr  2 17:45:17 2020 rev:7 rq:790907 version:1.1.0

Changes:

--- /work/SRC/openSUSE:Factory/avfs/avfs.changes2019-11-06 
13:54:15.004035721 +0100
+++ /work/SRC/openSUSE:Factory/.avfs.new.3248/avfs.changes  2020-04-02 
17:45:41.345553540 +0200
@@ -1,0 +2,17 @@
+Thu Apr  2 12:40:57 UTC 2020 - Martin Pluskal 
+
+- Update to version 1.1.0:
+  * improved handling of single '#' to stop resolving archive
+handlers when it makes no sense to add another chain
+  * support multiple gzip member in a single file (concatenated
+gzip files)
+  * updated webdav module with work with latest libneon (which is
+no longer bundled)
+  * CODA and PRELOAD support has been removed
+- Changes for version 1.0.6:
+  * added support for libzstd (zst files)
+  * fixed arbitrary command execution in rsh/ssh module
+  * zip workaround for zip archives with unix attributes but
+regular files are not marked correctly
+
+---

Old:

  avfs-1.0.5.tar.bz2
  avfs-1.0.5.tar.bz2.asc

New:

  avfs-1.1.0.tar.bz2
  avfs-1.1.0.tar.bz2.asc



Other differences:
--
++ avfs.spec ++
--- /var/tmp/diff_new_pack.xQPnkZ/_old  2020-04-02 17:45:42.141554502 +0200
+++ /var/tmp/diff_new_pack.xQPnkZ/_new  2020-04-02 17:45:42.145554506 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package avfs
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   avfs
-Version:1.0.5
+Version:1.1.0
 Release:0
 Summary:AVFS - an archive look-inside filesystem
 License:GPL-2.0-or-later AND LGPL-2.1-or-later
@@ -37,6 +37,7 @@
 BuildRequires:  pkgconfig(liblzma)
 BuildRequires:  pkgconfig(libssl)
 BuildRequires:  pkgconfig(libxml-2.0)
+BuildRequires:  pkgconfig(libzstd)
 BuildRequires:  pkgconfig(neon)
 BuildRequires:  pkgconfig(openssl)
 
@@ -69,19 +70,15 @@
 
 %build
 %configure \
-  --disable-avfscoda \
-  --enable-library \
-  --enable-fuse \
   --disable-static \
+  --enable-fuse \
+  --enable-library \
   --enable-shared \
   --with-system-zlib \
   --with-system-bzlib \
-  --with-gnu-ld \
-  --enable-libxml \
-  --with-neon \
-  --with-ssl \
+  --with-lzma \
   --with-xz
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
@@ -118,7 +115,7 @@
 %dir %{_libdir}/avfs
 %dir %{_libdir}/avfs/extfs
 %{_libdir}/avfs/extfs/*
-%{_mandir}/man1/avfsd.1%{ext_man}
+%{_mandir}/man1/avfsd.1%{?ext_man}
 
 %files devel
 %{_bindir}/avfs-config

++ avfs-1.0.5.tar.bz2 -> avfs-1.1.0.tar.bz2 ++
 57033 lines of diff (skipped)

++ avfs.keyring ++
Binary files /var/tmp/diff_new_pack.xQPnkZ/_old and 
/var/tmp/diff_new_pack.xQPnkZ/_new differ




commit avfs for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package avfs for openSUSE:Factory checked in 
at 2019-11-06 13:54:10

Comparing /work/SRC/openSUSE:Factory/avfs (Old)
 and  /work/SRC/openSUSE:Factory/.avfs.new.2990 (New)


Package is "avfs"

Wed Nov  6 13:54:10 2019 rev:6 rq:739920 version:1.0.5

Changes:

--- /work/SRC/openSUSE:Factory/avfs/avfs.changes2018-02-20 
17:56:23.479621199 +0100
+++ /work/SRC/openSUSE:Factory/.avfs.new.2990/avfs.changes  2019-11-06 
13:54:15.004035721 +0100
@@ -1,0 +2,5 @@
+Thu Oct 17 14:00:13 UTC 2019 - Richard Brown 
+
+- Remove obsolete Groups tag (fate#326485)
+
+---



Other differences:
--
++ avfs.spec ++
--- /var/tmp/diff_new_pack.7f1SFN/_old  2019-11-06 13:54:16.224037044 +0100
+++ /var/tmp/diff_new_pack.7f1SFN/_new  2019-11-06 13:54:16.228037048 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package avfs
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,8 +20,7 @@
 Version:1.0.5
 Release:0
 Summary:AVFS - an archive look-inside filesystem
-License:GPL-2.0+ AND LGPL-2.1+
-Group:  Productivity/Archiving/Compression
+License:GPL-2.0-or-later AND LGPL-2.1-or-later
 URL:http://avf.sourceforge.net/
 Source0:https://downloads.sf.net/avf/%{name}-%{version}.tar.bz2
 Source1:https://downloads.sf.net/avf/%{name}-%{version}.tar.bz2.asc
@@ -48,7 +47,6 @@
 
 %package devel
 Summary:Development files for AVFS, an archive look-inside filesystem
-Group:  Development/Libraries/C and C++
 Requires:   libavfs0 = %{version}
 
 %description devel
@@ -59,7 +57,6 @@
 
 %package -n libavfs0
 Summary:Shared library for AVFS, an archive look-inside filesystem
-Group:  System/Libraries
 
 %description -n libavfs0
 This package includes the runtime shared library for the package avfs.






commit avfs for openSUSE:Factory

2018-02-20 Thread root
Hello community,

here is the log from the commit of package avfs for openSUSE:Factory checked in 
at 2018-02-20 17:56:17

Comparing /work/SRC/openSUSE:Factory/avfs (Old)
 and  /work/SRC/openSUSE:Factory/.avfs.new (New)


Package is "avfs"

Tue Feb 20 17:56:17 2018 rev:5 rq:578264 version:1.0.5

Changes:

--- /work/SRC/openSUSE:Factory/avfs/avfs.changes2017-01-10 
10:43:44.313183813 +0100
+++ /work/SRC/openSUSE:Factory/.avfs.new/avfs.changes   2018-02-20 
17:56:23.479621199 +0100
@@ -1,0 +2,13 @@
+Mon Feb 19 11:24:28 UTC 2018 - aloi...@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
+
+---

Old:

  avfs-1.0.4.tar.bz2
  avfs-1.0.4.tar.bz2.asc

New:

  avfs-1.0.5.tar.bz2
  avfs-1.0.5.tar.bz2.asc



Other differences:
--
++ avfs.spec ++
--- /var/tmp/diff_new_pack.n3duj2/_old  2018-02-20 17:56:25.887534497 +0100
+++ /var/tmp/diff_new_pack.n3duj2/_new  2018-02-20 17:56:25.891534353 +0100
@@ -1,7 +1,7 @@
 #
 # 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
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 Name:   avfs
-Version:1.0.4
+Version:1.0.5
 Release:0
 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
-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
+URL:http://avf.sourceforge.net/
+Source0:https://downloads.sf.net/avf/%{name}-%{version}.tar.bz2
+Source1:https://downloads.sf.net/avf/%{name}-%{version}.tar.bz2.asc
 Source2:%{name}.keyring
 BuildRequires:  emacs-nox
 BuildRequires:  help2man
@@ -40,7 +40,6 @@
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(neon)
 BuildRequires:  pkgconfig(openssl)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 AVFS is a filesystem which enables all programs to look inside archived or
@@ -108,8 +107,8 @@
 %postun -n libavfs0 -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root,0755)
-%doc ChangeLog README COPYING NEWS TODO
+%doc ChangeLog README NEWS TODO
+%license COPYING
 %doc doc/api-overview
 %doc doc/background
 %doc doc/FORMAT
@@ -125,14 +124,12 @@
 %{_mandir}/man1/avfsd.1%{ext_man}
 
 %files devel
-%defattr(-,root,root,0755)
 %{_bindir}/avfs-config
 %{_includedir}/avfs.h
 %{_includedir}/virtual.h
 %{_libdir}/libavfs.so
 
 %files -n libavfs0
-%defattr(-,root,root,0755)
 %{_libdir}/libavfs.so.0
 %{_libdir}/libavfs.so.0.0.2
 

++ avfs-1.0.4.tar.bz2 -> avfs-1.0.5.tar.bz2 ++
 21683 lines of diff (skipped)





commit avfs for openSUSE:Factory

2015-11-12 Thread h_root
Hello community,

here is the log from the commit of package avfs for openSUSE:Factory checked in 
at 2015-11-12 19:41:32

Comparing /work/SRC/openSUSE:Factory/avfs (Old)
 and  /work/SRC/openSUSE:Factory/.avfs.new (New)


Package is "avfs"

Changes:

--- /work/SRC/openSUSE:Factory/avfs/avfs.changes2015-06-10 
09:16:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.avfs.new/avfs.changes   2015-11-12 
19:41:37.0 +0100
@@ -1,0 +2,10 @@
+Wed Nov 11 19:00:21 UTC 2015 - p.drou...@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
+
+---

Old:

  avfs-1.0.2.tar.bz2
  avfs-1.0.2.tar.bz2.asc

New:

  avfs-1.0.3.tar.bz2
  avfs-1.0.3.tar.bz2.asc



Other differences:
--
++ avfs.spec ++
--- /var/tmp/diff_new_pack.bMuQt0/_old  2015-11-12 19:41:38.0 +0100
+++ /var/tmp/diff_new_pack.bMuQt0/_new  2015-11-12 19:41:38.0 +0100
@@ -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 @@
 %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 @@
 %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)

++ avfs-1.0.2.tar.bz2 -> avfs-1.0.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/avfs-1.0.2/ChangeLog new/avfs-1.0.3/ChangeLog
--- old/avfs-1.0.2/ChangeLog2014-06-28 22:38:57.0 +0200
+++ new/avfs-1.0.3/ChangeLog2015-06-13 15:00:06.0 +0200
@@ -1,3 +1,26 @@
+2015-06-13  Ralf Hoffmann 
+
+   * bumped version to 1.0.3
+
+2015-05-10  Ralf Hoffmann 
+
+   * added rar v5 support in extfs urar module.
+   * renamed extfs urar module to uextrar so internal urar and
+   external module can be used simultaneously.
+
+2015-03-08  Ralf Hoffmann 
+
+   * fixed zlib state saving/restoring when a Huffman tree is not a
+   dynamic one. This fixes an assertion triggered by some rare cases
+   when accessing zip'ed content. Triggering the assertion did also
+   depend on the block size when reading content.
+
+2015-02-04  Ralf Hoffmann 
+
+   * changed info.h dependency for out-of-src builds
+   * changed configure to allow forcing to build with fuse and/or
+   liblzma support
+
 2014-06-19  Ralf Hoffmann 
 
* uzip: added support for zip64 format. Allows more than 64k files
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/avfs-1.0.2/NEWS new/avfs-1.0.3/NEWS
--- old/avfs-1.0.2/NEWS 2014-06-28 22:38:57.0 +0200
+++ new/avfs-1.0.3/NEWS 2015-06-13 15:00:06.0 +0200
@@ -1,3 +1,10 @@
+Changes from 1.0.2 to 1.0.3 (2015-06-13)
+   - 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
+
 Changes from 1.0.1 to 1.0.2 (2014-06-29)
- fixed access to files which are larger than 4GB in modules based on
  archive, state, and utar
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/avfs-1.0.2/aclocal.m4 new/avfs-1.0.3/aclocal.m4
--- old/avfs-1.0.2/aclocal.m4   2014-06-28 22:39:08.0 +0200
+++ new/avfs-1.0.3/aclocal.m4   2015-06-13 15:00:13.0 +0200
@@ -1326,7 +1326,7 @@
   rm -rf conftest*
   ;;
 
-x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
+x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
   # Find out which ABI we are using.
   echo 'int i;' > conftest.$ac_ext
@@ -1340,7 +1340,10 @@
  x86_64-*linux*)
LD="${LD-ld} -m elf_i386"
;;
- ppc64-*linux*|powerpc64-*linux*)
+ powerpc64le-*linux*)
+   LD="${LD-ld} -m 

commit avfs for openSUSE:Factory

2015-06-10 Thread h_root
Hello community,

here is the log from the commit of package avfs for openSUSE:Factory checked in 
at 2015-06-10 09:16:12

Comparing /work/SRC/openSUSE:Factory/avfs (Old)
 and  /work/SRC/openSUSE:Factory/.avfs.new (New)


Package is avfs

Changes:

--- /work/SRC/openSUSE:Factory/avfs/avfs.changes2015-05-15 
07:43:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.avfs.new/avfs.changes   2015-06-10 
09:16:21.0 +0200
@@ -1,0 +2,8 @@
+Sun May 17 20:26:53 UTC 2015 - jeng...@inai.de
+
+- Improve summary and description. -devel subpackage should require
+  same-version shared library. Drop --with-pic, because it is
+  implicit for shared libraries (and we do not build static).
+  Use short Sourceforge download URLs.
+
+---



Other differences:
--
++ avfs.spec ++
--- /var/tmp/diff_new_pack.YeS8zZ/_old  2015-06-10 09:16:21.0 +0200
+++ /var/tmp/diff_new_pack.YeS8zZ/_new  2015-06-10 09:16:22.0 +0200
@@ -19,15 +19,15 @@
 Name:   avfs
 Version:1.0.2
 Release:0
-Summary:AVFS - A Virtual File System
+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://sourceforge.net/projects/avf/files/avfs/%{version}/avfs-%{version}.tar.bz2
-Source1:
http://sourceforge.net/projects/avf/files/avfs/%{version}/avfs-%{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:  fuse-devel
 BuildRequires:  emacs-nox
+BuildRequires:  fuse-devel
 BuildRequires:  help2man
 BuildRequires:  libbz2-devel
 BuildRequires:  libexpat-devel
@@ -40,23 +40,23 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-AVFS is a system, which enables all programs to look inside archived or
+AVFS is a filesystem which enables all programs to look inside archived or
 compressed files, or access remote files without recompiling the programs
 or changing the kernel.
 
 %package devel
-Summary:AVFS - the development part
+Summary:Development files for AVFS, an archive look-inside filesystem
 Group:  Development/Libraries/C and C++
-Requires:   libavfs0
+Requires:   libavfs0 = %version
 
 %description devel
 This package includes the development file for the package avfs.
-AVFS is a system, which enables all programs to look inside archived or
+AVFS is a filesystem which enables all programs to look inside archived or
 compressed files, or access remote files without recompiling the programs
 or changing the kernel.
 
 %package -n libavfs0
-Summary:AVFS - the shared library
+Summary:Shared library for AVFS, an archive look-inside filesystem
 Group:  System/Libraries
 
 %description -n libavfs0
@@ -80,7 +80,6 @@
   --with-gnu-ld \
   --enable-libxml \
   --with-neon \
-  --with-pic \
   --with-ssl \
   --with-xz
 make %{?_smp_mflags}