Hello community,

here is the log from the commit of package mono-zeroconf for openSUSE:Factory 
checked in at 2016-06-07 23:48:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mono-zeroconf (Old)
 and      /work/SRC/openSUSE:Factory/.mono-zeroconf.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mono-zeroconf"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mono-zeroconf/mono-zeroconf.changes      
2011-09-23 02:13:12.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mono-zeroconf.new/mono-zeroconf.changes 
2016-06-07 23:48:30.000000000 +0200
@@ -1,0 +2,6 @@
+Sun Jun  5 00:00:00 UTC 2016 - [email protected]
+
+- Added patch mono-search-path.patch:
+ * Added alternative search path in configure script for System.dll and 
System.Web.dll in order to fix build with mono 4.4.0 and up
+
+-------------------------------------------------------------------

New:
----
  mono-search-path.patch

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

Other differences:
------------------
++++++ mono-zeroconf.spec ++++++
--- /var/tmp/diff_new_pack.xWlH0z/_old  2016-06-07 23:48:31.000000000 +0200
+++ /var/tmp/diff_new_pack.xWlH0z/_new  2016-06-07 23:48:31.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package mono-zeroconf (Version 0.9.0)
+# spec file for package mono-zeroconf
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -15,18 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           mono-zeroconf
-AutoReqProv:    on
+Summary:        A cross platform Zero Configuration Networking library for Mono
 License:        MIT
 Group:          Development/Languages/Mono
-Summary:        A cross platform Zero Configuration Networking library for Mono
 Url:            http://mono-project.com/Mono.Zeroconf
 Version:        0.9.0
-Release:        1
+Release:        0
 Source0:        %{name}-%{version}.tar.bz2
+Patch0:         mono-search-path.patch
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  mono-devel
@@ -109,7 +107,6 @@
 %if %{build_mdnsr} == 1
 
 %package provider-mDNSResponder
-License:        MIT
 Summary:        A cross platform Zero Configuration Networking library for Mono
 Group:          Development/Languages/Mono
 BuildRequires:  mDNSResponder-devel
@@ -138,7 +135,6 @@
 %if %{build_avahi} == 1
 
 %package provider-avahi
-License:        MIT
 Summary:        A cross platform Zero Configuration Networking library for Mono
 Group:          Development/Languages/Mono
 Requires:       avahi
@@ -166,7 +162,6 @@
 %if %{build_docs} == 1
 
 %package doc
-License:        MIT
 Summary:        A cross platform Zero Configuration Networking library for Mono
 Group:          Development/Languages/Mono
 
@@ -191,7 +186,6 @@
 ## --- Devel Package (pkg-config file) --- ##
 
 %package devel
-License:        MIT
 Summary:        A cross platform Zero Configuration Networking library for Mono
 Group:          Development/Languages/Mono
 Requires:       %{name} = %{version}
@@ -216,6 +210,10 @@
 
 %prep
 %setup -q
+%define mcsver %({ mcs --version | awk '{print $5}' | cut -f1 -d"." ; mcs 
--version | awk '{print $5}' | cut -f2 -d"." ; } | xargs printf "%03d")
+%if 0%{?mcsver} >= 4004
+%patch0 -p1
+%endif
 
 %build
 %{?env_options}

++++++ mono-search-path.patch ++++++
diff -uprN mono-zeroconf-0.9.0.old/configure mono-zeroconf-0.9.0/configure
--- mono-zeroconf-0.9.0.old/configure   2009-03-31 03:13:16.000000000 +0400
+++ mono-zeroconf-0.9.0/configure       2016-06-05 13:17:00.366791012 +0300
@@ -3096,8 +3096,8 @@ fi
                { $as_echo "$as_me:$LINENO: checking for Mono 2.0 GAC for 
$asm.dll" >&5
 $as_echo_n "checking for Mono 2.0 GAC for $asm.dll... " >&6; }
                if test \
-                       -e "$($PKG_CONFIG --variable=libdir 
mono)/mono/2.0/$asm.dll" -o \
-                       -e "$($PKG_CONFIG --variable=prefix 
mono)/lib/mono/2.0/$asm.dll"; \
+                       -e "$($PKG_CONFIG --variable=libdir 
mono)/mono/2.0-api/$asm.dll" -o \
+                       -e "$($PKG_CONFIG --variable=prefix 
mono)/lib/mono/2.0-api/$asm.dll"; \
                        then \
                        { $as_echo "$as_me:$LINENO: result: found" >&5
 $as_echo "found" >&6; }

Reply via email to