From 4444f6e9e558b7c085f413f7ae833eab465b0811eeb81fc68b4cd67d7126e8bb Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sat, 24 Apr 2010 10:47:11 +0000 Subject: [PATCH] Accepting request 38679 from home:coolo:branches:openSUSE:Factory Copy from home:coolo:branches:openSUSE:Factory/pcre via accept of submit request 38679 revision 2. Request was accepted with message: Reviewed ok OBS-URL: https://build.opensuse.org/request/show/38679 OBS-URL: https://build.opensuse.org/package/show/Base:System/pcre?expand=0&rev=11 --- pcre-7.9.dif => pcre-7.9.patch | 0 pcre.changes | 10 ++++++++++ pcre.spec | 8 +++++--- ready | 0 4 files changed, 15 insertions(+), 3 deletions(-) rename pcre-7.9.dif => pcre-7.9.patch (100%) delete mode 100644 ready diff --git a/pcre-7.9.dif b/pcre-7.9.patch similarity index 100% rename from pcre-7.9.dif rename to pcre-7.9.patch diff --git a/pcre.changes b/pcre.changes index 2d9fd54..b7f5944 100644 --- a/pcre.changes +++ b/pcre.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Apr 24 10:38:30 UTC 2010 - coolo@novell.com + +- buildrequire pkg-config to fix provides + +------------------------------------------------------------------- +Thu Feb 25 16:49:20 UTC 2010 - prusnak@suse.cz + +- build noarch docs only for >= 11.2 + ------------------------------------------------------------------- Wed Feb 10 16:16:56 CET 2010 - ms@suse.de diff --git a/pcre.spec b/pcre.spec index 6bf8bdf..aac51e5 100644 --- a/pcre.spec +++ b/pcre.spec @@ -19,9 +19,9 @@ Name: pcre -BuildRequires: gcc-c++ +BuildRequires: gcc-c++ pkg-config Version: 7.9.0 -Release: 4 +Release: 5 %define rversion 7.9 Summary: A library for Perl-compatible regular expressions License: BSD3c(or similar) ; Other uncritical OpenSource License @@ -35,7 +35,7 @@ Obsoletes: pcre-64bit Url: ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ Source: %name-%rversion.tar.bz2 Source2: baselibs.conf -Patch: pcre-7.9.dif +Patch: pcre-7.9.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -161,7 +161,9 @@ Authors: License: BSD3c(or similar) ; Other uncritical OpenSource License Summary: A library for Perl-compatible regular expressions Group: System/Libraries +%if 0%{?suse_version} >= 1120 BuildArch: noarch +%endif %description doc The PCRE library is a set of functions that implement regular diff --git a/ready b/ready deleted file mode 100644 index 473a0f4..0000000