forked from mono/Mono.Zeroconf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2008-03-20 Aaron Bockover <[email protected]>
0.7.6 Released * NEWS: Updated with 0.7.6 release notes * mono-zeroconf.spec: Updated svn path=/trunk/Mono.Zeroconf/; revision=98712
- Loading branch information
Showing
3 changed files
with
25 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
2008-03-20 Aaron Bockover <[email protected]> | ||
|
||
0.7.6 Released | ||
|
||
* NEWS: Updated with 0.7.6 release notes | ||
|
||
* mono-zeroconf.spec: Updated | ||
|
||
2008-03-20 Aaron Bockover <[email protected]> | ||
|
||
This commit adds a new service property, NetworkInterface, and host | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# spec file for package mono-zeroconf (Version 0.7.5) | ||
# spec file for package mono-zeroconf (Version 0.7.6) | ||
# | ||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. | ||
# This file and all modifications and additions to the pristine | ||
|
@@ -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.5 | ||
Version: 0.7.6 | ||
Release: 1 | ||
Source0: %{name}-%{version}.tar.bz2 | ||
BuildArch: noarch | ||
BuildRoot: %{_tmppath}/%{name}-%{version}-build | ||
BuildRequires: mono-devel | ||
Requires: mono-zeroconf-provider | ||
%define assembly_version 1.0.0.75 | ||
%define assembly_version 2.0.0.76 | ||
## --- Build Configuration --- ## | ||
%define build_avahi 1 | ||
%define build_mdnsr 1 | ||
|
@@ -90,10 +90,13 @@ Authors: | |
%dir %_prefix/lib/mono/gac/Mono.Zeroconf/%{assembly_version}__e60c4f4a95e1099e | ||
%dir %_prefix/lib/mono/gac/policy.1.0.Mono.Zeroconf | ||
%dir %_prefix/lib/mono/gac/policy.1.0.Mono.Zeroconf/0.0.0.0__e60c4f4a95e1099e | ||
%dir %_prefix/lib/mono/gac/policy.2.0.Mono.Zeroconf | ||
%dir %_prefix/lib/mono/gac/policy.2.0.Mono.Zeroconf/0.0.0.0__e60c4f4a95e1099e | ||
%_bindir/mzclient | ||
%_prefix/share/pkgconfig/mono-zeroconf.pc | ||
%_prefix/lib/mono/gac/Mono.Zeroconf/*/*.dll* | ||
%_prefix/lib/mono/gac/policy.1.0.Mono.Zeroconf/*/* | ||
%_prefix/lib/mono/gac/policy.2.0.Mono.Zeroconf/*/* | ||
%_prefix/lib/mono/mono-zeroconf/Mono.Zeroconf.dll* | ||
%_prefix/lib/mono-zeroconf/MZClient.exe* | ||
## --- mDNSResponder Provider --- ## | ||
|
@@ -214,6 +217,10 @@ mv $RPM_BUILD_ROOT/usr/lib/pkgconfig/* $RPM_BUILD_ROOT/usr/share/pkgconfig | |
rm -rf $RPM_BUILD_ROOT | ||
|
||
%changelog | ||
* Thu Mar 21 2008 [email protected] | ||
- Updated to version 0.7.6 | ||
- Adds NetworkInterface API to IService objects | ||
- Supports IPv6 host address resolutions | ||
* Fri Jan 25 2008 [email protected] | ||
- Updated to version 0.7.5 | ||
- Adds GAC version policy assemblies so package upgrades don't break apps | ||
|