commit oniguruma for openSUSE:Factory

2020-11-10 Thread root
Hello community,

here is the log from the commit of package oniguruma for openSUSE:Factory 
checked in at 2020-11-10 13:39:07

Comparing /work/SRC/openSUSE:Factory/oniguruma (Old)
 and  /work/SRC/openSUSE:Factory/.oniguruma.new.11331 (New)


Package is "oniguruma"

Tue Nov 10 13:39:07 2020 rev:24 rq:846284 version:6.9.6

Changes:

--- /work/SRC/openSUSE:Factory/oniguruma/oniguruma.changes  2020-06-23 
21:02:21.069408869 +0200
+++ /work/SRC/openSUSE:Factory/.oniguruma.new.11331/oniguruma.changes   
2020-11-10 13:40:02.872402630 +0100
@@ -1,0 +2,25 @@
+Thu Nov  5 15:57:25 UTC 2020 - Marcus Rueckert 
+
+- Update to 6.9.6 
+  - When using configure script, if you have the POSIX API enabled
+in an earlier version (disabled by default in 6.9.5) and you
+need application binary compatibility with the POSIX API,
+specify "--enable-binary-compatible-posix-api=yes" instead of
+"--enable-posix-api=yes". Starting in 6.9.6,
+"--enable-posix-api=yes" only supports source-level
+compatibility for 6.9.5 and earlier about POSIX API. (Issue
+#210)
+  - NEW: configure option
+--enable-binary-compatible-posix-api=[yes/no]
+  - NEW API: Limiting the maximum number of calls of subexp-call
+  - NEW API: ONIG_OPTION_NOT_BEGIN_STRING / NOT_END_STRING /
+NOT_BEGIN_POSITION
+  - Fixed behavior of ONIG_OPTION_NOTBOL / NOTEOL
+  - Fixed many problems found by OSS-Fuzz
+  - Fixed many problems found by Coverity
+  - Fixed CVE-2020-26159 (This turned out not to be a problem
+later. #221)
+  - Under cygwin and mingw, generate and install the libonig.def
+file (Issue #220)
+
+---

Old:

  onig-6.9.5_rev1.tar.gz

New:

  onig-6.9.6.tar.gz



Other differences:
--
++ oniguruma.spec ++
--- /var/tmp/diff_new_pack.0PVS9k/_old  2020-11-10 13:40:03.488401407 +0100
+++ /var/tmp/diff_new_pack.0PVS9k/_new  2020-11-10 13:40:03.488401407 +0100
@@ -17,11 +17,11 @@
 
 
 %define lib_name libonig5
-%define pkg_version 6.9.5_rev1
-%define pkg_short_version 6.9.5
+%define pkg_version 6.9.6
+%define pkg_short_version 6.9.6
 
 Name:   oniguruma
-Version:6.9.5.1
+Version:6.9.6
 Release:0
 Summary:Regex Library Supporting Different Character Encodings
 License:BSD-2-Clause

++ onig-6.9.5_rev1.tar.gz -> onig-6.9.6.tar.gz ++
 7259 lines of diff (skipped)




commit oniguruma for openSUSE:Factory

2020-06-23 Thread root
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 
+
+- 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{  ...}, \o{
+ ...}
+  - 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




commit oniguruma for openSUSE:Factory

2020-03-08 Thread root
Hello community,

here is the log from the commit of package oniguruma for openSUSE:Factory 
checked in at 2020-03-08 22:23:15

Comparing /work/SRC/openSUSE:Factory/oniguruma (Old)
 and  /work/SRC/openSUSE:Factory/.oniguruma.new.26092 (New)


Package is "oniguruma"

Sun Mar  8 22:23:15 2020 rev:22 rq:781674 version:6.9.4

Changes:

--- /work/SRC/openSUSE:Factory/oniguruma/oniguruma.changes  2018-01-06 
18:45:17.398163449 +0100
+++ /work/SRC/openSUSE:Factory/.oniguruma.new.26092/oniguruma.changes   
2020-03-08 22:23:34.992056944 +0100
@@ -1,0 +2,50 @@
+Wed Mar  4 21:23:36 UTC 2020 - Marcus Rueckert 
+
+- Update to version 6.9.4
+  - NEW API: RegSet (set of regexes)
+  - Fixed CVE-2019-19012 (boo# 1156984)
+  - Fixed CVE-2019-19203 (boo# 1164550) (Does not affect UTF-8,
+UTF-16 and UTF-32 encodings)
+  - Fixed CVE-2019-19204 (boo# 1164569) (Affects only PosixBasic,
+Emacs and Grep syntaxes)
+  - Fixed CVE-2019-19246 (boo# 1157805)
+  - Fixed some problems (found by libFuzzer test)
+- changes from 6.9.3
+  - Fixed CVE-2019-13224 (boo# 1142847)
+  - Fixed CVE-2019-13225 (boo# 1141157)
+  - Fixed many problems (found by libfuzzer programs)
+- changes from 6.9.2
+  - Update Unicode version 12.1.0
+  - NEW: Unicode Text Segment mode option (?y{g}) (?y{w}) g:
+Extended Grapheme Cluster mode / w: Word mode
+  - Fix Issue #139
+- changes from 6.9.1
+  - Speed improvement (* especially UTF-8)
+- changes from 6.9.0
+  - Update Unicode version 11.0.0
+  - NEW: add Emoji properties
+- changes from 6.8.2
+  - Fix: #80 UChar in header causes issue
+  - NEW API: onig_set_callout_user_data_of_match_param() (*
+omission in 6.8.0)
+  - add doc/CALLOUTS.API and doc/CALLOUTS.API.ja
+- changes from 6.8.1
+  - Update shared library version to 5.0.0 for API incompatible
+changes from 6.7.1
+- changes from 6.8.0
+  - Retry-limit-in-match function enabled by default
+  - NEW: configure option --enable-posix-api=no (* enabled by
+default)
+  - NEW API: onig_search_with_param(), onig_match_with_param()
+  - NEW: Callouts of contents (?{...contents...}) (?{...}[X<>])
+(?{{}})
+  - NEW: Callouts of name (*name) (*name[tag]{args...})
+  - NEW: Builtin callouts (*FAIL) (*MISMATCH) (*ERROR{n}) (*COUNT)
+(*MAX{n}) etc..
+  - (* Callout function API is experimental level and isn't fixed
+definitely yet. Undocumented now)
+- changes from 6.7.1
+  - NEW: Mechanism of try-in-match-limit (* disabled by default)
+  - #73: Update for automake 1.15.1
+
+---

Old:

  onig-6.7.0.tar.gz

New:

  onig-6.9.4.tar.gz



Other differences:
--
++ oniguruma.spec ++
--- /var/tmp/diff_new_pack.lDtWIR/_old  2020-03-08 22:23:36.360057788 +0100
+++ /var/tmp/diff_new_pack.lDtWIR/_new  2020-03-08 22:23:36.388057805 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package oniguruma
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%define lib_name libonig4
+%define lib_name libonig5
 Name:   oniguruma
-Version:6.7.0
+Version:6.9.4
 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
+URL:https://github.com/kkos/oniguruma
 Source: 
https://github.com/kkos/oniguruma/releases/download/v%{version}/onig-%{version}.tar.gz
 BuildRequires:  pkgconfig
 

++ onig-6.7.0.tar.gz -> onig-6.9.4.tar.gz ++
 114348 lines of diff (skipped)




commit oniguruma for openSUSE:Factory

2018-01-06 Thread root
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 - avin...@opensuse.org
+
+- Version 6.7.0
+  - add ONIG_SYNTAX_ONIGURUMA (default syntax)
+  - restructure StackType
+  - implement subexp calls (?R), (?), (?-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 \u
+- 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__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)




commit oniguruma for openSUSE:Factory

2017-08-18 Thread root
Hello community,

here is the log from the commit of package oniguruma for openSUSE:Factory 
checked in at 2017-08-18 14:56:35

Comparing /work/SRC/openSUSE:Factory/oniguruma (Old)
 and  /work/SRC/openSUSE:Factory/.oniguruma.new (New)


Package is "oniguruma"

Fri Aug 18 14:56:35 2017 rev:20 rq:516789 version:6.5.0

Changes:

--- /work/SRC/openSUSE:Factory/oniguruma/oniguruma.changes  2016-03-11 
09:47:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.oniguruma.new/oniguruma.changes 2017-08-18 
14:56:35.404155816 +0200
@@ -1,0 +2,102 @@
+Mon Aug  7 10:06:48 UTC 2017 - mrueck...@suse.de
+
+- Version 6.5.0
+  - [new] support Absent clear (Absent functions)
+  - abolish configure option: --enable-combination-explosion-check
+  - [new] support Absent functions (?~...)
+  - fix #65: SIZEOF_SIZE_T doesn't exist on certain architecutres
+  - [new] support \O (true anychar)
+  - [new] support \K (keep)
+  - add new node type: NODE_GIMMICK
+  - [new] support \N (no newline)
+  - [new] support \R (general newline)
+  - [new] support if-then-else syntax
+  - [new] support backref validity checker
+- Version 6.4.0
+  - fix memory leaks
+  - change encoding of doc/.ja from EUC-JP to UTF-8
+  - update doc/RE, and doc/RE.ja
+  - fix fatal bug of endless repeat check on Windows
+  - PR #62 : add check for return values
+  - [new] support call zero (\g{0})
+  - [new] support relative call by positive number
+  - [new] support relative back-reference by positive number
+  - fix #60 : check value type
+  - change output format for ONIG_DEBUG_COMPILE and
+ONIG_DEBUG_MATCH
+- Version 6.3.0
+  - fix #60 : invalid state(CCS_VALUE) in parse_char_class()
+  - fix #59 : access to invalid address by reg->dmax value
+  - fix invalid increment of start position in onig_scan()
+  - fix #58 : access to invalid address by reg->dmin value
+  - fix #57 : DATA_ENSURE() check must be before data access
+  - fix #56 : return invalid result for codepoint 0x
+  - [new] add \o{177} syntax.
+  - fix #55 : Byte value expressed in octal must be smaller than
+256
+- Version 6.2.0
+  - fix: size in xmemcpy in stack_double (PR #51)
+  - Initialize return value
+  - NEW API: add onig_set_capture_num_limit()
+  - change MemNumType from short int to int
+  - fix: [0-9-a] was not allowed as [0-9\-a]
+  - fix: illegal capture after recursive call
+  - fix: problem with optimization of \z
+  - fix: .* optimization
+  - Set a limit of parser recursion
+  - fix; that warnings are not shown properly
+  - fix: /[a-c#]+\W/ =~ "def#" fails when encoding is UTF-16/32
+  - fix: /[\x{0}-X]/i doesn't match properly when UTF-16/32 is
+used.
+- Version 6.1.3
+  - fix: Syntax error: redirection unexpected (expecting word) #35
+- Version 6.1.2
+  - allow word bound, word begin and word end in look-behind.
+  - add ONIG_OPTION_CHECK_VALIDITY_OF_STRING option.
+  - fix use after free node.
+  - fix memory leaks after parsing regexp error.
+  - implement many of is_valid_mbc_string().
+- Version 6.1.1
+  - fix segfault /W.?{888}{888}{888}\x00/ (found by libfuzzer)
+  - fix error unmatched close parenthesis for %{(.*?)} #23
+- Version 6.1.0
+  - add contributed/libfuzzer-onig.cpp  (thanks hannob)
+  - update LTVERSION 4:0:0
+  - NEW API: onigenc_is_valid_mbc_string().
+  - add is_valid_mbc_string() member into OnigEncodingType.
+  - fix out of bounds read.
+  - disable USE_INVALID_CODE_SCHEME.
+  - doc/RE improved.
+  - add onig_scan() into doc/API.
+  - fix bug: Out of bounds read in onig_strcpy() #17
+  - fix bug: infinite loop of backreference and group.
+  - fix out of bounds read in mbc_to_code() #16
+  - doc/RE refinements.
+  - add onig_scan() (NEW API)
+  - reimplement match stack allocation for case too many repeat
+  - and too many captures in regexp.
+  - number of captures <= 32767 for bytecode representation.
+  - don't use int_map_backward for thread-safe.
+  - fix case of enclosed option in look-behind.
+  - fix ignore case in look-behind.
+  - fix memory leak in onig_unicode_define_user_property()
+  - declare variables at the top of scope.  (thanks nmaya)
+- Version 6.0.0
+  - add NEW API: onig_unicode_define_user_property()
+  - update Unicode data to 8.0.0
+  - change OnigCodePoint type to unsigned int.
+  - add doc/UNICODE_PROPERTIES.
+  - add error code ONIGERR_FAIL_TO_INITIALIZE.
+  - add make_win64/32.bat.
+  - fix bug of uninitialized regex_t value on error.
+  - reimplement Unicode case folding.
+  - update LTVERSION = 3.0.0
+  - remove all THREAD_ macro.
+  - add init member into OnigEncoding. (add onig_initialize())
+  - remove state member of regex.
+  - move source files into src/
+  - rename configre.in to configure.ac.
+  - fix memory leak. (thanks pigzang)
+  - change mail address.
+
+---


commit oniguruma for openSUSE:Factory

2016-03-11 Thread h_root
Hello community,

here is the log from the commit of package oniguruma for openSUSE:Factory 
checked in at 2016-03-11 09:47:03

Comparing /work/SRC/openSUSE:Factory/oniguruma (Old)
 and  /work/SRC/openSUSE:Factory/.oniguruma.new (New)


Package is "oniguruma"

Changes:

--- /work/SRC/openSUSE:Factory/oniguruma/oniguruma.changes  2015-10-28 
17:17:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.oniguruma.new/oniguruma.changes 2016-03-11 
09:47:04.0 +0100
@@ -1,0 +2,5 @@
+Tue Mar  1 01:27:17 UTC 2016 - mrueck...@suse.de
+
+- remove ruby build requires. seems unused.
+
+---



Other differences:
--
++ oniguruma.spec ++
--- /var/tmp/diff_new_pack.bke67g/_old  2016-03-11 09:47:08.0 +0100
+++ /var/tmp/diff_new_pack.bke67g/_new  2016-03-11 09:47:08.0 +0100
@@ -25,7 +25,6 @@
 Url:https://github.com/kkos/oniguruma
 Source: 
https://github.com/kkos/oniguruma/releases/download/v%{version}/onig-%{version}.tar.gz
 BuildRequires:  pkg-config
-BuildRequires:  ruby-devel >= 1.8
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description




commit oniguruma for openSUSE:Factory

2015-10-28 Thread h_root
Hello community,

here is the log from the commit of package oniguruma for openSUSE:Factory 
checked in at 2015-10-28 17:17:25

Comparing /work/SRC/openSUSE:Factory/oniguruma (Old)
 and  /work/SRC/openSUSE:Factory/.oniguruma.new (New)


Package is "oniguruma"

Changes:

--- /work/SRC/openSUSE:Factory/oniguruma/oniguruma.changes  2014-09-10 
07:27:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.oniguruma.new/oniguruma.changes 2015-10-28 
17:17:26.0 +0100
@@ -1,0 +2,7 @@
+Wed Oct 21 11:48:55 UTC 2015 - i...@marguerite.su
+
+- update version 5.9.6
+  * [impl] add onigenc_end_unicode().
+  * [impl] add onig_add_end_call(). 
+
+---

Old:

  onig-5.9.5.tar.gz

New:

  onig-5.9.6.tar.gz



Other differences:
--
++ oniguruma.spec ++
--- /var/tmp/diff_new_pack.1KZSyD/_old  2015-10-28 17:17:27.0 +0100
+++ /var/tmp/diff_new_pack.1KZSyD/_new  2015-10-28 17:17:27.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package oniguruma
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   oniguruma
-Version:5.9.5
+Version:5.9.6
 Release:0
 Summary:Regex Library Supporting Different Character Encodings
 License:BSD-2-Clause
 Group:  Development/Languages/C and C++
-Url:http://www.geocities.jp/kosako3/oniguruma/
-Source: 
http://www.geocities.jp/kosako3/oniguruma/archive/onig-%{version}.tar.gz
+Url:https://github.com/kkos/oniguruma
+Source: 
https://github.com/kkos/oniguruma/releases/download/v%{version}/onig-%{version}.tar.gz
 BuildRequires:  pkg-config
 BuildRequires:  ruby-devel >= 1.8
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -88,8 +88,8 @@
 
 %install
 make DESTDIR=%{buildroot} install %{?_smp_mflags}
-find %{buildroot}%{_libdir} -type f -name "*.a" -delete -print
-find %{buildroot}%{_libdir} -type f -name "*.la" -delete -print
+find %{buildroot} -type f -name "*.a" -delete -print
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n libonig2 -p /sbin/ldconfig
 

++ onig-5.9.5.tar.gz -> onig-5.9.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/onig-5.9.5/HISTORY new/onig-5.9.6/HISTORY
--- old/onig-5.9.5/HISTORY  2013-10-21 09:59:50.0 +0200
+++ new/onig-5.9.6/HISTORY  2014-12-12 09:53:51.0 +0100
@@ -1,5 +1,10 @@
 History
 
+2014/12/12: Version 5.9.6
+
+2013/11/27: [impl] add onigenc_end_unicode().  (thanks Takenori Imoto)
+2013/11/27: [impl] add onig_add_end_call().(thanks Takenori Imoto)
+
 2013/10/21: Version 5.9.5
 
 2013/10/21: [impl] escape warnings for -Wall. (regparse.c)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/onig-5.9.5/configure new/onig-5.9.6/configure
--- old/onig-5.9.5/configure2013-10-21 09:58:37.0 +0200
+++ new/onig-5.9.6/configure2014-12-12 09:50:50.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for onig 5.9.5.
+# Generated by GNU Autoconf 2.68 for onig 5.9.6.
 #
 #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -567,8 +567,8 @@
 # Identity of this package.
 PACKAGE_NAME='onig'
 PACKAGE_TARNAME='onig'
-PACKAGE_VERSION='5.9.5'
-PACKAGE_STRING='onig 5.9.5'
+PACKAGE_VERSION='5.9.6'
+PACKAGE_STRING='onig 5.9.6'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1291,7 +1291,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures onig 5.9.5 to adapt to many kinds of systems.
+\`configure' configures onig 5.9.6 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1361,7 +1361,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of onig 5.9.5:";;
+ short | recursive ) echo "Configuration of onig 5.9.6:";;
esac
   cat <<\_ACEOF
 
@@ -1466,7 +1466,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-onig configure 5.9.5
+onig configure 5.9.6
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2063,7 +2063,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure 

commit oniguruma for openSUSE:Factory

2014-09-09 Thread h_root
Hello community,

here is the log from the commit of package oniguruma for openSUSE:Factory 
checked in at 2014-09-10 07:27:30

Comparing /work/SRC/openSUSE:Factory/oniguruma (Old)
 and  /work/SRC/openSUSE:Factory/.oniguruma.new (New)


Package is oniguruma

Changes:

--- /work/SRC/openSUSE:Factory/oniguruma/oniguruma.changes  2011-09-23 
02:15:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.oniguruma.new/oniguruma.changes 2014-09-10 
07:27:31.0 +0200
@@ -1,0 +2,11 @@
+Sat Sep  6 08:32:47 UTC 2014 - i...@marguerite.su
+
+- update version 5.9.5
+  * [impl] escape warnings for -Wall. 
+  * [impl] remove unused variable.
+- changes in 5.9.4
+  * [dist] add oniguruma.pc.in file
+- changes in 5.9.3
+  * fix print_tree ENCLOSE_OPTION bug
+
+---

Old:

  onig-5.9.2.tar.bz2
  oniguruma-rpmlintrc

New:

  onig-5.9.5.tar.gz



Other differences:
--
++ oniguruma.spec ++
--- /var/tmp/diff_new_pack.4A1chW/_old  2014-09-10 07:27:32.0 +0200
+++ /var/tmp/diff_new_pack.4A1chW/_new  2014-09-10 07:27:32.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package oniguruma
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,19 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   oniguruma
-Version:5.9.2
-Release:1
+Version:5.9.5
+Release:0
+Summary:Regex Library Supporting Different Character Encodings
 License:BSD-2-Clause
 Group:  Development/Languages/C and C++
-Summary:Regex Library Supporting Different Character Encodings
 Url:http://www.geocities.jp/kosako3/oniguruma/
-Source: onig-%{version}.tar.bz2
-Source10:   %{name}-rpmlintrc
-AutoReqProv:on
+Source: 
http://www.geocities.jp/kosako3/oniguruma/archive/onig-%{version}.tar.gz
+BuildRequires:  pkg-config
 BuildRequires:  ruby-devel = 1.8
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -43,17 +40,9 @@
 ISO-8859-10, ISO-8859-11, ISO-8859-13, ISO-8859-14, ISO-8859-15,
 ISO-8859-16.
 
-
-
-Authors:
-
-K. Kosako sndgk...@ybb.ne.jp
-
 %package -n libonig2
-
-
-Group:  Development/Languages/C and C++
 Summary:Regex Library Supporting Different Character Encodings
+Group:  System/Libraries
 
 %description -n libonig2
 Oniguruma is a regular expressions library.  The characteristics of
@@ -67,18 +56,10 @@
 ISO-8859-10, ISO-8859-11, ISO-8859-13, ISO-8859-14, ISO-8859-15,
 ISO-8859-16.
 
-
-
-Authors:
-
-K. Kosako sndgk...@ybb.ne.jp
-
 %package devel
-
-
-Group:  Development/Languages/C and C++
 Summary:Regex Library Supporting Different Character Encodings - 
Development Files
-Requires:   libonig2 = %version
+Group:  Development/Languages/C and C++
+Requires:   libonig2 = %{version}
 Obsoletes:  oniguruma = 2.5.7
 
 %description devel
@@ -96,28 +77,19 @@
 This package contains all necessary include files and libraries needed to
 develop applications that require it.
 
-
-
-Authors:
-
-K. Kosako sndgk...@ybb.ne.jp
-
-
 %prep
 %setup -q -n onig-%{version}
-%{__cp} -rp sample/ examples
+cp -rp sample/ examples
 
 %build
-export CFLAGS=%optflags -g
+export CFLAGS=%{optflags} -g
 %configure
-%{__make}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
-%{__rm} -f %{buildroot}%{_libdir}/libonig.la
-
-%clean
-%{__rm} -rf %{buildroot}
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+find %{buildroot}%{_libdir} -type f -name *.a -delete -print
+find %{buildroot}%{_libdir} -type f -name *.la -delete -print
 
 %post -n libonig2 -p /sbin/ldconfig
 
@@ -131,11 +103,11 @@
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING HISTORY index.html index_ja.html README README.ja
 %doc doc/* examples/
-%{_libdir}/libonig.so
-%{_libdir}/libonig.a
+%{_bindir}/onig-config
 %{_includedir}/oniguruma.h
 %{_includedir}/oniggnu.h
 %{_includedir}/onigposix.h
-%{_bindir}/onig-config
+%{_libdir}/libonig.so
+%{_libdir}/pkgconfig/oniguruma.pc
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit oniguruma for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package oniguruma for openSUSE:Factory 
checked in at 2011-12-06 18:33:35

Comparing /work/SRC/openSUSE:Factory/oniguruma (Old)
 and  /work/SRC/openSUSE:Factory/.oniguruma.new (New)


Package is oniguruma, Maintainer is mrueck...@suse.com

Changes:




Other differences:
--
++ oniguruma.spec ++
--- /var/tmp/diff_new_pack.dmIVOK/_old  2011-12-06 18:54:42.0 +0100
+++ /var/tmp/diff_new_pack.dmIVOK/_new  2011-12-06 18:54:42.0 +0100
@@ -21,7 +21,7 @@
 Name:   oniguruma
 Version:5.9.2
 Release:1
-License:BSD 2-Clause
+License:BSD-2-Clause
 Group:  Development/Languages/C and C++
 Summary:Regex Library Supporting Different Character Encodings
 Url:http://www.geocities.jp/kosako3/oniguruma/

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org