Hello community,

here is the log from the commit of package oniguruma for openSUSE:Factory 
checked in at 2018-01-06 18:45:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/oniguruma (Old)
 and      /work/SRC/openSUSE:Factory/.oniguruma.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "oniguruma"

Sat Jan  6 18:45:10 2018 rev:21 rq:561068 version:6.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/oniguruma/oniguruma.changes      2017-08-18 
14:56:35.404155816 +0200
+++ /work/SRC/openSUSE:Factory/.oniguruma.new/oniguruma.changes 2018-01-06 
18:45:17.398163449 +0100
@@ -1,0 +2,32 @@
+Sat Dec 23 01:39:12 UTC 2017 - [email protected]
+
+- Version 6.7.0
+  - add ONIG_SYNTAX_ONIGURUMA (default syntax)
+  - restructure StackType
+  - implement subexp calls (?R), (?&name), (?-n), (?+n) for Perl
+    syntax
+  - use string pool of gperf for Unicode Property lookup function
+  - fix an empty greedy regex and a word boundary (.*\b) fails
+  - remove a stack type STK_POS
+  - add a declaration of onig_end()
+  - fix compilation failure in out-of-source build
+  - [new] hexadecimal codepoint \uHHHH
+- Version 6.6.1
+  - fix definition of \X to (?>\O(?:\Y\O)*)
+- Version 6.6.0
+  - rename Absent clear to Range clear
+  - [new] Extended Grapheme Cluster \X and boundary \y, \Y
+  - fix: invalid index(ctype) value assigned to Unicode Block
+    properties
+  - --enable-crnl-as-line-terminator to be deprecated
+  - [new] ASCII only mode options (?WDSP)
+  - [new] ONIG_OPTION_XXXX_IS_ASCII  options
+  - disable OP_CCLASS_NODE
+  - [spec] Absent clear restore previous range value at backtrack
+  - optimize for simple one char repetition in Absent expression
+  - fix: invalid impl. for reluctant repetition in Absent expression
+  - remove compile switch USE_NAMED_GROUP
+  - Visual Studio 2005 compilation fixed
+- cleanup with spec-cleaner
+
+-------------------------------------------------------------------

Old:
----
  onig-6.5.0.tar.gz

New:
----
  onig-6.7.0.tar.gz

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

Other differences:
------------------
++++++ oniguruma.spec ++++++
--- /var/tmp/diff_new_pack.A7BZXt/_old  2018-01-06 18:45:18.046133172 +0100
+++ /var/tmp/diff_new_pack.A7BZXt/_new  2018-01-06 18:45:18.050132985 +0100
@@ -16,17 +16,16 @@
 #
 
 
+%define lib_name libonig4
 Name:           oniguruma
-Version:        6.5.0
+Version:        6.7.0
 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
-BuildRequires:  pkg-config
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%define lib_name libonig4
+BuildRequires:  pkgconfig
 
 %description
 Oniguruma is a regular expressions library.  The characteristics of
@@ -87,21 +86,18 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 find %{buildroot} -type f -name "*.a" -delete -print
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n %{lib_name} -p /sbin/ldconfig
-
 %postun -n %{lib_name} -p /sbin/ldconfig
 
 %files -n %{lib_name}
-%defattr(-,root,root,-)
 %{_libdir}/libonig.so.*
 
 %files devel
-%defattr(-,root,root,-)
-%doc AUTHORS COPYING HISTORY index.html index_ja.html README README.ja
+%doc AUTHORS COPYING HISTORY index.html index_ja.html README
 %doc doc/* examples/
 %{_bindir}/onig-config
 %{_includedir}/oniguruma.h

++++++ onig-6.5.0.tar.gz -> onig-6.7.0.tar.gz ++++++
++++ 43952 lines of diff (skipped)


Reply via email to