Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gap-json for openSUSE:Factory checked in at 2024-08-28 21:30:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gap-json (Old) and /work/SRC/openSUSE:Factory/.gap-json.new.2698 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gap-json" Wed Aug 28 21:30:01 2024 rev:4 rq:1196358 version:2.2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/gap-json/gap-json.changes 2024-04-26 23:27:05.844567484 +0200 +++ /work/SRC/openSUSE:Factory/.gap-json.new.2698/gap-json.changes 2024-08-28 21:30:22.791984468 +0200 @@ -1,0 +2,6 @@ +Tue Aug 27 19:33:32 UTC 2024 - Jan Engelhardt <jeng...@inai.de> + +- Update to release 2.2.2 + * Add LoadKernelExtension function + +------------------------------------------------------------------- Old: ---- json-2.2.1.tar.gz New: ---- _scmsync.obsinfo build.specials.obscpio json-2.2.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gap-json.spec ++++++ --- /var/tmp/diff_new_pack.ObYJ9F/_old 2024-08-28 21:30:24.700063930 +0200 +++ /var/tmp/diff_new_pack.ObYJ9F/_new 2024-08-28 21:30:24.700063930 +0200 @@ -17,7 +17,7 @@ Name: gap-json -Version: 2.2.1 +Version: 2.2.2 Release: 0 Summary: GAP: Package for reading and writing JSON License: BSD-2-Clause ++++++ _scmsync.obsinfo ++++++ mtime: 1724787315 commit: 7452ce06a9f381dbf4f74330b583e757ec576b0e353ac62f8b32fcef7e97e149 url: https://src.opensuse.org/jengelh/gap-json revision: master ++++++ json-2.2.1.tar.gz -> json-2.2.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/json-2.2.1/HISTORY new/json-2.2.2/HISTORY --- old/json-2.2.1/HISTORY 2024-04-24 09:00:31.000000000 +0200 +++ new/json-2.2.2/HISTORY 1970-01-01 01:00:00.000000000 +0100 @@ -1,17 +0,0 @@ -2.2.1 : Internal cleanups for new GAP versions -2.2.0 : Speed up outputting JSON, add new tests -2.1.1 : Improve CI, use new GAP functionality -2.1.0 : Fix the ordering used when outputting records - Update build system -2.0.2 : New build system, remove VERSION file -2.0.1 : Fix GC bug in JsonStringToGap, which would - lead to spurious break loops. -2.0.0 : Improve unicode handling. -The Json package now ensures it only outputs valid UTF8. GAP strings which -contain valid UTF8 are outputted unmodified, invalid UTF8 is treated as Latin-1, -and transformed into valid UTF8. - -1.2.0 : Fix compiling in recent versions of XCode on Mac OS X -1.1.0 : Fix bug in handling badly formatted integers -1.0.1 : Fix bug in nested structures -1.0.0 : First release diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/json-2.2.1/PackageInfo.g new/json-2.2.2/PackageInfo.g --- old/json-2.2.1/PackageInfo.g 2024-04-24 09:00:31.000000000 +0200 +++ new/json-2.2.2/PackageInfo.g 2024-08-27 18:57:29.000000000 +0200 @@ -10,8 +10,8 @@ PackageName := "json", Subtitle := "Reading and Writing JSON", -Version := "2.2.1", -Date := "24/04/2024", # dd/mm/yyyy format +Version := "2.2.2", +Date := "27/08/2024", # dd/mm/yyyy format License := "BSD-2-Clause", Persons := [ @@ -76,7 +76,7 @@ ), AvailabilityTest := function() - if Filename(DirectoriesPackagePrograms("json"), "json.so") = fail then + if IsKernelExtensionAvailable("json") = false then LogPackageLoadingMessage( PACKAGE_WARNING, [ "kernel functions for json are not available." ] ); return false; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/json-2.2.1/README new/json-2.2.2/README --- old/json-2.2.1/README 2024-04-24 09:00:31.000000000 +0200 +++ new/json-2.2.2/README 2024-08-27 18:57:29.000000000 +0200 @@ -19,6 +19,21 @@ Updates ======= +v2.2.2 +====== + +Use up-to-date methods of loading packages in GAP + +2.2.1 +===== + +Internal cleanups for new GAP versions + +2.2.0 +===== + +Speed up outputting JSON, add new tests + v2.1.1 ====== @@ -41,3 +56,9 @@ The Json package now ensures it only outputs valid UTF8. GAP strings which contain valid UTF8 are outputted unmodified, invalid UTF8 is treated as Latin-1, and transformed into valid UTF8. + + +1.2.0 : Fix compiling in recent versions of XCode on Mac OS X +1.1.0 : Fix bug in handling badly formatted integers +1.0.1 : Fix bug in nested structures +1.0.0 : First release diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/json-2.2.1/doc/chap0.html new/json-2.2.2/doc/chap0.html --- old/json-2.2.1/doc/chap0.html 2024-04-24 09:01:07.000000000 +0200 +++ new/json-2.2.2/doc/chap0.html 2024-08-27 18:57:52.000000000 +0200 @@ -29,10 +29,10 @@ <h2>Reading and Writing JSON</h2> <p> - 2.2.1</p> + 2.2.2</p> <p> - 24 April 2024 + 27 August 2024 </p> </div> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/json-2.2.1/doc/chap0.txt new/json-2.2.2/doc/chap0.txt --- old/json-2.2.1/doc/chap0.txt 2024-04-24 09:01:05.000000000 +0200 +++ new/json-2.2.2/doc/chap0.txt 2024-08-27 18:57:50.000000000 +0200 @@ -6,10 +6,10 @@ [1X Reading and Writing JSON [101X - 2.2.1 + 2.2.2 - 24 April 2024 + 27 August 2024 Christopher Jefferson diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/json-2.2.1/doc/chap0_mj.html new/json-2.2.2/doc/chap0_mj.html --- old/json-2.2.1/doc/chap0_mj.html 2024-04-24 09:01:07.000000000 +0200 +++ new/json-2.2.2/doc/chap0_mj.html 2024-08-27 18:57:52.000000000 +0200 @@ -32,10 +32,10 @@ <h2>Reading and Writing JSON</h2> <p> - 2.2.1</p> + 2.2.2</p> <p> - 24 April 2024 + 27 August 2024 </p> </div> Binary files old/json-2.2.1/doc/manual.pdf and new/json-2.2.2/doc/manual.pdf differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/json-2.2.1/doc/title.xml new/json-2.2.2/doc/title.xml --- old/json-2.2.1/doc/title.xml 2024-04-24 09:01:05.000000000 +0200 +++ new/json-2.2.2/doc/title.xml 2024-08-27 18:57:50.000000000 +0200 @@ -9,7 +9,7 @@ Reading and Writing JSON </Subtitle> <Version> - 2.2.1 + 2.2.2 </Version> <Author> Christopher Jefferson<Alt Only="LaTeX"><Br/></Alt> @@ -23,6 +23,6 @@ </Author> <Date> - 24 April 2024 + 27 August 2024 </Date> </TitlePage> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/json-2.2.1/init.g new/json-2.2.2/init.g --- old/json-2.2.1/init.g 2024-04-24 09:00:31.000000000 +0200 +++ new/json-2.2.2/init.g 2024-08-27 18:57:29.000000000 +0200 @@ -3,10 +3,9 @@ # # Reading the declaration part of the package. # -_PATH_SO:=Filename(DirectoriesPackagePrograms("json"), "json.so"); -if _PATH_SO <> fail then - LoadDynamicModule(_PATH_SO); + +if LoadKernelExtension("json", "json") = false then + Error("failed to load json kernel extension"); fi; -Unbind(_PATH_SO); ReadPackage( "json", "gap/json.gd");