[python-django-helpdesk/f19] new upstream version

Luis Enrique Bazán De León lbazan at fedoraproject.org
Sat Sep 20 01:35:29 UTC 2014


commit 4be86eead66924fe35f3f61f5cad4f50a2925d81
Author: lbazan <lbazan at fedoraproject.org>
Date:   Fri Sep 19 20:35:19 2014 -0500

    new upstream version

 .gitignore                  |    1 +
 python-django-helpdesk.spec |    9 +++++----
 sources                     |    2 +-
 3 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9bf5ba7..7219355 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /django-helpdesk-0.1.7b.tar.gz
 /django-helpdesk-0.1.8.tar.gz
 /django-helpdesk-0.1.11.tar.gz
+/django-helpdesk-0.1.12.tar.gz
diff --git a/python-django-helpdesk.spec b/python-django-helpdesk.spec
index bf8d38c..4c891bb 100644
--- a/python-django-helpdesk.spec
+++ b/python-django-helpdesk.spec
@@ -1,7 +1,7 @@
 %global pkgname django-helpdesk
 
 Name:           python-django-helpdesk
-Version:        0.1.11
+Version:        0.1.12
 Release:        1%{?dist}
 Summary:        A Django powered ticket tracker for small enterprise
 
@@ -14,6 +14,7 @@ BuildArch:      noarch
 BuildRequires:  python2-devel
 BuildRequires:  python-setuptools
 BuildRequires:  pytz
+BuildRequires:	python-simplejson
 Requires:       python-django
 BuildRequires:  python-django
 
@@ -57,15 +58,15 @@ rm -rf helpdesk/static/helpdesk/helpdesk-print.css
    's:\(.*/locale/\)\([^/_]\+\)\(.*\.mo$\):%lang(\2) \1\2\3:' \
    >> %{pkgname}.lang
 
-%check
-%{__python} setup.py test
- 
 %files -f %{pkgname}.lang
 %doc LICENSE.3RDPARTY LICENSE
 %{python_sitelib}/helpdesk
 %{python_sitelib}/django_helpdesk-*.egg-info
 
 %changelog
+* Fri Sep 19 2014 Luis Bazan <lbazan at fedoraproject.org> - 0.1.12-1
+- New Upstream Version
+
 * Thu Oct 24 2013 Luis Bazan <lbazan at fedoraproject.org> - 0.1.11-1
 - New Upstream Version
 
diff --git a/sources b/sources
index 57e1855..40a9c1e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2a6e496d9dd00d366023a99ac4301a89  django-helpdesk-0.1.11.tar.gz
+6829cc473aac861321e9f84a18136b69  django-helpdesk-0.1.12.tar.gz


More information about the scm-commits mailing list