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

Miroslav Suchý msuchy at fedoraproject.org
Wed Aug 27 09:19:37 UTC 2014


commit e43125d32a7fe6cb3069b3b28da57519fb091ad1
Author: Miroslav Suchý <msuchy at redhat.com>
Date:   Wed Aug 27 11:19:33 2014 +0200

    Update copr-frontend to 1.43-1

 .gitignore         |    1 +
 copr-frontend.spec |   40 +++++++++++++++++++++++++++++++++++++++-
 sources            |    2 +-
 3 files changed, 41 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7e0f770..455bd7a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /copr-frontend-1.39.tar.gz
+/copr-frontend-1.43.tar.gz
diff --git a/copr-frontend.spec b/copr-frontend.spec
index 7fd79c3..8e1b224 100644
--- a/copr-frontend.spec
+++ b/copr-frontend.spec
@@ -5,7 +5,7 @@
 %endif
 
 Name:       copr-frontend
-Version:    1.39
+Version:    1.43
 Release:    1%{?dist}
 Summary:    Frontend for Copr
 
@@ -163,6 +163,44 @@ service httpd condrestart
 %doc %{_pkgdocdir}/python-doc
 
 %changelog
+* 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
+
+* Fri Aug 22 2014 Adam Samalik <asamalik at redhat.com> 1.42-1
+- [frontend] make all html tags to have the same left-padding
+- [frontend][RHBZ:1128602] RFE: define banner for local instance
+- [frontend][RHBZ:1131186] Use https URLs to install copr repo file
+- [frontend] [RHBZ:1128231] Show list of recent builds owned by user ( for
+  logged in users).
+- [API] friendly notification about invalid/expired token
+- [frontend] project name can not be just number
+- [frontend] starting builds highlighted on the waiting list
+- [frontend] [BZ:1128231] RFE: frontend user interface like koji: added
+  `/recent` page which list of ended builds.
+- [frontend] fixed SQLa ordering queries.
+- [frontend] paginator fix
+- [frontend] build states list
+- [frontend] minor bugfix: fixed api method `cancel build`.
+
+* Wed Aug 13 2014 Miroslav Suchý <msuchy at redhat.com> 1.41-1
+- [frontend] bugifx: for some projects API doesn't return last-modified time in
+  detail resource.
+- new queue for backend
+- [frontend] new waiting queue
+- [frontend] sorting packages on the Monitor view
+
+* Tue Jul 22 2014 Miroslav Suchý <msuchy at redhat.com> 1.40-1
+- [frontend] status page fix
+- [frontend] How to enable a repo on a Overview page
+- [frontend] build listing fix
+- [frontend] status page extension - running tasks
+- [frontend] modified chroots in overview
+- FrontendCallback prettified
+- Starting state implemented, cancelling fixed
+- [frontend] new build status: Starting
+- [frontend] db migration
+
 * Tue Jul 15 2014 Miroslav Suchý <msuchy at redhat.com> 1.39-1
 - frontend: add f21 chroot
 - 1118829 - suggest owners to entry link to reporting web
diff --git a/sources b/sources
index 5648675..491e2c3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b475a9f73a338c8199969ad459a6a169  copr-frontend-1.39.tar.gz
+85c9a4e7aab4319b46291b3af0c35fcf  copr-frontend-1.43.tar.gz


More information about the scm-commits mailing list