Hello community,

here is the log from the commit of package pinta for openSUSE:Factory checked 
in at 2015-06-12 20:31:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pinta (Old)
 and      /work/SRC/openSUSE:Factory/.pinta.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pinta"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pinta/pinta.changes      2015-03-05 
18:17:26.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.pinta.new/pinta.changes 2015-06-12 
20:31:22.000000000 +0200
@@ -1,0 +2,10 @@
+Thu Jun 11 13:15:26 UTC 2015 - dims...@opensuse.org
+
+- Fix build with mono 4.0 (sed hacks borrowed from Fedora).
+
+-------------------------------------------------------------------
+Tue May 19 13:16:57 UTC 2015 - mailaen...@opensuse.org
+
+- enable checks
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pinta.spec ++++++
--- /var/tmp/diff_new_pack.gpjghx/_old  2015-06-12 20:31:23.000000000 +0200
+++ /var/tmp/diff_new_pack.gpjghx/_new  2015-06-12 20:31:23.000000000 +0200
@@ -48,6 +48,9 @@
 
 %prep
 %setup -q
+# 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" -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' {} \;
 
 %build
 autoreconf -fi
@@ -58,6 +61,9 @@
 %make_install
 %find_lang %{name}
 
+%check
+make check
+
 %post
 %desktop_database_post
 %icon_theme_cache_post


Reply via email to