rpms/frysk/F-12 frysk-0.4-fdebugrpm.patch, NONE, 1.1 frysk.spec, 1.150, 1.151

cagney cagney at fedoraproject.org
Mon Mar 15 19:55:30 UTC 2010


Author: cagney

Update of /cvs/pkgs/rpms/frysk/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32157

Modified Files:
	frysk.spec 
Added Files:
	frysk-0.4-fdebugrpm.patch 
Log Message:
* Mon Mar 15 2010 Andrw Cagney <cagney [at] fedoraproject.org> - 0.4-13
- Fix debuginforpm's sed line (from  Stephen Tweedie).


frysk-0.4-fdebugrpm.patch:
 fdebugrpm.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE frysk-0.4-fdebugrpm.patch ---
diff -up frysk-0.4/frysk-core/frysk/bindir/fdebugrpm.sh.fdebugrpm frysk-0.4/frysk-core/frysk/bindir/fdebugrpm.sh
--- frysk-0.4/frysk-core/frysk/bindir/fdebugrpm.sh.fdebugrpm	2010-03-15 15:34:33.000000000 -0400
+++ frysk-0.4/frysk-core/frysk/bindir/fdebugrpm.sh	2010-03-15 15:35:32.000000000 -0400
@@ -62,7 +62,7 @@ else                                    
                      grep '^/'| 
                      xargs rpm -qf --qf '%{SOURCERPM}\n' | 
                      sort | uniq | 
-                     sed -e 's/-/-debuginfo-/' |
+                     sed -e 's/-\([0-9]\)/-debuginfo-\1/' |
                      sed -e 's/.src.rpm//g'`
 
     if [ -n "$packages" ] 


Index: frysk.spec
===================================================================
RCS file: /cvs/pkgs/rpms/frysk/F-12/frysk.spec,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -p -r1.150 -r1.151
--- frysk.spec	21 Aug 2009 10:26:05 -0000	1.150
+++ frysk.spec	15 Mar 2010 19:55:30 -0000	1.151
@@ -18,6 +18,7 @@ Source:		ftp://sourceware.org/pub/frysk/
 Patch1:		frysk-0.4-bash-dollar-star.patch
 Patch2:		frysk-0.4-gcc-warnings.patch
 Patch3:		frysk-0.4-fix-duplicates.patch
+Patch4:		frysk-0.4-fdebugrpm.patch
 
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
@@ -113,6 +114,7 @@ pwd
 %patch2 -p1 -z .gcc-warnings
 mv frysk-core/frysk/pkglibdir/FunitSimpleInterfaceTest.java frysk-core/frysk/pkglibdir/FunitSimpleInterfaceMain.java
 %patch3 -p1 -z .fix-duplicates
+%patch4 -p1 -z .fdebugrpm
 ./bootstrap.sh
 
 %build 
@@ -280,6 +282,9 @@ rm -rf %{buildroot}
 %{_mandir}/man1/frysk.1.gz
 
 %changelog
+* Mon Mar 15 2010 Andrw Cagney <cagney [at] fedoraproject.org> - 0.4-13
+- Fix debuginforpm's sed line (from  Stephen Tweedie).
+
 * Fri Aug 21 2009 Tomas Mraz <tmraz at redhat.com> - 0.4-12
 - rebuilt with new audit
 



More information about the scm-commits mailing list