From 6d33b4b2b24562844865d0485a3ad29c8d9f1f1c Mon Sep 17 00:00:00 2001 From: Hedayat Vatankhah Date: Jun 20 2011 09:20:49 +0000 Subject: Updated spec for the new release --- diff --git a/rcssserver3d.spec b/rcssserver3d.spec index 46b9e05..6989bef 100644 --- a/rcssserver3d.spec +++ b/rcssserver3d.spec @@ -1,6 +1,6 @@ Name: rcssserver3d Version: 0.6.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Robocup 3D Soccer Simulation Server Group: Applications/System @@ -9,6 +9,7 @@ URL: http://sourceforge.net/projects/simspark/ Source0: http://downloads.sourceforge.net/simspark/%{name}-%{version}.tar.gz Patch0: %{name}-odefix.patch Patch1: %{name}-0.6.5-goalfix.patch +Patch2: %{name}-0.6.5-rulefix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: cmake boost-devel SDL-devel desktop-file-utils simspark-devel @@ -51,6 +52,7 @@ you will find %{name}-doc package useful. %setup -q %patch0 -p1 -b .odefix %patch1 -p1 -b .goalfix +%patch2 -p1 -b .rulefix %build mkdir build @@ -104,6 +106,9 @@ rm -rf %{buildroot} %changelog +* Mon Jun 20 2011 Hedayat Vatankhah - 0.6.5-4 +- Add an upstream patch to fix rule enforcement code + * Sun May 15 2011 Hedayat Vatankhah - 0.6.5-3 - Add an upstream fix for goal counting