rpms/cproto/F-8 .cvsignore, 1.4, 1.5 cproto.spec, 1.9, 1.10 sources, 1.4, 1.5 cproto-segfault.patch, 1.1, NONE

Jindrich Novy (jnovy) fedora-extras-commits at redhat.com
Thu Feb 14 12:54:03 UTC 2008


Author: jnovy

Update of /cvs/extras/rpms/cproto/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28188

Modified Files:
	.cvsignore cproto.spec sources 
Removed Files:
	cproto-segfault.patch 
Log Message:
update to 4.7f



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/cproto/F-8/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	5 Mar 2006 10:04:37 -0000	1.4
+++ .cvsignore	14 Feb 2008 12:53:27 -0000	1.5
@@ -1,2 +1 @@
-cproto-4_7d.tgz
-cproto-4_7e.tgz
+cproto-4.7f.tgz


Index: cproto.spec
===================================================================
RCS file: /cvs/extras/rpms/cproto/F-8/cproto.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- cproto.spec	19 Oct 2007 12:42:42 -0000	1.9
+++ cproto.spec	14 Feb 2008 12:53:27 -0000	1.10
@@ -1,11 +1,10 @@
 Summary: Generates function prototypes and variable declarations from C code
 Name: cproto
-Version: 4.7e
-Release: 5%{?dist}
+Version: 4.7f
+Release: 1%{?dist}
 License: Public Domain
 Group: Development/Tools
-Source: ftp://invisible-island.net/cproto/cproto-4_7e.tgz
-Patch0: cproto-segfault.patch
+Source: ftp://invisible-island.net/cproto/cproto-%{version}.tgz
 URL: http://invisible-island.net/
 BuildRequires: byacc, flex
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -20,8 +19,7 @@
 definitions as much as other prototype generators.
 
 %prep
-%setup -q -n cproto-4_7e
-%patch0 -p1 -b .segfault
+%setup -q
 
 %build
 export CPP="/lib/cpp"
@@ -45,6 +43,10 @@
 %{_mandir}/man1/cproto.*
 
 %changelog
+* Thu Jan  3 2008 Jindrich Novy <jnovy at redhat.com> 4.7f-1
+- update to 4.7f
+- drop patch0, fixed upstream
+
 * Fri Oct 19 2007 Jindrich Novy <jnovy at redhat.com> 4.7e-5
 - fix segfault while parsing #include directive (#315061)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/cproto/F-8/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	5 Mar 2006 10:04:37 -0000	1.4
+++ sources	14 Feb 2008 12:53:27 -0000	1.5
@@ -1 +1 @@
-fbbba31154ad42af9441d44fddd7e45f  cproto-4_7e.tgz
+d04c9f432188e885df17b15044c38004  cproto-4.7f.tgz


--- cproto-segfault.patch DELETED ---




More information about the fedora-extras-commits mailing list