Hello community,

here is the log from the commit of package monodevelop for openSUSE:Factory 
checked in at 2015-01-09 20:49:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2014-12-16 
14:48:26.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.monodevelop.new/monodevelop.changes     
2015-01-09 20:49:49.000000000 +0100
@@ -1,0 +2,12 @@
+Wed Dec 31 09:17:41 UTC 2014 - mailaen...@opensuse.org
+
+- fix "add-in could not be started MonoDevelop.GnomePlatform"
+
+-------------------------------------------------------------------
+Sun Dec 21 16:15:25 UTC 2014 - mailaen...@opensuse.org
+
+- update to 5.5
+- nunit has been unbundled bxc#23696
+- monodevelop-debugger-gdb has been integrated
+
+-------------------------------------------------------------------

Old:
----
  monodevelop-5.0.1-0.tar.bz2

New:
----
  monodevelop-5.5.0.227.tar.bz2

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

Other differences:
------------------
++++++ monodevelop.spec ++++++
--- /var/tmp/diff_new_pack.MI7BPv/_old  2015-01-09 20:49:51.000000000 +0100
+++ /var/tmp/diff_new_pack.MI7BPv/_new  2015-01-09 20:49:51.000000000 +0100
@@ -43,32 +43,35 @@
 # mono-find-requires searches for libmono-2.0.so.1:
 BuildRequires:  pkgconfig(mono-2)
 BuildRequires:  pkgconfig(mono-addins)
-BuildRequires:  pkgconfig(mono-nunit)
+BuildRequires:  pkgconfig(mono-nuget)
 BuildRequires:  pkgconfig(monodoc)
+BuildRequires:  pkgconfig(nunit) >= 2.6.3
 BuildRequires:  pkgconfig(wcf)
 # Mono.Cecil.dll requires rsync after it's build
 BuildRequires:  rsync
 Url:            http://www.monodevelop.com/
-Version:        5.0.1
+Version:        5.5
 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.tar.bz2
+Source:         
http://download.mono-project.com/sources/%{name}/%{name}-%{version}.0.227.tar.bz2
 Source2:        monodevelop-rpmlintrc
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 Requires:       mono-basic
 Requires:       mono-entityframework
 Requires:       mono-web
+Requires:       nunit
 Requires:       pkgconfig
 Requires:       xsp
 Recommends:     mono-devel
 Recommends:     mono-tools
 Recommends:     git
+Recommends:     libgnomeui
 Suggests:       monodevelop-database
-Suggests:       monodevelop-debugger-gdb
 
+%define _use_internal_dependency_generator 0
 %define __find_provides env sh -c 'filelist=($(cat)) && { printf "%s\\n" 
"${filelist[@]}" | /usr/lib/rpm/find-provides && printf "%s\\n" 
"${filelist[@]}" | /usr/bin/mono-find-provides ; } | sort | uniq'
 %define __find_requires env sh -c 'filelist=($(cat)) && { printf "%s\\n" 
"${filelist[@]}" | /usr/lib/rpm/find-requires && printf "%s\\n" 
"${filelist[@]}" | /usr/bin/mono-find-requires ; } | sort | uniq'
 
@@ -102,15 +105,24 @@
 
 %install
 %{?env_options}
+
 make install DESTDIR=%{buildroot} GACUTIL_FLAGS="/package monodevelop /root 
%{buildroot}%{_prefix}/lib"
 #
 mkdir -p %{buildroot}%{_prefix}/share/pkgconfig
 mv %{buildroot}%{_prefix}/lib/pkgconfig/* %{buildroot}%{_datadir}/pkgconfig
-dos2unix 
%{buildroot}%{_prefix}/lib/monodevelop/AddIns/MonoDevelop.XmlEditor/schemas/*
-dos2unix 
%{buildroot}%{_prefix}/lib/monodevelop/AddIns/MonoDevelop.AspNet/Schemas/readme.txt
+
+cp -a %{_prefix}/lib/mono/nuget/NuGet.Core.dll 
%{buildroot}%{_prefix}/lib/monodevelop/AddIns/MonoDevelop.PackageManagement/
+cp -a %{_prefix}/lib/mono/nuget/Microsoft.Web.XmlTransform.dll 
%{buildroot}%{_prefix}/lib/monodevelop/AddIns/MonoDevelop.PackageManagement/
+
+ln -s %{_prefix}/lib/mono/nunit/nunit.core.dll 
%{buildroot}%{_prefix}/lib/monodevelop/AddIns/NUnit/
+ln -s %{_prefix}/lib/mono/nunit/nunit.core.interfaces.dll 
%{buildroot}%{_prefix}/lib/monodevelop/AddIns/NUnit/
+ln -s %{_prefix}/lib/mono/nunit/nunit.framework.dll 
%{buildroot}%{_prefix}/lib/monodevelop/AddIns/NUnit/
+ln -s %{_prefix}/lib/mono/nunit/nunit.util.dll 
%{buildroot}%{_prefix}/lib/monodevelop/AddIns/NUnit/
+
 %find_lang %{name}
+
 %if 0%{?suse_version} > 1220
-%fdupes %buildroot/%{_prefix}
+%fdupes %{buildroot}%{_prefix}
 %endif
 
 %post

++++++ monodevelop-5.0.1-0.tar.bz2 -> monodevelop-5.5.0.227.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/monodevelop/monodevelop-5.0.1-0.tar.bz2 
/work/SRC/openSUSE:Factory/.monodevelop.new/monodevelop-5.5.0.227.tar.bz2 
differ: char 11, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to