diff --git a/zisofs-tools-1.0.6.tar.bz2 b/zisofs-tools-1.0.6.tar.bz2 deleted file mode 100644 index 606870d..0000000 --- a/zisofs-tools-1.0.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7d80141be2b52df99423cc617ad9dab8e81b1c79ca437789bbb1a9433524e3e -size 53138 diff --git a/zisofs-tools-1.0.8.tar.bz2 b/zisofs-tools-1.0.8.tar.bz2 new file mode 100644 index 0000000..fb42f48 --- /dev/null +++ b/zisofs-tools-1.0.8.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae4e53e4914934d41660248fb59d3c8761f1f1fd180d5ec993c17ddb3afd04f3 +size 52968 diff --git a/zisofs-tools.changes b/zisofs-tools.changes index 8588212..1000050 100644 --- a/zisofs-tools.changes +++ b/zisofs-tools.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Feb 15 15:54:10 CET 2010 - dimstar@opensuse.org + +- Update to version 1.0.8: + + This release fixes the --sloppy option, which was documented + but did not work. +- Spec cleanup. + ------------------------------------------------------------------- Thu Mar 29 15:44:38 CEST 2007 - rguenther@suse.de diff --git a/zisofs-tools.spec b/zisofs-tools.spec index 23a00c1..1df795f 100644 --- a/zisofs-tools.spec +++ b/zisofs-tools.spec @@ -1,7 +1,7 @@ # -# spec file for package zisofs-tools (Version 1.0.6) +# spec file for package zisofs-tools (Version 1.0.8) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 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 @@ -21,12 +21,12 @@ Name: zisofs-tools BuildRequires: zlib-devel Url: ftp://ftp.kernel.org/pub/linux/utils/fs/zisofs/ -License: GPL v2 or later +License: GPLv2+ Group: System/Filesystems Requires: mkisofs AutoReqProv: on -Version: 1.0.6 -Release: 138 +Version: 1.0.8 +Release: 1 Summary: User tools for zisofs Source: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -39,45 +39,23 @@ zisofs support. This package contains the tools necessary to create such a filesystem and read compressed files on a system without zisofs support. - - -Authors: --------- - H. Peter Anvin - %prep %setup -#%patch %build CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --mandir=%{_mandir} -make +make %{?jobs:-j%jobs} %install make INSTALLROOT=$RPM_BUILD_ROOT install %clean -rm -rf $RPM_BUILD_ROOT +%__rm -rf %{buildroot} %files %defattr(-,root,root) %doc CHANGES COPYING INSTALL README -/usr/bin/mkzftree +%{_bindir}/mkzftree %doc %{_mandir}/man1/mkzftree.1* %changelog -* Thu Mar 29 2007 rguenther@suse.de -- add zlib-devel BuildRequires -* Wed Jan 25 2006 mls@suse.de -- converted neededforbuild to BuildRequires -* Wed Sep 01 2004 nadvornik@suse.cz -- updated to 1.0.6 -* Sun Jan 11 2004 adrian@suse.de -- add %%defattr -* Fri Jul 25 2003 nadvornik@suse.cz -- updated to 1.0.4 -- added BuildRoot -* Thu Jun 13 2002 uli@suse.de -- update -> 1.0.3 (cosmetic) -* Tue Oct 30 2001 uli@suse.de -- initial package