Hello community, here is the log from the commit of package gdata-sharp for openSUSE:Factory checked in at 2015-05-22 09:54:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gdata-sharp (Old) and /work/SRC/openSUSE:Factory/.gdata-sharp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gdata-sharp" Changes: -------- --- /work/SRC/openSUSE:Factory/gdata-sharp/gdata-sharp.changes 2012-05-26 13:11:53.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.gdata-sharp.new/gdata-sharp.changes 2015-05-22 09:54:52.000000000 +0200 @@ -1,0 +2,8 @@ +Tue May 19 10:58:31 UTC 2015 - [email protected] + +- Add gdata-sharp-runtime-4.5.patch: Specify -sdk:4.5 during build: + despite gmcs specifying this to be the default, if not specified, + gmcs fails to find nunit.framework (which is only available for + SDK 4.5 at this moment). + +------------------------------------------------------------------- New: ---- gdata-sharp-runtime-4.5.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gdata-sharp.spec ++++++ --- /var/tmp/diff_new_pack.ZGyvU1/_old 2015-05-22 09:54:52.000000000 +0200 +++ /var/tmp/diff_new_pack.ZGyvU1/_new 2015-05-22 09:54:52.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package gdata-sharp (Version 1.4.0.2) +# spec file for package gdata-sharp # -# Copyright (c) 2009 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 @@ -16,20 +16,21 @@ # - Name: gdata-sharp Version: 1.4.0.2 -Release: 2 -License: Apache-2.0 +Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: mono-devel mono-nunit +BuildRequires: mono-devel +BuildRequires: mono-nunit Provides: google-gdata Obsoletes: google-gdata BuildArch: noarch Source: libgoogle-data-mono-%{version}.tar.gz Patch0: gdata-sharp-core-pc.patch -Group: Development/Libraries/Other +Patch1: gdata-sharp-runtime-4.5.patch Summary: Google GData .NET Client Library +License: Apache-2.0 +Group: Development/Libraries/Other %description The GData .NET Client Library provides a library and source code that make it easy to access data through Google Data APIs. @@ -37,6 +38,7 @@ %prep %setup -q -n libgoogle-data-mono-%{version} %patch0 +%patch1 -p1 %build make PREFIX=%{_prefix} @@ -54,4 +56,5 @@ %{_prefix}/lib/mono/gac/Google.GData.* %{_prefix}/lib/mono/GData-Sharp %{_datadir}/pkgconfig/gdata-sharp*.pc + %changelog ++++++ gdata-sharp-runtime-4.5.patch ++++++ Index: libgoogle-data-mono-1.4.0.2/Makefile =================================================================== --- libgoogle-data-mono-1.4.0.2.orig/Makefile +++ libgoogle-data-mono-1.4.0.2/Makefile @@ -1,7 +1,7 @@ CSC1=mcs CSC=gmcs -DEFINES=/d:TRACE +DEFINES=/d:TRACE -sdk:4.5 VERSION=$(shell egrep AssemblyVersion version/AssemblyVersion.cs | egrep -o \([[:digit:]]\.\)+[[:digit:]]+) PREFIX=/usr/local
