Blame SPECS/pcre.spec

8ec51b
# Is this a stable/testing release:
8ec51b
#%%global rcversion RC1
8ec51b
Name:       pcre
8ec51b
Version:    8.42
8ec51b
Release:    %{?rcversion:0.}4%{?rcversion:.%rcversion}%{?dist}
8ec51b
%global myversion %{version}%{?rcversion:-%rcversion}
8ec51b
Summary:    Perl-compatible regular expression library
8ec51b
## Source package only:
8ec51b
# INSTALL:                  FSFAP
8ec51b
# install-sh:               MIT and Public Domain
8ec51b
# ltmain.sh:                (GPLv2+ or BSD) and (GPLv3+ or MIT)
8ec51b
# missing:                  GPLv2+ or BSD
8ec51b
# compile:                  GPLv2+ or BSD
8ec51b
# config.sub:               GPLv3+ or BSD
8ec51b
# m4/ax_pthread.m4:         GPLv3+ with exception
8ec51b
# m4/libtool.m4:            GPLv2+ or BSD
8ec51b
# m4/ltversion.m4:          FSFULLR
8ec51b
# m4/pcre_visibility.m4:    FSFULLR
8ec51b
# m4/lt~obsolete.m4:        FSFULLR
8ec51b
# m4/ltsugar.m4:            FSFULLR
8ec51b
# m4/ltoptions.m4:          FSFULLR
8ec51b
# aclocal.m4:               (GPLv2+ or BSD) and FSFULLR 
8ec51b
# Makefile.in:              FSFULLR
8ec51b
# configure:                FSFUL
8ec51b
# test-driver:              GPLv2+ with exception
8ec51b
# testdata:                 Public Domain (see LICENSE file)
8ec51b
## Binary packages:
8ec51b
# other files:              BSD
8ec51b
License:    BSD
8ec51b
URL:        http://www.pcre.org/
8ec51b
Source:     ftp://ftp.csx.cam.ac.uk/pub/software/programming/%{name}/%{?rcversion:Testing/}%{name}-%{myversion}.tar.bz2
8ec51b
# Upstream thinks RPATH is a good idea.
8ec51b
Patch0:     pcre-8.21-multilib.patch
8ec51b
# Refused by upstream, bug #675477
8ec51b
Patch1:     pcre-8.32-refused_spelling_terminated.patch
8ec51b
# Fix recursion stack estimator, upstream bug #2173, refused by upstream
8ec51b
Patch2:     pcre-8.41-fix_stack_estimator.patch
8ec51b
# Fix handling UTF and start-of-pattern options in C++ wrapper,
8ec51b
# upstream bug #2283, in upstream after 8.42
8ec51b
Patch3:     pcre-8.42-Fix-two-C-wrapper-bugs-unnoticed-for-years.patch
8ec51b
# Fix an error message and locale handling in pcregrep tool,
8ec51b
# in upstream after 8.42
8ec51b
Patch4:     pcre-8.42-Fix-typos-in-pcrgrep.patch
8ec51b
# Fix autopossessifying a repeated negative class with no characters less than
8ec51b
# 256 that is followed by a positive class with only characters less than 256,
8ec51b
# bug #1619228, upstream bug #2300, in upstream after 8.42
8ec51b
Patch5:     pcre-8.42-Fix-bad-auto-possessify-for-certain-classes.patch
8ec51b
# Fix anchoring in conditionals with only one branch, bug #1619228,
8ec51b
# upstream bug #2307, in upstream after 8.42
8ec51b
Patch6:     pcre-8.42-Fix-anchoring-bug-in-conditional-subexpression.patch
8ec51b
BuildRequires:  readline-devel
8ec51b
BuildRequires:  autoconf
8ec51b
BuildRequires:  automake
8ec51b
BuildRequires:  coreutils
8ec51b
BuildRequires:  gcc
8ec51b
BuildRequires:  gcc-c++
8ec51b
BuildRequires:  glibc-common
8ec51b
BuildRequires:  libtool
8ec51b
BuildRequires:  make
8ec51b
# perl not used because config.h.generic is pregenerated
8ec51b
# Tests:
8ec51b
BuildRequires:  bash
8ec51b
BuildRequires:  diffutils
8ec51b
BuildRequires:  grep
8ec51b
8ec51b
%description
8ec51b
PCRE, Perl-compatible regular expression, library has its own native API, but
8ec51b
a set of wrapper functions that are based on the POSIX API are also supplied
8ec51b
in the libpcreposix library. Note that this just provides a POSIX calling
8ec51b
interface to PCRE: the regular expressions themselves still follow Perl syntax
8ec51b
and semantics. This package provides support for strings in 8-bit and UTF-8
8ec51b
encodings. Detailed change log is provided by %{name}-doc package.
8ec51b
8ec51b
%package utf16
8ec51b
Summary:    UTF-16 variant of PCRE
8ec51b
Conflicts:  %{name}%{?_isa} < 8.38-12
8ec51b
8ec51b
%description utf16
8ec51b
This is Perl-compatible regular expression library working on UTF-16 strings.
8ec51b
Detailed change log is provided by %{name}-doc package.
8ec51b
8ec51b
%package utf32
8ec51b
Summary:    UTF-32 variant of PCRE
8ec51b
Conflicts:  %{name}%{?_isa} < 8.38-12
8ec51b
8ec51b
%description utf32
8ec51b
This is Perl-compatible regular expression library working on UTF-32 strings.
8ec51b
Detailed change log is provided by %{name}-doc package.
8ec51b
8ec51b
%package cpp
8ec51b
Summary:    C++ bindings for PCRE
8ec51b
Requires:   %{name}%{?_isa} = %{version}-%{release}
8ec51b
8ec51b
%description cpp
8ec51b
This is C++ bindings for the Perl-compatible regular expression library.
8ec51b
Detailed change log is provided by %{name}-doc package.
8ec51b
8ec51b
%package doc
8ec51b
Summary:    Change log for %{name}
8ec51b
BuildArch:  noarch
8ec51b
8ec51b
%description doc
8ec51b
These are large documentation files about PCRE.
8ec51b
8ec51b
%package devel
8ec51b
Summary:    Development files for %{name}
8ec51b
Requires:   %{name}%{?_isa} = %{version}-%{release}
8ec51b
Requires:   %{name}-cpp%{?_isa} = %{version}-%{release}
8ec51b
Requires:   %{name}-utf16%{?_isa} = %{version}-%{release}
8ec51b
Requires:   %{name}-utf32%{?_isa} = %{version}-%{release}
8ec51b
8ec51b
%description devel
8ec51b
Development files (Headers, libraries for dynamic linking, etc) for %{name}.
8ec51b
8ec51b
%package static
8ec51b
Summary:    Static library for %{name}
8ec51b
Requires:   %{name}-devel%{_isa} = %{version}-%{release}
8ec51b
8ec51b
%description static
8ec51b
Library for static linking for %{name}.
8ec51b
8ec51b
%package tools
8ec51b
Summary:    Auxiliary utilities for %{name}
8ec51b
Requires:   %{name}%{_isa} = %{version}-%{release}
8ec51b
8ec51b
%description tools
8ec51b
Utilities demonstrating PCRE capabilities like pcregrep or pcretest.
8ec51b
8ec51b
%prep
8ec51b
%setup -q -n %{name}-%{myversion}
8ec51b
# Get rid of rpath
8ec51b
%patch0 -p1
8ec51b
%patch1 -p1
8ec51b
%patch2 -p2
8ec51b
%patch3 -p1
8ec51b
%patch4 -p1
8ec51b
%patch5 -p1
8ec51b
%patch6 -p1
8ec51b
# Because of rpath patch
8ec51b
libtoolize --copy --force
8ec51b
autoreconf -vif
8ec51b
# One contributor's name is non-UTF-8
8ec51b
for F in ChangeLog; do
8ec51b
    iconv -f latin1 -t utf8 "$F" >"${F}.utf8"
8ec51b
    touch --reference "$F" "${F}.utf8"
8ec51b
    mv "${F}.utf8" "$F"
8ec51b
done
8ec51b
8ec51b
%build
8ec51b
# There is a strict-aliasing problem on PPC64, bug #881232
8ec51b
%ifarch ppc64
8ec51b
%global optflags %{optflags} -fno-strict-aliasing
8ec51b
%endif
8ec51b
%configure \
8ec51b
%ifarch s390 s390x sparc64 sparcv9 riscv64
8ec51b
    --disable-jit \
8ec51b
%else
8ec51b
    --enable-jit \
8ec51b
%endif
8ec51b
    --enable-pcretest-libreadline \
8ec51b
    --enable-utf \
8ec51b
    --enable-unicode-properties \
8ec51b
    --enable-pcre8 \
8ec51b
    --enable-pcre16 \
8ec51b
    --enable-pcre32 \
8ec51b
    --disable-silent-rules
8ec51b
make %{?_smp_mflags}
8ec51b
8ec51b
%install
8ec51b
make install DESTDIR=$RPM_BUILD_ROOT
8ec51b
# Get rid of unneeded *.la files
8ec51b
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
8ec51b
# These are handled by %%doc in %%files
8ec51b
rm -rf $RPM_BUILD_ROOT%{_docdir}/pcre
8ec51b
8ec51b
%check
8ec51b
%ifarch s390 s390x ppc
8ec51b
# larger stack is needed on s390, ppc
8ec51b
ulimit -s 10240
8ec51b
%endif
8ec51b
make %{?_smp_mflags} check VERBOSE=yes
8ec51b
8ec51b
%ldconfig_scriptlets
8ec51b
%ldconfig_scriptlets utf16
8ec51b
%ldconfig_scriptlets utf32
8ec51b
%ldconfig_scriptlets cpp
8ec51b
8ec51b
%files
8ec51b
%{_libdir}/libpcre.so.*
8ec51b
%{_libdir}/libpcreposix.so.*
8ec51b
%{!?_licensedir:%global license %%doc}
8ec51b
%license COPYING LICENCE
8ec51b
%doc AUTHORS NEWS
8ec51b
8ec51b
%files utf16
8ec51b
%{_libdir}/libpcre16.so.*
8ec51b
%license COPYING LICENCE
8ec51b
%doc AUTHORS NEWS
8ec51b
8ec51b
%files utf32
8ec51b
%{_libdir}/libpcre32.so.*
8ec51b
%license COPYING LICENCE
8ec51b
%doc AUTHORS NEWS
8ec51b
8ec51b
%files cpp
8ec51b
%{_libdir}/libpcrecpp.so.*
8ec51b
8ec51b
%files doc
8ec51b
%doc ChangeLog
8ec51b
8ec51b
%files devel
8ec51b
%{_libdir}/*.so
8ec51b
%{_libdir}/pkgconfig/*
8ec51b
%{_includedir}/*.h
8ec51b
%{_mandir}/man1/pcre-config.*
8ec51b
%{_mandir}/man3/*
8ec51b
%{_bindir}/pcre-config
8ec51b
%doc doc/*.txt doc/html
8ec51b
%doc README HACKING pcredemo.c
8ec51b
8ec51b
%files static
8ec51b
%{_libdir}/*.a
8ec51b
%{!?_licensedir:%global license %%doc}
8ec51b
%license COPYING LICENCE
8ec51b
8ec51b
%files tools
8ec51b
%{_bindir}/pcregrep
8ec51b
%{_bindir}/pcretest
8ec51b
%{_mandir}/man1/pcregrep.*
8ec51b
%{_mandir}/man1/pcretest.*
8ec51b
8ec51b
%changelog
8ec51b
* Mon Sep 03 2018 Petr Pisar <ppisar@redhat.com> - 8.42-4
8ec51b
- Fix anchoring in conditionals with only one branch (bug #1619228)
8ec51b
8ec51b
* Mon Aug 20 2018 Petr Pisar <ppisar@redhat.com> - 8.42-3
8ec51b
- Fix autopossessifying a repeated negative class with no characters less than
8ec51b
  256 that is followed by a positive class with only characters less than 256
8ec51b
  (bug #1619228)
8ec51b
8ec51b
* Thu Jun 28 2018 Petr Pisar <ppisar@redhat.com> - 8.42-2
8ec51b
- Fix handling UTF and start-of-pattern options in C++ wrapper
8ec51b
  (upstream bug #2283)
8ec51b
- Fix an error message and locale handling in pcregrep tool
8ec51b
8ec51b
* Tue Mar 20 2018 Petr Pisar <ppisar@redhat.com> - 8.42-1
8ec51b
- 8.42 bump
8ec51b
8ec51b
* Mon Feb 26 2018 Petr Pisar <ppisar@redhat.com> - 8.42-0.2.RC1
8ec51b
- Fix compiler warnings in pcregrep
8ec51b
8ec51b
* Fri Feb 23 2018 Petr Pisar <ppisar@redhat.com> - 8.42-0.1.RC1
8ec51b
- 8.42-RC1 bump
8ec51b
8ec51b
* Tue Feb 20 2018 Petr Pisar <ppisar@redhat.com> - 8.41-6
8ec51b
- Fix returning unset groups in POSIX interface if REG_STARTEND has a non-zero
8ec51b
  starting offset (upstream bug #2244)
8ec51b
8ec51b
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 8.41-5.2
8ec51b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
8ec51b
8ec51b
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 8.41-5.1
8ec51b
- Switch to %%ldconfig_scriptlets
8ec51b
8ec51b
* Tue Jan 30 2018 Petr Pisar <ppisar@redhat.com> - 8.41-5
8ec51b
- Fix out-of-bounds read for partial matching of /./ against an empty string
8ec51b
  when the newline type is CRLF (upstream bug #2226)
8ec51b
8ec51b
* Fri Jan 12 2018 Petr Pisar <ppisar@redhat.com> - 8.41-4
8ec51b
- Allow pcregrep match counter to handle values larger than 2147483647
8ec51b
  (upstream bug #2208)
8ec51b
- Fix incorrect first matching character when a backreference with zero minimum
8ec51b
  repeat starts a pattern (upstream bug #2209)
8ec51b
8ec51b
* Thu Nov 02 2017 Petr Pisar <ppisar@redhat.com> - 8.41-3
8ec51b
- Accept files names longer than 128 bytes in recursive mode of pcregrep
8ec51b
  (upstream bug #2177)
8ec51b
8ec51b
* Mon Oct 09 2017 Petr Pisar <ppisar@redhat.com> - 8.41-2
8ec51b
- Fix recursion stack estimator (upstream bug #2173)
8ec51b
8ec51b
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 8.41-1.2
8ec51b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
8ec51b
8ec51b
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 8.41-1.1
8ec51b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
8ec51b
8ec51b
* Fri Jul 07 2017 Petr Pisar <ppisar@redhat.com> - 8.41-1
8ec51b
- 8.41 bump
8ec51b
8ec51b
* Wed Jun 14 2017 Petr Pisar <ppisar@redhat.com> - 8.41-0.1.RC1
8ec51b
- 8.41 RC1 bump
8ec51b
8ec51b
* Fri Apr 21 2017 Petr Pisar <ppisar@redhat.com> - 8.40-7
8ec51b
- Fix a buffer overflow in pcretest tool when copying a string in UTF-32 mode
8ec51b
- Fix CVE-2017-7186 in JIT mode (a crash when finding a Unicode property for
8ec51b
  a character with a code point greater than 0x10ffff in UTF-32 library while
8ec51b
  UTF mode is disabled) (bug #1434504)
8ec51b
8ec51b
* Mon Mar 27 2017 Petr Pisar <ppisar@redhat.com> - 8.40-6
8ec51b
- Fix DFA match for a possessively repeated character class (upstream bug #2086)
8ec51b
8ec51b
* Mon Feb 27 2017 Petr Pisar <ppisar@redhat.com> - 8.40-5
8ec51b
- Fix a crash in pcretest when \O directive was supplied with too big number
8ec51b
  (upstream bug #2044)
8ec51b
- Document pcretest input cannot contain binary zeroes (upstream bug #2045)
8ec51b
- Fix CVE-2017-7244 (a crash when finding a Unicode property for a character
8ec51b
  with a code point greater than 0x10ffff in UTF-32 library while UTF mode is
8ec51b
  disabled) (upstream bug #2052)
8ec51b
8ec51b
* Thu Feb 23 2017 Petr Pisar <ppisar@redhat.com> - 8.40-4
8ec51b
- Fix a crash in pcretest when printing non-ASCII characters
8ec51b
  (upstream bug #2043)
8ec51b
8ec51b
* Tue Feb 21 2017 Petr Pisar <ppisar@redhat.com> - 8.40-3
8ec51b
- Fix parsing comments between quantifiers (upstream bug #2019)
8ec51b
8ec51b
* Tue Feb 14 2017 Petr Pisar <ppisar@redhat.com> - 8.40-2
8ec51b
- Fix pcregrep multi-line matching --only-matching option (upstream bug #1848)
8ec51b
- Fix CVE-2017-6004 (a crash in JIT compilation) (upstream bug #2035)
8ec51b
- Fix a potenial buffer overflow in formatting a pcregrep error message
8ec51b
  (upstream bug #2037)
8ec51b
8ec51b
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 8.40-1.2
8ec51b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
8ec51b
8ec51b
* Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 8.40-1.1
8ec51b
- Rebuild for readline 7.x
8ec51b
8ec51b
* Thu Jan 12 2017 Petr Pisar <ppisar@redhat.com> - 8.40-1
8ec51b
- 8.40 bump
8ec51b
8ec51b
* Mon Dec 12 2016 Petr Pisar <ppisar@redhat.com> - 8.40-0.1.RC1
8ec51b
- 8.40-RC1 bump
8ec51b
8ec51b
* Mon Oct 24 2016 Petr Pisar <ppisar@redhat.com> - 8.39-6
8ec51b
- Document assert capture limitation (upstream bug #1887)
8ec51b
8ec51b
* Wed Oct 19 2016 Petr Pisar <ppisar@redhat.com> - 8.39-5
8ec51b
- Fix internal option documentation in pcrepattern(3) (upstream bug #1875)
8ec51b
- Fix optimization bugs for patterns starting with lookaheads
8ec51b
  (upstream bug #1882)
8ec51b
8ec51b
* Fri Oct 14 2016 Petr Pisar <ppisar@redhat.com> - 8.39-4
8ec51b
- Fix displaying position in pcretest callout with an escape sequence greater
8ec51b
  than \x{ff}
8ec51b
- Fix pcrepattern(3) documentation
8ec51b
- Fix miscopmilation of conditionals when a group name start with "R"
8ec51b
  (upstream bug #1873)
8ec51b
8ec51b
* Tue Aug 30 2016 Petr Pisar <ppisar@redhat.com> - 8.39-3
8ec51b
- Fix register overwite in JIT when SSE2 acceleration is enabled
8ec51b
- Fix matching characters above 255 when a negative character type was used
8ec51b
  without enabled UCP in a positive class (upstream bug #1866)
8ec51b
8ec51b
* Mon Jun 20 2016 Petr Pisar <ppisar@redhat.com> - 8.39-2
8ec51b
- Fix repeated pcregrep output if -o with -M options were used and the match
8ec51b
  extended over a line boundary (upstream bug #1848)
8ec51b
8ec51b
* Tue Jun 14 2016 Petr Pisar <ppisar@redhat.com> - 8.39-1
8ec51b
- 8.39 bump
8ec51b
8ec51b
* Tue May 24 2016 Petr Pisar <ppisar@redhat.com> - 8.39-0.1.RC1
8ec51b
- 8.39-RC1 bump
8ec51b
8ec51b
* Thu Apr 07 2016 Petr Pisar <ppisar@redhat.com> - 8.38-14
8ec51b
- Separate pcre-cpp subpackage for C++ bindings, thanks to Yaakov Selkowitz
8ec51b
  (bug #1324580)
8ec51b
- Correct pcre-devel dependencies
8ec51b
- Remove rich dependency from pcre-doc
8ec51b
8ec51b
* Mon Mar 07 2016 Petr Pisar <ppisar@redhat.com> - 8.38-13
8ec51b
- Remove useless dependencies between UTF variants
8ec51b
8ec51b
* Mon Mar 07 2016 Petr Pisar <ppisar@redhat.com> - 8.38-12
8ec51b
- Move UTF-16 and UTF-32 libraries into pcre-ut16 and pcre-32 subpackages
8ec51b
8ec51b
* Mon Mar 07 2016 Petr Pisar <ppisar@redhat.com> - 8.38-11
8ec51b
- Ship ChangeLog in pcre-doc package
8ec51b
8ec51b
* Sat Mar  5 2016 Peter Robinson <pbrobinson@fedoraproject.org> 8.38-10
8ec51b
- Don't ship ChangeLog, details covered in NEWS
8ec51b
- Ship README in devel as it covers API and build, not general info
8ec51b
8ec51b
* Mon Feb 29 2016 Petr Pisar <ppisar@redhat.com> - 8.38-9
8ec51b
- Fix a non-diagnosis of missing assection after (?(?C) that could corrupt
8ec51b
  process stack (upstream bug #1780)
8ec51b
- Fix a typo in pcre_study()
8ec51b
8ec51b
* Mon Feb 29 2016 Petr Pisar <ppisar@redhat.com> - 8.38-8
8ec51b
- Fix CVE-2016-1283 (a heap buffer overflow in handling of nested duplicate
8ec51b
  named groups with a nested back reference) (bug #1295386)
8ec51b
- Fix a heap buffer overflow in pcretest causing infinite loop when matching
8ec51b
  globally with an ovector less than 2 (bug #1312786)
8ec51b
8ec51b
* Thu Feb 11 2016 Petr Pisar <ppisar@redhat.com> - 8.38-7
8ec51b
- Fix pcretest for expressions with a callout inside a look-behind assertion
8ec51b
  (upstream bug #1783)
8ec51b
- Fix CVE-2016-3191 (workspace overflow for (*ACCEPT) with deeply nested
8ec51b
  parentheses) (upstream bug #1791)
8ec51b
8ec51b
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 8.38-6.1
8ec51b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
8ec51b
8ec51b
* Tue Dec 08 2015 Petr Pisar <ppisar@redhat.com> - 8.38-6
8ec51b
- Fix a crash in pcre_get_substring_list() if the use of \K caused the start
8ec51b
  of the match to be earlier than the end (upstream bug #1744)
8ec51b
8ec51b
* Mon Dec 07 2015 Petr Pisar <ppisar@redhat.com> - 8.38-5
8ec51b
- Fix possible crash in pcre_copy_named_substring() if a named substring has
8ec51b
  number greater than the space in the ovector (upstream bug #1741)
8ec51b
- Fix a buffer overflow when compiling an expression with named groups with
8ec51b
  a group that reset capture numbers (upstream bug #1742)
8ec51b
8ec51b
* Fri Dec 04 2015 Petr Pisar <ppisar@redhat.com> - 8.38-4
8ec51b
- Fix compiling expressions with global extended modifier that is disabled by
8ec51b
  local no-extended option at the start of the expression just after
8ec51b
  a whitespace
8ec51b
8ec51b
* Tue Dec 01 2015 Petr Pisar <ppisar@redhat.com> - 8.38-3
8ec51b
- Fix compiling expressions with negated classes in UCP mode
8ec51b
  (upstream bug #1732)
8ec51b
- Fix compiling expressions with an isolated \E between an item and its
8ec51b
  qualifier with auto-callouts (upstream bug #1724)
8ec51b
- Fix crash in regexec() if REG_STARTEND option is set and pmatch argument is
8ec51b
  NULL (upstream bug #1727)
8ec51b
- Fix a stack overflow when formatting a 32-bit integer in pcregrep tool
8ec51b
  (upstream bug #1728)
8ec51b
- Fix compiling expressions with an empty \Q\E sequence between an item and
8ec51b
  its qualifier with auto-callouts (upstream bug #1735)
8ec51b
8ec51b
* Fri Nov 27 2015 Petr Pisar <ppisar@redhat.com> - 8.38-2
8ec51b
- Fix compiling comments with auto-callouts
8ec51b
8ec51b
* Tue Nov 24 2015 Petr Pisar <ppisar@redhat.com> - 8.38-1
8ec51b
- 8.38 bump
8ec51b
8ec51b
* Wed Nov 18 2015 Petr Pisar <ppisar@redhat.com> - 8.38-0.2.RC1
8ec51b
- Fix crash when compiling an expression with long (*MARK) or (*THEN) names
8ec51b
- Fix compiling a POSIX character class followed by a single ASCII character
8ec51b
  in a class item while UCP mode is active (upstream bug #1717)
8ec51b
- Fix mismatching characters in the range 128-255 against [:punct:] in UCP
8ec51b
  mode (upstream bug #1718)
8ec51b
8ec51b
* Thu Oct 29 2015 Petr Pisar <ppisar@redhat.com> - 8.38-0.1.RC1
8ec51b
- 8.38-RC1 bump
8ec51b
8ec51b
* Mon Oct 12 2015 Petr Pisar <ppisar@redhat.com> - 8.37-5
8ec51b
- Fix compiling classes with a negative escape and a property escape
8ec51b
  (upstream bug #1697)
8ec51b
8ec51b
* Tue Aug 25 2015 Petr Pisar <ppisar@redhat.com> - 8.37-4
8ec51b
- Fix CVE-2015-8381 (a heap overflow when compiling certain expression with
8ec51b
  named references) (bug #1256452)
8ec51b
8ec51b
* Thu Aug 06 2015 Petr Pisar <ppisar@redhat.com> - 8.37-3
8ec51b
- Fix a buffer overflow with duplicated named groups with a reference between
8ec51b
  their definition, with a group that reset capture numbers
8ec51b
- Fix a buffer overflow with a forward reference by name to a group whose
8ec51b
  number is the same as the current group
8ec51b
- Fix CVE-2015-8385 (a buffer overflow with duplicated named groups and an
8ec51b
  occurrence of "(?|") (bug #1250946)
8ec51b
8ec51b
* Wed Jul 01 2015 Petr Pisar <ppisar@redhat.com> - 8.37-2
8ec51b
- Fix CVE-2015-3210 (heap overflow when compiling an expression with named
8ec51b
  recursive back reference and the name is duplicated) (bug #1236659)
8ec51b
- Fix CVE-2015-5073 (heap overflow when compiling an expression with an
8ec51b
  forward reference within backward asserion with excessive closing
8ec51b
  paranthesis) (bug #1237224)
8ec51b
8ec51b
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.37-1.1
8ec51b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
8ec51b
8ec51b
* Tue Apr 28 2015 Petr Pisar <ppisar@redhat.com> - 8.37-1
8ec51b
- 8.37 bump
8ec51b
8ec51b
* Thu Apr 23 2015 Petr Pisar <ppisar@redhat.com> - 8.37-0.2.RC1
8ec51b
- Fix static linking (bug #1214494)
8ec51b
- Package pcredemo.c as a documentation for pcre-devel
8ec51b
- Fix JIT on AArch64
8ec51b
8ec51b
* Wed Apr 22 2015 Petr Pisar <ppisar@redhat.com> - 8.37-0.1.RC1
8ec51b
- 8.37 RC1 bump
8ec51b
8ec51b
* Thu Apr 09 2015 Petr Pisar <ppisar@redhat.com> - 8.36-5
8ec51b
- Fix computing size for pattern with a negated special calss in on-UCP mode
8ec51b
  (bug #1210383)
8ec51b
- Fix compilation of a pattern with mutual recursion nested inside other group
8ec51b
  (bug #1210393)
8ec51b
- Fix compilation of a parenthesized comment (bug #1210410)
8ec51b
- Fix compliation of mutual recursion inside a lookbehind assertion
8ec51b
  (bug #1210417)
8ec51b
- Fix pcregrep loop when \K is used in a lookbehind assertion (bug #1210423)
8ec51b
- Fix pcretest loop when \K is used in a lookbehind assertion (bug #1210423)
8ec51b
- Fix backtracking for \C\X* in UTF-8 mode (bug #1210576)
8ec51b
8ec51b
* Thu Mar 26 2015 Petr Pisar <ppisar@redhat.com> - 8.36-4
8ec51b
- Fix computing size of JIT read-only data (bug #1206131)
8ec51b
8ec51b
* Thu Feb 19 2015 David Tardon <dtardon@redhat.com> - 8.36-3.1
8ec51b
- rebuild for C++ stdlib API changes in gcc5
8ec51b
8ec51b
* Thu Nov 20 2014 Petr Pisar <ppisar@redhat.com> - 8.36-3
8ec51b
- Fix CVE-2014-8964 (unused memory usage on zero-repeat assertion condition)
8ec51b
  (bug #1165626)
8ec51b
8ec51b
* Fri Nov 07 2014 Petr Pisar <ppisar@redhat.com> - 8.36-2
8ec51b
- Reset non-matched groups within capturing group up to forced match
8ec51b
  (bug #1161587)
8ec51b
8ec51b
* Tue Oct 07 2014 Petr Pisar <ppisar@redhat.com> - 8.36-1
8ec51b
- 8.36 bump
8ec51b
8ec51b
* Tue Sep 16 2014 Petr Pisar <ppisar@redhat.com> - 8.36-0.1.RC1
8ec51b
- 8.36 RC1 bump
8ec51b
- Enable JIT on aarch64
8ec51b
8ec51b
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.35-6.1
8ec51b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
8ec51b
8ec51b
* Mon Aug 11 2014 Petr Pisar <ppisar@redhat.com> - 8.35-6
8ec51b
- Fix compile-time loop for recursive reference within a group with an
8ec51b
  indefinite repeat (bug #1128577)
8ec51b
8ec51b
* Wed Jul 30 2014 Tom Callaway <spot@fedoraproject.org> - 8.35-5
8ec51b
- fix license handling
8ec51b
8ec51b
* Mon Jul 14 2014 Petr Pisar <ppisar@redhat.com> - 8.35-4
8ec51b
- Fix empty-matching possessive zero-repeat groups in interpreted mode
8ec51b
  (bug #1119241)
8ec51b
- Fix memory leaks in pcregrep (bug #1119257)
8ec51b
- Fix compiler crash for zero-repeated groups with a recursive back reference
8ec51b
  (bug #1119272)
8ec51b
8ec51b
* Thu Jun 19 2014 Petr Pisar <ppisar@redhat.com> - 8.35-3
8ec51b
- Fix bad starting data when char with more than one other case follows
8ec51b
  circumflex in multiline UTF mode (bug #1110620)
8ec51b
- Fix not including VT in starting characters for \s if pcre_study() is used
8ec51b
  (bug #1111045)
8ec51b
- Fix character class with a literal quotation (bug #1111054)
8ec51b
8ec51b
* Fri Jun 06 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.35-2.1
8ec51b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
8ec51b
8ec51b
* Fri Apr 11 2014 Petr Pisar <ppisar@redhat.com> - 8.35-2
8ec51b
- Do no rely on wrapping signed integer while parsing {min,max} expression
8ec51b
  (bug #1086630)
8ec51b
8ec51b
* Wed Apr 09 2014 Petr Pisar <ppisar@redhat.com> - 8.35-1
8ec51b
- 8.35 bump
8ec51b
- Run tests in parallel
8ec51b
8ec51b
* Fri Mar 14 2014 Petr Pisar <ppisar@redhat.com> - 8.35-0.1.RC1
8ec51b
- 8.35-RC1 bump
8ec51b
8ec51b
* Tue Mar 11 2014 Petr Pisar <ppisar@redhat.com> - 8.34-4
8ec51b
- Fix max/min quantifiers in ungreedy mode (bug #1074500)
8ec51b
8ec51b
* Tue Jan 21 2014 Dan Horák <dan[at]danny.cz> - 8.34-3
8ec51b
- enlarge stack for tests on s390x
8ec51b
8ec51b
* Thu Jan 09 2014 Petr Pisar <ppisar@redhat.com> - 8.34-2
8ec51b
- Fix jitted range check (bug #1048097)
8ec51b
8ec51b
* Mon Dec 16 2013 Petr Pisar <ppisar@redhat.com> - 8.34-1
8ec51b
- 8.34 bump
8ec51b
8ec51b
* Wed Oct 16 2013 Petr Pisar <ppisar@redhat.com> - 8.33-3
8ec51b
- Disable strict-aliasing on PPC64 (bug #881232)
8ec51b
8ec51b
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.33-2.1
8ec51b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
8ec51b
8ec51b
* Mon Jun 03 2013 Petr Pisar <ppisar@redhat.com> - 8.33-2
8ec51b
- Disable unsupported JIT on aarch64 (bug #969693)
8ec51b
8ec51b
* Thu May 30 2013 Petr Pisar <ppisar@redhat.com> - 8.33-1
8ec51b
- 8.33 bump
8ec51b
8ec51b
* Thu May 16 2013 Petr Pisar <ppisar@redhat.com> - 8.33-0.3.RC1
8ec51b
- Fix passing too small output vector to pcre_dfa_exec (bug #963284)
8ec51b
8ec51b
* Mon May 13 2013 Petr Pisar <ppisar@redhat.com> - 8.33-0.2.RC1
8ec51b
- Fix bad handling of empty lines in pcregrep tool (bug #961789)
8ec51b
- Fix possible pcretest crash with a data line longer than 65536 bytes
8ec51b
8ec51b
* Thu May 02 2013 Petr Pisar <ppisar@redhat.com> - 8.33-0.1.RC1
8ec51b
- 8.33-RC1 bump
8ec51b
8ec51b
* Mon Jan 28 2013 Petr Pisar <ppisar@redhat.com> - 8.32-4
8ec51b
- Fix forward search in JIT when link size is 3 or greater
8ec51b
- Fix buffer over-read in UTF-16 and UTF-32 modes with JIT
8ec51b
8ec51b
* Fri Jan 25 2013 Peter Robinson <pbrobinson@fedoraproject.org> 8.32-3
8ec51b
- Adjust autoreconf to fix FTBFS on F-19
8ec51b
8ec51b
* Mon Jan 07 2013 Petr Pisar <ppisar@redhat.com> - 8.32-2
8ec51b
- Make inter-subpackage dependencies architecture specific (bug #892187)
8ec51b
8ec51b
* Fri Nov 30 2012 Petr Pisar <ppisar@redhat.com> - 8.32-1
8ec51b
- 8.32 bump
8ec51b
8ec51b
* Thu Nov 29 2012 Petr Pisar <ppisar@redhat.com> - 8.32-0.2.RC1
8ec51b
- Inter-depend sub-packages to prevent from mixing different versions
8ec51b
8ec51b
* Tue Nov 13 2012 Petr Pisar <ppisar@redhat.com> - 8.32-0.1.RC1
8ec51b
- 8.32-RC1 bump
8ec51b
8ec51b
* Mon Sep 03 2012 Petr Pisar <ppisar@redhat.com> - 8.31-2
8ec51b
- Set re_nsub in regcomp() properly (bug #853990)
8ec51b
8ec51b
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.31-1.1
8ec51b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
8ec51b
8ec51b
* Fri Jul 13 2012 Petr Pisar <ppisar@redhat.com> - 8.31-1
8ec51b
- 8.31 bump
8ec51b
8ec51b
* Tue Jun 05 2012 Petr Pisar <ppisar@redhat.com> - 8.31-0.1.RC1
8ec51b
- 8.31-RC1 bump
8ec51b
8ec51b
* Sat May 12 2012 Tom Callaway <spot@fedoraproject.org> - 8.30-7
8ec51b
- disable jit for sparcv9 and sparc64
8ec51b
8ec51b
* Fri May 11 2012 Petr Pisar <ppisar@redhat.com> - 8.30-6
8ec51b
- Fix spelling in manual pages (bug #820978)
8ec51b
8ec51b
* Mon Apr 23 2012 Petr Pisar <ppisar@redhat.com> - 8.30-5
8ec51b
- Possessify high ASCII (bug #815217)
8ec51b
- Fix ovector overflow (bug #815214)
8ec51b
8ec51b
* Fri Apr 20 2012 Petr Pisar <ppisar@redhat.com> - 8.30-4
8ec51b
- Possesify \s*\R (bug #813237)
8ec51b
8ec51b
* Thu Apr 05 2012 Petr Pisar <ppisar@redhat.com> - 8.30-3
8ec51b
- Fix look-behind assertion in UTF-8 JIT mode (bug #810314)
8ec51b
8ec51b
* Tue Feb 28 2012 Petr Pisar <ppisar@redhat.com> - 8.30-2
8ec51b
- Remove old libpcre.so.0 from distribution
8ec51b
- Move library to /usr
8ec51b
8ec51b
* Thu Feb 09 2012 Petr Pisar <ppisar@redhat.com> - 8.30-1
8ec51b
- 8.30 bump
8ec51b
- Add old libpcre.so.0 to preserve compatibility temporarily
8ec51b
8ec51b
* Fri Jan 27 2012 Petr Pisar <ppisar@redhat.com> - 8.30-0.1.RC1
8ec51b
- 8.30 Relase candidate 1 with UTF-16 support and *API change*
8ec51b
- Enable UTF-16 variant of PCRE library
8ec51b
- The pcre_info() function has been removed from pcre library.
8ec51b
- Loading compiled pattern does not fix endianity anymore. Instead an errror
8ec51b
  is returned and the application can use pcre_pattern_to_host_byte_order() to
8ec51b
  convert the pattern.
8ec51b
- Surrogates (0xD800---0xDFFF) are forbidden in UTF-8 mode now.
8ec51b
8ec51b
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.21-2.1
8ec51b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
8ec51b
8ec51b
* Mon Jan 02 2012 Petr Pisar <ppisar@redhat.com> - 8.21-2
8ec51b
- Fix unmatched subpattern to not become wildcard (bug #769597)
8ec51b
- Fix NULL pointer derefernce in pcre_free_study() (upstream bug #1186)
8ec51b
8ec51b
* Mon Dec 12 2011 Petr Pisar <ppisar@redhat.com> - 8.21-1
8ec51b
- 8.21 bump
8ec51b
8ec51b
* Thu Dec 08 2011 Karsten Hopp <karsten@redhat.com> 8.21-0.2.RC1
8ec51b
- ppc needs a larger stack similar to s390
8ec51b
8ec51b
* Tue Dec 06 2011 Petr Pisar <ppisar@redhat.com> - 8.21-0.1.RC1
8ec51b
- 8.21-RC1 bump
8ec51b
8ec51b
* Fri Dec 02 2011 Petr Pisar <ppisar@redhat.com> - 8.20-7
8ec51b
- Fix case-less match if cases differ in encoding length (bug #756675)
8ec51b
8ec51b
* Fri Nov 25 2011 Petr Pisar <ppisar@redhat.com> - 8.20-6
8ec51b
- Fix cache-flush in JIT on PPC
8ec51b
8ec51b
* Tue Nov 22 2011 Petr Pisar <ppisar@redhat.com> - 8.20-5
8ec51b
- Fix repeated forward reference (bug #755969)
8ec51b
8ec51b
* Wed Nov 16 2011 Petr Pisar <ppisar@redhat.com> - 8.20-4
8ec51b
- Fix other look-behind regressions
8ec51b
8ec51b
* Tue Nov 15 2011 Petr Pisar <ppisar@redhat.com> - 8.20-3
8ec51b
- Fix look-behind regression in 8.20
8ec51b
8ec51b
* Tue Nov 15 2011 Dan Horák <dan[at]danny.cz> - 8.20-2
8ec51b
- fix build on s390(x) - disable jit and use larger stack for tests
8ec51b
8ec51b
* Fri Oct 21 2011 Petr Pisar <ppisar@redhat.com> - 8.20-1
8ec51b
- 8.20 bump
8ec51b
8ec51b
* Tue Oct 11 2011 Petr Pisar <ppisar@redhat.com> - 8.20-0.1.RC3
8ec51b
- 8.20-RC3 bump
8ec51b
8ec51b
* Fri Sep 23 2011 Petr Pisar <ppisar@redhat.com> - 8.20-0.1.RC2
8ec51b
- 8.20-RC2 bump
8ec51b
8ec51b
* Mon Sep 12 2011 Petr Pisar <ppisar@redhat.com> - 8.20-0.1.RC1
8ec51b
- 8.20-RC1 bump with JIT
8ec51b
8ec51b
* Tue Sep 06 2011 Petr Pisar <ppisar@redhat.com> - 8.13-4
8ec51b
- Fix infinite matching PRUNE (bug #735720)
8ec51b
8ec51b
* Mon Aug 22 2011 Petr Pisar <ppisar@redhat.com> - 8.13-3
8ec51b
- Fix parsing named class in expression (bug #732368)
8ec51b
8ec51b
* Thu Aug 18 2011 Petr Pisar <ppisar@redhat.com> - 8.13-2
8ec51b
- Separate utilities from libraries
8ec51b
- Move pcre-config(1) manual to pcre-devel sub-package
8ec51b
- Remove explicit defattr from spec code
8ec51b
- Compile pcretest with readline support
8ec51b
8ec51b
* Thu Aug 18 2011 Petr Pisar <ppisar@redhat.com> - 8.13-1
8ec51b
- 8.13 bump: Bug-fix version, Unicode tables updated to 6.0.0, new pcregrep
8ec51b
  option --buffer-size to adjust to long lines, new feature is passing of
8ec51b
  *MARK information to callouts.
8ec51b
- Should fix crash back-tracking over unicode sequence (bug #691319)
8ec51b
8ec51b
* Mon May 09 2011 Petr Pisar <ppisar@redhat.com> - 8.12-4
8ec51b
- Fix caseless reference matching in UTF-8 mode when the upper/lower case
8ec51b
  characters have different lengths (bug #702623)
8ec51b
8ec51b
* Mon May 09 2011 Petr Pisar <ppisar@redhat.com> - 8.12-3
8ec51b
- Fix typos in manual pages (bugs #675476, #675477)
8ec51b
- Clean spec file up
8ec51b
8ec51b
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.12-2
8ec51b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
8ec51b
8ec51b
* Mon Jan 17 2011 Petr Pisar <ppisar@redhat.com> - 8.12-1
8ec51b
- 8.12 bump
8ec51b
- Remove accepted pcre-8.11-Fix-typo-in-pcreprecompile-3.patch
8ec51b
8ec51b
* Mon Dec 13 2010 Petr Pisar <ppisar@redhat.com> - 8.11-1
8ec51b
- 8.11 bump
8ec51b
- See ChangeLog for changes. Namely changes have been made to the way
8ec51b
  PCRE_PARTIAL_HARD affects the matching of $, \z, \Z, \b, and \B.
8ec51b
- Fix typo in pcreprecompile(3) manual
8ec51b
- Document why shared library is not under /usr
8ec51b
8ec51b
* Mon Jul 12 2010 Petr Pisar <ppisar@redhat.com> - 8.10-1
8ec51b
- 8.10 bump (bug #612635)
8ec51b
- Add LICENCE to static subpackage because COPYING refers to it
8ec51b
- Remove useless rpath by using new libtool (simple sed does not work anymore
8ec51b
  because tests need to link against just-compiled library in %%check phase)
8ec51b
8ec51b
* Thu Jul 08 2010 Petr Pisar <ppisar@redhat.com> - 7.8-4
8ec51b
- Add COPYING to static subpackage
8ec51b
- Remove useless rpath
8ec51b
8ec51b
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.8-3
8ec51b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
8ec51b
8ec51b
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.8-2
8ec51b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
8ec51b
8ec51b
* Wed Oct 1 2008 Lubomir Rintel <lkundrak@v3.sk> - 7.8-1
8ec51b
- Update to 7.8, drop upstreamed patches
8ec51b
- Fix destination of documentation (#427763)
8ec51b
- Use buildroot macro consistently
8ec51b
- Separate the static library, as per current Guidelines
8ec51b
- Satisfy rpmlint
8ec51b
8ec51b
* Fri Jul  4 2008 Tomas Hoger <thoger@redhat.com> - 7.3-4
8ec51b
- Apply Tavis Ormandy's patch for CVE-2008-2371.
8ec51b
8ec51b
* Tue Feb 12 2008 Tomas Hoger <thoger@redhat.com> - 7.3-3
8ec51b
- Backport patch from upstream pcre 7.6 to address buffer overflow
8ec51b
  caused by "a character class containing a very large number of
8ec51b
  characters with codepoints greater than 255 (in UTF-8 mode)"
8ec51b
  CVE-2008-0674, #431660
8ec51b
- Try re-enabling make check again.
8ec51b
8ec51b
* Fri Nov 16 2007 Stepan Kasal <skasal@redhat.com> - 7.3-2
8ec51b
- Remove obsolete ``reqs''
8ec51b
- add dist tag
8ec51b
- update BuildRoot
8ec51b
8ec51b
* Mon Sep 17 2007 Than Ngo <than@redhat.com> - 7.3-1
8ec51b
- bz292501, update to 7.3
8ec51b
8ec51b
* Mon Jan 22 2007 Than Ngo <than@redhat.com> - 7.0-1
8ec51b
- 7.0
8ec51b
8ec51b
* Mon Nov 27 2006 Than Ngo <than@redhat.com> - 6.7-1
8ec51b
- update to 6.7
8ec51b
- fix #217303, enable-unicode-properties
8ec51b
- sane stack limit
8ec51b
8ec51b
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 6.6-1.1
8ec51b
- rebuild
8ec51b
8ec51b
* Tue May 09 2006 Than Ngo <than@redhat.com> 6.6-1
8ec51b
- update to 6.6
8ec51b
- fix multilib problem
8ec51b
8ec51b
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 6.3-1.2.1
8ec51b
- bump again for double-long bug on ppc(64)
8ec51b
8ec51b
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 6.3-1.2
8ec51b
- rebuilt for new gcc4.1 snapshot and glibc changes
8ec51b
8ec51b
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
8ec51b
- rebuilt
8ec51b
8ec51b
* Wed Aug 24 2005 Than Ngo <than@redhat.com> 6.3-1
8ec51b
- update to 6.3
8ec51b
8ec51b
* Fri Mar  4 2005 Joe Orton <jorton@redhat.com> 5.0-4
8ec51b
- rebuild
8ec51b
8ec51b
* Fri Feb 11 2005 Joe Orton <jorton@redhat.com> 5.0-3
8ec51b
- don't print $libdir in 'pcre-config --libs' output
8ec51b
8ec51b
* Thu Nov 18 2004 Joe Orton <jorton@redhat.com> 5.0-2
8ec51b
- include LICENCE, AUTHORS in docdir
8ec51b
- run make check
8ec51b
- move %%configure to %%build
8ec51b
8ec51b
* Thu Nov 18 2004 Than Ngo <than@redhat.com> 5.0-1
8ec51b
- update to 5.0
8ec51b
- change License: BSD
8ec51b
- fix header location #64248
8ec51b
8ec51b
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
8ec51b
- rebuilt
8ec51b
8ec51b
* Tue Mar 23 2004 Than Ngo <than@redhat.com> 4.5-2
8ec51b
- add the correct pcre license, #118781
8ec51b
8ec51b
* Fri Mar 12 2004 Than Ngo <than@redhat.com> 4.5-1
8ec51b
- update to 4.5
8ec51b
8ec51b
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
8ec51b
- rebuilt
8ec51b
8ec51b
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
8ec51b
- rebuilt
8ec51b
8ec51b
* Fri Sep 26 2003 Harald Hoyer <harald@redhat.de> 4.4-1
8ec51b
- 4.4
8ec51b
8ec51b
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
8ec51b
- rebuilt
8ec51b
8ec51b
* Wed May  7 2003 Than Ngo <than@redhat.com> 4.2-1
8ec51b
- update to 4.2
8ec51b
8ec51b
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
8ec51b
- rebuilt
8ec51b
8ec51b
* Tue Jan 21 2003 Than Ngo <than@redhat.com> 3.9-9
8ec51b
- build with utf8, bug #81504
8ec51b
8ec51b
* Fri Nov 22 2002 Elliot Lee <sopwith@redhat.com> 3.9-8
8ec51b
- Really remove .la files
8ec51b
8ec51b
* Fri Oct 11 2002 Than Ngo <than@redhat.com> 3.9-7
8ec51b
- remove .la
8ec51b
8ec51b
* Thu Oct 10 2002 Than Ngo <than@redhat.com> 3.9-7
8ec51b
- Typo bug
8ec51b
8ec51b
* Wed Oct  9 2002 Than Ngo <than@redhat.com> 3.9-6
8ec51b
- Added missing so symlink
8ec51b
8ec51b
* Thu Sep 19 2002 Than Ngo <than@redhat.com> 3.9-5.1
8ec51b
- Fixed to build s390/s390x/x86_64
8ec51b
8ec51b
* Thu Jun 27 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.9-5
8ec51b
- Fix #65009
8ec51b
8ec51b
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
8ec51b
- automated rebuild
8ec51b
8ec51b
* Thu May 23 2002 Tim Powers <timp@redhat.com>
8ec51b
- automated rebuild
8ec51b
8ec51b
* Mon Mar  4 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.9-2
8ec51b
- rebuild
8ec51b
8ec51b
* Fri Jan 11 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.9-1
8ec51b
- Update to 3.9
8ec51b
8ec51b
* Wed Nov 14 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.7-1
8ec51b
- Update to 3.7
8ec51b
8ec51b
* Thu May 17 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.4-2
8ec51b
- Move libpcre to /lib, grep uses it these days (#41104)
8ec51b
8ec51b
* Wed Apr 18 2001 Bernhard Rosenkraenzer <bero@redhat.com>
8ec51b
- Move this to a separate package, used to be in kdesupport, but it's
8ec51b
  generally useful...