From 526b5fbe2a92f459c233ef659bdfbb4bc3396dc5 Mon Sep 17 00:00:00 2001 From: Bohuslav Kabrda Date: Wed, 1 Aug 2012 08:16:02 +0200 Subject: Remove the unneded symlink used for tests in previous versions (RHBZ #840119). --- rubygem-actionpack.spec | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/rubygem-actionpack.spec b/rubygem-actionpack.spec index eed369b..1045ba6 100644 --- a/rubygem-actionpack.spec +++ b/rubygem-actionpack.spec @@ -7,7 +7,7 @@ Summary: Web-flow and rendering framework putting the VC in MVC Name: rubygem-%{gem_name} Epoch: 1 Version: 3.2.7 -Release: 1%{?dist} +Release: 2%{?dist} Group: Development/Languages License: MIT URL: http://www.rubyonrails.org @@ -92,12 +92,6 @@ tar xzvf %{SOURCE2} -C .%{gem_instdir} pushd .%{gem_instdir} %patch0 -p0 - -# create missing symlink -pushd test/fixtures/layout_tests/layouts/ -ln -sf ../../symlink_parent/ symlinked -popd - popd pushd .%{gem_dir} @@ -163,6 +157,9 @@ popd %{gem_instdir}/test/ %changelog +* Wed Aug 01 2012 Bohuslav Kabrda - 1:3.2.7-2 +- Remove the unneded symlink used for tests in previous versions (RHBZ #840119). + * Mon Jul 30 2012 Vít Ondruch - 1:3.2.7-1 - Update to the ActionPack 3.2.7. -- cgit