ralph pushed to python-tahrir (f20). "Remove old patch."

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 2 17:59:08 UTC 2015


>From 65a9b4f5262383d7a8490c0f60fd8992f2a41991 Mon Sep 17 00:00:00 2001
From: Ralph Bean <rbean at redhat.com>
Date: Fri, 13 Feb 2015 16:30:35 -0500
Subject: Remove old patch.


diff --git a/python-tahrir-offset.patch b/python-tahrir-offset.patch
deleted file mode 100644
index e102aa2..0000000
--- a/python-tahrir-offset.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From 824da05f3f6d14ba8491e721019f483666dcab43 Mon Sep 17 00:00:00 2001
-From: Ralph Bean <rbean at redhat.com>
-Date: Mon, 14 Jul 2014 15:36:17 -0400
-Subject: [PATCH] Offset our badges by 25 units.
-
----
- tahrir/static/js/thingiview/thingiview.js | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/tahrir/static/js/thingiview/thingiview.js b/tahrir/static/js/thingiview/thingiview.js
-index 71511eb..faccd80 100644
---- a/tahrir/static/js/thingiview/thingiview.js
-+++ b/tahrir/static/js/thingiview/thingiview.js
-@@ -752,6 +752,7 @@ var STLGeometry = function(stlArray) {
- 
- 	var scope = this;
- 
-+  var offset = -25;
-   // var vertexes = stlArray[0];
-   // var normals  = stlArray[1];
-   // var faces    = stlArray[2];
-@@ -766,7 +767,7 @@ var STLGeometry = function(stlArray) {
- 
-   function v(x, y, z) {
-     // log("adding vertex: " + x + "," + y + "," + z);
--    scope.vertices.push( new THREE.Vertex( new THREE.Vector3( x, y, z ) ) );
-+    scope.vertices.push( new THREE.Vertex( new THREE.Vector3( x + offset, y + offset, z ) ) );
-   }
- 
-   function f3(a, b, c) {
--- 
-1.9.3
-
diff --git a/python-tahrir.spec b/python-tahrir.spec
index ac2fb02..ec77149 100644
--- a/python-tahrir.spec
+++ b/python-tahrir.spec
@@ -9,7 +9,6 @@ Group:            Development/Languages
 License:          AGPLv3+
 URL:              http://pypi.python.org/pypi/%{modname}
 Source0:          http://pypi.python.org/packages/source/t/tahrir/%{modname}-%{version}.tar.gz
-Patch0:           python-tahrir-offset.patch
 
 BuildArch:        noarch
 
@@ -54,8 +53,6 @@ https://wiki.mozilla.org/Badges
 %prep
 %setup -q -n %{modname}-%{version}
 
-%patch0 -p1
-
 # Make sure that epel/rhel picks up the correct version of sqlalchemy
 %{__awk} 'NR==1{print "import __main__; __main__.__requires__ = __requires__ = [\"sqlalchemy>=0.7\"]; import pkg_resources"}1' setup.py > setup.py.tmp
 %{__mv} setup.py.tmp setup.py
@@ -102,6 +99,7 @@ sed -i 's/%%(here)s/\/var\/lib\/tahrir/' apache/%{modname}.ini
 %changelog
 * Fri Feb 13 2015 Ralph Bean <rbean at redhat.com> - 0.7.3-1
 - new version
+- Remove old patch.
 
 * Mon Sep 29 2014 Ralph Bean <rbean at redhat.com> - 0.7.0-3
 - Correct rhel6 conditional.
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/python-tahrir.git/commit/?h=f20&id=65a9b4f5262383d7a8490c0f60fd8992f2a41991


More information about the scm-commits mailing list