Hello community,

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

Package is "mono-nuget"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mono-nuget/mono-nuget.changes    2015-01-09 
20:49:58.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.mono-nuget.new/mono-nuget.changes       
2015-05-06 07:49:10.000000000 +0200
@@ -1,0 +2,8 @@
+Sat May  2 05:21:14 UTC 2015 - [email protected]
+
+- update to version 2.8.3 for MonoDevelop 5.8 and above
+- add fix_xdt_hintpath.patch to fix the build
+- add build-minimal.sh as it was removed from the tarball
+- add pkgconfig as this contains a .pc file
+
+-------------------------------------------------------------------

Old:
----
  nuget-2.8.1+md54+dhx2.tar.bz2

New:
----
  build-minimal.sh
  fix_xdt_hintpath.patch
  nuget-2.8.3+md58+dhx1.tar.bz2

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

Other differences:
------------------
++++++ mono-nuget.spec ++++++
--- /var/tmp/diff_new_pack.TTXsWh/_old  2015-05-06 07:49:11.000000000 +0200
+++ /var/tmp/diff_new_pack.TTXsWh/_new  2015-05-06 07:49:11.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package nuget
+# spec file for package mono-nuget
 #
-# Copyright (c) 2014 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
@@ -17,17 +17,20 @@
 
 
 Name:           mono-nuget
-Version:        2.8.1
+Version:        2.8.3
 Release:        0
 Summary:        DotNet package manager
-Group:          Development/Languages/Mono
 License:        Apache-2.0
-URL:            https://github.com/directhex/xamarin-nuget/
-Source0:        
http://origin-download.mono-project.com/sources/nuget/nuget-%{version}+md54+dhx2.tar.bz2
+Group:          Development/Languages/Mono
+Url:            https://github.com/directhex/xamarin-nuget/
+Source0:        
http://origin-download.mono-project.com/sources/nuget/nuget-%{version}+md58+dhx1.tar.bz2
 Source1:        mono-nuget.pc
+Source3:        build-minimal.sh
+Patch0:         fix_xdt_hintpath.patch
 BuildArch:      noarch
 BuildRequires:  dos2unix
 BuildRequires:  mono-devel
+BuildRequires:  pkgconfig
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -42,7 +45,10 @@
 This package contains development files for NuGet integration into MonoDevelop.
 
 %prep
-%setup -q -n nuget-%{version}
+%setup -q -n nuget-git
+%patch0 -p1
+cp -a %{SOURCE3} ./
+chmod +x build-minimal.sh
 
 %build
 %{?exp_env}
@@ -58,6 +64,7 @@
 mkdir -p %{buildroot}%{_prefix}/lib/mono/nuget
 install -m0755 src/CommandLine/bin/Release/NuGet.Core.dll 
%{buildroot}%{_prefix}/lib/mono/nuget/
 install -m0755 xdt/XmlTransform/bin/Debug/Microsoft.Web.XmlTransform.dll 
%{buildroot}%{_prefix}/lib/mono/nuget/
+install -m0755 src/CommandLine/bin/Release/NuGet.exe 
%{buildroot}%{_prefix}/lib/mono/nuget/
 
 %files
 %defattr(-, root, root)

++++++ build-minimal.sh ++++++
#!/usr/bin/env bash
xbuild xdt/XmlTransform/Microsoft.Web.XmlTransform.csproj
xbuild src/Core/Core.csproj /p:Configuration="Mono Release"
xbuild src/CommandLine/CommandLine.csproj /p:Configuration="Mono Release"
++++++ fix_xdt_hintpath.patch ++++++
Index: xamarin-pkg-nuget/src/CommandLine/CommandLine.csproj
===================================================================
--- xamarin-pkg-nuget.orig/src/CommandLine/CommandLine.csproj   2015-01-15 
19:30:44.346864746 +0000
+++ xamarin-pkg-nuget/src/CommandLine/CommandLine.csproj        2015-02-26 
11:10:38.114087193 +0000
@@ -32,7 +32,7 @@
     <Reference Include="Microsoft.CSharp" />
     <Reference Include="Microsoft.Web.XmlTransform, Version=1.0.0.0, 
Culture=neutral, processorArchitecture=MSIL">
       <SpecificVersion>False</SpecificVersion>
-      <HintPath>..\..\lib\Microsoft.Web.XmlTransform.dll</HintPath>
+      
<HintPath>..\..\xdt\XmlTransform\bin\Debug\Microsoft.Web.XmlTransform.dll</HintPath>
     </Reference>
     <Reference Include="System" />
     <Reference Include="System.ComponentModel.Composition" />
Index: xamarin-pkg-nuget/src/Core/Core.csproj
===================================================================
--- xamarin-pkg-nuget.orig/src/Core/Core.csproj 2015-02-26 11:01:59.642076980 
+0000
+++ xamarin-pkg-nuget/src/Core/Core.csproj      2015-02-26 11:10:26.654086967 
+0000
@@ -220,7 +220,7 @@
     <Compile Include="Utility\WebRequestEventArgs.cs" />
     <Compile Include="FileModifiers\XdtTransformer.cs" />
     <Reference Include="Microsoft.Web.XmlTransform">
-      <HintPath>..\..\lib\Microsoft.Web.XmlTransform.dll</HintPath>
+      
<HintPath>..\..\xdt\XmlTransform\bin\Debug\Microsoft.Web.XmlTransform.dll</HintPath>
     </Reference>
     <Reference Include="System" />
     <Reference Include="System.ComponentModel.DataAnnotations" />
@@ -321,4 +321,4 @@
   <Target Name="AfterBuild">
   </Target>
   -->
-</Project>
\ No newline at end of file
+</Project>
++++++ mono-nuget.pc ++++++
--- /var/tmp/diff_new_pack.TTXsWh/_old  2015-05-06 07:49:11.000000000 +0200
+++ /var/tmp/diff_new_pack.TTXsWh/_new  2015-05-06 07:49:11.000000000 +0200
@@ -6,6 +6,6 @@
 
 Name: mono-nuget
 Description: Mono Library for acessing Microsoft NuGet repositories
-Version: 2.8.1
+Version: 2.8.3
 Libs: -r:${prefix}/lib/mono/nuget/NuGet.Core.dll 
-r:${prefix}/lib/mono/nuget/Microsoft.Web.XmlTransform.dll
 

++++++ nuget-2.8.1+md54+dhx2.tar.bz2 -> nuget-2.8.3+md58+dhx1.tar.bz2 ++++++
++++ 6516 lines of diff (skipped)


Reply via email to