rpms/ifstatus/EL-5 ifstatus.spec,1.1,1.2 import.log,1.1,1.2

Adam Miller maxamillion at fedoraproject.org
Wed Apr 22 14:51:58 UTC 2009


Author: maxamillion

Update of /cvs/extras/rpms/ifstatus/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28116/EL-5

Modified Files:
	ifstatus.spec import.log 
Log Message:
Added CXXFLAGS and CXFLAGS to resolve debuginfo sources issue




Index: ifstatus.spec
===================================================================
RCS file: /cvs/extras/rpms/ifstatus/EL-5/ifstatus.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ifstatus.spec	14 Apr 2009 20:51:48 -0000	1.1
+++ ifstatus.spec	22 Apr 2009 14:51:54 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           ifstatus
 Version:        1.1.0
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Command line real time interface graphs using ncurses
 
 Group:          Applications/Internet
@@ -29,8 +29,7 @@
 %build
 # The Makefile of the upstream project is non-automake and can't handle 
 # the %{?smp_mflags}
-make
-
+make CXXFLAGS="%{optflags}" CFLAGS="%{optflags}"
 
 %install
 rm -rf %{buildroot}
@@ -46,6 +45,9 @@
 %{_sbindir}/%{name}
 
 %changelog
+* Wed Apr 22 2009 Adam Miller <maxamillion [AT] gmail.com> - 1.1.0-5
+- Added CXXFLAGS and CXFLAGS to resolve debuginfo sources issue
+
 * Tue Apr 14 2009 Adam Miller <maxamillion [AT] gmail.com> - 1.1.0-4
 - Typo in the Summary field.
 


Index: import.log
===================================================================
RCS file: /cvs/extras/rpms/ifstatus/EL-5/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- import.log	14 Apr 2009 20:51:48 -0000	1.1
+++ import.log	22 Apr 2009 14:51:54 -0000	1.2
@@ -1 +1,2 @@
 ifstatus-1_1_0-4:EL-5:ifstatus-1.1.0-4.src.rpm:1239742277
+ifstatus-1_1_0-5:EL-5:ifstatus-1.1.0-5.src.rpm:1240410592




More information about the fedora-extras-commits mailing list