From dd86cbb093bcbf04741ada138963fd5f49d6f1d8 Mon Sep 17 00:00:00 2001 From: deebs Date: Feb 24 2009 09:53:47 +0000 Subject: new upstream version --- diff --git a/.cvsignore b/.cvsignore index 1b89c03..ecc3430 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -moreutils_0.31.tar.gz +moreutils_0.34.tar.gz diff --git a/import.log b/import.log index e0d9581..b1c2687 100644 --- a/import.log +++ b/import.log @@ -1,2 +1,3 @@ moreutils-0_31-1_fc9:HEAD:moreutils-0.31-1.fc9.src.rpm:1219810852 moreutils-0_31-1_fc9:HEAD:moreutils-0.31-1.fc9.src.rpm:1222651523 +moreutils-0_34-1_fc10:HEAD:moreutils-0.34-1.fc10.src.rpm:1235469154 diff --git a/moreutils.spec b/moreutils.spec index 01f6626..677fe18 100644 --- a/moreutils.spec +++ b/moreutils.spec @@ -1,5 +1,5 @@ Name: moreutils -Version: 0.31 +Version: 0.34 Release: 1%{?dist} Summary: Additional unix utilities Group: Applications/System @@ -33,7 +33,7 @@ Requires: perl-TimeDate perl-Time-Duration %prep %setup -qn %{name} # the required dtd's are not where this package expects them to be, let's fix that -DTDFILE=`xmlcatalog /usr/share/sgml/docbook/xmlcatalog "-//OASIS//DTD DocBook XML V4.4//EN"` +DTDFILE=`xmlcatalog /usr/share/sgml/docbook/xmlcatalog "-//OASIS//DTD DocBook XML V4.4//EN" "-//OASIS//DTD DocBook XML V4.3//EN"|grep -v "No entry"|head -n1` sed -r -i "s|/usr/share/xml/docbook/schema/dtd/4.4/docbookx.dtd|$DTDFILE|" *.docbook # the docbook2x-man command is different in fedora, let's fix that too sed -r -i "s|docbook2x-man|db2x_docbook2man|" Makefile @@ -86,6 +86,23 @@ rm -rf %{buildroot} %changelog +* Tue Feb 24 2009 Marc Bradshaw 0.34-1%{?dist} +- new upstream version 0.34 +- * vipe: Avoid dying on empty input. Thanks, Anders Kaseorg Closes: #508491 +- new upstream version 0.33 +- * Support installing moreutils into prefixes other than /usr (Evan Broder) +- * Fix zrun breakage introduced last version. Closes: #504129 +- new upstream version 0.32 +- * zrun: Can be linked to zsomeprog to run the equivilant of zrun someprog. Closes: #411623 (Stefan Fritsch) +- * zrun: Add support for lzma and lzo. (Stefan Fritsch) +- * Fix pod error in vidir(1). + +* Thu Oct 16 2008 Marc Bradshaw 0.31-3%{?dist} +- Fix for EPEL docbook dtd version + +* Sat Oct 11 2008 Marc Bradshaw 0.31-2%{?dist} +- Fix for EPEL docbook dtd version + * Thu Aug 21 2008 Marc Bradshaw 0.31-1%{?dist} - new upstream version 0.31 released with these changes - * pee.1: Document difference with tee in stdout. diff --git a/sources b/sources index 1c86be0..514756a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4421992c2db6d6947ec591c7ad1804c0 moreutils_0.31.tar.gz +4cf4c914e8fcabdc99ad61f4d54c5d72 moreutils_0.34.tar.gz