From 101bde1ae96d960213a09aac79d4e941b865c23c Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Aug 25 2013 02:07:45 +0000 Subject: 1.13 release --- diff --git a/fedpkg.spec b/fedpkg.spec index 75d64e2..fd2dbb4 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.12 +Version: 1.13 Release: 1%{?dist} Summary: Fedora utility for working with dist-git @@ -65,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Aug 24 2013 Dennis Gilmore - 1.13-1 +- Rework --retire (opensource) + * Sat Aug 24 2013 Dennis Gilmore - 1.12-1 - update ppc secondary arch packages, remove sparc, point to new seconary arch config location (dennis) diff --git a/setup.py b/setup.py index f045040..eeb90e6 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name = "fedpkg", - version = "1.12", + version = "1.13", author = "Dennis Gilmore", author_email = "dgilmore@fedoraproject.org", description = ("Fedora plugin to rpkg to manage "