rpms/bit/devel bit.spec,1.12,1.13

Rick L. Vinyard, Jr. rvinyard at fedoraproject.org
Tue Jan 6 18:48:57 UTC 2009


Author: rvinyard

Update of /cvs/pkgs/rpms/bit/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23767

Modified Files:
	bit.spec 
Log Message:



Index: bit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bit/devel/bit.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- bit.spec	3 Nov 2008 19:49:42 -0000	1.12
+++ bit.spec	6 Jan 2009 18:48:26 -0000	1.13
@@ -1,7 +1,7 @@
-Summary:          Bit is a C++ library to simplify bit stream parsing
+Summary:          C++ library to simplify bit stream parsing
 Name:             bit
 Version:          0.4.90
-Release:          2%{?dist}
+Release:          3%{?dist}
 License:          GPLv3
 URL:              http://libbit.sourceforge.net
 Group:            System Environment/Libraries
@@ -21,7 +21,7 @@
 fields that are not necessarily octet (byte) oriented.
 
 %package          devel
-Summary:          Support files for developing programs that will use the bit library
+Summary:          C++ development files to simplify bit stream parsing
 Group:            Development/Libraries
 Requires:         bit = %{version}-%{release}
 Requires:         libxml++-devel >= 2.10.0
@@ -37,7 +37,7 @@
 developing applications that use the bit library.
 
 %package          gtkmm
-Summary:          This library contains gtkmm UI widgets to support the bit library
+Summary:          Gtkmm UI widgets to support bit stream processing
 Group:            System Environment/Libraries
 Requires:         bit = %{version}-%{release}
 Provides:         bitgtkmm = %{version}
@@ -47,7 +47,7 @@
 This package contains gtkmm widgets associated with the bit library.
 
 %package          gtkmm-devel
-Summary:          Support files for gtkmm applications that will use the bit-gtkmm UI widgets
+Summary:          Development files to support gtkmm UI widgets for bit stream processing
 Group:            Development/Libraries
 Requires:         bit-gtkmm = %{version}-%{release}
 Requires:         gtkmm24-devel >= 2.6.0
@@ -117,6 +117,9 @@
 %doc %{_datadir}/gtk-doc/html/bit-gtkmm/
 
 %changelog
+* Tue Jan 06 2009 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> - 0.4.90-3
+- Updated summaries
+
 * Mon Nov 03 2008 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> - 0.4.90-2
 - Excluded ppc and ppc64 arches
 




More information about the scm-commits mailing list