Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package lua-cldr for openSUSE:Factory 
checked in at 2022-12-07 17:35:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lua-cldr (Old)
 and      /work/SRC/openSUSE:Factory/.lua-cldr.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lua-cldr"

Wed Dec  7 17:35:14 2022 rev:2 rq:1040784 version:0.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/lua-cldr/lua-cldr.changes        2022-09-07 
11:06:41.420506222 +0200
+++ /work/SRC/openSUSE:Factory/.lua-cldr.new.1835/lua-cldr.changes      
2022-12-07 17:36:34.577068484 +0100
@@ -1,0 +2,7 @@
+Tue Dec  6 18:45:04 UTC 2022 - Gordon Leung <piratec...@protonmail.com>
+
+- Update to 0.3.0:
+ * Refresh data based on Unicode CLDR 42
+ * Tarball now has a copy of the Unicode license covering bundled data
+
+-------------------------------------------------------------------

Old:
----
  cldr-lua-0.2.0.tar.xz
  unicode-license.txt

New:
----
  cldr-lua-0.3.0.tar.xz

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

Other differences:
------------------
++++++ lua-cldr.spec ++++++
--- /var/tmp/diff_new_pack.hT8CKV/_old  2022-12-07 17:36:34.981070696 +0100
+++ /var/tmp/diff_new_pack.hT8CKV/_new  2022-12-07 17:36:34.985070718 +0100
@@ -20,18 +20,15 @@
 %define mod_name cldr
 %define rock_version dev-0
 
-Version:        0.2.0
+Version:        0.3.0
 Release:        0
 Summary:        Unicode CLDR data and Lua interface
 License:        MIT AND Unicode-TOU
 Group:          Development/Languages/Other
 URL:            https://github.com/alerque/cldr-lua
 Source0:        %{mod_name}-lua-%{version}.tar.xz
-# License for data from CLDR 41
-# 
https://github.com/unicode-org/cldr/blob/180629dd13d7cc11ac5e5b930206ac4b8d2d49cd/unicode-license.txt
-Source1:        unicode-license.txt
-BuildRequires:  %{flavor}-luarocks
 BuildRequires:  %{flavor}-devel
+BuildRequires:  %{flavor}-luarocks
 BuildRequires:  %{flavor}-penlight
 %lua_provides
 Requires:       %{flavor}
@@ -49,17 +46,19 @@
 The Unicode CLDR provides key building blocks for software to support
 the world's languages, with the largest and most extensive standard
 repository of locale data available.
+
 %prep
 %autosetup -n %{mod_name}-lua-%{version}
-cp %{SOURCE1} .
+
 %build
 %luarocks_build "%{mod_name}-%{rock_version}.rockspec"
+
 %install
 %luarocks_install *.rock
 
 %files
 %license %{luarocks_treedir}/%{mod_name}/%{rock_version}/doc/LICENSE
-%license unicode-license.txt
+%license %{luarocks_treedir}/%{mod_name}/%{rock_version}/doc/LICENSE-Unicode
 %docdir %{luarocks_treedir}/%{mod_name}/%{rock_version}/doc
 %{lua_noarchdir}/%{mod_name}
 %{luarocks_treedir}/%{mod_name}

++++++ _service ++++++
--- /var/tmp/diff_new_pack.hT8CKV/_old  2022-12-07 17:36:35.025070937 +0100
+++ /var/tmp/diff_new_pack.hT8CKV/_new  2022-12-07 17:36:35.029070959 +0100
@@ -3,7 +3,7 @@
     <param name="url">https://github.com/alerque/cldr-lua</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="scm">git</param>
-    <param name="revision">51e4760838c0a83ef1a76d0a0fb2e9f964069a50</param>
+    <param name="revision">4602a7859535ca198ddfaba73a02f9bce3e81025</param>
     <param name="versionrewrite-pattern">v(\d+.\d+.\d+)</param>
     <param name="versionrewrite-replacement">\1</param>
   </service>

++++++ cldr-lua-0.2.0.tar.xz -> cldr-lua-0.3.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cldr-lua-0.2.0/CHANGELOG.md 
new/cldr-lua-0.3.0/CHANGELOG.md
--- old/cldr-lua-0.2.0/CHANGELOG.md     2022-04-16 13:46:14.000000000 +0200
+++ new/cldr-lua-0.3.0/CHANGELOG.md     2022-12-06 10:36:06.000000000 +0100
@@ -2,7 +2,12 @@
 
 All notable changes to this project will be documented in this file. See 
[conventional commits](https://www.conventionalcommits.org) for commit 
guidelines.
 
-## [v0.2.0](https://github.com/alerque/cldr-lua/releases/v0.1.0) — 2022-04-16
+## [v0.3.0](https://github.com/alerque/cldr-lua/releases/v0.3.0) — 2022-12-06
+
+* Refresh data based on Unicode CLDR 42
+* Include a copy of the Unicode license covering bundled data
+
+## [v0.2.0](https://github.com/alerque/cldr-lua/releases/v0.2.0) — 2022-04-16
 
 * Refresh based on Unicode CLDR 41 data
 * Use full data set instead of only modern locales mentioned in core
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cldr-lua-0.2.0/LICENSE new/cldr-lua-0.3.0/LICENSE
--- old/cldr-lua-0.2.0/LICENSE  2022-04-16 13:46:14.000000000 +0200
+++ new/cldr-lua-0.3.0/LICENSE  2022-12-06 10:36:06.000000000 +0100
@@ -1,6 +1,6 @@
 MIT License
 
-Copyright (c) 2019 Caleb Maclennan
+Copyright (c) 2019–2022 Caleb Maclennan
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cldr-lua-0.2.0/LICENSE-Unicode 
new/cldr-lua-0.3.0/LICENSE-Unicode
--- old/cldr-lua-0.2.0/LICENSE-Unicode  1970-01-01 01:00:00.000000000 +0100
+++ new/cldr-lua-0.3.0/LICENSE-Unicode  2022-12-06 10:36:06.000000000 +0100
@@ -0,0 +1,46 @@
+UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
+
+See Terms of Use for definitions of Unicode Inc.'s
+Data Files and Software.
+
+NOTICE TO USER: Carefully read the following legal agreement.
+BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S
+DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"),
+YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
+TERMS AND CONDITIONS OF THIS AGREEMENT.
+IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE
+THE DATA FILES OR SOFTWARE.
+
+COPYRIGHT AND PERMISSION NOTICE
+
+Copyright © 1991-2022 Unicode, Inc. All rights reserved.
+Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of the Unicode data files and any associated documentation
+(the "Data Files") or Unicode software and any associated documentation
+(the "Software") to deal in the Data Files or Software
+without restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, and/or sell copies of
+the Data Files or Software, and to permit persons to whom the Data Files
+or Software are furnished to do so, provided that either
+(a) this copyright and permission notice appear with all copies
+of the Data Files or Software, or
+(b) this copyright and permission notice appear in associated
+Documentation.
+
+THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
+ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
+WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT OF THIRD PARTY RIGHTS.
+IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
+NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
+DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
+DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
+TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+PERFORMANCE OF THE DATA FILES OR SOFTWARE.
+
+Except as contained in this notice, the name of a copyright holder
+shall not be used in advertising or otherwise to promote the sale,
+use or other dealings in these Data Files or Software without prior
+written authorization of the copyright holder.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cldr-lua-0.2.0/Makefile new/cldr-lua-0.3.0/Makefile
--- old/cldr-lua-0.2.0/Makefile 2022-04-16 13:46:14.000000000 +0200
+++ new/cldr-lua-0.3.0/Makefile 2022-12-06 10:36:06.000000000 +0100
@@ -46,6 +46,9 @@
 $(SCM_ROCK): TAG = master
 $(SCM_ROCK): $(PACKAGE).rockspec.in
        $(rockpec_template)
+       sed -i \
+               -e '/tag = /s/tag/branch/' \
+               $@
 
 rockspecs/$(PACKAGE)-%-0.rockspec: SEMVER = $*
 rockspecs/$(PACKAGE)-%-0.rockspec: TAG = v$*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cldr-lua-0.2.0/README.md new/cldr-lua-0.3.0/README.md
--- old/cldr-lua-0.2.0/README.md        2022-04-16 13:46:14.000000000 +0200
+++ new/cldr-lua-0.3.0/README.md        2022-12-06 10:36:06.000000000 +0100
@@ -98,12 +98,11 @@
 
 The Lua interfaces and code in this project are licensed under the MIT license.
 
-All data provided by the [Unicode Consortium][uc] is licensed under the 
[Unicode License][ul] (also referred to as the [ICU License][icul]).
+All CLDR data provided by the [Unicode Consortium][uc] is governed by the 
[Unicode Terms of Use][utou].
 
  [cldr-gh]: https://github.com/unicode-org/cldr
  [cldr-json]: https://github.com/unicode-cldr/cldr-json
  [cldr]: http://cldr.unicode.org
- [icul]: https://github.com/unicode-org/cldr/blob/master/ICU-LICENSE
  [uc]: https://unicode.org/main.html
- [ul]: https://www.unicode.org/copyright.html
+ [utou]: https://www.unicode.org/copyright.html
  [v36]: http://cldr.unicode.org/index/downloads/cldr-36
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cldr-lua-0.2.0/cldr/data/locales.lua 
new/cldr-lua-0.3.0/cldr/data/locales.lua
--- old/cldr-lua-0.2.0/cldr/data/locales.lua    2022-04-16 13:46:14.000000000 
+0200
+++ new/cldr-lua-0.3.0/cldr/data/locales.lua    2022-12-06 10:36:06.000000000 
+0100
@@ -20,6 +20,7 @@
   "am",
   "an",
   "ang",
+  "ann",
   "anp",
   "ar",
   "ar-001",
@@ -60,6 +61,7 @@
   "bfd",
   "bfq",
   "bg",
+  "bgc",
   "bgn",
   "bho",
   "bi",
@@ -234,6 +236,8 @@
   "hdn",
   "he",
   "hi",
+  "hi-Latn",
+  "hi-Latn-alt-variant",
   "hif",
   "hil",
   "hit",
@@ -349,6 +353,7 @@
   "lou",
   "loz",
   "lrc",
+  "lsm",
   "lt",
   "ltg",
   "lu",
@@ -466,6 +471,7 @@
   "pfl",
   "phn",
   "pi",
+  "pis",
   "pl",
   "pms",
   "pnt",
@@ -597,6 +603,7 @@
   "tn",
   "to",
   "tog",
+  "tok",
   "tpi",
   "tr",
   "tru",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cldr-lua-0.2.0/cldr-dev-0.rockspec 
new/cldr-lua-0.3.0/cldr-dev-0.rockspec
--- old/cldr-lua-0.2.0/cldr-dev-0.rockspec      2022-04-16 13:46:14.000000000 
+0200
+++ new/cldr-lua-0.3.0/cldr-dev-0.rockspec      2022-12-06 10:36:06.000000000 
+0100
@@ -4,7 +4,7 @@
 
 source = {
    url = "git+https://github.com/alerque/cldr-lua.git";,
-   tag = "master"
+   branch = "master"
 }
 
 description = {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cldr-lua-0.2.0/package-lock.json 
new/cldr-lua-0.3.0/package-lock.json
--- old/cldr-lua-0.2.0/package-lock.json        2022-04-16 13:46:14.000000000 
+0200
+++ new/cldr-lua-0.3.0/package-lock.json        2022-12-06 10:36:06.000000000 
+0100
@@ -9,35 +9,35 @@
       "version": "0.0.0",
       "license": "MIT",
       "dependencies": {
-        "cldr-core": "^41.0.0",
-        "cldr-localenames-full": "^41.0.0"
+        "cldr-core": "^42.0.0",
+        "cldr-localenames-full": "^42.0.0"
       },
       "devDependencies": {}
     },
     "node_modules/cldr-core": {
-      "version": "41.0.0",
-      "resolved": 
"https://registry.npmjs.org/cldr-core/-/cldr-core-41.0.0.tgz";,
-      "integrity": 
"sha512-8UL/NVueD9BeyrYGjZWrAvhowmQt4THriUB04jxRHWST9Lmc9K1pISPjnbh0kIfRueslZ37EvQ53dxOm5w8pjQ=="
+      "version": "42.0.0",
+      "resolved": 
"https://registry.npmjs.org/cldr-core/-/cldr-core-42.0.0.tgz";,
+      "integrity": 
"sha512-9Sqy6zdOkt3c3A56hpSM9lvMyUM8h78iJ4JzX1u+kQvUz/Vbvqnm8ySxgWfe8lpx1Hrl30dg8NWdTlcKCpLIbg=="
     },
     "node_modules/cldr-localenames-full": {
-      "version": "41.0.0",
-      "resolved": 
"https://registry.npmjs.org/cldr-localenames-full/-/cldr-localenames-full-41.0.0.tgz";,
-      "integrity": 
"sha512-sUOF1RXS5IwSnjCzeeytLS5bVI4uJtomiVT8t/yvLmzSJl+1TVBM9VKh44wiuojoM73d5r5Y3QEYNil3ZwM7ew==",
+      "version": "42.0.0",
+      "resolved": 
"https://registry.npmjs.org/cldr-localenames-full/-/cldr-localenames-full-42.0.0.tgz";,
+      "integrity": 
"sha512-un7+ZlxilBTbIGzUfWUiFq4Eh8nH2AvbOcuL7+YTGlr3pSIk+6M5cYeXqJsxg0dXyLznwju37PppS9NEg5aUhQ==",
       "peerDependencies": {
-        "cldr-core": "41.0.0"
+        "cldr-core": "42.0.0"
       }
     }
   },
   "dependencies": {
     "cldr-core": {
-      "version": "41.0.0",
-      "resolved": 
"https://registry.npmjs.org/cldr-core/-/cldr-core-41.0.0.tgz";,
-      "integrity": 
"sha512-8UL/NVueD9BeyrYGjZWrAvhowmQt4THriUB04jxRHWST9Lmc9K1pISPjnbh0kIfRueslZ37EvQ53dxOm5w8pjQ=="
+      "version": "42.0.0",
+      "resolved": 
"https://registry.npmjs.org/cldr-core/-/cldr-core-42.0.0.tgz";,
+      "integrity": 
"sha512-9Sqy6zdOkt3c3A56hpSM9lvMyUM8h78iJ4JzX1u+kQvUz/Vbvqnm8ySxgWfe8lpx1Hrl30dg8NWdTlcKCpLIbg=="
     },
     "cldr-localenames-full": {
-      "version": "41.0.0",
-      "resolved": 
"https://registry.npmjs.org/cldr-localenames-full/-/cldr-localenames-full-41.0.0.tgz";,
-      "integrity": 
"sha512-sUOF1RXS5IwSnjCzeeytLS5bVI4uJtomiVT8t/yvLmzSJl+1TVBM9VKh44wiuojoM73d5r5Y3QEYNil3ZwM7ew==",
+      "version": "42.0.0",
+      "resolved": 
"https://registry.npmjs.org/cldr-localenames-full/-/cldr-localenames-full-42.0.0.tgz";,
+      "integrity": 
"sha512-un7+ZlxilBTbIGzUfWUiFq4Eh8nH2AvbOcuL7+YTGlr3pSIk+6M5cYeXqJsxg0dXyLznwju37PppS9NEg5aUhQ==",
       "requires": {}
     }
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cldr-lua-0.2.0/package.json 
new/cldr-lua-0.3.0/package.json
--- old/cldr-lua-0.2.0/package.json     2022-04-16 13:46:14.000000000 +0200
+++ new/cldr-lua-0.3.0/package.json     2022-12-06 10:36:06.000000000 +0100
@@ -3,8 +3,8 @@
   "version": "0.0.0",
   "description": "Unicode CLDR data and Lua interface.",
   "dependencies": {
-    "cldr-core": "^41.0.0",
-    "cldr-localenames-full": "^41.0.0"
+    "cldr-core": "^42.0.0",
+    "cldr-localenames-full": "^42.0.0"
   },
   "devDependencies": {},
   "scripts": {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cldr-lua-0.2.0/rockspecs/cldr-0.3.0-0.rockspec 
new/cldr-lua-0.3.0/rockspecs/cldr-0.3.0-0.rockspec
--- old/cldr-lua-0.2.0/rockspecs/cldr-0.3.0-0.rockspec  1970-01-01 
01:00:00.000000000 +0100
+++ new/cldr-lua-0.3.0/rockspecs/cldr-0.3.0-0.rockspec  2022-12-06 
10:36:06.000000000 +0100
@@ -0,0 +1,29 @@
+rockspec_format = "1.0"
+package = "cldr"
+version = "0.3.0-0"
+
+source = {
+   url = "git+https://github.com/alerque/cldr-lua.git";,
+   dir = "cldr-lua",
+   tag = "v0.3.0"
+}
+
+description = {
+   summary = "Lua interface to Unicode CLDR data",
+   detailed = [[Unicode CLDR (Common Locale Data Repository) data and Lua 
interface.]],
+   license = "MIT/ICU",
+   homepage = "https://github.com/alerque/cldr-lua";,
+}
+
+dependencies = {
+   "lua >= 5.1",
+   "penlight"
+}
+
+build = {
+   type = "builtin",
+   modules = {
+      ["cldr.init"] = "cldr/init.lua",
+      ["cldr.data.locales"] = "cldr/data/locales.lua"
+   }
+}

Reply via email to