diff --git a/make.spec b/make.spec index 173e422..7c50ea7 100644 --- a/make.spec +++ b/make.spec @@ -2,7 +2,7 @@ Summary: A GNU tool which simplifies the build process for users. Name: make Epoch: 1 Version: 3.80 -Release: 9 +Release: 10 License: GPL Group: Development/Tools URL: http://www.gnu.org/software/make/ @@ -13,7 +13,8 @@ Patch3: make-3.80-cvs.patch Patch4: make-3.80-j8k.patch Patch5: make-3.80-getcwd.patch Patch6: make-3.80-err-reporting.patch -Patch7: make-3.80-memory-1.patch +#Patch7: make-3.80-memory-1.patch #buggy, fixed in memory-2.patch +Patch7: make-3.80-memory-2.patch Prereq: /sbin/install-info Prefix: %{_prefix} Buildroot: %{_tmppath}/%{name}-root @@ -85,9 +86,12 @@ fi %{_infodir}/*.info* %changelog +* Mon Feb 02 2006 Petr Machata 3.80-10 +- H.J. Lu caught a typo in the patch and provided a new one. (#175376) + * Mon Jan 09 2006 Petr Machata 3.80-9 -- Applied patch from hongjiu.lu@intel.com. Somehow reduces make's - enormous memory consumption. (#175376) +- Applied patch from H.J. Lu. Somehow reduces make's enormous memory + consumption. (#175376) * Fri Dec 09 2005 Jesse Keating - rebuilt