Skip to content

Commit

Permalink
2008-03-20 Aaron Bockover <[email protected]>
Browse files Browse the repository at this point in the history
    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
abock committed Mar 21, 2008
1 parent 1ab40ac commit ea419bc
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
8 changes: 8 additions & 0 deletions ChangeLog
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
Expand Down
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2008-03-20: 0.7.6 Release

* Added a NetworkInterface property to the IService object

* Support IPv6 host address resolutions and set the IPv6 zone
automatically to the network interface index

2008-01-25: 0.7.5 Release

* Fixed major packaging/install bug - 0.7.4 lacked GAC version policy
Expand Down
13 changes: 10 additions & 3 deletions mono-zeroconf.spec
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
Expand All @@ -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
Expand Down Expand Up @@ -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 --- ##
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ea419bc

Please sign in to comment.