rpms/skstream/devel skstream.spec,1.1,1.2

Michael Thomas (wart) fedora-extras-commits at redhat.com
Tue Jul 18 15:37:38 UTC 2006


Author: wart

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

Modified Files:
	skstream.spec 
Log Message:
- Fix typo in description
- Add comment mentioning known test failures




Index: skstream.spec
===================================================================
RCS file: /cvs/extras/rpms/skstream/devel/skstream.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- skstream.spec	17 Jul 2006 23:05:13 -0000	1.1
+++ skstream.spec	18 Jul 2006 15:37:37 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           skstream
 Version:        0.3.5
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        C++ I/O library for WorldForge clients/servers
 
 Group:          Development/Libraries
@@ -12,7 +12,7 @@
 BuildRequires:  cppunit-devel
 
 %description
-skstream is an isotream C++ socket library and is recommended for use as a
+skstream is an iotream C++ socket library and is recommended for use as a
 transport for Atlas-C++. It is capable of creating iostream-based socket
 connections for both clients and servers.
 
@@ -55,6 +55,9 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+# Don't choke on errors in the test suite since some tests rely on some
+# network services being enabled, or being run as root, in order to
+# pass.
 %check
 make check || :
 
@@ -76,6 +79,10 @@
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Tue Jul 18 2006 Wart <wart at kobold.org> 0.3.5-3
+- Fix typo in description
+- Add comment mentioning known test failures
+
 * Fri Jul 14 2006 Wart <wart at kobold.org> 0.3.5-2
 - Added Requires: pkgconfig to -devel subpackage
 - Don't fail on test failures as they depend on a local echo service,




More information about the fedora-extras-commits mailing list