Merge branch 'master' of ssh://pkgs.fedoraproject.org/make

Conflicts:
	make.spec
This commit is contained in:
Petr Machata 2011-11-03 10:35:26 +01:00
commit d15338db67
1 changed files with 5 additions and 2 deletions

View File

@ -3,7 +3,7 @@ Summary: A GNU tool which simplifies the build process for users
Name: make
Epoch: 1
Version: 3.82
Release: 7%{?dist}
Release: 8%{?dist}
License: GPLv2+
Group: Development/Tools
URL: http://www.gnu.org/software/make/
@ -90,10 +90,13 @@ fi
%{_infodir}/*.info*
%changelog
* Thu Nov 3 2011 Petr Machata <pmachata@redhat.com> - 1:3.82-7
* Thu Nov 3 2011 Petr Machata <pmachata@redhat.com> - 1:3.82-8
- Add a patch for preserving -j across Makefile rebuild
- Resolves: #698702
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.82-7
- Rebuilt for glibc bug#747377
* Tue May 12 2011 Lubomir Rintel <lkundrak@v3.sk> - 1:3.82-6
- Fix free-after-use with nested assignments (#703104)