Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package nunit3 for openSUSE:Factory checked 
in at 2021-03-30 20:57:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nunit3 (Old)
 and      /work/SRC/openSUSE:Factory/.nunit3.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nunit3"

Tue Mar 30 20:57:41 2021 rev:1 rq:868757 version:3.7.1

Changes:
--------
New Changes file:

--- /dev/null   2021-03-11 01:47:46.020784395 +0100
+++ /work/SRC/openSUSE:Factory/.nunit3.new.2401/nunit3.changes  2021-03-30 
20:57:46.444544825 +0200
@@ -0,0 +1,15 @@
+-------------------------------------------------------------------
+Fri Jul 17 12:55:45 UTC 2020 - Matthias Mail??nder <[email protected]>
+
+- update to version 3.7.1
+
+-------------------------------------------------------------------
+Sat Sep 24 19:40:21 UTC 2016 - [email protected]
+
+- update to version 3.4.1
+
+-------------------------------------------------------------------
+Mon Dec 28 15:45:04 UTC 2015 - [email protected]
+
+- initial packaging
+

New:
----
  3.7.1.tar.gz
  nunit.pc
  nunit3.changes
  nunit3.spec
  nunitlite-runner.sh

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

Other differences:
------------------
++++++ nunit3.spec ++++++
#
# spec file for package nunit3
#
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via https://bugs.opensuse.org/
#


Name:           nunit3
Version:        3.7.1
Release:        0
Summary:        Unit-testing framework for all .NET languages
License:        MIT
Group:          Development/Languages/Other
URL:            http://www.nunit.org/
Source0:        https://github.com/nunit/nunit/archive/%{version}.tar.gz
Source1:        nunit.pc
Source2:        nunitlite-runner.sh
BuildRequires:  mono-devel
BuildArch:      noarch

%description
NUnit is a unit testing framework for all .NET languages. It serves the
same purpose as JUnit does in the Java world. It supports test
categories, testing for exceptions and writing test results in plain
text or XML.

%package devel
Summary:        Development files for NUnit
Group:          Development/Languages/Other
Requires:       nunit3 = %{version}

%description devel
This package contains development files for NUnit integration.

%prep
%setup -q -n nunit-%{version}

# Remove prebuilt binaries
find . -name "*.dll" -print -delete

%build
xbuild /property:Configuration=Release 
src/NUnitFramework/framework/nunit.framework-4.5.csproj
xbuild /property:Configuration=Release 
src/NUnitFramework/nunitlite/nunitlite-4.5.csproj
xbuild /property:Configuration=Release 
src/NUnitFramework/nunitlite-runner/nunitlite-runner-4.5.csproj
xbuild /property:Configuration=Release 
src/NUnitFramework/mock-assembly/mock-assembly-4.5.csproj

xbuild /property:Configuration=Release 
src/NUnitFramework/slow-tests/slow-nunit-tests-4.5.csproj
xbuild /property:Configuration=Release 
src/NUnitFramework/testdata/nunit.testdata-4.5.csproj
xbuild /property:Configuration=Release 
src/NUnitFramework/tests/nunit.framework.tests-4.5.csproj
xbuild /property:Configuration=Release 
src/NUnitFramework/nunitlite.tests/nunitlite.tests-4.5.csproj

%install
mkdir -p %{buildroot}%{_datadir}/pkgconfig
install -m0644 %{SOURCE1} %{buildroot}%{_datadir}/pkgconfig/
mkdir -p %{buildroot}%{_bindir}
install -m0755 %{SOURCE2} %{buildroot}%{_bindir}/nunitlite-runner
mkdir -p %{buildroot}%{_prefix}/lib/mono/nunit3
install -m0644 src/NUnitFramework/nunitlite-runner/App.config 
%{buildroot}%{_prefix}/lib/mono/nunit3/nunitlite-runner.exe.config
find bin -name \*.dll -exec install \-m0755 "{}" 
"%{buildroot}%{_prefix}/lib/mono/nunit3/" \;
find bin -name \*.exe -exec install \-m0755 "{}" 
"%{buildroot}%{_prefix}/lib/mono/nunit3/" \;

%files
%license LICENSE.txt
%doc README.md CHANGES.md NOTICES.txt
%{_bindir}/nunitlite-runner
%{_prefix}/lib/mono/nunit3/

%files devel
%doc CONTRIBUTING.md
%{_datadir}/pkgconfig/nunit.pc

%changelog
++++++ nunit.pc ++++++
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib

Name: NUnit
Description: Testing framework for CLI
Version: 3.6.0.0
Libs: -r:${libdir}/mono/nunit/nunit.framework.dll 
-r:${libdir}/mono/nunit/nunit.framework.tests.dll 
-r:${libdir}/mono/nunit/nunit.testdata.dll -r:${libdir}/mono/nunit/nunitlite.dll
++++++ nunitlite-runner.sh ++++++
#!/bin/sh

exec /usr/bin/mono /usr/lib/mono/nunit/nunitlite-runner.exe "$@"

Reply via email to