From a0cd273672f3452e9e49aba0b740ad1a8edaa4e7 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Aug 26 2013 19:14:19 +0000 Subject: 1.14 release --- diff --git a/fedpkg.spec b/fedpkg.spec index fd2dbb4..d1a500d 100644 --- a/fedpkg.spec +++ b/fedpkg.spec @@ -2,7 +2,7 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} Name: fedpkg -Version: 1.13 +Version: 1.14 Release: 1%{?dist} Summary: Fedora utility for working with dist-git @@ -65,6 +65,15 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Aug 26 2013 Dennis Gilmore - 1.14-1 +- clean up arches in fedpkg bash completeion - drop sparc - add i686 - add arm + variants - add ppc64p7 (dennis) +- Add arm7hl to bash completion arches (opensource) +- Add more ppc64-only packages (opensource) +- remove --push from retire command in bash completion (opensource) +- undefine macros rather than define as nil (dennis) + + * Sat Aug 24 2013 Dennis Gilmore - 1.13-1 - Rework --retire (opensource) diff --git a/setup.py b/setup.py index eeb90e6..5f7eeb8 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name = "fedpkg", - version = "1.13", + version = "1.14", author = "Dennis Gilmore", author_email = "dgilmore@fedoraproject.org", description = ("Fedora plugin to rpkg to manage "