From 1482534b7219482b6259aeb16925fae2527b7e23 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 7 May 2021 14:09:24 +0200 Subject: update to 6.9.7.1 --- oniguruma.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'oniguruma.spec') diff --git a/oniguruma.spec b/oniguruma.spec index b07a184..25bd600 100644 --- a/oniguruma.spec +++ b/oniguruma.spec @@ -19,17 +19,17 @@ # EPEL-7 have 5.9, soname 2 # RHEL-6 have 5.9, soname 2 -%global mainver 6.9.6 -#global postver rev1 +%global mainver 6.9.7 +%global postver 1 Name: %{libname}%{oldsoname}php -Version: %{mainver}%{?postver:+%postver} +Version: %{mainver}%{?postver:.%postver} Release: 1%{?dist} Summary: Regular expressions library License: BSD URL: https://github.com/kkos/oniguruma/ -Source0: https://github.com/kkos/oniguruma/releases/download/v%{mainver}%{?postver:_%postver}/onig-%{mainver}%{?postver:-%postver}.tar.gz +Source0: https://github.com/kkos/oniguruma/releases/download/v%{mainver}%{?postver:.%postver}/onig-%{mainver}%{?postver:.%postver}.tar.gz # Bump soname from 5 to 105 to allow parallel installation Patch0: onig-soname.patch @@ -66,6 +66,7 @@ developing applications that use %{name}. %setup -q -n onig-%{mainver} %{__sed} -i.multilib -e 's|-L@libdir@||' onig-config.in +grep ^LTVERSION= configure %patch0 -p1 -b .bump @@ -140,6 +141,9 @@ sed -e '/^test_regset_LDADD/s/$/ -lrt/' -i test/Makefile %changelog +* Fri May 7 2021 Remi Collet -6.9.7.1-1 +- update to 6.9.7.1 + * Thu Nov 5 2020 Remi Collet -6.9.6-1 - update to 6.9.6 (from Fedora) -- cgit