From 54cecd484b2e893f7141d764ccab3c332889a9d6 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sat, 5 Mar 2016 16:36:20 +0000 Subject: [PATCH] Don't ship ChangeLog, details covered in NEWS, Ship README in devel as it covers API and build, not general info --- pcre.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pcre.spec b/pcre.spec index 9efd7f1..0695cd8 100644 --- a/pcre.spec +++ b/pcre.spec @@ -2,7 +2,7 @@ #%%global rcversion RC1 Name: pcre Version: 8.38 -Release: %{?rcversion:0.}9%{?rcversion:.%rcversion}%{?dist} +Release: %{?rcversion:0.}10%{?rcversion:.%rcversion}%{?dist} %global myversion %{version}%{?rcversion:-%rcversion} Summary: Perl-compatible regular expression library Group: System Environment/Libraries @@ -199,7 +199,7 @@ make %{?_smp_mflags} check VERBOSE=yes %{_libdir}/*.so.* %{!?_licensedir:%global license %%doc} %license COPYING LICENCE -%doc AUTHORS NEWS README ChangeLog +%doc AUTHORS NEWS %files devel %{_libdir}/*.so @@ -209,7 +209,7 @@ make %{?_smp_mflags} check VERBOSE=yes %{_mandir}/man3/* %{_bindir}/pcre-config %doc doc/*.txt doc/html -%doc HACKING pcredemo.c +%doc README HACKING pcredemo.c %files static %{_libdir}/*.a @@ -223,6 +223,10 @@ make %{?_smp_mflags} check VERBOSE=yes %{_mandir}/man1/pcretest.* %changelog +* Sat Mar 5 2016 Peter Robinson 8.38-10 +- Don't ship ChangeLog, details covered in NEWS +- Ship README in devel as it covers API and build, not general info + * Mon Feb 29 2016 Petr Pisar - 8.38-9 - Fix a non-diagnosis of missing assection after (?(?C) that could corrupt process stack (upstream bug #1780)