rpms/xchat/devel xchat.spec,1.89,1.90

Kevin Kofler (kkofler) fedora-extras-commits at redhat.com
Tue Apr 1 00:05:21 UTC 2008


Author: kkofler

Update of /cvs/pkgs/rpms/xchat/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2898/devel

Modified Files:
	xchat.spec 
Log Message:
* Tue Apr  1 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1:2.8.4-15
- remove --disable-panel which has been ignored since 2.0.0
- add missing BR libntlm-devel (thanks to Karsten Hopp)


Index: xchat.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xchat/devel/xchat.spec,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- xchat.spec	3 Mar 2008 20:48:13 -0000	1.89
+++ xchat.spec	1 Apr 2008 00:04:26 -0000	1.90
@@ -3,7 +3,7 @@
 Summary:   A popular and easy to use graphical IRC (chat) client
 Name:      xchat
 Version:   2.8.4
-Release:   14%{?dist}
+Release:   15%{?dist}
 Epoch:     1
 Group:     Applications/Internet
 License:   GPLv2+
@@ -34,6 +34,7 @@
 BuildRequires: glib2-devel >= 2.10.0, gtk2-devel >= 2.10.0, bison >= 1.35
 BuildRequires: gettext /bin/sed
 BuildRequires: libtool
+BuildRequires: libntlm-devel
 BuildRequires: libsexy-devel
 BuildRequires: desktop-file-utils >= 0.10
 # For gconftool-2:
@@ -82,8 +83,7 @@
 export CFLAGS="$RPM_OPT_FLAGS $(perl -MExtUtils::Embed -e ccopts)"
 export LDFLAGS=$(perl -MExtUtils::Embed -e ldopts)
 
-%configure --disable-panel \
-           --disable-textfe \
+%configure --disable-textfe \
            --enable-gtkfe \
            --enable-openssl \
            --enable-python \
@@ -162,6 +162,10 @@
 %{_libdir}/xchat/plugins/tcl.so
 
 %changelog
+* Tue Apr  1 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1:2.8.4-15
+- remove --disable-panel which has been ignored since 2.0.0
+- add missing BR libntlm-devel (thanks to Karsten Hopp)
+
 * Mon Mar  3 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1:2.8.4-14
 - rebuild for new perl
 




More information about the fedora-extras-commits mailing list