diff --git a/libpcre.spec b/libpcre.spec index 0539102..1af7690 100644 --- a/libpcre.spec +++ b/libpcre.spec @@ -1,6 +1,6 @@ Name: libpcre -Version: 8.44 -Release: 2mamba +Version: 8.45 +Release: 1mamba Summary: PCRE is a Perl-compatible regular expression library Group: System/Libraries Vendor: openmamba @@ -12,17 +12,14 @@ Source: https://ftp.pcre.org/pub/pcre/pcre-%{version}.tar.bz2 License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: ldconfig BuildRequires: libbzip2-devel BuildRequires: libgcc -BuildRequires: libncurses-devel BuildRequires: libreadline-devel BuildRequires: libstdc++6-devel BuildRequires: libz-devel ## AUTOBUILDREQ-END Provides: libpcre.so.3 Provides: libpcre3 -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description PCRE has its own native API, but a set of "wrapper" functions that are based on the POSIX API are also supplied in the library libpcreposix. @@ -125,6 +122,9 @@ ln -s libpcreposix.so.0 %{buildroot}%{_libdir}/libpcreposix.so.3 %{_mandir}/man1/* %changelog +* Wed Jun 16 2021 Automatic Build System 8.45-1mamba +- automatic version update by autodist + * Wed Sep 09 2020 Silvan Calarco 8.44-2mamba - add a -tools package