Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
733b36fb85 | ||
|
|
ef8cdadc52 | ||
|
|
5fd6c8d52b | ||
|
|
de1b7fe6d8 | ||
|
|
d96f959190 |
5 changed files with 12 additions and 25 deletions
|
|
@ -1 +0,0 @@
|
|||
ale-0.9.0.1.tar.gz
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
ale-0.9.0.3.tar.gz
|
||||
21
Makefile
21
Makefile
|
|
@ -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)
|
||||
12
ale.spec
12
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 <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
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
a4e595cfa52485eebd57e4de112b0609 ale-0.9.0.1.tar.gz
|
||||
ace3d9874577085112adbf409f27b069 ale-0.9.0.3.tar.gz
|
||||
|
|
|
|||
Reference in a new issue