This commit is contained in:
Jesse Keating 2009-02-26 10:13:07 +00:00
parent 121c371dba
commit 92cd1bb0c7

View File

@ -1,6 +1,6 @@
Name: pcre Name: pcre
Version: 7.8 Version: 7.8
Release: 1%{?dist} Release: 2%{?dist}
Summary: Perl-compatible regular expression library Summary: Perl-compatible regular expression library
URL: http://www.pcre.org/ URL: http://www.pcre.org/
Source: ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/%{name}-%{version}.tar.bz2 Source: ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/%{name}-%{version}.tar.bz2
@ -97,6 +97,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/*.a %{_libdir}/*.a
%changelog %changelog
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Wed Oct 1 2008 Lubomir Rintel <lkundrak@v3.sk> - 7.8-1 * Wed Oct 1 2008 Lubomir Rintel <lkundrak@v3.sk> - 7.8-1
- Update to 7.8, drop upstreamed patches - Update to 7.8, drop upstreamed patches
- Fix destination of documentation (#427763) - Fix destination of documentation (#427763)