From 5f7a677e977c3c2b00b22151fb3d85b2d47f08e0 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Nov 01 2013 00:08:16 +0000 Subject: fix typo in call to __version__ (Dennis Gilmore) --- diff --git a/.gitignore b/.gitignore index fb88f44..f37d5af 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ pungi-2.1.2.tar.bz2 /pungi-2.13.tar.bz2 /pungi-3.00.tar.bz2 /pungi-3.01.tar.bz2 +/pungi-3.02.tar.bz2 diff --git a/pungi.spec b/pungi.spec index 2804ec0..a518f25 100644 --- a/pungi.spec +++ b/pungi.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: pungi -Version: 3.01 +Version: 3.02 Release: 1%{?dist} Summary: Distribution compose tool @@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Oct 31 2013 Dennis Gilmore - 3.02-1 +- fix typo in call to __version__ (Dennis Gilmore) + * Sun Oct 27 2013 Daniel Mach - 3.01-1 - Add 'make log' command to print changelog for spec. (Daniel Mach) - Implement %prepopulate config section as an additional package input. (Daniel Mach) diff --git a/sources b/sources index d90e3ee..776dd3f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -593af3d31acdbdff744e719fb4fc8a7b pungi-3.01.tar.bz2 +20fcf71414f44b7646813dbae4869bb2 pungi-3.02.tar.bz2