rpms/ghdl/F-7 ghdl.spec,1.29,1.30

Thomas M. Sailer (sailer) fedora-extras-commits at redhat.com
Tue Oct 9 11:22:05 UTC 2007


Author: sailer

Update of /cvs/extras/rpms/ghdl/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29607

Modified Files:
	ghdl.spec 
Log Message:
require zlib-devel, see rhbz 316311



Index: ghdl.spec
===================================================================
RCS file: /cvs/extras/rpms/ghdl/F-7/ghdl.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ghdl.spec	1 Feb 2007 08:46:08 -0000	1.29
+++ ghdl.spec	9 Oct 2007 11:21:33 -0000	1.30
@@ -5,7 +5,7 @@
 Summary: A VHDL simulator, using the GCC technology
 Name: ghdl
 Version: 0.25
-Release: 0.%{ghdlsvnver}svn.2%{?dist}
+Release: 0.%{ghdlsvnver}svn.4%{?dist}
 License: GPL
 Group: Development/Languages
 URL: http://ghdl.free.fr/
@@ -40,7 +40,7 @@
 # Need binutils which handle -msecure-plt on ppc >= 2.16.91.0.2-2
 # Need binutils which support .weakref >= 2.16.91.0.3-1
 BuildRequires: binutils >= 2.16.91.0.3-1
-BuildRequires: zlib-devel, gettext, bison, flex, texinfo
+BuildRequires: zlib-devel, gettext, bison, flex, texinfo, gawk
 # Make sure pthread.h doesn't contain __thread tokens
 # Make sure glibc supports stack protector
 BuildRequires: glibc-devel >= 2.3.90-2
@@ -97,6 +97,8 @@
 %package grt
 Summary: GHDL runtime libraries
 Group: System Environment/Libraries
+# rhbz #316311
+Requires: zlib-devel
 
 %description grt
 This package contains the runtime libraries needed to link ghdl-compiled
@@ -288,6 +290,11 @@
 
 
 %changelog
+* Mon Oct  8 2007 Thomas Sailer <t.sailer at alumni.ethz.ch> - 0.25-0.89svn.4
+- ghdl-grt requires zlib-devel (rhbz 316311)
+- fix BR
+- fix license tag
+
 * Fri Jan  5 2007 Thomas Sailer <t.sailer at alumni.ethz.ch> - 0.25-0.89svn.2
 - do not try to set user/group during install
 




More information about the fedora-extras-commits mailing list