[koji] iupdate to koji-1.5.0

Dennis Gilmore ausil at fedoraproject.org
Sat Dec 18 02:26:02 UTC 2010


commit 87dcb5e5252efe9210bcfbf5792c1508e3f3ab14
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Wed Dec 1 11:03:26 2010 -0600

    iupdate to koji-1.5.0

 .gitignore     |    1 +
 koji.spec      |   11 +++++------
 python27.patch |   24 ------------------------
 sources        |    2 +-
 4 files changed, 7 insertions(+), 31 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8bb102c..d4e6943 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 koji-1.4.0.tar.bz2
+/koji-1.5.0.tar.bz2
diff --git a/koji.spec b/koji.spec
index 9d14b6b..b79073e 100644
--- a/koji.spec
+++ b/koji.spec
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name: koji
-Version: 1.4.0
-Release: 4%{?dist}
+Version: 1.5.0
+Release: 1%{?dist}
 License: LGPLv2 and GPLv2+
 # koji.ssl libs (from plague) are GPLv2+
 Summary: Build system tools
@@ -10,9 +10,6 @@ Group: Applications/System
 URL: http://fedorahosted.org/koji
 Patch0: fedora-config.patch
 
-# Fix python 2.7 incompatibilities (rbhz#619276)
-Patch1: python27.patch
-
 Source: https://fedorahosted.org/koji/attachment/wiki/KojiRelease/%{name}-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
@@ -107,7 +104,6 @@ koji-web is a web UI to the Koji system.
 %prep
 %setup -q
 %patch0 -p1 -b .orig
-%patch1 -p5
 
 %build
 
@@ -192,6 +188,9 @@ if [ $1 = 0 ]; then
 fi
 
 %changelog
+* Wed Dec 01 2010 Dennis Gilmore <dennis at ausil.us> - 1.5.0-1
+- update to 1.5.0
+
 * Tue Aug  3 2010 David Malcolm <dmalcolm at redhat.com> - 1.4.0-4
 - fix python 2.7 incompatibilities (rhbz 619276)
 
diff --git a/sources b/sources
index 8dfdcc5..edbc3e1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-182584f02660cd574714f55fe49333a3  koji-1.4.0.tar.bz2
+d9610eb7e039a870108c86f49fd77191  koji-1.5.0.tar.bz2


More information about the scm-commits mailing list