diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index de30d24..0000000 --- a/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -ale-0.9.0.1.tar.gz diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..50517fe --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +ale-0.9.0.3.tar.gz diff --git a/Makefile b/Makefile deleted file mode 100644 index 6d5baef..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: ale -# $Id$ -NAME := ale -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/ale.spec b/ale.spec index d58e344..634edb6 100644 --- a/ale.spec +++ b/ale.spec @@ -1,6 +1,6 @@ Name: ale -Version: 0.9.0.1 -Release: 2%{?dist} +Version: 0.9.0.3 +Release: 1%{?dist} Summary: Combines multiple inputs of the same scene Group: Applications/Multimedia @@ -60,6 +60,14 @@ rm -rf %{buildroot} %changelog +* Tue Mar 31 2009 Douglas E. Warner - 0.9.0.3-1 +- update to 0.9.0.3 +- Revise --version to include ImageMagick library information. +- Add ditz issue database and package document BUG-REPORTING. +- Refine warnings for 8-bit output when --16bpc (incl. default). +- Fix --16bpc default behavior. +- Fixed serious memory leak in alignment code, and less serious leaks. + * Wed Sep 23 2008 Douglas E. Warner 0.9.0.1-2 - updated gcc4.3 patch for 0.9.0.1 to compile w/ new fuzz settings diff --git a/sources b/sources index 99a9811..cdc2972 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a4e595cfa52485eebd57e4de112b0609 ale-0.9.0.1.tar.gz +ace3d9874577085112adbf409f27b069 ale-0.9.0.3.tar.gz