Compare commits

...
Sign in to create a new pull request.

5 commits

Author SHA1 Message Date
Fedora Release Engineering
8343548bb2 dist-git conversion 2010-07-28 09:46:44 +00:00
Bill Nottingham
1639cb7eba Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:27:02 +00:00
Tim Jackson
57d2e70ad5 Fix bad sources 2008-07-19 12:37:37 +00:00
Tim Jackson
55b523ae15 Update to version 0.3.8 2008-07-19 12:23:39 +00:00
Jesse Keating
b4ea6a1831 Initialize branch F-9 for altermime 2008-04-20 12:10:01 +00:00
4 changed files with 6 additions and 24 deletions

View file

View file

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

View file

@ -1,6 +1,6 @@
Name: altermime Name: altermime
Version: 0.3.7 Version: 0.3.8
Release: 3%{?dist} Release: 1%{?dist}.1
Summary: Alter MIME-encoded mailpacks Summary: Alter MIME-encoded mailpacks
Group: Applications/Internet Group: Applications/Internet
@ -46,6 +46,9 @@ rm -rf %{buildroot}
%changelog %changelog
* Sat Jul 19 2008 Tim Jackson <rpm@timj.co.uk> 0.3.8-1.fc9.1
- Update to version 0.3.8
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.3.7-3 * Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.3.7-3
- Autorebuild for GCC 4.3 - Autorebuild for GCC 4.3

View file

@ -1 +1 @@
534a68f9fed6867511c50e1e7bdf7722 altermime-0.3.7.tar.gz e9717152d05318731ffbf67e2087af3b altermime-0.3.8.tar.gz