packages: pcre/pcre.spec - up to 8.10
glen
glen at pld-linux.org
Mon Jul 19 10:25:12 CEST 2010
Author: glen Date: Mon Jul 19 08:25:12 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- up to 8.10
---- Files affected:
packages/pcre:
pcre.spec (1.106 -> 1.107)
---- Diffs:
================================================================
Index: packages/pcre/pcre.spec
diff -u packages/pcre/pcre.spec:1.106 packages/pcre/pcre.spec:1.107
--- packages/pcre/pcre.spec:1.106 Tue May 25 13:44:29 2010
+++ packages/pcre/pcre.spec Mon Jul 19 10:25:06 2010
@@ -3,26 +3,26 @@
# Conditional build:
%bcond_without static_libs # don't build static libraries
%bcond_without tests # don't perform "make check"
-#
+
Summary: Perl-Compatible Regular Expression library
Summary(pl.UTF-8): Biblioteka perlowych wyrażeń regularnych
Summary(pt_BR.UTF-8): Biblioteca de expressões regulares versão
Name: pcre
-Version: 8.02
-Release: 2
+Version: 8.10
+Release: 1
License: BSD (see LICENCE)
Group: Libraries
Source0: ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/%{name}-%{version}.tar.bz2
-# Source0-md5: 27948c1b5f5c1eabc23cba1ebe4c316f
+# Source0-md5: 780867a700e9d4e4b9cb47aa5453e4b2
Patch0: %{name}-pcreposix-glibc-conflict.patch
URL: http://www.pcre.org/
BuildRequires: autoconf >= 2.57
BuildRequires: automake
-BuildRequires: bzip2-devel
+BuildRequires: bzip2-devel
BuildRequires: libstdc++-devel
BuildRequires: libtool >= 2:1.5
-BuildRequires: readline-devel
-BuildRequires: zlib-devel
+BuildRequires: readline-devel
+BuildRequires: zlib-devel
Obsoletes: libpcre0
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -162,7 +162,8 @@
pcretest is a program which you can use to test regular expression
%description -n pcretest -l pl.UTF-8
-pcretest jest programem za pomocą można sprawdzić poprawność wyrażenia regularnego
+pcretest jest programem za pomocą można sprawdzić poprawność wyrażenia
+regularnego
%package doc-html
Summary: Documentation for PCRE in HTML format
@@ -215,7 +216,7 @@
ln -sf /%{_lib}/$(basename $RPM_BUILD_ROOT/%{_lib}/libpcre.so.*.*.*) $RPM_BUILD_ROOT%{_libdir}/libpcre.so
ln -sf /%{_lib}/$(basename $RPM_BUILD_ROOT/%{_lib}/libpcreposix.so.*.*.*) $RPM_BUILD_ROOT%{_libdir}/libpcreposix.so
-install pcredemo.c $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+cp -a pcredemo.c $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
rm -rf $RPM_BUILD_ROOT%{_docdir}/pcre
@@ -301,6 +302,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.107 2010/07/19 08:25:06 glen
+- up to 8.10
+
Revision 1.106 2010/05/25 11:44:29 glen
- release 2
@@ -378,8 +382,8 @@
Revision 1.83 2007/08/28 18:15:27 twittner
- up to 7.3 (announced as mostly bugfix release)
-[fixes CVE-2007-1659 CVE-2007-1660 CVE-2007-1661 CVE-2007-1662
- CVE-2007-4766 CVE-2007-4767 CVE-2007-4768]
+ [fixes CVE-2007-1659 CVE-2007-1660 CVE-2007-1661 CVE-2007-1662
+ CVE-2007-4766 CVE-2007-4767 CVE-2007-4768]
Revision 1.82 2007/06/19 20:07:17 qboosh
- perform make check (+bcond_without tests)
@@ -408,7 +412,7 @@
Revision 1.74 2006/12/20 21:44:26 qboosh
- updated to 7.0
-[fixes CVE-2006-7230]
+ [fixes CVE-2006-7230]
Revision 1.73 2006/12/12 14:56:45 glen
- enable unicode properties; rel 3
@@ -421,7 +425,7 @@
Revision 1.70 2006/07/19 23:09:45 qboosh
- updated to 6.7
-[fixes CVE-2006-7227 CVE-2006-7228]
+ [fixes CVE-2006-7227 CVE-2006-7228]
Revision 1.69 2006/02/07 17:10:40 twittner
- up to 6.6 (two bugs introduced in 6.5 fixed)
@@ -447,7 +451,7 @@
Revision 1.62 2005/08/06 13:19:55 qboosh
- updated to 6.2
-[fixes CVE-2005-4872]
+ [fixes CVE-2005-4872]
Revision 1.61 2005/06/22 15:07:04 twittner
- up to 6.1 (bugfix release), updated -cxx.patch
@@ -552,15 +556,15 @@
- massive attack: no need for 755 for *.la
Revision 1.29 2002/10/25 12:24:13 qboosh
-- use absolute symlinks between directories; new %%doc; release 3
+- use absolute symlinks between directories; new %doc; release 3
Revision 1.28 2002/10/09 13:14:42 kloczek
- use more macros, some cosmetics, added missing "rm -f missing" and use new %doc
Revision 1.27 2002/05/21 23:14:21 kloczek
-perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
+- perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
s/^automake -a -c -f/\%\{__automake\}/; \
- s/^autoconf/\%\{__autoconf\}/"
+ s/^autoconf/\%\{__autoconf\}/"
Revision 1.26 2002/03/24 15:45:51 kloczek
- release 2: libpcre0{,-devel} added to Obsletes for allow upgrade from MDK.
@@ -573,7 +577,7 @@
Group field using gettext).
Revision 1.23 2002/01/18 02:14:09 kloczek
-perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
+- perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
Revision 1.22 2002/01/10 21:46:22 kloczek
- updated to 3.9 (importand bugfix release).
@@ -616,10 +620,10 @@
- updated to 3.2.
Revision 1.10 2000/06/09 07:54:45 kloczek
-- more %%{__make} macros.
+- more %{__make} macros.
Revision 1.9 2000/06/09 07:23:27 kloczek
-- added using %%{__make} macro.
+- added using %{__make} macro.
Revision 1.8 2000/05/20 21:58:00 kloczek
- spec adapterized.
@@ -646,9 +650,3 @@
- updated to 3.1,
- separated devel and static subpackages,
- adapterized and mostly rewrited spec.
-
-* Thu Sep 09 1999 Damien Miller <dmiller at ilogic.com.au>
-- Updated to v2.08
-
-* Fri May 28 1999 Damien Miller <dmiller at ilogic.com.au>
-- Built RPMs
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/pcre/pcre.spec?r1=1.106&r2=1.107&f=u
More information about the pld-cvs-commit
mailing list