[copr-frontend] Update copr-frontend to 1.44-1

Miroslav Suchý msuchy at fedoraproject.org
Wed Aug 27 09:39:23 UTC 2014


commit ee282177ea2effc941b7e3452d3ccb952c68dbbf
Author: Miroslav Suchý <msuchy at redhat.com>
Date:   Wed Aug 27 11:39:18 2014 +0200

    Update copr-frontend to 1.44-1

 .gitignore         |    1 +
 copr-frontend.spec |    9 +++++++--
 sources            |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 455bd7a..a95f602 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /copr-frontend-1.39.tar.gz
 /copr-frontend-1.43.tar.gz
+/copr-frontend-1.44.tar.gz
diff --git a/copr-frontend.spec b/copr-frontend.spec
index 8e1b224..e93ea23 100644
--- a/copr-frontend.spec
+++ b/copr-frontend.spec
@@ -5,7 +5,7 @@
 %endif
 
 Name:       copr-frontend
-Version:    1.43
+Version:    1.44
 Release:    1%{?dist}
 Summary:    Frontend for Copr
 
@@ -121,7 +121,7 @@ touch %{buildroot}%{_sharedstatedir}/copr/data/copr.db
 cp -a documentation/python-doc %{buildroot}%{_pkgdocdir}/
 
 %check
-%if %{with_test} && %{_arch} == "x86_64"
+%if %{with_test} && "%{_arch}" == "x86_64"
     pushd coprs_frontend
     rm -rf /tmp/copr.db /tmp/whooshee || :
     COPR_CONFIG="$(pwd)/config/copr_unit_test.conf" ./manage.py test
@@ -163,6 +163,11 @@ service httpd condrestart
 %doc %{_pkgdocdir}/python-doc
 
 %changelog
+* Wed Aug 27 2014 Miroslav Suchý <msuchy at redhat.com> 1.44-1
+- fix spec parsing on arm
+-  'manage.py update_indexes' and search fix
+- [RHBZ:1131286] RFE: API endpoint for a project's "monitor" status
+
 * Mon Aug 25 2014 Adam Samalik <asamalik at redhat.com> 1.43-1
 - [frontend] bugfix: context_processor shouldn't return None
 - [frontend] task queue sorting fix
diff --git a/sources b/sources
index 491e2c3..df3edd7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-85c9a4e7aab4319b46291b3af0c35fcf  copr-frontend-1.43.tar.gz
+31ccdbd2c25dde3d735bd567e5f5813a  copr-frontend-1.44.tar.gz


More information about the scm-commits mailing list