Hello community, here is the log from the commit of package gdata-sharp for openSUSE:Factory checked in at 2017-05-16 14:44:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gdata-sharp (Old) and /work/SRC/openSUSE:Factory/.gdata-sharp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gdata-sharp" Tue May 16 14:44:54 2017 rev:15 rq:494739 version:1.4.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/gdata-sharp/gdata-sharp.changes 2016-08-22 10:07:32.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.gdata-sharp.new/gdata-sharp.changes 2017-05-16 14:46:04.147424400 +0200 @@ -1,0 +2,6 @@ +Tue May 2 00:00:00 UTC 2017 - [email protected] + +- Patch gdata-sharp-find-nunit.patch updated: use nunit package for build instead of deprecated mono-nunit +- Change BuildRequires:mono-nunit to nunit-devel in order to fix build for upcoming Mono 5.0 + +------------------------------------------------------------------- @@ -35 +40,0 @@ - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gdata-sharp.spec ++++++ --- /var/tmp/diff_new_pack.BWJqUl/_old 2017-05-16 14:46:04.823329428 +0200 +++ /var/tmp/diff_new_pack.BWJqUl/_new 2017-05-16 14:46:04.827328865 +0200 @@ -1,7 +1,7 @@ # # spec file for package gdata-sharp # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -24,7 +24,7 @@ Group: Development/Libraries/Other BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: mono-devel -BuildRequires: mono-nunit +BuildRequires: nunit-devel Provides: google-gdata BuildArch: noarch Url: https://code.google.com/archive/p/google-gdata/ ++++++ gdata-sharp-find-nunit.patch ++++++ --- /var/tmp/diff_new_pack.BWJqUl/_old 2017-05-16 14:46:04.863323808 +0200 +++ /var/tmp/diff_new_pack.BWJqUl/_new 2017-05-16 14:46:04.871322684 +0200 @@ -7,7 +7,7 @@ tests: $(ALLLIBS) - $(CSC) $(DEFINES) -target:library -out:unittests.dll $(ALLREFS) -r:nunit.framework.dll $(test_sources) -+ $(CSC) $(DEFINES) -target:library -out:unittests.dll $(ALLREFS) $(shell pkg-config --libs mono-nunit) $(test_sources) ++ $(CSC) $(DEFINES) -target:library -out:unittests.dll $(ALLREFS) $(shell pkg-config --libs nunit) $(test_sources) gbase_customertool_sources = samples/gbase/example.cs \ samples/gbase/customertool.cs \
