[python-collada] disable_unittest_downloads patch fixes for package review

John Morris zultron at fedoraproject.org
Sat Mar 9 07:18:09 UTC 2013


commit 630f31b1fef16a4e527d9b512e08fb8673c3110d
Author: John Morris <john at zultron.com>
Date:   Sat Mar 9 00:59:18 2013 -0600

    disable_unittest_downloads patch fixes for package review
    
    Rename disable_unittest_downloads patch to silence fedora-review
    warning and add patch description in a comment

 ...on-collada-0.4-disable_unittest_downloads.patch |    0
 python-collada.spec                                |    9 +++++++--
 2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/pycollada-0.4-disable_unittest_downloads.patch b/python-collada-0.4-disable_unittest_downloads.patch
similarity index 100%
rename from pycollada-0.4-disable_unittest_downloads.patch
rename to python-collada-0.4-disable_unittest_downloads.patch
diff --git a/python-collada.spec b/python-collada.spec
index d5361f6..0a96576 100644
--- a/python-collada.spec
+++ b/python-collada.spec
@@ -2,7 +2,7 @@
 
 Name:           python-collada
 Version:        0.4
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A python module for creating, editing and loading COLLADA
 Group:          Development/Languages
 
@@ -10,7 +10,8 @@ License:        BSD
 URL:            https://github.com/pycollada/pycollada
 # https://github.com/pycollada/pycollada/archive/v0.4.tar.gz
 Source0:        %{realname}-%{version}.tar.gz
-Patch0:         pycollada-0.4-disable_unittest_downloads.patch
+# Disable pypi downloads in setup.py to guarantee use of only system libs
+Patch0:         python-collada-0.4-disable_unittest_downloads.patch
 
 BuildArch:      noarch
 
@@ -58,6 +59,10 @@ as well as in-place editing.
 
 
 %changelog
+* Sat Mar  9 2013 John Morris <john at zultron.com> - 0.4-3
+- Rename disable_unittest_downloads patch to silence fedora-review
+  warning and add patch description in a comment
+
 * Fri Jan 25 2013 John Morris <john at zultron.com> - 0.4-2
 - Add check section
 - Add extra BRs for check and build


More information about the scm-commits mailing list