- Autorebuild for GCC 4.3

This commit is contained in:
Jesse Keating 2008-02-20 02:59:56 +00:00
parent be5255140a
commit 52161c6b95

View File

@ -1,6 +1,6 @@
Name: perl-PadWalker
Version: 1.6
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Play with other peoples' lexical variables
License: GPL+ or Artistic
Group: Development/Libraries
@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.6-2
- Autorebuild for GCC 4.3
* Mon Jan 28 2008 Steven Pritchard <steve@kspei.com> 1.6-1
- Update to 1.6.
- Use fixperms macro instead of our own chmod incantation.