diff --git a/.cvsignore b/.cvsignore index e293959..ac1ecdc 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libisofs-0.6.20.tar.gz +libisofs-0.6.28.tar.gz diff --git a/libisofs.spec b/libisofs.spec index 1f8bd3a..b03a4bb 100644 --- a/libisofs.spec +++ b/libisofs.spec @@ -1,13 +1,13 @@ Summary: Library to create ISO 9660 disk images Name: libisofs -Version: 0.6.20 -Release: 2%{?dist} +Version: 0.6.28 +Release: 1%{?dist} License: GPLv2 Group: System Environment/Libraries URL: http://libburnia-project.org/ Source: http://files.libburnia-project.org/releases/%{name}-%{version}.tar.gz Patch0: libisofs-0.6.16-multilib.patch -BuildRequires: doxygen, graphviz +BuildRequires: libacl-devel, zlib-devel, doxygen, graphviz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description @@ -16,7 +16,8 @@ extensions like RockRidge or Joliet. It is also a full featured ISO-9660 editor, allowing you to modify an ISO image or multisession disc, including file addition or removal, change of file names and attributes etc. It supports the extension AAIP which allows to store -ACLs and xattr in ISO-9660 filesystems as well. +ACLs and xattr in ISO-9660 filesystems as well. As it is linked with +zlib, it supports zisofs compression, too. %package devel Summary: Development files for libisofs @@ -63,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/%{name}*.pc %changelog +* Tue Feb 16 2010 Robert Scheck 0.6.28-1 +- Upgrade to 0.6.28 + * Fri Jul 24 2009 Fedora Release Engineering - 0.6.20-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index 4aa9566..0907b7c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -52621c4a3fbfde268a210993b2919395 libisofs-0.6.20.tar.gz +24bb0b876d99f42e8578d68ecb8e8ea9 libisofs-0.6.28.tar.gz