Hello community,

here is the log from the commit of package mono-upnp for openSUSE:Factory 
checked in at 2013-04-26 07:41:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mono-upnp (Old)
 and      /work/SRC/openSUSE:Factory/.mono-upnp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mono-upnp", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/mono-upnp/mono-upnp.changes      2012-04-12 
09:42:05.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mono-upnp.new/mono-upnp.changes 2013-04-26 
07:41:02.000000000 +0200
@@ -1,0 +2,19 @@
+Tue Apr 16 08:59:57 UTC 2013 - [email protected]
+
+- Don't require mono-upnp-tests for mono-upnp-devel as tests are
+disabled temporarily.
+
+-------------------------------------------------------------------
+Sat Feb  9 15:16:10 UTC 2013 - [email protected]
+
+- Update to version 0.1.2:
+  + Fix crash when deserializing a ClassReference instance.
+  + Retry requests after error or timeout.
+  + Fetch icons from servers which return bogus ContentLength
+    values.
+  + Match capitalisation of spec for "derivedfrom" operator.
+- Add mono-upnp-disable-unit-tests-configure.ac.patch and
+  mono-upnp-disable-unit-tests.Makefile.am.patch: Disable unit
+  tests as the nunit path is busted for Mono 3.
+
+-------------------------------------------------------------------

Old:
----
  mono-upnp-0.1.1.tar.gz

New:
----
  mono-upnp-0.1.2.tar.gz
  mono-upnp-disable-unit-tests-configure.ac.patch
  mono-upnp-disable-unit-tests.Makefile.am.patch

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

Other differences:
------------------
++++++ mono-upnp.spec ++++++
--- /var/tmp/diff_new_pack.HLKjLc/_old  2013-04-26 07:41:20.000000000 +0200
+++ /var/tmp/diff_new_pack.HLKjLc/_new  2013-04-26 07:41:20.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mono-upnp
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products 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,7 +17,7 @@
 
 
 Name:           mono-upnp
-Version:        0.1.1
+Version:        0.1.2
 Release:        0
 Summary:        Client/server libraries for the Universal Plug 'n Play 
specifications
 License:        MIT
@@ -26,6 +26,9 @@
 Source:         
http://cloud.github.com/downloads/mono/mono-upnp/%{name}-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE mono-upnp-pkgconfig-mono-nunit.patch 
[email protected] -- use mono-nunit for pkgconfig() calls
 Patch0:         mono-upnp-pkgconfig-mono-nunit.patch
+# PATCH-FIX-OPENSUSE -- disable unit tests as the nunit path is busted for 
Mono 3
+Patch1:         mono-upnp-disable-unit-tests.Makefile.am.patch
+Patch2:         mono-upnp-disable-unit-tests-configure.ac.patch
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 # -- Required for the patch
@@ -45,22 +48,11 @@
 Mono.Upnp is a set of client/server libraries for the Universal Plug
 'n Play specifications (see http://www.upnp.org).
 
-%package tests
-Summary:        Unit tests for mono-upnp
-Group:          Development/Languages/Mono
-Requires:       %{name} = %{version}
-
-%description tests
-Mono.Upnp is a set of client/server libraries for the Universal Plug
-'n Play specifications (see http://www.upnp.org).
-
-This package provides the unit tests.
-
 %package devel
 Summary:        Client/server libraries for the Universal PnP specification - 
development files
 Group:          Development/Languages/Mono
 Requires:       %{name} = %{version}
-Requires:       %{name}-tests = %{version}
+#Requires:       %{name}-tests = %{version}
 
 %description devel
 Mono.Upnp is a set of client/server libraries for the Universal Plug
@@ -71,38 +63,32 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1
+%patch2
 
 %build
 autoreconf -fi -I.
 %configure \
-   --libdir=%{_libexecdir}
+   --libdir=%{_prefix}/lib
 make %{?_smp_mflags}
 
 %install
 %makeinstall
 # -- move pkgconfig files to %%_datadir
 mkdir %{buildroot}%{_datadir}/pkgconfig -p
-pushd %{buildroot}%{_libexecdir}/pkgconfig
+pushd %{buildroot}%{_prefix}/lib/pkgconfig
 for i in `ls | grep \.pc`; do
    %{__install} -D -m 0644 $i %{buildroot}%{_datadir}/pkgconfig/$i
    %{__rm} $i
 done
 popd
 
-%clean
-%{?buildroot:%__rm -rf "%{buildroot}"}
-
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING README.md
 %{_bindir}/mono-upnp-gtk
 %{_bindir}/mono-upnp-simple-media-server
-%{_libexecdir}/mono-upnp/
-%exclude %{_libexecdir}/mono-upnp/*Tests*
-
-%files tests
-%defattr(-,root,root)
-%{_libexecdir}/mono-upnp/*Tests*
+%{_prefix}/lib/mono-upnp/
 
 %files devel
 %defattr(-,root,root)

++++++ mono-upnp-0.1.1.tar.gz -> mono-upnp-0.1.2.tar.gz ++++++
++++ 2792 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/mono-upnp-0.1.1/configure.ac new/mono-upnp-0.1.2/configure.ac
--- old/mono-upnp-0.1.1/configure.ac    2012-03-21 00:25:39.000000000 +0100
+++ new/mono-upnp-0.1.2/configure.ac    2012-05-31 20:42:10.000000000 +0200
@@ -1,7 +1,7 @@
 dnl Warning: This is an automatically generated file, do not edit!
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ([2.54])
-AC_INIT([Mono.Upnp], [0.1.1])
+AC_INIT([Mono.Upnp], [0.1.2])
 AM_INIT_AUTOMAKE([foreign tar-ustar])
 AM_MAINTAINER_MODE
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/mono-upnp-0.1.1/missing new/mono-upnp-0.1.2/missing
--- old/mono-upnp-0.1.1/missing 2012-01-16 13:15:04.000000000 +0100
+++ new/mono-upnp-0.1.2/missing 2012-04-02 19:37:09.000000000 +0200
@@ -1,10 +1,10 @@
 #! /bin/sh
 # Common stub for a few missing GNU programs while installing.
 
-scriptversion=2009-04-28.21; # UTC
+scriptversion=2012-01-06.13; # UTC
 
 # Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006,
-# 2008, 2009 Free Software Foundation, Inc.
+# 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
 # Originally by Fran,cois Pinard <[email protected]>, 1996.
 
 # This program is free software; you can redistribute it and/or modify
@@ -84,7 +84,6 @@
   help2man     touch the output file
   lex          create \`lex.yy.c', if possible, from existing .c
   makeinfo     touch the output file
-  tar          try tar, gnutar, gtar, then tar without non-portable flags
   yacc         create \`y.tab.[ch]', if possible, from existing .[ch]
 
 Version suffixes to PROGRAM as well as the prefixes \`gnu-', \`gnu', and
@@ -122,15 +121,6 @@
     # Not GNU programs, they don't have --version.
     ;;
 
-  tar*)
-    if test -n "$run"; then
-       echo 1>&2 "ERROR: \`tar' requires --run"
-       exit 1
-    elif test "x$2" = "x--version" || test "x$2" = "x--help"; then
-       exit 1
-    fi
-    ;;
-
   *)
     if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
        # We have it, but it failed.
@@ -226,7 +216,7 @@
          \`Bison' from any GNU archive site."
     rm -f y.tab.c y.tab.h
     if test $# -ne 1; then
-        eval LASTARG="\${$#}"
+        eval LASTARG=\${$#}
        case $LASTARG in
        *.y)
            SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
@@ -256,7 +246,7 @@
          \`Flex' from any GNU archive site."
     rm -f lex.yy.c
     if test $# -ne 1; then
-        eval LASTARG="\${$#}"
+        eval LASTARG=\${$#}
        case $LASTARG in
        *.l)
            SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
@@ -318,41 +308,6 @@
     touch $file
     ;;
 
-  tar*)
-    shift
-
-    # We have already tried tar in the generic part.
-    # Look for gnutar/gtar before invocation to avoid ugly error
-    # messages.
-    if (gnutar --version > /dev/null 2>&1); then
-       gnutar "$@" && exit 0
-    fi
-    if (gtar --version > /dev/null 2>&1); then
-       gtar "$@" && exit 0
-    fi
-    firstarg="$1"
-    if shift; then
-       case $firstarg in
-       *o*)
-           firstarg=`echo "$firstarg" | sed s/o//`
-           tar "$firstarg" "$@" && exit 0
-           ;;
-       esac
-       case $firstarg in
-       *h*)
-           firstarg=`echo "$firstarg" | sed s/h//`
-           tar "$firstarg" "$@" && exit 0
-           ;;
-       esac
-    fi
-
-    echo 1>&2 "\
-WARNING: I can't seem to be able to run \`tar' with the given arguments.
-         You may want to install GNU tar or Free paxutils, or check the
-         command line arguments."
-    exit 1
-    ;;
-
   *)
     echo 1>&2 "\
 WARNING: \`$1' is needed, and is $msg.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/mono-upnp-0.1.1/src/Mono.Ssdp/Mono.Ssdp/mono.ssdp.pc.in 
new/mono-upnp-0.1.2/src/Mono.Ssdp/Mono.Ssdp/mono.ssdp.pc.in
--- old/mono-upnp-0.1.1/src/Mono.Ssdp/Mono.Ssdp/mono.ssdp.pc.in 2012-02-14 
02:15:02.000000000 +0100
+++ new/mono-upnp-0.1.2/src/Mono.Ssdp/Mono.Ssdp/mono.ssdp.pc.in 2012-05-31 
20:51:31.000000000 +0200
@@ -3,7 +3,7 @@
 
 Name: Mono.Ssdp
 Description: Mono.Ssdp
-Version: 0.1
+Version: @VERSION@
 
 Requires: 
 Libs: -r:${assemblies_dir}/Mono.Ssdp.dll
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/mono-upnp-0.1.1/src/Mono.Upnp/Mono.Upnp/Mono.Upnp/Icon.cs 
new/mono-upnp-0.1.2/src/Mono.Upnp/Mono.Upnp/Mono.Upnp/Icon.cs
--- old/mono-upnp-0.1.1/src/Mono.Upnp/Mono.Upnp/Mono.Upnp/Icon.cs       
2012-01-17 10:30:44.000000000 +0100
+++ new/mono-upnp-0.1.2/src/Mono.Upnp/Mono.Upnp/Mono.Upnp/Icon.cs       
2012-04-21 13:13:54.000000000 +0200
@@ -137,10 +137,18 @@
                 try {
                     var request = (HttpWebRequest)WebRequest.Create (Url);
                     using (var response = Helper.GetResponse (request)) {
-                        data = new byte[response.ContentLength];
+                        var ms = new MemoryStream ();
+                        long bytes_read = 0;
                         using (var stream = response.GetResponseStream ()) {
-                            stream.Read (data, 0, (int)response.ContentLength);
+                            byte [] buffer = new byte[8192];
+                            int chunk_bytes_read = 0;
+
+                            while ((chunk_bytes_read = stream.Read (buffer, 0, 
buffer.Length)) > 0) {
+                                ms.Write (buffer, 0, chunk_bytes_read);
+                                bytes_read += chunk_bytes_read;
+                            }
                         }
+                        data = ms.ToArray ();
                     }
                 } catch (WebException e) {
                     if (e.Status == WebExceptionStatus.Timeout) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/mono-upnp-0.1.1/src/Mono.Upnp/Mono.Upnp/Mono.Upnp.Control/ServiceController.cs
 
new/mono-upnp-0.1.2/src/Mono.Upnp/Mono.Upnp/Mono.Upnp.Control/ServiceController.cs
--- 
old/mono-upnp-0.1.1/src/Mono.Upnp/Mono.Upnp/Mono.Upnp.Control/ServiceController.cs
  2012-01-17 10:30:44.000000000 +0100
+++ 
new/mono-upnp-0.1.2/src/Mono.Upnp/Mono.Upnp/Mono.Upnp.Control/ServiceController.cs
  2012-04-21 13:05:54.000000000 +0200
@@ -148,16 +148,26 @@
                                                                 int 
retryAttempts)
         {
             // TODO try dispose on timeout
-            // TODO retry attempts
             if (control_client == null) {
                 throw new InvalidOperationException (
                     "The service controller was created to describe a local 
service and cannot be invoked " +
                     "across the network. Use the constructor which takes a 
Deserializer.");
             }
-            
-            return control_client.Invoke (action.Name, arguments);
+
+            while (true) {
+                try {
+                    return control_client.Invoke (action.Name, arguments);
+                } catch (UpnpControlException) {
+                    if (retryAttempts > 0) {
+                        retryAttempts--;
+                        System.Threading.Thread.Sleep (5000);
+                    } else {
+                        throw;
+                    }
+                }
+            }
         }
-        
+
         internal void RefEvents ()
         {
             event_client.Ref ();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/mono-upnp-0.1.1/src/Mono.Upnp/Mono.Upnp/Mono.Upnp.Internal/ControlClient.cs 
new/mono-upnp-0.1.2/src/Mono.Upnp/Mono.Upnp/Mono.Upnp.Internal/ControlClient.cs
--- 
old/mono-upnp-0.1.1/src/Mono.Upnp/Mono.Upnp/Mono.Upnp.Internal/ControlClient.cs 
    2012-01-17 10:30:44.000000000 +0100
+++ 
new/mono-upnp-0.1.2/src/Mono.Upnp/Mono.Upnp/Mono.Upnp.Internal/ControlClient.cs 
    2012-03-24 12:57:03.000000000 +0100
@@ -75,12 +75,13 @@
             HttpWebResponse response;
             WebException exception;
             try {
-                response = (HttpWebResponse)request.GetResponse ();
+                response = Helper.GetResponse (request);
                 exception = null;
             } catch (WebException e) {
                 response = e.Response as HttpWebResponse;
                 if (response == null) {
-                    // TODO check for timeout
+                    Log.Error (string.Format (
+                                "The request for the {0} action request on {1} 
failed.", actionName, url));
                     throw new UpnpControlException (UpnpError.Unknown(), "The 
invokation failed.", e);
                 }
                 exception = e;
@@ -137,6 +138,8 @@
                                 "The invokation failed but the service did not 
provide valid fault information " +
                                 "(unable to deserialize a UPnPError from the 
SOAP envelope).", exception);
                         }
+                        Log.Error (string.Format (
+                                "The invokation for the {0} action request on 
{1} failed: {2}", actionName, url, envelope.Body.Value.Detail.Value));
                         throw new UpnpControlException 
(envelope.Body.Value.Detail.Value,
                             "The invokation failed.", exception);
                     }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/mono-upnp-0.1.1/src/Mono.Upnp/Mono.Upnp/mono.upnp.pc.in 
new/mono-upnp-0.1.2/src/Mono.Upnp/Mono.Upnp/mono.upnp.pc.in
--- old/mono-upnp-0.1.1/src/Mono.Upnp/Mono.Upnp/mono.upnp.pc.in 2012-02-14 
02:15:02.000000000 +0100
+++ new/mono-upnp-0.1.2/src/Mono.Upnp/Mono.Upnp/mono.upnp.pc.in 2012-05-31 
20:51:36.000000000 +0200
@@ -3,7 +3,7 @@
 
 Name: Mono.Upnp
 Description: Mono.Upnp
-Version: 0.1
+Version: @VERSION@
 
 Requires: 
 Libs: -r:${assemblies_dir}/Mono.Upnp.dll
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/mono-upnp-0.1.1/src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MSMediaReceiverRegistrar1/mono.upnp.dcp.msmediareceiverregistrar1.pc.in
 
new/mono-upnp-0.1.2/src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MSMediaReceiverRegistrar1/mono.upnp.dcp.msmediareceiverregistrar1.pc.in
--- 
old/mono-upnp-0.1.1/src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MSMediaReceiverRegistrar1/mono.upnp.dcp.msmediareceiverregistrar1.pc.in
      2012-02-14 02:15:02.000000000 +0100
+++ 
new/mono-upnp-0.1.2/src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MSMediaReceiverRegistrar1/mono.upnp.dcp.msmediareceiverregistrar1.pc.in
      2012-05-31 20:52:04.000000000 +0200
@@ -3,7 +3,7 @@
 
 Name: Mono.Upnp.Dcp.MSMediaReceiverRegistrar1
 Description: Mono.Upnp.Dcp.MSMediaReceiverRegistrar1
-Version: 0.1
+Version: @VERSION@
 
 Requires: 
 Libs: -r:${assemblies_dir}/MSMediaServerRegistrar1.dll
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/mono-upnp-0.1.1/src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1.ContentDirectory1/ClassReference.cs
 
new/mono-upnp-0.1.2/src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1.ContentDirectory1/ClassReference.cs
--- 
old/mono-upnp-0.1.1/src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1.ContentDirectory1/ClassReference.cs
  2012-01-17 10:30:44.000000000 +0100
+++ 
new/mono-upnp-0.1.2/src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1.ContentDirectory1/ClassReference.cs
  2012-03-23 19:47:13.000000000 +0100
@@ -33,6 +33,10 @@
 {
     public class ClassReference : Class, IComparable<ClassReference>, 
IEquatable<ClassReference>
     {
+        protected ClassReference ()
+        {
+        }
+        
         public ClassReference (bool includeDerived, string fullClassName)
             : this (includeDerived, fullClassName, null)
         {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/mono-upnp-0.1.1/src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1.Internal/QueryStringifier.cs
 
new/mono-upnp-0.1.2/src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1.Internal/QueryStringifier.cs
--- 
old/mono-upnp-0.1.1/src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1.Internal/QueryStringifier.cs
 2012-01-17 10:30:44.000000000 +0100
+++ 
new/mono-upnp-0.1.2/src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1.Internal/QueryStringifier.cs
 2012-05-31 20:27:28.000000000 +0200
@@ -83,7 +83,7 @@
 
         public override void VisitDerivedFrom (string property, string value)
         {
-            VisitPropertyOperator (property, "derivedFrom", value);
+            VisitPropertyOperator (property, "derivedfrom", value);
         }
 
         public override void VisitExists (string property, bool value)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/mono-upnp-0.1.1/src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1/mono.upnp.dcp.mediaserver1.pc.in
 
new/mono-upnp-0.1.2/src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1/mono.upnp.dcp.mediaserver1.pc.in
--- 
old/mono-upnp-0.1.1/src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1/mono.upnp.dcp.mediaserver1.pc.in
        2012-02-14 02:15:02.000000000 +0100
+++ 
new/mono-upnp-0.1.2/src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1/mono.upnp.dcp.mediaserver1.pc.in
        2012-05-31 20:51:47.000000000 +0200
@@ -3,7 +3,7 @@
 
 Name: Mono.Upnp.Dcp.MediaServer1
 Description: Mono.Upnp.Dcp.MediaServer1
-Version: 0.1
+Version: @VERSION@
 
 Requires: 
 Libs: -r:${assemblies_dir}/Mono.Upnp.Dcp.MediaServer1.dll
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/mono-upnp-0.1.1/src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1.FileSystem/mono.upnp.dcp.mediaserver1.filesystem.pc.in
 
new/mono-upnp-0.1.2/src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1.FileSystem/mono.upnp.dcp.mediaserver1.filesystem.pc.in
--- 
old/mono-upnp-0.1.1/src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1.FileSystem/mono.upnp.dcp.mediaserver1.filesystem.pc.in
  2012-02-14 02:15:02.000000000 +0100
+++ 
new/mono-upnp-0.1.2/src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1.FileSystem/mono.upnp.dcp.mediaserver1.filesystem.pc.in
  2012-05-31 20:51:51.000000000 +0200
@@ -3,7 +3,7 @@
 
 Name: Mono.Upnp.Dcp.MediaServer1.FileSystem
 Description: Mono.Upnp.Dcp.MediaServer1.FileSystem
-Version: 0.1
+Version: @VERSION@
 
 Requires: 
 Libs: -r:${assemblies_dir}/Mono.Upnp.Dcp.MediaServer1.FileSystem.dll
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/mono-upnp-0.1.1/src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1.GtkClient/mono.upnp.dcp.mediaserver1.gtkclient.pc.in
 
new/mono-upnp-0.1.2/src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1.GtkClient/mono.upnp.dcp.mediaserver1.gtkclient.pc.in
--- 
old/mono-upnp-0.1.1/src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1.GtkClient/mono.upnp.dcp.mediaserver1.gtkclient.pc.in
    2012-02-14 02:15:02.000000000 +0100
+++ 
new/mono-upnp-0.1.2/src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1.GtkClient/mono.upnp.dcp.mediaserver1.gtkclient.pc.in
    2012-05-31 20:52:02.000000000 +0200
@@ -3,7 +3,7 @@
 
 Name: Mono.Upnp.Dcp.MediaServer1.GtkClient
 Description: Mono.Upnp.Dcp.MediaServer1.GtkClient
-Version: 0.1
+Version: @VERSION@
 
 Requires: 
 Libs: -r:${assemblies_dir}/Mono.Upnp.Dcp.MediaServer1.GtkClient.dll

++++++ mono-upnp-disable-unit-tests-configure.ac.patch ++++++
--- configure.ac.orig   2012-05-31 20:42:10.000000000 +0200
+++ configure.ac        2013-02-24 13:49:54.214408243 +0100
@@ -76,11 +76,6 @@ src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaSer
 
src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1.GtkClient/mono.upnp.dcp.mediaserver1.gtkclient.pc
 
src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1.GtkClient/Makefile
 src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Makefile
-tests/Mono.Ssdp.Tests/Makefile
-tests/Mono.Upnp.Tests/Makefile
-tests/Mono.Upnp.Dcp.MediaServer1.Tests/Makefile
-tests/Mono.Upnp.Dcp.MediaServer1.FileSystem.Tests/Makefile
-tests/Makefile
 Makefile
 
 ])
++++++ mono-upnp-disable-unit-tests.Makefile.am.patch ++++++
--- Makefile.am.orig    2012-03-10 13:53:23.000000000 +0100
+++ Makefile.am 2013-02-24 13:59:57.207534388 +0100
@@ -5,10 +5,10 @@ EXTRA_DIST = \
 
 #Warning: This is an automatically generated file, do not edit!
 if ENABLE_DEBUG
- SUBDIRS =  src/Mono.Ssdp/Mono.Ssdp src/Mono.Upnp 
src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1 tests
+ SUBDIRS =  src/Mono.Ssdp/Mono.Ssdp src/Mono.Upnp 
src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1
 endif
 if ENABLE_RELEASE
- SUBDIRS =  src/Mono.Ssdp/Mono.Ssdp src/Mono.Upnp 
src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1 tests
+ SUBDIRS =  src/Mono.Ssdp/Mono.Ssdp src/Mono.Upnp 
src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1
 endif
 
 .PHONY: test
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to