summaryrefslogtreecommitdiffstats
path: root/oniguruma.spec
diff options
context:
space:
mode:
Diffstat (limited to 'oniguruma.spec')
-rw-r--r--oniguruma.spec12
1 files changed, 8 insertions, 4 deletions
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 <remi@remirepo.net> -6.9.7.1-1
+- update to 6.9.7.1
+
* Thu Nov 5 2020 Remi Collet <remi@remirepo.net> -6.9.6-1
- update to 6.9.6 (from Fedora)