From b4ea6a1831463645c788749136a02e18d28d1423 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Sun, 20 Apr 2008 12:10:01 +0000 Subject: [PATCH 1/5] Initialize branch F-9 for altermime --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..1c26f78 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-9 From 55b523ae15c130d1689c19455ea551ae3fa1f94d Mon Sep 17 00:00:00 2001 From: Tim Jackson Date: Sat, 19 Jul 2008 12:23:39 +0000 Subject: [PATCH 2/5] Update to version 0.3.8 --- altermime.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/altermime.spec b/altermime.spec index 03dc7f3..ba6e1b5 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} 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 +- Update to version 0.3.8 + * Wed Feb 20 2008 Fedora Release Engineering - 0.3.7-3 - Autorebuild for GCC 4.3 From 57d2e70ad5a4debbf747418bfb927153bab97b6f Mon Sep 17 00:00:00 2001 From: Tim Jackson Date: Sat, 19 Jul 2008 12:37:37 +0000 Subject: [PATCH 3/5] Fix bad sources --- altermime.spec | 4 ++-- sources | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/altermime.spec b/altermime.spec index ba6e1b5..f4ce2f8 100644 --- a/altermime.spec +++ b/altermime.spec @@ -1,6 +1,6 @@ Name: altermime Version: 0.3.8 -Release: 1%{?dist} +Release: 1%{?dist}.1 Summary: Alter MIME-encoded mailpacks Group: Applications/Internet @@ -46,7 +46,7 @@ rm -rf %{buildroot} %changelog -* Sat Jul 19 2008 Tim Jackson 0.3.8-1 +* 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 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 From 1639cb7eba4753f8e16bd2cab1386a0c2a3fc3ad Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:27:02 +0000 Subject: [PATCH 4/5] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a47d325..3ff7b5e 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ 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 +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From 8343548bb263998b344db2f73b6d86ab0d230ff5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 28 Jul 2010 09:46:44 +0000 Subject: [PATCH 5/5] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch 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 3ff7b5e..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 $$d/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/branch b/branch deleted file mode 100644 index 1c26f78..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-9