From 40e0c3f57f70f3b7af2494d0170b8eca60c5f89d Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Tue, 29 Sep 2009 07:19:10 +0000 Subject: [PATCH 1/4] Initialize branch F-12 for wormux --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..06de2d2 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-12 From a8fe1db37a415fa43c0b3a5532165dc92c829b31 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:18:38 +0000 Subject: [PATCH 2/4] 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 e98eb66..d2d1ddf 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME := wormux 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 bb26a5dad2bfd88d463493da168e46bc8b73d167 Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Mon, 8 Feb 2010 17:52:44 +0000 Subject: [PATCH 3/4] Long overdue update to 0.9.0 --- .cvsignore | 2 +- sources | 2 +- wormux.spec | 10 ++++++---- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.cvsignore b/.cvsignore index 4521d44..6328240 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -wormux-0.8.4.tar.bz2 +wormux-0.9.0.tar.bz2 diff --git a/sources b/sources index 5e905b5..564fa4e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0aed316799723173f2d6e242af312382 wormux-0.8.4.tar.bz2 +001b4979c53ffcf4c45715cad4f8bc85 wormux-0.9.0.tar.bz2 diff --git a/wormux.spec b/wormux.spec index 586ce24..f7c33fe 100644 --- a/wormux.spec +++ b/wormux.spec @@ -1,6 +1,6 @@ Name: wormux -Version: 0.8.4 -Release: 2%{?dist} +Version: 0.9.0 +Release: 1%{?dist} Summary: 2D convivial mass murder game Group: Amusements/Games @@ -85,8 +85,7 @@ fi %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog %{_bindir}/%{name} -%{_bindir}/%{name}-index-server -%{_bindir}/%{name}-server +%{_bindir}/%{name}-list-games %{_datadir}/applications/*.desktop %{_datadir}/icons/hicolor/32x32/apps/%{name}.png %{_datadir}/pixmaps/wormux*.png @@ -97,6 +96,9 @@ fi %{_datadir}/%{name} %changelog +* Sat Feb 6 2010 Wart 0.9.0-1 +- Update to 0.9.0 + * Mon Jul 27 2009 Fedora Release Engineering - 0.8.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From 529762bd2acda19560fb554922868c957b929b4a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 15:25:25 +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 d2d1ddf..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: wormux -# $Id$ -NAME := wormux -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 06de2d2..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-12