Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package oniguruma for openSUSE:Factory 
checked in at 2021-07-04 22:10:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/oniguruma (Old)
 and      /work/SRC/openSUSE:Factory/.oniguruma.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "oniguruma"

Sun Jul  4 22:10:21 2021 rev:25 rq:903476 version:6.9.7.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/oniguruma/oniguruma.changes      2020-11-10 
13:40:02.872402630 +0100
+++ /work/SRC/openSUSE:Factory/.oniguruma.new.2625/oniguruma.changes    
2021-07-04 22:10:23.065395413 +0200
@@ -1,0 +2,10 @@
+Thu Jun  3 15:31:15 UTC 2021 - Ferdinand Thiessen <r...@fthiessen.de>
+
+- Update to 6.9.7.1
+  * NEW API: ONIG_OPTION_CALLBACK_EACH_MATCH
+  * NEW API: ONIG_OPTION_IGNORECASE_IS_ASCII
+  * NEW API: ONIG_SYNTAX_PYTHON
+  * Fixed some problems found by OSS-Fuzz
+- Enable tests
+
+-------------------------------------------------------------------

Old:
----
  onig-6.9.6.tar.gz

New:
----
  onig-6.9.7.1.tar.gz

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

Other differences:
------------------
++++++ oniguruma.spec ++++++
--- /var/tmp/diff_new_pack.Cg0opA/_old  2021-07-04 22:10:24.149387028 +0200
+++ /var/tmp/diff_new_pack.Cg0opA/_new  2021-07-04 22:10:24.153386997 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package oniguruma
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,17 +17,15 @@
 
 
 %define lib_name libonig5
-%define pkg_version 6.9.6
-%define pkg_short_version 6.9.6
-
+%define short_version 6.9.7
 Name:           oniguruma
-Version:        6.9.6
+Version:        6.9.7.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%{pkg_version}/onig-%{pkg_version}.tar.gz
+Source:         
https://github.com/kkos/oniguruma/releases/download/v%{version}/onig-%{version}.tar.gz
 BuildRequires:  pkgconfig
 
 %description
@@ -80,13 +78,17 @@
 develop applications that require it.
 
 %prep
-%setup -q -n onig-%{pkg_short_version}
+%setup -q -n onig-%{short_version}
 cp -rp sample/ examples
 
 %build
 export CFLAGS="%{optflags} -g"
 %configure --enable-posix-api
-make %{?_smp_mflags}
+%make_build
+
+%check
+cd test
+%make_build test
 
 %install
 %make_install

++++++ onig-6.9.6.tar.gz -> onig-6.9.7.1.tar.gz ++++++
++++ 31682 lines of diff (skipped)

Reply via email to