[rbdoom3bfg] 05/07: Remove patch 80-disable-cpu-features.patch -- applied upstream

Tobias Frost tobi at moszumanska.debian.org
Mon Sep 14 05:47:17 UTC 2015


This is an automated email from the git hooks/post-receive script.

tobi pushed a commit to branch master
in repository rbdoom3bfg.

commit f32462595328f07d0c19e2f813f91751f16b7ce2
Author: Tobias Frost <tobi at coldtobi.de>
Date:   Sun Sep 13 22:19:54 2015 +0200

    Remove patch 80-disable-cpu-features.patch -- applied upstream
---
 debian/changelog                             |  1 +
 debian/patches/80-disable-cpu-features.patch | 26 --------------------------
 debian/patches/series                        |  1 -
 3 files changed, 1 insertion(+), 27 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 49e9c5f..5511fc7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 rbdoom3bfg (1.0.3+repack1+git20150806-1) UNRELEASED; urgency=medium
 
   * New upstream git snapshort.
+  * Remove patch 80-disable-cpu-features.patch -- applied upstream
   * Fix git-get-orig rule: Did not pull the requested date, but always
     the newest version
 
diff --git a/debian/patches/80-disable-cpu-features.patch b/debian/patches/80-disable-cpu-features.patch
deleted file mode 100644
index 73409ae..0000000
--- a/debian/patches/80-disable-cpu-features.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Description: Do not use CPU features like sse and mmx
- Those features are not guaranteed to be supported even on i386/amd64, so it
- is better to stick to the GCC's default.
- The patch introduces this by modifying CMakeOptions
-Author: Tobias Frost <tobi at debian.org>
-Forwarded: https://github.com/RobertBeckebans/RBDOOM-3-BFG/pull/229 (first submission, partly applied) 
-Forwarded: https://github.com/RobertBeckebans/RBDOOM-3-BFG/pull/234 (remainin part)
-Applied-Upstream: (partially) https://github.com/RobertBeckebans/RBDOOM-3-BFG/commit/9d4c468f087041df78ef5945f7b61397966e8560
-Last-Update: 2015-07-11
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/neo/idlib/sys/sys_intrinsics.h
-+++ b/neo/idlib/sys/sys_intrinsics.h
-@@ -29,12 +29,6 @@
- #ifndef __SYS_INTRIINSICS_H__
- #define __SYS_INTRIINSICS_H__
- 
--#if !defined(USE_INTRINSICS)
--#if defined(WIN32) || defined(__i386__) || defined(__x86_64__)
--#define USE_INTRINSICS
--#endif
--#endif
--
- #if defined(USE_INTRINSICS)
- #include <emmintrin.h>
- #endif
diff --git a/debian/patches/series b/debian/patches/series
index 476e97d..72ef492 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
 10-lowercase-executeable.patch
 20-reproducible.patch
 65-init-sdl2.patch
-80-disable-cpu-features.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/rbdoom3bfg.git



More information about the Pkg-games-commits mailing list