From 8a150366d12a4cfb29628dad4caf166fd8bdf36d Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Mon, 27 Jun 2011 11:16:04 -0400 Subject: [PATCH] Fix a couple Makefile typos. (clumens) typo fix (vpodzime) option for wpa wifi connection specification added (vpodzime) Update Makefiles to work with new translation system. (clumens) BuildRequires transifex-client. (clumens) Ignore po/*.po files. (clumens) Remove translation files. (clumens) Add transifex-client configuration file. (clumens) Fix po files so "msgfmt -c" passes and they can be uploaded to transifex. (clumens) --- .gitignore | 1 + pykickstart.spec | 14 +++++++++++++- sources | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index af82a4b..707234f 100644 --- a/.gitignore +++ b/.gitignore @@ -72,3 +72,4 @@ pykickstart-1.78.tar.gz /pykickstart-1.82.tar.gz /pykickstart-1.83.tar.gz /pykickstart-1.99.0.tar.gz +/pykickstart-1.99.1.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index 7e921cd..b923fe1 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -3,7 +3,7 @@ Summary: A python library for manipulating kickstart files Name: pykickstart Url: http://fedoraproject.org/wiki/pykickstart -Version: 1.99.0 +Version: 1.99.1 Release: 1%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. Thus the source is only available from @@ -15,6 +15,7 @@ Group: System Environment/Libraries BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel, gettext, python-setuptools-devel +BuildRequires: transifex-client Requires: python, python-urlgrabber %description @@ -45,6 +46,17 @@ rm -rf %{buildroot} %{_bindir}/ksverdiff %changelog +* Mon Jun 27 2011 Chris Lumens - 1.99.1-1 +- Fix a couple Makefile typos. (clumens) +- typo fix (vpodzime) +- option for wpa wifi connection specification added (vpodzime) +- Update Makefiles to work with new translation system. (clumens) +- BuildRequires transifex-client. (clumens) +- Ignore po/*.po files. (clumens) +- Remove translation files. (clumens) +- Add transifex-client configuration file. (clumens) +- Fix po files so "msgfmt -c" passes and they can be uploaded to transifex. (clumens) + * Tue Jun 07 2011 Chris Lumens 1.99.0-1 - Add a way to tell how often a section has been handled. (clumens) - Add a NullSection that just ignores any section provided. (clumens) diff --git a/sources b/sources index ab25eb8..809371d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bcd8fdde8d0d3ac0a211e73209541278 pykickstart-1.99.0.tar.gz +0d89146466579dfce8147b48fb7a7cbb pykickstart-1.99.1.tar.gz