OBS User unknown 2008-01-23 23:54:27 +00:00 committed by Git OBS Bridge
parent 30df3282e2
commit a29fda1a97
5 changed files with 26 additions and 24 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7238291c6894b83ff285f9ab32a53bbac01b9182f509b2397bdfb230225b9897
size 94920

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8cd284a6f9bbf61b69e7f4ceb54be4589f1975a383811534445154617ace75ec
size 98640

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Jan 23 19:37:13 CET 2008 - abockover@suse.de
- Updated to version 0.7.4
- Fixes IP address resolution bug in Bonjour provider that
only manifested under .NET on Windows XP SP2
- Minor bug fix in MZClient
- libdir patch removed from package; fixed in upstream release
-------------------------------------------------------------------
Thu Dec 27 23:56:42 CET 2007 - abockover@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package mono-zeroconf (Version 0.7.3)
# spec file for package mono-zeroconf (Version 0.7.4)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@ -16,14 +16,14 @@ License: X11/MIT
Group: Development/Languages/Mono
Summary: A cross platform Zero Configuration Networking library for Mono
Url: http://mono-project.com/Mono.Zeroconf
Version: 0.7.3
Release: 4
Version: 0.7.4
Release: 1
Source0: %{name}-%{version}.tar.bz2
Patch0: pkg-config-libdir.patch
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: mono-devel
Requires: mono-zeroconf-provider
%define assembly_version 1.0.0.74
## --- Build Configuration --- ##
%define build_avahi 1
%define build_mdnsr 1
@ -87,7 +87,7 @@ Authors:
%dir %_prefix/lib/mono-zeroconf
%dir %_prefix/lib/mono/mono-zeroconf
%dir %_prefix/lib/mono/gac/Mono.Zeroconf
%dir %_prefix/lib/mono/gac/Mono.Zeroconf/1.0.0.0__e60c4f4a95e1099e
%dir %_prefix/lib/mono/gac/Mono.Zeroconf/%{assembly_version}__e60c4f4a95e1099e
%_bindir/mzclient
%_prefix/share/pkgconfig/mono-zeroconf.pc
%_prefix/lib/mono/gac/Mono.Zeroconf/*/*.dll*
@ -177,7 +177,6 @@ Authors:
%prep
%setup -q
%patch0
%build
%{?env_options}
@ -212,9 +211,15 @@ mv $RPM_BUILD_ROOT/usr/lib/pkgconfig/* $RPM_BUILD_ROOT/usr/share/pkgconfig
rm -rf $RPM_BUILD_ROOT
%changelog
* Thu Dec 27 2007 - abockover@suse.de
* Wed Jan 23 2008 abockover@suse.de
- Updated to version 0.7.4
- Fixes IP address resolution bug in Bonjour provider that
only manifested under .NET on Windows XP SP2
- Minor bug fix in MZClient
- libdir patch removed from package; fixed in upstream release
* Thu Dec 27 2007 abockover@suse.de
- Patch to fix libdir issue in mono-zeroconf.pc on x86_64
* Sun Dec 23 2007 - abockover@suse.de
* Sun Dec 23 2007 abockover@suse.de
- Initial import of Mono.Zeroconf for STABLE from the build serivce
- Version 0.7.3 release
- Provides a cross platform (Linux, Mac, Windows) Mono/.NET API

View File

@ -1,12 +0,0 @@
Index: src/mono-zeroconf.pc.in
===================================================================
--- src/mono-zeroconf.pc.in (revision 91673)
+++ src/mono-zeroconf.pc.in (working copy)
@@ -1,6 +1,6 @@
prefix=@prefix@
exec_prefix=${prefix}
-libdir=${exec_prefix}/lib
+libdir=@libdir@
Name: Mono.Zeroconf
Description: Mono library for universal cross platform Zeroconf support via a unified API with built in support for mdnsd and optional support for Avahi.