rpms/obby/devel obby.spec,1.25,1.26

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Tue Mar 20 06:32:08 UTC 2007


Author: lmacken

Update of /cvs/extras/rpms/obby/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7740

Modified Files:
	obby.spec 
Log Message:
Rebuild with zeroconf support (Bug #232961)


Index: obby.spec
===================================================================
RCS file: /cvs/extras/rpms/obby/devel/obby.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- obby.spec	8 Mar 2007 03:00:59 -0000	1.25
+++ obby.spec	20 Mar 2007 06:31:35 -0000	1.26
@@ -1,6 +1,6 @@
 Name:           obby
 Version:        0.4.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A library which provides synced document buffers
 
 Group:          Development/Libraries
@@ -9,7 +9,7 @@
 Source0:        http://releases.0x539.de/obby/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  net6-devel, gmp-devel, gettext-devel
+BuildRequires:  net6-devel, gmp-devel, gettext-devel, avahi-compat-howl-devel
 
 %description
 libobby is a library which provides synced document buffers. It supports
@@ -33,7 +33,7 @@
 
 
 %build
-%configure --disable-static --enable-ipv6
+%configure --disable-static --enable-ipv6 --with-zeroconf
 make %{?_smp_mflags}
 
 
@@ -65,6 +65,9 @@
 
 
 %changelog
+* Tue Mar 20 2007 Luke Macken <lmacken at redhat.com> - 0.4.3-2
+- Rebuild with zeroconf support (Bug #232961)
+
 * Wed Mar  7 2007 Luke Macken <lmacken at redhat.com> - 0.4.3-1
 - 0.4.3
 




More information about the fedora-extras-commits mailing list