From 812f464a65dc687868e47e6ce072b739ce55b24f Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Tue, 11 Nov 2014 08:04:38 -0700 Subject: Fix python3 subpackage description - Fix older changelog entry's version --- python-sigal.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'python-sigal.spec') diff --git a/python-sigal.spec b/python-sigal.spec index 39d2e78..9e01cff 100644 --- a/python-sigal.spec +++ b/python-sigal.spec @@ -9,7 +9,7 @@ Name: python-sigal Version: 0.8.1 -Release: 1%{dist} +Release: 2%{dist} Summary: Simple static gallery generator Group: Development/Libraries License: BSD @@ -51,8 +51,7 @@ Group: Development/Languages Requires: python3 >= 3.1 %description -n python3-sigal -PILKit is a collection of utilities for working with PIL (the Python Imaging -Library). +Simple static gallery generator. %endif # with_python3 %prep @@ -125,5 +124,9 @@ popd %endif # with_python3 %changelog -* Mon Oct 27 2014 Ken Dreyer - 1.1.12-1 +* Tue Nov 11 2014 Ken Dreyer - 0.8.1-2 +- Fix python3 subpackage description +- Fix older changelog entry's version + +* Mon Oct 27 2014 Ken Dreyer - 0.8.1-1 - New package. -- cgit