Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libnumbertext for openSUSE:Factory 
checked in at 2022-04-13 21:04:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libnumbertext (Old)
 and      /work/SRC/openSUSE:Factory/.libnumbertext.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libnumbertext"

Wed Apr 13 21:04:27 2022 rev:9 rq:969242 version:1.0.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/libnumbertext/libnumbertext.changes      
2022-02-17 23:40:45.651700798 +0100
+++ /work/SRC/openSUSE:Factory/.libnumbertext.new.1900/libnumbertext.changes    
2022-04-13 21:04:59.216566247 +0200
@@ -1,0 +2,9 @@
+Sun Apr 10 09:13:21 UTC 2022 - Dirk M??ller <[email protected]>
+
+- update to 1.0.10:
+  * hu_Hung.sor: fix regression of transliteration on Windows
+    - non-BMP characters aren't supported in bracket expressions in regex of 
MS Visual C++,
+      resulting missing transliteration on Windows. Replaced by branches 
separated by |.
+  * hu_Hung.sor: fix regression of transliteration of punctuation marks
+
+-------------------------------------------------------------------

Old:
----
  1.0.8.tar.gz

New:
----
  1.0.10.tar.gz

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

Other differences:
------------------
++++++ libnumbertext.spec ++++++
--- /var/tmp/diff_new_pack.SDOits/_old  2022-04-13 21:05:00.336567142 +0200
+++ /var/tmp/diff_new_pack.SDOits/_new  2022-04-13 21:05:00.344567148 +0200
@@ -19,7 +19,7 @@
 %{!?make_build:%global make_build make %{?_smp_mflags}}
 %define libname libnumbertext-1_0-0
 Name:           libnumbertext
-Version:        1.0.8
+Version:        1.0.10
 Release:        0
 Summary:        Language-neutral NUMBERTEXT and MONEYTEXT functions
 License:        MPL-2.0
@@ -76,7 +76,6 @@
 export CXX=g++-7
 %endif
 %configure \
-       --disable-werror \
        --disable-static \
        --disable-silent-rules \
        %{nil}

++++++ 1.0.8.tar.gz -> 1.0.10.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libnumbertext-1.0.8/ChangeLog 
new/libnumbertext-1.0.10/ChangeLog
--- old/libnumbertext-1.0.8/ChangeLog   2021-12-31 19:43:48.000000000 +0100
+++ new/libnumbertext-1.0.10/ChangeLog  2022-04-02 17:12:02.000000000 +0200
@@ -1,3 +1,11 @@
+2022-04-01: 1.0.10 release:
+       * hu_Hung.sor: fix regression of transliteration on Windows
+               - non-BMP characters aren't supported in bracket expressions in 
regex of MS Visual C++,
+                 resulting missing transliteration on Windows. Replaced by 
branches separated by |.
+
+2022-04-01: 1.0.9 release:
+       * hu_Hung.sor: fix regression of transliteration of punctuation marks
+
 2021-12-31: 1.0.8 release:
        * src/Soros.py: fix FutureWarning: Possible nested set at position, 
reported by Rene Engelhard
        * fr.sor:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libnumbertext-1.0.8/README.md 
new/libnumbertext-1.0.10/README.md
--- old/libnumbertext-1.0.8/README.md   2021-12-31 19:43:48.000000000 +0100
+++ new/libnumbertext-1.0.10/README.md  2022-04-02 17:12:02.000000000 +0200
@@ -5,7 +5,7 @@
 ```
 Language-neutral NUMBERTEXT and MONEYTEXT functions for LibreOffice Calc
 
-version 1.0.8 (2021-12-31)
+version 1.0.10 (2022-04-02)
 
 Numbertext LibreOffice extension,
 Soros programming language specification (draft) and IDE*,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libnumbertext-1.0.8/VERSION 
new/libnumbertext-1.0.10/VERSION
--- old/libnumbertext-1.0.8/VERSION     2021-12-31 19:43:48.000000000 +0100
+++ new/libnumbertext-1.0.10/VERSION    2022-04-02 17:12:02.000000000 +0200
@@ -1 +1 @@
-1.0.8
+1.0.10
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libnumbertext-1.0.8/configure.ac 
new/libnumbertext-1.0.10/configure.ac
--- old/libnumbertext-1.0.8/configure.ac        2021-12-31 19:43:48.000000000 
+0100
+++ new/libnumbertext-1.0.10/configure.ac       2022-04-02 17:12:02.000000000 
+0200
@@ -1,6 +1,6 @@
 m4_define([numbertext_version_major],[1])
 m4_define([numbertext_version_minor],[0])
-m4_define([numbertext_version_micro],[8])
+m4_define([numbertext_version_micro],[10])
 
m4_define([numbertext_version],[numbertext_version_major.numbertext_version_minor.numbertext_version_micro])
 
 AC_PREREQ([2.68])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libnumbertext-1.0.8/data/hu_Hung.sor 
new/libnumbertext-1.0.10/data/hu_Hung.sor
--- old/libnumbertext-1.0.8/data/hu_Hung.sor    2021-12-31 19:43:48.000000000 
+0100
+++ new/libnumbertext-1.0.10/data/hu_Hung.sor   2022-04-02 17:12:02.000000000 
+0200
@@ -6,6 +6,8 @@
 # e.g. ??prily, Champs-??lys??es, ??lys??e-palota, Dolly, Folly, Hollywood, 
jolly, intercity, Kisfaludy ...
 
"^(??p????ri????l|Champs-??l|[cC]i????t|Do????l??k-Sa????l|[dfhjDFHJ]ol????l|??l|Fesz????t|[gG]rizz????l|Ha????rasz????t|Hat????va????n|Husz????t|[iI]n????ter????ci????t|J??????ke????l|Kis????fa????lu????d|Ku????ko????r????el????l|Mo????ho????l|Mind????szen????t|Nosz????t|[pP]en???n|Pes????t|Re????gu????l|So????n|Szi????l|Szte????va????no????vi????t|V??????r??s????mar????t|[zZ][l??]ot)y(.*)
 0$" $1????$2
 
"^(??P????RI????L|CHAMPS-??L|CI????T|DO????L??K-SA????L|[DFHJ]OL????L|??L|FESZ????T|GRIZZ????L|HA????RASZ????T|HAT????VA????N|HUSZ????T|IN????TER????CI????T|J??????KE????L|KIS???FA???LU????D|KU????KO????R????EL????L|MIND????SZEN????T|MO????HO????L|NOSZ????T|PEN????N|PES????T|RE????GU????L|SO????N|SZI????L|SZTE????VA????NO????VI????T|V??????R??S????MAR????T|Z[L??]OT)Y(.*)
 0$" $1????$2
+# punctuation with transliterated letters
+"^((????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|????|[-0-9??????,??????.!\?\;???????????????])*[,??????\?\;])
 0$" $1
 # if the original word contains an unknown character, return without 
modification
 
"^(.*[^-0-9qwertzuiopasdfghjklyxcvbnmQWERTZUIOPASDFGHJKLYXCVBNM??????????????????????????????????????????????????,??????\?\;].*)
 0$" \1
 # words with y
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libnumbertext-1.0.8/java/Manifest.txt 
new/libnumbertext-1.0.10/java/Manifest.txt
--- old/libnumbertext-1.0.8/java/Manifest.txt   2021-12-31 19:43:48.000000000 
+0100
+++ new/libnumbertext-1.0.10/java/Manifest.txt  2022-04-02 17:12:02.000000000 
+0200
@@ -1,3 +1,3 @@
 Main-Class: org.numbertext.Numbertext
-Implementation-Version: 1.0.8
-Implementation-Date: 2021-12-31
+Implementation-Version: 1.0.10
+Implementation-Date: 2022-04-02
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libnumbertext-1.0.8/test/hu_Hung.in 
new/libnumbertext-1.0.10/test/hu_Hung.in
--- old/libnumbertext-1.0.8/test/hu_Hung.in     2021-12-31 19:43:48.000000000 
+0100
+++ new/libnumbertext-1.0.10/test/hu_Hung.in    2022-04-02 17:12:02.000000000 
+0200
@@ -5,6 +5,18 @@
 ?? 0
 ?? 0
 NY
+?
+,
+;
+??????
+k??rd??jel?
+vessz??,
+pontosvessz??;
+???id??z??jel???
+???????????????????????????????????????
+???????????????????????????????????????
+??????????????????????????????????????,
+??????????????????????????????????????;
 H??ndel 0
 Moli??re 0
 IQ 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libnumbertext-1.0.8/test/hu_Hung.out 
new/libnumbertext-1.0.10/test/hu_Hung.out
--- old/libnumbertext-1.0.8/test/hu_Hung.out    2021-12-31 19:43:48.000000000 
+0100
+++ new/libnumbertext-1.0.10/test/hu_Hung.out   2022-04-02 17:12:02.000000000 
+0200
@@ -5,6 +5,18 @@
 ????
 ????
 ????
+???
+???
+???
+??????
+???????????????????????????????????
+???????????????????????
+???????????????????????????????????????????????
+??????????????????????????????????????
+?????????????????????????????????????????
+?????????????????????????????????????????
+?????????????????????????????????????????
+?????????????????????????????????????????
 ????????????????????????
 Moli??re
 IQ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libnumbertext-1.0.8/web/index.html.in 
new/libnumbertext-1.0.10/web/index.html.in
--- old/libnumbertext-1.0.8/web/index.html.in   2021-12-31 19:43:48.000000000 
+0100
+++ new/libnumbertext-1.0.10/web/index.html.in  2022-04-02 17:12:02.000000000 
+0200
@@ -117,27 +117,27 @@
       <div class="col-md-3 col-sm-6">
         <div class="service"> <i class="fa fa-table"></i>
           <h3>LibreOffice</h3>
-         <p>Extension with NUMBERTEXT and MONEYTEXT spreadsheet functions: <a 
href="https://extensions.libreoffice.org/extensions/numbertext-1/1-0.8/@@download/file/numbertext-1.0.8.oxt";>numbertext-1.0.8.oxt</a>
-         (<a 
href="https://extensions.libreoffice.org/extensions/numbertext-1/1-0.8";>description</a>)</p>
+         <p>Extension with NUMBERTEXT and MONEYTEXT spreadsheet functions: <a 
href="https://extensions.libreoffice.org/extensions/numbertext-1/1-0.10/@@download/file/numbertext-1.0.10.oxt";>numbertext-1.0.10.oxt</a>
+         (<a 
href="https://extensions.libreoffice.org/extensions/numbertext-1/1-0.10";>description</a>)</p>
         </div>
       </div>
       <div class="col-md-3 col-sm-6">
         <div class="service"> <i class="fa fa-cogs"></i>
           <h3>C++</h3>
-         <p>Source distribution (1.0.8): <a 
href="https://github.com/Numbertext/libnumbertext/releases/download/1.0.8/libnumbertext-1.0.8.tar.xz";>libnumbertext-1.0.8.tar.xz</a>
 (<a 
href="https://github.com/Numbertext/libnumbertext/releases/tag/1.0.8";>installation</a>)</p>
+         <p>Source distribution (1.0.10): <a 
href="https://github.com/Numbertext/libnumbertext/releases/download/1.0.10/libnumbertext-1.0.10.tar.xz";>libnumbertext-1.0.10.tar.xz</a>
 (<a 
href="https://github.com/Numbertext/libnumbertext/releases/tag/1.0.10";>installation</a>)</p>
         </div>
       </div>
       <div class="col-md-3 col-sm-6">
         <div class="service"> <i class="fa fa-coffee"></i>
           <h3>Java</h3>
-         <p>JAR package: <a 
href="https://github.com/Numbertext/libnumbertext/releases/download/1.0.8/numbertext.jar";>numbertext.jar</a>
 (1.0.8).
+         <p>JAR package: <a 
href="https://github.com/Numbertext/libnumbertext/releases/download/1.0.10/numbertext.jar";>numbertext.jar</a>
 (1.0.10).
          Usage: java -jar numbertext.jar</p>
         </div>
       </div>
       <div class="col-md-3 col-sm-6">
         <div class="service"><i class="fa fa-pencil"></i>
           <h3>Python & JavaScript</h3>
-         <p>Interpreters: <a 
href="https://github.com/Numbertext/libnumbertext/blob/master/src/Soros.py";>Soros.py</a>
 and <a 
href="https://github.com/Numbertext/libnumbertext/blob/master/src/Soros.js";>Soros.js</a>.
 For usage, see source distribution (<a 
href="https://github.com/Numbertext/libnumbertext/archive/1.0.8.zip";>zip</a> or 
<a 
href="https://github.com/Numbertext/libnumbertext/archive/1.0.8.tar.gz";>tar.gz</a>).</p>
+         <p>Interpreters: <a 
href="https://github.com/Numbertext/libnumbertext/blob/master/src/Soros.py";>Soros.py</a>
 and <a 
href="https://github.com/Numbertext/libnumbertext/blob/master/src/Soros.js";>Soros.js</a>.
 For usage, see source distribution (<a 
href="https://github.com/Numbertext/libnumbertext/archive/1.0.10.zip";>zip</a> 
or <a 
href="https://github.com/Numbertext/libnumbertext/archive/1.0.10.tar.gz";>tar.gz</a>).</p>
         </div>
       </div>
     </div>

Reply via email to