rpms/qimageblitz/F-8 11_.gnu.note.diff, NONE, 1.1 qimageblitz.spec, 1.1, 1.2

Kevin Kofler (kkofler) fedora-extras-commits at redhat.com
Wed Jan 9 06:15:19 UTC 2008


Author: kkofler

Update of /cvs/pkgs/rpms/qimageblitz/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24197/F-8

Modified Files:
	qimageblitz.spec 
Added Files:
	11_.gnu.note.diff 
Log Message:
Sync from devel:
* Tue Jan 8 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> 0.0.4-0.3.svn706674
- Apply Debian patch by Sune Vuorela to fix executable stack (#428036).

11_.gnu.note.diff:

--- NEW FILE 11_.gnu.note.diff ---
--- blitz-0.0.3+svn699300.orig/blitz/asm_scale.S
+++ blitz-0.0.3+svn699300/blitz/asm_scale.S
@@ -807,4 +807,7 @@
 
 SIZE(qimageScale_mmx_AARGBA)
 
+.section .note.GNU-stack,"",%progbits
+
 #endif
+


Index: qimageblitz.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qimageblitz/F-8/qimageblitz.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qimageblitz.spec	19 Sep 2007 20:53:57 -0000	1.1
+++ qimageblitz.spec	9 Jan 2008 06:14:39 -0000	1.2
@@ -3,12 +3,13 @@
 Summary: Interim image effect library for KDE 4.0
 Name:    qimageblitz
 Version: 0.0.4
-Release: 0.2.svn%{revision}%{?dist}
+Release: 0.3.svn%{revision}%{?dist}
 
 Group:   System Environment/Libraries
 License: BSD and ImageMagick
 URL:     http://www.kde.org
 Source0: http://ftp.debian.org/debian/pool/main/q/qimageblitz/qimageblitz_0.0.%{revision}.orig.tar.gz
+Patch0:  http://patches.ubuntu.com/q/qimageblitz/extracted/11_.gnu.note.diff
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: cmake
@@ -36,6 +37,7 @@
 
 %prep
 %setup -q -n qimageblitz-0.0.%{revision}
+%patch0 -p1
 
 %build
 %cmake .
@@ -69,6 +71,9 @@
 %{_bindir}/blitztest
 
 %changelog
+* Tue Jan 8 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> 0.0.4-0.3.svn706674
+- Apply Debian patch by Sune Vuorela to fix executable stack (#428036).
+
 * Wed Sep 19 2007 Kevin Kofler <Kevin at tigcc.ticalc.org> 0.0.4-0.2.svn706674
 - Move blitztest example to its own subpackage.
 




More information about the fedora-extras-commits mailing list