import librx-1.5-41.el9

This commit is contained in:
CentOS Sources 2022-04-05 07:18:41 -04:00 committed by Stepan Oksanichenko
parent 562b9572fe
commit 8049a84466

View File

@ -1,7 +1,7 @@
Summary: POSIX regexp functions
Name: librx
Version: 1.5
Release: 39%{?dist}
Release: 41%{?dist}
License: GPLv2+
URL: http://www.gnu.org/software/rx/rx.html
# Originally downloaded from ftp://ftp.gnu.org/gnu/rx/rx-1.5.tar.bz2
@ -43,7 +43,7 @@ This package contains files needed for development with librx.
%build
%configure
make %{?_smp_mflags}
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -Wl,-z,now"
make doc/rx.info
%install
@ -69,6 +69,12 @@ chmod -x ${RPM_BUILD_ROOT}%{_includedir}/rxposix.h
%{_libdir}/*.so
%changelog
* Thu Feb 17 2022 Josef Ridky <jridky@redhat.com> - 1.5-41
- add gating.yaml file
* Wed Feb 16 2022 Josef Ridky <jridky@redhat.com> - 1.5-40
- Fix annocheck failure (#2044876)
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.5-39
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688