Hello community,

here is the log from the commit of package oniguruma for openSUSE:Factory 
checked in at 2020-06-23 21:02:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/oniguruma (Old)
 and      /work/SRC/openSUSE:Factory/.oniguruma.new.2956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "oniguruma"

Tue Jun 23 21:02:06 2020 rev:23 rq:816457 version:6.9.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/oniguruma/oniguruma.changes      2020-03-08 
22:23:34.992056944 +0100
+++ /work/SRC/openSUSE:Factory/.oniguruma.new.2956/oniguruma.changes    
2020-06-23 21:02:21.069408869 +0200
@@ -1,0 +2,17 @@
+Mon Jun 15 21:57:36 UTC 2020 - Marcus Rueckert <[email protected]>
+
+- Update to 6.9.5.1
+  - Fixed Issue #192
+  - POSIX API disabled by default for Unix (* Enabled by: configure
+    --enable-posix-api=yes)
+  - Update Unicode version 13.0.0
+  - NEW: Code point sequence notation \x{HHHH HHHH ...}, \o{OOOO
+    OOOO ...}
+  - NEW API: retry limit in search functions
+  - NEW API: maximum nesting level of subexp call
+  - Fixed behavior of isolated options in Perl and Java syntaxes.
+    /...(?i).../
+  - fix a problem (found by oss-fuzz test on my PC)
+- add --enable-posix-api to keep the posix API enabled.
+
+-------------------------------------------------------------------

Old:
----
  onig-6.9.4.tar.gz

New:
----
  onig-6.9.5_rev1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ oniguruma.spec ++++++
--- /var/tmp/diff_new_pack.xufyYW/_old  2020-06-23 21:02:22.557413657 +0200
+++ /var/tmp/diff_new_pack.xufyYW/_new  2020-06-23 21:02:22.561413670 +0200
@@ -17,14 +17,17 @@
 
 
 %define lib_name libonig5
+%define pkg_version 6.9.5_rev1
+%define pkg_short_version 6.9.5
+
 Name:           oniguruma
-Version:        6.9.4
+Version:        6.9.5.1
 Release:        0
 Summary:        Regex Library Supporting Different Character Encodings
 License:        BSD-2-Clause
 Group:          Development/Languages/C and C++
 URL:            https://github.com/kkos/oniguruma
-Source:         
https://github.com/kkos/oniguruma/releases/download/v%{version}/onig-%{version}.tar.gz
+Source:         
https://github.com/kkos/oniguruma/releases/download/v%{pkg_version}/onig-%{pkg_version}.tar.gz
 BuildRequires:  pkgconfig
 
 %description
@@ -77,12 +80,12 @@
 develop applications that require it.
 
 %prep
-%setup -q -n onig-%{version}
+%setup -q -n onig-%{pkg_short_version}
 cp -rp sample/ examples
 
 %build
 export CFLAGS="%{optflags} -g"
-%configure
+%configure --enable-posix-api
 make %{?_smp_mflags}
 
 %install


Reply via email to