rpms/gc/FC-3 .cvsignore,1.4,1.5 gc.spec,1.6,1.7 sources,1.4,1.5

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Wed Sep 7 12:47:13 UTC 2005


Author: rdieter

Update of /cvs/extras/rpms/gc/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18150

Modified Files:
	.cvsignore gc.spec sources 
Log Message:
* Wed May 25 2005 Rex Dieter <rexdieter[AT]users.sf.net> 6.5-1
- 6.5



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gc/FC-3/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	29 Jan 2005 16:28:30 -0000	1.4
+++ .cvsignore	7 Sep 2005 12:47:10 -0000	1.5
@@ -1 +1 @@
-gc6.4.tar.gz
+gc6.5.tar.gz


Index: gc.spec
===================================================================
RCS file: /cvs/extras/rpms/gc/FC-3/gc.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gc.spec	29 Jan 2005 16:28:30 -0000	1.6
+++ gc.spec	7 Sep 2005 12:47:10 -0000	1.7
@@ -2,19 +2,16 @@
 
 Summary: C++ Garbage Collector	
 Name:    gc	
-Epoch:	 0
-Version: 6.4
-# For Extras
-Release: 2 
-# For kde-redhat
-#Release: 0.2%{?dist_tag}.kde
-Group:	 System Environment/Libraries
+Version: 6.5
+
+Release: 1%{?dist}
+Group:   System Environment/Libraries
 License: BSD
 Url:     http://www.hpl.hp.com/personal/Hans_Boehm/gc/	
-Source:	 http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc6.4.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+Source:  http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc6.5.tar.gz 
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Patch1: gc6.4-opendl.patch
+Patch1: gc6.5-opendl.patch
 
 
 %description
@@ -22,11 +19,11 @@
 collecting replacement for C malloc or C++ new.
 
 %package devel
-Summary: Libraries and header files for gc development 
+Summary: Libraries and header files for %{name} development 
 Group:   Development/Libraries
-Requires: %{name} = %{epoch}:%{version}-%{release}
+Requires: %{name} = %{version}-%{release}
 %description devel
-Libraries and header files for gc development.
+Libraries and header files for %{name} development.
 
 
 %prep
@@ -47,6 +44,7 @@
 
 make %{?_smp_mflags}
 
+%check || :
 make check
 
 
@@ -63,10 +61,11 @@
 
 
 %clean
-rm -rf 	"$RPM_BUILD_ROOT"
+rm -rf $RPM_BUILD_ROOT
 
 
 %post   -p /sbin/ldconfig
+
 %postun -p /sbin/ldconfig
 
 
@@ -80,11 +79,16 @@
 %doc doc/*.html
 %{_includedir}/*
 %{_libdir}/lib*.so
-#{_libdir}/lib*.*a
 %{_mandir}/man?/*
 
 
 %changelog
+* Wed May 25 2005 Rex Dieter <rexdieter[AT]users.sf.net> 6.5-1
+- 6.5
+
+* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
+- rebuilt
+
 * Wed Jan 26 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0:6.4-2
 - --enable-threads unconditionally
 - --enable-parallel-mark only on %%ix86 (#144681)


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gc/FC-3/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	29 Jan 2005 16:28:30 -0000	1.4
+++ sources	7 Sep 2005 12:47:10 -0000	1.5
@@ -1 +1 @@
-ef03495e980b834a99c0e27eedaa546e  gc6.4.tar.gz
+00bf95cdcbedfa7321d14e0133b31cdb  gc6.5.tar.gz




More information about the fedora-extras-commits mailing list