Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libuninameslist for openSUSE:Factory 
checked in at 2023-09-20 13:28:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libuninameslist (Old)
 and      /work/SRC/openSUSE:Factory/.libuninameslist.new.16627 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libuninameslist"

Wed Sep 20 13:28:52 2023 rev:13 rq:1112100 version:20230916

Changes:
--------
--- /work/SRC/openSUSE:Factory/libuninameslist/libuninameslist.changes  
2023-06-05 18:08:30.559807470 +0200
+++ 
/work/SRC/openSUSE:Factory/.libuninameslist.new.16627/libuninameslist.changes   
    2023-09-20 13:31:25.847462919 +0200
@@ -1,0 +2,14 @@
+Mon Sep 18 13:00:31 UTC 2023 - Dirk Müller <dmuel...@suse.com>
+
+- update to 20230916:
+  * This release contains source code to build libuninameslist
+    (with NamesList.txt 15.1), libuninameslist-fr (with
+    ListeDesNoms 15.0), and Python wrapper uninameslist.py
+    (ver0.2).
+  * Version 15.1 is a minor update, adding 627 characters,
+    bringing the total to 149,813 characters.
+  * Details about 15.1 can be found here:
+    http://blog.unicode.org/2023/09/announcing-unicode-standard-
+    version-151.html
+
+-------------------------------------------------------------------

Old:
----
  20230523.tar.gz

New:
----
  20230916.tar.gz

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

Other differences:
------------------
++++++ libuninameslist.spec ++++++
--- /var/tmp/diff_new_pack.LnSFGR/_old  2023-09-20 13:31:27.355516945 +0200
+++ /var/tmp/diff_new_pack.LnSFGR/_new  2023-09-20 13:31:27.355516945 +0200
@@ -18,7 +18,7 @@
 
 %define somajor 1
 Name:           libuninameslist
-Version:        20230523
+Version:        20230916
 Release:        0
 Summary:        A library providing Unicode character names and annotations
 License:        BSD-3-Clause

++++++ 20230523.tar.gz -> 20230916.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libuninameslist-20230523/.github/workflows/main.yml 
new/libuninameslist-20230916/.github/workflows/main.yml
--- old/libuninameslist-20230523/.github/workflows/main.yml     2023-05-23 
18:19:48.000000000 +0200
+++ new/libuninameslist-20230916/.github/workflows/main.yml     2023-09-17 
07:04:21.000000000 +0200
@@ -37,6 +37,12 @@
       - uses: actions/checkout@v2
       - name: Create configure
         run: |
+          python --version
+          pip --version
+          easy_install --version
+          pip install setuptools
+          python -m pip install setuptools
+          python3 -m pip install -U wheel setuptools
           brew install autoconf automake libtool gcc
           autoreconf -i
           automake
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libuninameslist-20230523/ChangeLog 
new/libuninameslist-20230916/ChangeLog
--- old/libuninameslist-20230523/ChangeLog      2023-05-23 18:19:48.000000000 
+0200
+++ new/libuninameslist-20230916/ChangeLog      2023-09-17 07:04:21.000000000 
+0200
@@ -1,3 +1,6 @@
+- 2023-Sep-16
+    * Version 1.14, Unicode 15.1 and French version 1.6 now is at 15.0.
+
 - 2023-May-23
     * Unicode 15.1_Beta (Nameslist.txt 15.1Beta for review upto Jul04).
       NOTE: This version shows as 15.0b (to maintain versions sorting).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libuninameslist-20230523/Makefile.am 
new/libuninameslist-20230916/Makefile.am
--- old/libuninameslist-20230523/Makefile.am    2023-05-23 18:19:48.000000000 
+0200
+++ new/libuninameslist-20230916/Makefile.am    2023-09-17 07:04:21.000000000 
+0200
@@ -72,7 +72,7 @@
        $(SHELL) ./config.status libtool
 
 NamesList.txt:
-       $(WGET) "https://www.unicode.org/Public/draft/UCD/ucd/NamesList.txt"; -O 
NamesList.txt
+       $(WGET) "https://www.unicode.org/Public/UCD/latest/ucd/NamesList.txt"; 
-O NamesList.txt
 
 ListeDesNoms.txt:
        $(WGET) "http://hapax.qc.ca/ListeNoms-15.0.0.txt"; -O ListeDesNoms.txt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libuninameslist-20230523/README.md 
new/libuninameslist-20230916/README.md
--- old/libuninameslist-20230523/README.md      2023-05-23 18:19:48.000000000 
+0200
+++ new/libuninameslist-20230916/README.md      2023-09-17 07:04:21.000000000 
+0200
@@ -12,7 +12,7 @@
 Description
 -----------
 
-This library is updated for Nameslist.txt ver15.1beta and ListeDesNoms.txt 
ver15.0
+This library is updated for Nameslist.txt ver15.1 and ListeDesNoms.txt ver15.0
 and includes python wrapper 'uninameslist.py'
 
 For latest release, see: https://github.com/fontforge/libuninameslist/releases
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libuninameslist-20230523/buildnameslist.c 
new/libuninameslist-20230916/buildnameslist.c
--- old/libuninameslist-20230523/buildnameslist.c       2023-05-23 
18:19:48.000000000 +0200
+++ new/libuninameslist-20230916/buildnameslist.c       2023-09-17 
07:04:21.000000000 +0200
@@ -178,8 +178,8 @@
     int i, j;
     static char *nameslistfiles[] = { "NamesList.txt", "ListeDesNoms.txt", 
NULL };
     static char *nameslistlocs[] = {
-       "http://www.unicode.org/Public/15.0.0/ucd/NamesList-15.0.0d5.txt";,
-       "http://hapax.qc.ca/ListeNoms-14.0.0.txt (charset=UTF-8)"
+       "https://www.unicode.org/Public/UCD/latest/ucd/NamesList.txt";,
+       "http://hapax.qc.ca/ListeNoms-15.0.0.txt (charset=UTF-8)"
     };
 
     buffer[sizeof(buffer)-1]=0;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libuninameslist-20230523/configure.ac 
new/libuninameslist-20230916/configure.ac
--- old/libuninameslist-20230523/configure.ac   2023-05-23 18:19:48.000000000 
+0200
+++ new/libuninameslist-20230916/configure.ac   2023-09-17 07:04:21.000000000 
+0200
@@ -4,13 +4,13 @@
 #-------------------------------------------
 # PackageTimestamp, major version, minor version, and Nameslist.txt version
 # Libraries have a "package" version of the form major.minor.micro.
-m4_define([uninameslist_package_stamp], [20230523]) dnl yyyymmdd
+m4_define([uninameslist_package_stamp], [20230916]) dnl yyyymmdd
 m4_define([uninameslist_major_version], [15]) dnl Nameslist.txt
-m4_define([uninameslist_minor_version], [0b])
+m4_define([uninameslist_minor_version], [1])
 m4_define([uninameslist_nameslist_ver], 
[uninameslist_major_version.uninameslist_minor_version])
 # Libraries have a "libtool" version of the form current:revision:age.
 m4_define([uninameslist_current], [1])
-m4_define([uninameslist_revision],[13])
+m4_define([uninameslist_revision],[14])
 m4_define([uninameslist_age],     [0])
 m4_define([uninameslist_libver],
           [uninameslist_current:uninameslist_revision:uninameslist_age])
@@ -229,8 +229,8 @@
 
 #-------------------------------------------
 # Ensure fresh timestamps if run ./configure
-echo 'const char NL_VERSION[[]] = "uninameslist_nameslist_ver";' > 
buildnameslist.h
-echo 'const char NFR_VERSION[[]] = "uninameslist_fr_nameslist_ver";' >> 
buildnameslist.h
+echo 'const char NL_VERSION[[]] = "uninameslist_nameslist_ver";' > 
${builddir}buildnameslist.h
+echo 'const char NFR_VERSION[[]] = "uninameslist_fr_nameslist_ver";' >> 
${builddir}buildnameslist.h
 rm -f ${top_builddir}tests/call-test.h
 echo 'const char NL_VERSION[[]] = "Nameslist-Version: 
uninameslist_nameslist_ver";' > ${top_builddir}tests/call-test.h
 echo 'const char NFR_VERSION[[]] = "Nameslist-Version: 
uninameslist_fr_nameslist_ver";' >> ${top_builddir}tests/call-test.h
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libuninameslist-20230523/nameslist.c 
new/libuninameslist-20230916/nameslist.c
--- old/libuninameslist-20230523/nameslist.c    2023-05-23 18:19:48.000000000 
+0200
+++ new/libuninameslist-20230916/nameslist.c    2023-09-17 07:04:21.000000000 
+0200
@@ -67,7 +67,7 @@
 /* Retrieve Nameslist.txt version number. */
 UN_DLL_EXPORT
 const char *uniNamesList_NamesListVersion(void) {
-       return( "Nameslist-Version: 15.0b" );
+       return( "Nameslist-Version: 15.1" );
 }
 
 
@@ -855,7 +855,7 @@
        { 0x2b740, 0x2b81d, "CJK Unified Ideographs Extension D" },
        { 0x2b820, 0x2cea1, "CJK Unified Ideographs Extension E" },
        { 0x2ceb0, 0x2ebe0, "CJK Unified Ideographs Extension F" },
-       { 0x2ebf0, 0x2ee4a, "CJK Unified Ideographs Extension I" },
+       { 0x2ebf0, 0x2ee5d, "CJK Unified Ideographs Extension I" },
        { 0x2f800, 0x2fa1f, "CJK Compatibility Ideographs Supplement" },
        { 0x2ff80, 0x2ffff, "Unassigned" },
        { 0x30000, 0x3134a, "CJK Unified Ideographs Extension G" },
@@ -2577,7 +2577,8 @@
 /* 02BC */ { "MODIFIER LETTER APOSTROPHE","    = apostrophe\n"
        "       * glottal stop, glottalization, ejective\n"
        "       * many languages use this as a letter of their alphabets\n"
-       "       * used as a tone marker in Bodo, Dogri, and Maithili\n"
+       "       * used as a tone marker in Bodo and Dogri\n"
+       "       * indicates vowel elongation, or various truncations and 
ellipsis in Maithili\n"
        "       * used as a modifier letter in the Lisu script\n"
        "       * 2019 is the preferred character for a punctuation 
apostrophe\n"
        "       x (apostrophe - 0027)\n"
@@ -4014,7 +4015,8 @@
 /* 06CA */ { "ARABIC LETTER WAW WITH TWO DOTS ABOVE"," * Kurdish"},
 /* 06CB */ { "ARABIC LETTER VE","      * Uyghur, Kazakh"},
 /* 06CC */ { "ARABIC LETTER FARSI YEH","       * Arabic, Persian, Urdu, 
Kashmiri, ...\n"
-       "       * initial and medial forms of this letter have dots\n"
+       "       * initial and medial forms of this letter have two horizontal 
dots below\n"
+       "       * retains its dots in initial and medial forms when used in 
combination with 0654\n"
        "       x (arabic letter alef maksura - 0649)\n"
        "       x (arabic letter yeh - 064A)"},
 /* 06CD */ { "ARABIC LETTER YEH WITH TAIL","   * Pashto, Sindhi"},
@@ -15612,6 +15614,7 @@
 /* 2E39 */ { "TOP HALF SECTION SIGN"," * indicates pronunciation on one side 
of the mouth only\n"
        "       x (section sign - 00A7)"},
 /* 2E3A */ { "TWO-EM DASH","   = omission dash\n"
+       "       * may be used in Chinese for abrupt change of thought, 
inserting new content, or continuation of tone or sound\n"
        "       x (em dash - 2014)"},
 /* 2E3B */ { "THREE-EM DASH",NULL},
 /* 2E3C */ { "STENOGRAPHIC FULL STOP","        * used in shorthands and 
stenographies\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libuninameslist-20230523/uninameslist.h 
new/libuninameslist-20230916/uninameslist.h
--- old/libuninameslist-20230523/uninameslist.h 2023-05-23 18:19:48.000000000 
+0200
+++ new/libuninameslist-20230916/uninameslist.h 2023-09-17 07:04:21.000000000 
+0200
@@ -58,9 +58,9 @@
 
 /* Version information for this <uninameslist.h> include file */
 #define LIBUNINAMESLIST_MAJOR  1
-#define LIBUNINAMESLIST_MINOR  13
+#define LIBUNINAMESLIST_MINOR  14
 
-/* Return number of blocks in this NamesList (Version 15.0b). */
+/* Return number of blocks in this NamesList (Version 15.1). */
 int uniNamesList_blockCount(void);
 
 /* Return block number for this unicode value (-1 if bad unicode value) */

Reply via email to