From 70bbe621a517262c090141202240cd8a8d27d36e Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Nov 21 2011 23:33:57 +0000 Subject: Release 1.6 --- diff --git a/fedpkg.spec b/fedpkg.spec index d34c351..5ad5151 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.5 +Version: 1.6 Release: 1%{?dist} Summary: Fedora utility for working with dist-git @@ -65,6 +65,11 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Nov 21 2011 Jesse Keating - 1.6-1 +- Replace -c with -C for the --config option (jkeating) +- Package up fedpkg-fixbranches (#751507) (jkeating) +- Use old style of super class calls (jkeating) + * Mon Nov 07 2011 Jesse Keating - 1.5-1 - Pass along the return value from import_srpm (jkeating) - Whitespace cleanup (jkeating) diff --git a/setup.py b/setup.py index 2c0a5af..bb01361 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name = "fedpkg", - version = "1.5", + version = "1.6", author = "Jesse Keating", author_email = "jkeating@redhat.com", description = ("Red Hat plugin to rpkg to manage "