diff --git a/avahi-mono.changes b/avahi-mono.changes index 816e09d..4cf409b 100644 --- a/avahi-mono.changes +++ b/avahi-mono.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 11 16:18:47 CET 2008 - sbrabec@suse.cz + +- Fix build failure of avahi-mono. + ------------------------------------------------------------------- Thu Oct 11 14:36:43 CEST 2007 - sbrabec@suse.de diff --git a/avahi-mono.spec b/avahi-mono.spec index e88ace4..765130f 100644 --- a/avahi-mono.spec +++ b/avahi-mono.spec @@ -14,7 +14,7 @@ Name: avahi-mono # Do not edit this auto generated file! Edit avahi.spec. %define _name avahi -# In automatic build systems you want to emable just one of following options. +# In automatic build systems you want to enable just one of following options. # For build all at once, set all to 1. # If you set build_core to 0, you cannot set more than one other options to 1. %define build_core 0 @@ -22,7 +22,7 @@ Name: avahi-mono %define build_qt3 0 %define build_qt4 0 Version: 0.6.22 -Release: 39 +Release: 40 %if !%build_mono && !%build_qt3 && !%build_qt4 # Create split spec files only when building per partes: #%(sh %{_sourcedir}/%{_name}_spec-prepare.sh %{_sourcedir} %{name}) @@ -682,6 +682,7 @@ Authors: Sebastien Estienne %endif +%if %build_core %if %build_mono %package -n avahi-mono @@ -710,7 +711,6 @@ Authors: Sebastien Estienne %endif -%if %build_core %lang_package %endif @@ -1119,6 +1119,8 @@ fi %endif %changelog +* Tue Mar 11 2008 sbrabec@suse.cz +- Fix build failure of avahi-mono. * Thu Oct 11 2007 sbrabec@suse.de - Updated dependencies. * Mon Aug 06 2007 bk@suse.de diff --git a/avahi-qt4.spec b/avahi-qt4.spec index 852f0f7..16ec9e4 100644 --- a/avahi-qt4.spec +++ b/avahi-qt4.spec @@ -14,7 +14,7 @@ Name: avahi-qt4 # Do not edit this auto generated file! Edit avahi.spec. %define _name avahi -# In automatic build systems you want to emable just one of following options. +# In automatic build systems you want to enable just one of following options. # For build all at once, set all to 1. # If you set build_core to 0, you cannot set more than one other options to 1. %define build_core 0 @@ -22,7 +22,7 @@ Name: avahi-qt4 %define build_qt3 0 %define build_qt4 1 Version: 0.6.22 -Release: 1 +Release: 2 %if !%build_mono && !%build_qt3 && !%build_qt4 # Create split spec files only when building per partes: #%(sh %{_sourcedir}/%{_name}_spec-prepare.sh %{_sourcedir} %{name}) @@ -685,6 +685,7 @@ Authors: Sebastien Estienne %endif +%if %build_core %if %build_mono %package -n avahi-mono @@ -713,7 +714,6 @@ Authors: Sebastien Estienne %endif -%if %build_core %lang_package %endif diff --git a/avahi.changes b/avahi.changes index 85b45f1..cfd5451 100644 --- a/avahi.changes +++ b/avahi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 11 16:18:47 CET 2008 - sbrabec@suse.cz + +- Fix build failure of avahi-mono. + ------------------------------------------------------------------- Wed Mar 5 16:13:04 CET 2008 - sbrabec@suse.cz diff --git a/avahi.spec b/avahi.spec index 70ae6fe..464b4b6 100644 --- a/avahi.spec +++ b/avahi.spec @@ -16,7 +16,7 @@ Name: avahi # bash avahi_spec-prepare.sh "$PWD" avahi # to update spec files: %define _name avahi -# In automatic build systems you want to emable just one of following options. +# In automatic build systems you want to enable just one of following options. # For build all at once, set all to 1. # If you set build_core to 0, you cannot set more than one other options to 1. %define build_core 1 @@ -24,7 +24,7 @@ Name: avahi %define build_qt3 0 %define build_qt4 0 Version: 0.6.22 -Release: 35 +Release: 36 %if !%build_mono && !%build_qt3 && !%build_qt4 # Create split spec files only when building per partes: #%(sh %{_sourcedir}/%{_name}_spec-prepare.sh %{_sourcedir} %{name}) @@ -685,6 +685,7 @@ Authors: Sebastien Estienne %endif +%if %build_core %if %build_mono %package -n avahi-mono @@ -713,7 +714,6 @@ Authors: Sebastien Estienne %endif -%if %build_core %lang_package %endif @@ -1122,6 +1122,8 @@ fi %endif %changelog +* Tue Mar 11 2008 sbrabec@suse.cz +- Fix build failure of avahi-mono. * Wed Mar 05 2008 sbrabec@suse.cz - Build Qt bindings in separate packages to shorten build path and unneeded triggering for rebuild.