rpms/qps/devel qps-1.10.2-nostrip.patch, NONE, 1.1 qps.spec, 1.19, 1.20

Ville Skyttä scop at fedoraproject.org
Tue Jun 9 17:43:47 UTC 2009


Author: scop

Update of /cvs/pkgs/rpms/qps/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31233

Modified Files:
	qps.spec 
Added Files:
	qps-1.10.2-nostrip.patch 
Log Message:
* Fri May  8 2009 Ville Skyttä <ville.skytta at iki.fi> - 1.10.2-4
- Don't strip binaries before -debuginfo is created (#499744).


qps-1.10.2-nostrip.patch:

--- NEW FILE qps-1.10.2-nostrip.patch ---
diff -up qps-1.10.2/qps.pro~ qps-1.10.2/qps.pro
--- qps-1.10.2/qps.pro~	2008-07-28 19:32:25.000000000 +0300
+++ qps-1.10.2/qps.pro	2009-05-08 00:19:08.000000000 +0300
@@ -62,7 +62,6 @@ UNAME = $$system(uname -s)
 
 contains( UNAME, [lL]inux ) {
 	system(ln -fs proc_linux.cpp proc.cpp)
-	QMAKE_POST_LINK += strip -g qps  #same  "install -s"
 }
 contains( UNAME, SunOS ) {
 	system(ln -s proc_solaris.cpp proc.cpp)


Index: qps.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qps/devel/qps.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- qps.spec	4 Mar 2009 15:04:59 -0000	1.19
+++ qps.spec	9 Jun 2009 17:43:16 -0000	1.20
@@ -1,6 +1,6 @@
 Name:           qps
 Version:        1.10.2
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Visual process manager
 
 Group:          Applications/System
@@ -13,6 +13,7 @@ BuildRequires:  desktop-file-utils
 BuildRequires:  qt4-devel >= 4.3.0
 
 Patch0:         qps-1.10.2-includes.patch
+Patch1:         qps-1.10.2-nostrip.patch
 
 
 %description
@@ -44,6 +45,7 @@ Qps can:
 %prep
 %setup -q
 %patch0 -p1 -b .includes
+%patch1 -p1 -b .nostrip
 
 iconv --from-code ISO88591 --to-code UTF8 ./CHANGES \
 --output CHANGES.utf-8 && mv CHANGES.utf-8 ./CHANGES
@@ -81,6 +83,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri May  8 2009 Ville Skyttä <ville.skytta at iki.fi> - 1.10.2-4
+- Don't strip binaries before -debuginfo is created (#499744).
+
 * Wed Mar 04 2009 Caolán McNamara <caolanm at redhat.com> - 1.10.2-3
 - include stdio.h for printf
 




More information about the fedora-extras-commits mailing list