--- rpms/plague/contribs8/plague.spec 2008/09/08 13:40:51 1.4 +++ rpms/plague/contribs8/plague.spec 2008/10/06 00:17:17 1.7 @@ -1,13 +1,18 @@ +# $Id: plague.spec,v 1.6 2008/09/09 20:10:09 slords Exp $ +# Authority: slords +# Name: Shad L. Lords + BuildArch: noarch Summary: Distributed build system for RPMs Name: plague -Version: 0.4.5.3 -Release: 1%{?dist} +Version: 0.4.5.6 +Release: 1%{?dist}.1 License: GPLv2+ Group: Development/Tools #Source: http://fedoraproject.org/projects/plague/releases/%{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2 +Patch0: plague-0.4.5.4-pushscript-extras.patch URL: http://www.fedoraproject.org/wiki/Projects/Plague BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python @@ -79,6 +84,7 @@ the interface to the build server. %prep %setup -q +%patch0 -p1 %build @@ -165,6 +171,24 @@ fi %changelog +* Sun Oct 5 2008 Shad L. Lords - 0.4.5.6-1.1 +- add the optional pushscript-extras patch + +* Sun Sep 21 2008 Michael Schwendt - 0.4.5.6-1 +- update to 0.4.5.6 + +* Sat Sep 20 2008 Michael Schwendt - 0.4.5.5-2 +- add fix for sqlite's limited ALTER TABLE + +* Mon Sep 8 2008 Michael Schwendt - 0.4.5.5-1 +- update to 0.4.5.5 + +* Sun Sep 07 2008 Michael Schwendt - 0.4.5.4-1 +- update to 0.4.5.4 to make it work with MySQL 5 + +* Sun Sep 7 2008 Michael Schwendt - 0.4.5.3-2 +- fix mod_user in plague-user-manager for sqlite2/3 + * Fri Sep 5 2008 Michael Schwendt - 0.4.5.3-1 - update to 0.4.5.3 for sqlite2 compatibility fixes for Fedora - merge fedora pkg spec changes