From e814d1611aac0b52632f6d11aafda16f6b60d536 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Tue, 23 Mar 2010 14:02:31 -0500 Subject: 0.4.2 release --- ChangeLog | 21 +++++++++++++++++++++ NEWS | 7 +++++++ configure.ac | 2 +- fedora-packager.spec | 26 ++++++++++++++++++++------ 4 files changed, 49 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7dc8386..064ad02 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,25 +1,46 @@ +* Dennis Gilmore - 0.4.2 +- adds missing fedora_cert. in fedora-packager-setup bz#573941 +- Require python-argparse for fedpkg bz#574206 +- Require make and openssh-clients bz#542209 +- Patch to make cvs checkouts more robust bz#569954 + +* Dennis Gilmore - 0.4.1 +- add a missing "import sys" from fedora-cert bz#570370 +- Require GitPython for fedpkg + +* Dennis Gilmore - 0.4.0-1 +- add fedpkg +- make a fedora_cert python library +- add basic date check for certs + * Jesse Keating - 0.3.8 - add fedora-hosted + * Dennis Gilmore - 0.3.7 - make sure user_cert is defined before refrencing it in fedora-cvs.py + * Dennis Gilmore - 0.3.6 - default to annonymous checkout when there is no user cert RH BZ#514108 - quote the passed arcuments to rpmbuild to make sure args get passed correctly RH BZ#513269 + * Dennis Gilmore - 0.3.5 - script for doing svn checkouts - add rpmbuild-md5 - download usercerts + * Dennis Gilmore - 0.3.1 - allow annonymouse cvs checkouts - always get new ca certs * Dennis Gilmore - 0.3.0 - use pyOpenSSL to determine username - make sure cert is valid + * Dennis Gilmore - 0.2.0 - fedora-cvs now allows checking out multiple modules - update urls for fedorahosted - update for fas2 + * Dennis Gilmore - 0.1 - Initial release we have a comps group - fedora-packager-setup.sh and fedora-cvs diff --git a/NEWS b/NEWS index 7678d6c..8689abf 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +Mar 23 2010 +0.4.2 minor bugfix release +adds missing fedora_cert. in fedora-packager-setup bz#573941 +Require python-argparse for fedpkg bz#574206 +Require make and openssh-clients bz#542209 +Patch to make cvs checkouts more robust bz#569954 + Jan 05 2010 Moved repo to git work started by Jesse on fedpkg as a replacement for the old Makefiles diff --git a/configure.ac b/configure.ac index 04c58ad..12a0a69 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([fedora-packager], [0.4.1]) +AC_INIT([fedora-packager], [0.4.2]) AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip]) AM_PATH_PYTHON(,, [:]) AM_CONDITIONAL([HAVE_PYTHON], [test "$PYTHON" != :]) diff --git a/fedora-packager.spec b/fedora-packager.spec index 5e85ba6..67564fe 100644 --- a/fedora-packager.spec +++ b/fedora-packager.spec @@ -3,8 +3,8 @@ %endif Name: fedora-packager -Version: 0.4.0 -Release: 0.1%{?dist} +Version: 0.4.2 +Release: 1%{?dist} Summary: Tools for setting up a fedora maintainer environment Group: Applications/Productivity @@ -16,10 +16,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel Requires: koji bodhi-client Requires: rpm-build rpmdevtools rpmlint -Requires: mock cvs curl wget +Requires: mock cvs curl wget make openssh-clients Requires: pyOpenSSL python-pycurl Requires: redhat-rpm-config Requires: python-offtrac +Requires: GitPython python-argparse BuildArch: noarch @@ -51,9 +52,22 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/fedora_cert %changelog -* Thu Feb 18 2010 Dennis Gilmore - 0.4.0-0.1 -- test build for 0.4.0 -- adds libraries for fedpkg and fedora_cert +* Tue Mar 23 2010 Dennis Gilmore - 0.4.2-1 +- update to 0.4.2 +- adds missing fedora_cert. in fedora-packager-setup bz#573941 +- Require python-argparse for fedpkg bz#574206 +- Require make and openssh-clients bz#542209 +- Patch to make cvs checkouts more robust bz#569954 + +* Wed Mar 03 2010 Dennis Gilmore - 0.4.1-1 +- update to 0.4.1 +- adds a missing "import sys" from fedora-cert bz#570370 +- Require GitPython for fedpkg + +* Fri Feb 26 2010 Dennis Gilmore - 0.4.0-1 +- update to 0.4.0 adds fedpkg +- make a fedora_cert python library +- add basic date check for certs * Tue Aug 04 2009 Jesse Keating - 0.3.8-1 - Add fedora-hosted and require offtrac -- cgit