pbrobinson pushed to pinta (master). "fix the fix"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon May 18 16:47:27 UTC 2015


From 62c7cfbc9f8df1fa634ecdaf5981e83be5d04628 Mon Sep 17 00:00:00 2001
From: Peter Robinson <pbrobinson at gmail.com>
Date: Mon, 18 May 2015 17:47:15 +0100
Subject: fix the fix


diff --git a/pinta.spec b/pinta.spec
index 5b7e3df..999bee3 100644
--- a/pinta.spec
+++ b/pinta.spec
@@ -44,7 +44,7 @@ sed -i 's/\r//' xdg/scalable/pinta.svg
 
 # update the project and solution files for mono4
 find . -name "*.sln" -print -exec sed -i 's/Format Version 10.00/Format Version 11.00/g' {} \;
-find . -name "*.csproj" -print -exec sed -i 's#ToolsVersion="3.5"#ToolsVersion="4.0"#g; s#<TargetFrameworkVersion>.*</TargetFrameworkVersion>##g; s#<PropertyGroup>#<PropertyGroup><TargetFrameworkVersion>v4.5</TargetFrameworkVersion>#g' {} \;
+find . \( -name "*.csproj" -o -name "*.proj" \) -print -exec sed -i 's#ToolsVersion="3.5"#ToolsVersion="4.0"#g; s#<TargetFrameworkVersion>.*</TargetFrameworkVersion>##g; s#<PropertyGroup>#<PropertyGroup><TargetFrameworkVersion>v4.5</TargetFrameworkVersion>#g; s#Mono.Posix, Version.*"#Mono.Posix"#g' {} \;
 
 %configure
 make %{?_smp_mflags}
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/pinta.git/commit/?h=master&id=62c7cfbc9f8df1fa634ecdaf5981e83be5d04628


More information about the scm-commits mailing list