Rebuild (mono4)

This commit is contained in:
Peter Robinson 2015-05-18 10:01:26 +01:00
parent 96bb25347d
commit 43f27000a1

View File

@ -3,7 +3,7 @@
%{?!WITH_COMPAT_HOWL: %global WITH_COMPAT_HOWL 1}
%{?!WITH_QT3: %global WITH_QT3 1}
%ifarch sparc64 s390 aarch64 ppc64le
%ifarch sparc64 s390 aarch64
%define WITH_MONO 0
%endif
%if 0%{?rhel}
@ -18,7 +18,7 @@
Name: avahi
Version: 0.6.31
Release: 32%{?dist}
Release: 33%{?dist}
Summary: Local network service discovery
License: LGPLv2+
URL: http://avahi.org
@ -56,7 +56,7 @@ BuildRequires: pygtk2
BuildRequires: intltool
BuildRequires: perl-XML-Parser
%if %{WITH_MONO}
BuildRequires: mono-devel >= 1.1.13
BuildRequires: mono-devel
BuildRequires: monodoc-devel
%endif
BuildRequires: systemd
@ -663,6 +663,9 @@ exit 0
%endif
%changelog
* Mon May 18 2015 Peter Robinson <pbrobinson@fedoraproject.org> 0.6.31-33
- Rebuild (mono4)
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 0.6.31-32
- Rebuilt for GCC 5 C++11 ABI change