Hello community,

here is the log from the commit of package monodevelop for openSUSE:Factory 
checked in at 2015-05-06 07:49:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/monodevelop (Old)
 and      /work/SRC/openSUSE:Factory/.monodevelop.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "monodevelop"

Changes:
--------
--- /work/SRC/openSUSE:Factory/monodevelop/monodevelop.changes  2015-01-23 
15:47:30.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.monodevelop.new/monodevelop.changes     
2015-05-06 07:49:08.000000000 +0200
@@ -1,0 +2,21 @@
+Sat May  2 05:12:47 UTC 2015 - mailaen...@opensuse.org
+
+- Update to version 5.9
+  * Added a redesigned new project dialog using a category hierarchy
+    and file creation preview pane.
+  * Added new Debugger visualizers (for color, images, locations) and
+    IEnumerable expansions.
+  * Added partial C# 6 Support to the Text Editor.
+  * Added a preview of editor settings changes.
+  * Updated Japanese translation.
+  * Added support for fast build checks. This feature reduces the time
+    it takes to check if a project needs to be built, so starting an app
+    is much faster when no code changes are made.
+  * Fixed: Tapping on a file or folder in the solution pad of a shared
+    project causes the project to collapse
+  * Fixed: Find and Replace in files changes the wrong strings
+- Add downgrade_to_mvc3.patch as MCV4 is not yet available.
+- New dependency pkgconfig(system.web.mvc3)
+- Remove mono-data-postgresql depdency (dropped by upstream)
+
+-------------------------------------------------------------------

Old:
----
  monodevelop-5.7.0.660.tar.bz2

New:
----
  downgrade_to_mvc3.patch
  monodevelop-5.9.0.431.tar.bz2

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

Other differences:
------------------
++++++ monodevelop.spec ++++++
--- /var/tmp/diff_new_pack.JiKWda/_old  2015-05-06 07:49:09.000000000 +0200
+++ /var/tmp/diff_new_pack.JiKWda/_new  2015-05-06 07:49:09.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package monodevelop
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,6 @@
 
 Name:           monodevelop
 BuildRequires:  mono-data
-BuildRequires:  mono-data-postgresql
 BuildRequires:  pkgconfig(glade-sharp-2.0)
 BuildRequires:  pkgconfig(glib-sharp-2.0)
 BuildRequires:  pkgconfig(gnome-sharp-2.0)
@@ -43,24 +42,25 @@
 # mono-find-requires searches for libmono-2.0.so.1:
 BuildRequires:  pkgconfig(mono-2)
 BuildRequires:  pkgconfig(mono-addins)
-BuildRequires:  pkgconfig(mono-nuget)
+BuildRequires:  pkgconfig(mono-nuget) >= 2.8.3
 BuildRequires:  pkgconfig(monodoc)
 BuildRequires:  pkgconfig(nunit) >= 2.6.3
+BuildRequires:  pkgconfig(system.web.mvc3)
 BuildRequires:  pkgconfig(wcf)
 # Mono.Cecil.dll requires rsync after it's build
 BuildRequires:  rsync
 Url:            http://www.monodevelop.com/
-Version:        5.7
+Version:        5.9
 Release:        0
 Summary:        Full-Featured IDE for Mono and Gtk-Sharp
 License:        LGPL-2.1 and MIT
 Group:          Development/Tools/IDE
-Source:         
http://download.mono-project.com/sources/%{name}/%{name}-%{version}.0.660.tar.bz2
+Source:         
http://download.mono-project.com/sources/%{name}/%{name}-%{version}.0.431.tar.bz2
 Source2:        monodevelop-rpmlintrc
+Patch0:         downgrade_to_mvc3.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 Requires:       mono-basic
-Requires:       mono-entityframework
 Requires:       mono-web
 Requires:       nunit
 Requires:       pkgconfig
@@ -96,6 +96,7 @@
 
 %prep
 %setup -q
+%patch0 -p 1
 
 %build
 %{?env_options}

++++++ downgrade_to_mvc3.patch ++++++
Index: 
xamarin-pkg-monodevelop/src/addins/AspNet/Properties/MonoDevelop.AspNet.addin.xml
===================================================================
--- 
xamarin-pkg-monodevelop.orig/src/addins/AspNet/Properties/MonoDevelop.AspNet.addin.xml
      2015-04-28 10:16:13.348260401 +0100
+++ 
xamarin-pkg-monodevelop/src/addins/AspNet/Properties/MonoDevelop.AspNet.addin.xml
   2015-04-28 10:16:13.344260401 +0100
@@ -1,13 +1,13 @@
 <ExtensionModel>
        
        <Runtime>
-               <Import assembly = "System.Web.Helpers.dll" />
-               <Import assembly = "System.Web.Mvc.dll" />
-               <Import assembly = "System.Web.Razor.dll" />
-               <Import assembly = "System.Web.WebPages.Deployment.dll" />
-               <Import assembly = "System.Web.WebPages.dll" />
-               <Import assembly = "System.Web.WebPages.Razor.dll" />
-
+<!--           <Import assembly = "System.Web.Helpers.dll" />
+               <Import assembly = "System.Web.Mvc.dll" />
+               <Import assembly = "System.Web.Razor.dll" />
+               <Import assembly = "System.Web.WebPages.Deployment.dll" />
+               <Import assembly = "System.Web.WebPages.dll" />
+               <Import assembly = "System.Web.WebPages.Razor.dll" /> -->
+
                <Import file = "Html/Schemas/xhtml1-strict.xsd" />
                <Import file = "Html/Schemas/xhtml1-transitional.xsd" />
                <Import file = "Html/Schemas/xhtml1-frameset.xsd" />
@@ -202,10 +202,10 @@
                        guid="{E53F8FEA-EAE0-44A6-8774-FFD645390401}"
                        type="MonoDevelop.AspNet.Projects.AspMvc3Project"
                        useXBuild="true" />
-               <DotNetProjectSubtype
+<!--           <DotNetProjectSubtype
                        guid="{E3E379DF-F4C6-4180-9B81-6769533ABE47}"
                        type="MonoDevelop.AspNet.Projects.AspMvc4Project"
-                       useXBuild="true" />
+                       useXBuild="true" /> -->
                <DotNetProjectSubtype
                        id="MonoDevelop.AspNet.Projects.AspNetAppProject"
                        guid="{349C5851-65DF-11DA-9384-00065B846F21}"
@@ -216,7 +216,7 @@
        <Extension path = "/MonoDevelop/TypeSystem/Parser">
                <Parser class = "MonoDevelop.AspNet.WebForms.WebFormsParser" 
mimeType="application/x-aspx, application/x-ascx, application/x-master-page" />
                <Parser class = "MonoDevelop.AspNet.Html.HtmlParser" 
mimeType="text/html, application/x-spark" />
-               <Parser class = "MonoDevelop.AspNet.Razor.RazorCSharpParser" 
mimeType="text/x-cshtml" />
+               <Parser class = "MonoDevelop.AspNet.Razor.RazorCSharpParser" 
mimeType="text/x-cshtml" />
        </Extension>
 
        <Extension path = "/MonoDevelop/ProjectModel/SerializableClasses">
Index: xamarin-pkg-monodevelop/src/addins/AspNet/MonoDevelop.AspNet.csproj
===================================================================
--- xamarin-pkg-monodevelop.orig/src/addins/AspNet/MonoDevelop.AspNet.csproj    
2015-04-28 10:06:54.100238221 +0100
+++ xamarin-pkg-monodevelop/src/addins/AspNet/MonoDevelop.AspNet.csproj 
2015-04-28 10:16:51.272261905 +0100
@@ -452,34 +452,6 @@
     <None Include="Templates\Projects\WebApplication.xpt.xml">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </None>
-    <None 
Include="..\..\..\packages\Microsoft.AspNet.Mvc.5.2.2\lib\net45\System.Web.Mvc.dll">
-      <Link>System.Web.Mvc.dll</Link>
-      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
-    </None>
-    <None 
Include="..\..\..\packages\Microsoft.AspNet.Razor.3.2.2\lib\net45\System.Web.Razor.dll">
-      <Link>System.Web.Razor.dll</Link>
-      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
-    </None>
-    <None 
Include="..\..\..\packages\Microsoft.AspNet.WebPages.3.2.2\lib\net45\System.Web.Helpers.dll">
-      <Link>System.Web.Helpers.dll</Link>
-      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
-    </None>
-    <None 
Include="..\..\..\packages\Microsoft.AspNet.WebPages.3.2.2\lib\net45\System.Web.WebPages.Deployment.dll">
-      <Link>System.Web.WebPages.Deployment.dll</Link>
-      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
-    </None>
-    <None 
Include="..\..\..\packages\Microsoft.AspNet.WebPages.3.2.2\lib\net45\System.Web.WebPages.dll">
-      <Link>System.Web.WebPages.dll</Link>
-      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
-    </None>
-    <None 
Include="..\..\..\packages\Microsoft.AspNet.WebPages.3.2.2\lib\net45\System.Web.WebPages.Razor.dll">
-      <Link>System.Web.WebPages.Razor.dll</Link>
-      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
-    </None>
-    <None 
Include="..\..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll">
-      <Link>Microsoft.Web.Infrastructure.dll</Link>
-      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
-    </None>
     <None Include="packages.config" />
   </ItemGroup>
   <ItemGroup>
++++++ monodevelop-5.7.0.660.tar.bz2 -> monodevelop-5.9.0.431.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/monodevelop/monodevelop-5.7.0.660.tar.bz2 
/work/SRC/openSUSE:Factory/.monodevelop.new/monodevelop-5.9.0.431.tar.bz2 
differ: char 11, line 1


Reply via email to