diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index a47d325..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: altermime -# $Id$ -NAME := altermime -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/altermime.spec b/altermime.spec index 03dc7f3..f4ce2f8 100644 --- a/altermime.spec +++ b/altermime.spec @@ -1,6 +1,6 @@ Name: altermime -Version: 0.3.7 -Release: 3%{?dist} +Version: 0.3.8 +Release: 1%{?dist}.1 Summary: Alter MIME-encoded mailpacks Group: Applications/Internet @@ -46,6 +46,9 @@ rm -rf %{buildroot} %changelog +* Sat Jul 19 2008 Tim Jackson 0.3.8-1.fc9.1 +- Update to version 0.3.8 + * Wed Feb 20 2008 Fedora Release Engineering - 0.3.7-3 - Autorebuild for GCC 4.3 diff --git a/sources b/sources index 28fbbb6..852da72 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -534a68f9fed6867511c50e1e7bdf7722 altermime-0.3.7.tar.gz +e9717152d05318731ffbf67e2087af3b altermime-0.3.8.tar.gz