--- rpms/plague/contribs8/plague.spec 2008/09/08 13:40:51 1.4 +++ rpms/plague/contribs8/plague.spec 2008/09/08 13:54:04 1.5 @@ -2,12 +2,13 @@ BuildArch: noarch Summary: Distributed build system for RPMs Name: plague -Version: 0.4.5.3 -Release: 1%{?dist} +Version: 0.4.5.4 +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 +80,8 @@ the interface to the build server. %prep %setup -q +%patch0 -p1 -b .extras +find www -name \*.extras | xargs rm %build @@ -165,6 +168,13 @@ fi %changelog +* Sun Sep 7 2008 Michael Schwendt - 0.4.5.4-1.extras +- update to 0.4.5.4 and update pushscript-extras patch + +* Sun Sep 7 2008 Michael Schwendt - 0.4.5.3-2.extras +- add the optional pushscript-extras patch +- 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