rpms/loudmouth/devel loudmouth.spec,1.20,1.21

Brian Pepple (bpepple) fedora-extras-commits at redhat.com
Tue Feb 20 20:45:48 UTC 2007


Author: bpepple

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

Modified Files:
	loudmouth.spec 
Log Message:
* Tue Feb 20 2007 Brian Pepple <bpepple at fedoraproject.org> - 1.2.0-3
- Add necessary requires to devel package. D'Oh!



Index: loudmouth.spec
===================================================================
RCS file: /cvs/extras/rpms/loudmouth/devel/loudmouth.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- loudmouth.spec	20 Feb 2007 19:40:39 -0000	1.20
+++ loudmouth.spec	20 Feb 2007 20:45:16 -0000	1.21
@@ -2,7 +2,7 @@
 
 Name:           loudmouth
 Version:        1.2.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Loudmouth is a Jabber programming library written in C
 
 Group:          System Environment/Libraries
@@ -33,9 +33,11 @@
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
 Requires:	glib2-devel
+Requires:	libidn-devel
 Requires:	pkgconfig
 %if %{with_ssl}
 Requires:	gnutls-devel >= 1.0.0
+Requires:	libtasn1-devel >= 0.2.6
 %endif
 
 
@@ -91,6 +93,9 @@
 
 
 %changelog
+* Tue Feb 20 2007 Brian Pepple <bpepple at fedoraproject.org> - 1.2.0-3
+- Add necessary requires to devel package. D'Oh!
+
 * Tue Feb 20 2007 Brian Pepple <bpepple at fedoraproject.org> - 1.2.0-2
 - Add BR on libidn-devel.
 - Specify which ssl implementation to use.




More information about the fedora-extras-commits mailing list