summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Weller <ianweller@gmail.com>2008-12-21 14:36:29 -0600
committerIan Weller <ianweller@gmail.com>2008-12-21 14:36:29 -0600
commit33744f41ee4251e159195f74624c504fca5fe56f (patch)
tree15a3b943c184445192a7556da834a605c62fc097
parentf4bccd9fa5fc18fafb4e2e7a811408e7e0cd909b (diff)
downloadfedora-business-cards-33744f41ee4251e159195f74624c504fca5fe56f.tar.gz
fedora-business-cards-33744f41ee4251e159195f74624c504fca5fe56f.tar.xz
fedora-business-cards-33744f41ee4251e159195f74624c504fca5fe56f.zip
Version 0.2.40.2.4
-rw-r--r--ChangeLog3
-rw-r--r--fedora-business-cards.spec7
-rw-r--r--pavement.py2
3 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 7706a3d..3ad1016 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+* Sun Dec 21 2008 Ian Weller <ianweller@gmail.com> 0.2.4
+Add CMYK PDF as an export option; version 0.2.4.
+
* Sun Dec 14 2008 Ian Weller <ianweller@gmail.com> 0.2.3
Add EPS as an export option; version 0.2.3.
diff --git a/fedora-business-cards.spec b/fedora-business-cards.spec
index c3ef6b8..ed99f96 100644
--- a/fedora-business-cards.spec
+++ b/fedora-business-cards.spec
@@ -1,7 +1,7 @@
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: fedora-business-cards
-Version: 0.2.3
+Version: 0.2.4
Release: 1%{?dist}
Summary: The Fedora business card generator
@@ -13,7 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: python-devel python-paver python-setuptools python-iniparse
-Requires: mgopen-fonts inkscape PyXML python-iniparse pygpgme python-fedora
+Requires: mgopen-fonts inkscape PyXML python-iniparse pygpgme python-fedora ghostscript
%description
@@ -49,6 +49,9 @@ rm -rf %{buildroot}
%changelog
+* Sun Dec 21 2008 Ian Weller <ianweller@gmail.com> 0.2.4-1
+- Add CMYK PDF as an export option
+
* Sun Dec 14 2008 Ian Weller <ianweller@gmail.com> 0.2.3-1
- Add EPS as an export option
diff --git a/pavement.py b/pavement.py
index 3e6d126..f0e6b31 100644
--- a/pavement.py
+++ b/pavement.py
@@ -6,7 +6,7 @@ import paver.path
options(
setup=Bunch(
name="fedora-business-cards",
- version="0.2.3",
+ version="0.2.4",
description="A generator for Fedora contributor business cards",
packages=["fedora_business_cards", "fedora_business_cards.frontend"],
author="Ian Weller",