[koji] update to upstream 1.8.0

Dennis Gilmore ausil at fedoraproject.org
Tue Apr 2 00:49:35 UTC 2013


commit 613da53828e27f1a20341cefcd563094cc670782
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Mon Apr 1 19:49:32 2013 -0500

    update to upstream 1.8.0

 .gitignore                          |    1 +
 koji-1.7.1-checkUpload.patch        |   30 -----------------------
 koji-1.7.1-fix-external-repos.patch |   44 -----------------------------------
 koji.spec                           |   11 ++++----
 sources                             |    2 +-
 5 files changed, 7 insertions(+), 81 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 983abb7..9efb547 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ koji-1.4.0.tar.bz2
 /koji-1.6.0.tar.bz2
 /koji-1.7.0.tar.bz2
 /koji-1.7.1.tar.bz2
+/koji-1.8.0.tar.bz2
diff --git a/koji.spec b/koji.spec
index 727a9a9..09dd72c 100644
--- a/koji.spec
+++ b/koji.spec
@@ -1,16 +1,14 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name: koji
-Version: 1.7.1
-Release: 3%{?dist}
+Version: 1.8.0
+Release: 1%{?dist}
 License: LGPLv2 and GPLv2+
 # koji.ssl libs (from plague) are GPLv2+
 Summary: Build system tools
 Group: Applications/System
 URL: http://fedorahosted.org/koji
 Patch0: fedora-config.patch
-Patch1: koji-1.7.1-fix-external-repos.patch
-Patch2: koji-1.7.1-checkUpload.patch
 
 Source: https://fedorahosted.org/released/koji/koji-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -124,8 +122,6 @@ koji-web is a web UI to the Koji system.
 %prep
 %setup -q
 %patch0 -p1 -b .orig
-%patch1 -p1 -b .repos
-%patch2 -p1 -b .int
 
 %build
 
@@ -229,6 +225,9 @@ if [ $1 = 0 ]; then
 fi
 
 %changelog
+* Mon Apr 01 2013 Dennis Gilmore <dennis at ausil.us> - 1.8.0-1
+- update to upstream 1.8.0
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.7.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 87d1173..89a8cbb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d150f499260f5180f1340a0e11f2d64c  koji-1.7.1.tar.bz2
+a7d193a864f15ca91c3b71d6156e69e4  koji-1.8.0.tar.bz2


More information about the scm-commits mailing list