devel/edb edb.spec,1.2,1.3

Ignacio Vazquez-Abrams (ivazquez) fedora-extras-commits at redhat.com
Wed Mar 16 23:42:01 UTC 2005


Author: ivazquez

Update of /cvs/extras/devel/edb
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19161/edb

Modified Files:
	edb.spec 
Log Message:
More review fixes


Index: edb.spec
===================================================================
RCS file: /cvs/extras/devel/edb/edb.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- edb.spec	16 Mar 2005 18:54:45 -0000	1.2
+++ edb.spec	16 Mar 2005 23:41:59 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           edb
 Version:        1.0.5
-Release:        2
+Release:        3
 Summary:        A database convenience library wrapped around BDB
 Group:          System Environment/Libraries
 License:        MIT
@@ -12,7 +12,9 @@
 Requires(postun): /sbin/ldconfig
 
 %description
-EDB is a database convenience library wrapped around the Berkeley DB 2.7.7 by Sleepycat Software. It is intended to make accessing database information portable, easy, fast and efficient.
+EDB is a database convenience library wrapped around the Berkeley DB 2.7.7 by
+Sleepycat Software. It is intended to make accessing database information
+portable, easy, fast and efficient.
 
 %package        devel
 Summary:        Development libraries for edb
@@ -20,7 +22,8 @@
 Requires:       %{name} = %{version}-%{release}
 
 %description    devel
-The edb-devel package contains static libraries and header files for developing edb applications.
+The edb-devel package contains static libraries and header files for developing
+edb applications.
 
 %package        ncurses
 Summary:        ncurses frontend for edb
@@ -82,6 +85,9 @@
 %{_bindir}/edb_gtk_ed
 
 %changelog
+* Wed Mar 16 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 1.0.5-3
+- Broke %descriptions at 80 columns
+
 * Wed Mar 16 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 1.0.5-2
 - Removed explicit Requires
 




More information about the fedora-extras-commits mailing list