This commit is contained in:
parent
3d46834c55
commit
49146e8425
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1890bf87e39bfb7a133b352f0046f4e1b43a9be864d50001b1f41ffe05105764
|
||||
size 794548
|
3
pcre-7.6.tar.bz2
Normal file
3
pcre-7.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:362e4b4473f2f7a3bfa28ea73e80ec00a2fe525a1aceb5f66e1c528a900bd735
|
||||
size 802829
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 1 19:43:16 CET 2008 - crrodriguez@suse.de
|
||||
|
||||
- update to version 7.6
|
||||
- The main reason for having this release so soon after 7.5
|
||||
is because it fixes a potential buffer overflow problem in pcre_compile()
|
||||
when run in UTF-8 mode. In addition, the CMake configuration files have been brought up to date.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 13 09:08:22 CET 2008 - crrodriguez@suse.de
|
||||
|
||||
|
15
pcre.spec
15
pcre.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package pcre (Version 7.5)
|
||||
# spec file for package pcre (Version 7.6)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -12,7 +12,7 @@
|
||||
|
||||
Name: pcre
|
||||
BuildRequires: gcc-c++
|
||||
Version: 7.5
|
||||
Version: 7.6
|
||||
Release: 1
|
||||
Summary: A library for Perl-compatible regular expressions
|
||||
License: BSD 3-Clause; Other uncritical OpenSource License
|
||||
@ -38,7 +38,7 @@ Authors:
|
||||
%package devel
|
||||
Summary: A library for Perl-compatible regular expressions
|
||||
Group: System/Libraries
|
||||
Requires: pcre = %{version} libstdc++-devel
|
||||
Requires: %{name} = %{version} libstdc++-devel
|
||||
|
||||
%description devel
|
||||
The PCRE library is a set of functions that implement regular
|
||||
@ -109,6 +109,11 @@ make test
|
||||
%{_mandir}/man3/*.gz
|
||||
|
||||
%changelog
|
||||
* Fri Feb 01 2008 crrodriguez@suse.de
|
||||
- update to version 7.6
|
||||
- The main reason for having this release so soon after 7.5
|
||||
is because it fixes a potential buffer overflow problem in pcre_compile()
|
||||
when run in UTF-8 mode. In addition, the CMake configuration files have been brought up to date.
|
||||
* Sun Jan 13 2008 crrodriguez@suse.de
|
||||
- update version 7.5
|
||||
1. Applied a patch from Craig: "This patch makes it possible to 'ignore'
|
||||
@ -441,7 +446,7 @@ make test
|
||||
- update to latest version v6.1
|
||||
* Mon Jun 13 2005 mmj@suse.de
|
||||
- add gcc-c++ to #nfb as well
|
||||
* Wed Jun 08 2005 mmj@suse.de
|
||||
* Thu Jun 09 2005 mmj@suse.de
|
||||
- update to latest version v6.0
|
||||
* Mon May 23 2005 mmj@suse.de
|
||||
- use --enable-utf8
|
||||
@ -487,5 +492,5 @@ make test
|
||||
* Sun Feb 13 2000 mge@suse.de
|
||||
- update to 3.1
|
||||
- group tag
|
||||
* Mon Oct 25 1999 mge@suse.de
|
||||
* Tue Oct 26 1999 mge@suse.de
|
||||
- initial SuSE-RPM: changed Makefile to install into /usr
|
||||
|
Loading…
Reference in New Issue
Block a user