Compare commits

...
This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.

5 commits

Author SHA1 Message Date
Fedora Release Engineering
733b36fb85 dist-git conversion 2010-07-28 09:41:13 +00:00
Bill Nottingham
ef8cdadc52 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:26:00 +00:00
Douglas E. Warner
5fd6c8d52b fixing changelog date 2009-03-31 15:06:45 +00:00
Douglas E. Warner
de1b7fe6d8 - 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.
2009-03-31 14:58:56 +00:00
Jesse Keating
d96f959190 Initialize branch F-10 for ale 2008-11-07 04:51:21 +00:00
5 changed files with 12 additions and 25 deletions

View file

@ -1 +0,0 @@
ale-0.9.0.1.tar.gz

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
ale-0.9.0.3.tar.gz

View file

@ -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)

View file

@ -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 <silfreed@silfreed.net> - 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 <silfreed@silfreed.net> 0.9.0.1-2
- updated gcc4.3 patch for 0.9.0.1 to compile w/ new fuzz settings

View file

@ -1 +1 @@
a4e595cfa52485eebd57e4de112b0609 ale-0.9.0.1.tar.gz
ace3d9874577085112adbf409f27b069 ale-0.9.0.3.tar.gz