Hello community, here is the log from the commit of package pcre for openSUSE:Factory checked in at 2020-04-25 20:07:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pcre (Old) and /work/SRC/openSUSE:Factory/.pcre.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pcre" Sat Apr 25 20:07:22 2020 rev:74 rq:795523 version:8.44 Changes: -------- --- /work/SRC/openSUSE:Factory/pcre/pcre.changes 2019-09-05 12:02:50.127936723 +0200 +++ /work/SRC/openSUSE:Factory/.pcre.new.2738/pcre.changes 2020-04-25 20:07:38.755463815 +0200 @@ -1,0 +2,6 @@ +Wed Apr 15 13:24:42 UTC 2020 - Martin Pluskal <[email protected]> + +- Update to version 8.44: + * This is a bug-fix release. + +------------------------------------------------------------------- Old: ---- pcre-8.42.tar.bz2 pcre-8.42.tar.bz2.sig New: ---- pcre-8.44.tar.bz2 pcre-8.44.tar.bz2.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pcre.spec ++++++ --- /var/tmp/diff_new_pack.7hLBQu/_old 2020-04-25 20:07:41.767470026 +0200 +++ /var/tmp/diff_new_pack.7hLBQu/_new 2020-04-25 20:07:41.771470034 +0200 @@ -1,7 +1,7 @@ # # spec file for package pcre # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,15 +17,15 @@ Name: pcre -Version: 8.42 +Version: 8.44 Release: 0 Summary: A library for Perl-compatible regular expressions License: BSD-3-Clause Group: Development/Libraries/C and C++ -Url: http://www.pcre.org/ +URL: http://www.pcre.org/ #SVN-Clone: svn://vcs.exim.org/pcre/code/trunk -Source: ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/%{name}-%{version}.tar.bz2 -Source2: ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/%{name}-%{version}.tar.bz2.sig +Source: https://ftp.pcre.org/pub/pcre/pcre-%{version}.tar.bz2 +Source2: https://ftp.pcre.org/pub/pcre/pcre-%{version}.tar.bz2.sig Source3: %{name}.keyring Source4: baselibs.conf #PATCH-FIX-UPSTREAM [email protected] http://bugs.exim.org/show_bug.cgi?id=1173 @@ -167,12 +167,12 @@ # RunTest test 2 needs lots of stack, if it ever segfaults # try increasing this ulimit -s $((16*1024)) - make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_generate}" V=1 - make CFLAGS="%{optflags} %{cflags_profile_generate}" check - make %{?_smp_mflags} clean - make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_feedback}" V=1 + %make_build CFLAGS="%{optflags} %{cflags_profile_generate}" + %make_build CFLAGS="%{optflags} %{cflags_profile_generate}" check + %make_build clean + %make_build CFLAGS="%{optflags} %{cflags_profile_feedback}" %else - make %{?_smp_mflags} CFLAGS="%{optflags}" + %make_build CFLAGS="%{optflags}" %endif %install @@ -186,7 +186,7 @@ # RunTest test 2 needs lots of stack, if it ever segfaults # try increasing this ulimit -s $((16*1024)) -make %{?_smp_mflags} check +%make_build check %post -n libpcre1 -p /sbin/ldconfig %postun -n libpcre1 -p /sbin/ldconfig @@ -214,8 +214,8 @@ %files tools %{_bindir}/pcregrep %{_bindir}/pcretest -%{_mandir}/man1/pcregrep.1%{ext_man} -%{_mandir}/man1/pcretest.1%{ext_man} +%{_mandir}/man1/pcregrep.1%{?ext_man} +%{_mandir}/man1/pcretest.1%{?ext_man} %files doc %license COPYING LICENCE @@ -231,7 +231,7 @@ %{_libdir}/pkgconfig/libpcre16.pc %{_libdir}/pkgconfig/libpcrecpp.pc %{_libdir}/pkgconfig/libpcreposix.pc -%{_mandir}/man1/pcre-config.1%{ext_man} +%{_mandir}/man1/pcre-config.1%{?ext_man} %{_mandir}/man3/pcre*.3*%{ext_man} %files devel-static ++++++ pcre-8.42.tar.bz2 -> pcre-8.44.tar.bz2 ++++++ ++++ 16467 lines of diff (skipped)
