From 627855a22d7c0804f2e2694a1d6f6ae87d1e0648 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Sun, 21 Oct 2007 01:27:18 +0000 Subject: [PATCH 1/4] Initialize branch F-8 for xmoto-edit --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..e9e7ccd --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-8 From dbbc0a775df7afba138cd72e4df3c19d4e98eafc Mon Sep 17 00:00:00 2001 From: Jon Ciesla Date: Sun, 25 Nov 2007 03:27:48 +0000 Subject: [PATCH 2/4] Man page 404, fixed, will address upstream. BZ 389951. --- sources | 2 +- xmoto-edit.spec | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/sources b/sources index 1755e3c..c088055 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ d9a398ae125676eda1809747c56e66a3 xmoto-edit-0.2.4.tar.gz -bd22d4e4f5ccb71c3ba8a35fb6c3c686 xmoto-edit.6.gz +b92ab70eb393c6d2ca19ed00e63b4771 xmoto-edit.6.gz diff --git a/xmoto-edit.spec b/xmoto-edit.spec index 76582a5..c2eded2 100644 --- a/xmoto-edit.spec +++ b/xmoto-edit.spec @@ -1,6 +1,6 @@ Name: xmoto-edit Version: 0.2.4 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Challenging 2D Motocross Platform Game - Level Editor Group: Amusements/Games @@ -9,7 +9,9 @@ URL: http://xmoto.sourceforge.net/ Source0: http://easynews.dl.sourceforge.net/sourceforge/xmoto/%{name}-%{version}.tar.gz Source1: xmoto-edit.desktop Source2: xmoto-edit.png -Source3: http://viewvc.tuxfamily.org/svn_xmoto_xmotoedit/trunk/xmoto-edit.6.gz +Source3: xmoto-edit.6.gz +# Formerly at http://viewvc.tuxfamily.org/svn_xmoto_xmotoedit/trunk/xmoto-edit.6.gz, +# this is now 404. Will follow up with upstream. Patch0: xmoto-edit-man.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -75,6 +77,9 @@ fi %changelog +* Sat Nov 24 2007 Jon Ciesla 0.2.4-11 +- Man page 404, fixed, will address upstream. BZ 389951. + * Fri Oct 05 2007 Jon Ciesla 0.2.4-10 - Fixed BADSOURCE. From 251f97c384ef5dec8987157d14fe17511167b7a5 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:35:25 +0000 Subject: [PATCH 3/4] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 82a2c23..22f1113 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: xmoto-edit -# $Id$ +# $Id: Makefile,v 1.1 2007/03/20 20:29:05 wtogami Exp $ NAME := xmoto-edit 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 49b557915b2503d3a1a366f7e97da49a374b3bc9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 16:02:23 +0000 Subject: [PATCH 4/4] 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 22f1113..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: xmoto-edit -# $Id: Makefile,v 1.1 2007/03/20 20:29:05 wtogami Exp $ -NAME := xmoto-edit -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 e9e7ccd..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-8