Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gap-crypting for openSUSE:Factory 
checked in at 2024-09-04 13:26:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gap-crypting (Old)
 and      /work/SRC/openSUSE:Factory/.gap-crypting.new.10096 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gap-crypting"

Wed Sep  4 13:26:49 2024 rev:2 rq:1198587 version:0.10.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/gap-crypting/gap-crypting.changes        
2023-12-28 22:56:49.084252296 +0100
+++ /work/SRC/openSUSE:Factory/.gap-crypting.new.10096/gap-crypting.changes     
2024-09-04 13:26:55.071523294 +0200
@@ -1,0 +2,6 @@
+Tue Sep  3 22:08:37 UTC 2024 - Jan Engelhardt <[email protected]>
+
+- Update to release 0.10.5
+  * No changelog was provided
+
+-------------------------------------------------------------------

Old:
----
  crypting-0.10.4.tar.gz

New:
----
  _scmsync.obsinfo
  build.specials.obscpio
  crypting-0.10.5.tar.gz

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

Other differences:
------------------
++++++ gap-crypting.spec ++++++
--- /var/tmp/diff_new_pack.CPVil3/_old  2024-09-04 13:26:56.855597896 +0200
+++ /var/tmp/diff_new_pack.CPVil3/_new  2024-09-04 13:26:56.871598565 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-crypting
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           gap-crypting
-Version:        0.10.4
+Version:        0.10.5
 Release:        0
 Summary:        GAP: Support for hashes and crypto
 License:        BSD-3-Clause

++++++ _scmsync.obsinfo ++++++
mtime: 1725401361
commit: 43dda96ebde2d20283f62ab1fc7c08c019480cb058bcb7c4be79960693884cf2
url: https://src.opensuse.org/jengelh/gap-crypting
revision: master

++++++ crypting-0.10.4.tar.gz -> crypting-0.10.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/crypting-0.10.4/Makefile.gappkg 
new/crypting-0.10.5/Makefile.gappkg
--- old/crypting-0.10.4/Makefile.gappkg 2022-11-02 23:20:37.000000000 +0100
+++ new/crypting-0.10.5/Makefile.gappkg 2024-09-03 22:38:41.000000000 +0200
@@ -36,7 +36,7 @@
   KEXT_CXXFLAGS += -I$(GAP_LIB_DIR)/src
 endif
 
-# honor used supplied flags
+# honor user supplied flags
 ALL_CFLAGS := $(KEXT_CFLAGS) $(KEXT_CXXFLAGS) $(CPPFLAGS) $(CFLAGS) $(CXXFLAGS)
 ALL_LDFLAGS := $(KEXT_LDFLAGS) $(LDFLAGS)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/crypting-0.10.4/PackageInfo.g 
new/crypting-0.10.5/PackageInfo.g
--- old/crypting-0.10.4/PackageInfo.g   2022-11-02 23:20:37.000000000 +0100
+++ new/crypting-0.10.5/PackageInfo.g   2024-09-03 22:38:41.000000000 +0200
@@ -10,8 +10,8 @@
 
 PackageName := "crypting",
 Subtitle := "Hashes and Crypto in GAP",
-Version := "0.10.4",
-Date := "02/11/2022", # dd/mm/yyyy format
+Version := "0.10.5",
+Date := "03/09/2024", # dd/mm/yyyy format
 License := "BSD-3-Clause",
 
 Persons := [
@@ -72,17 +72,20 @@
 ),
 
 Dependencies := rec(
-  GAP := ">= 4.10",
+  GAP := ">= 4.12",
   NeededOtherPackages := [ [ "GAPDoc", ">= 1.5" ] ],
   SuggestedOtherPackages := [ ],
   ExternalConditions := [ ],
 ),
 
 AvailabilityTest := function()
-    if Filename(DirectoriesPackagePrograms("crypting"), "crypting.so") = fail 
then
-       return fail; 
-    fi;        
-    return true;
+   if not IsKernelExtensionAvailable("crypting") then
+     LogPackageLoadingMessage(PACKAGE_WARNING,
+                              ["the kernel module is not compiled, ",
+                               "the package cannot be loaded."]);
+     return fail;
+  fi;
+  return true;
 end,
 
 TestFile := "tst/testall.g",
@@ -90,5 +93,3 @@
 #Keywords := [ "TODO" ],
 
 ));
-
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/crypting-0.10.4/doc/chap0.html 
new/crypting-0.10.5/doc/chap0.html
--- old/crypting-0.10.4/doc/chap0.html  2022-11-02 23:21:41.000000000 +0100
+++ new/crypting-0.10.5/doc/chap0.html  2024-09-03 22:39:25.000000000 +0200
@@ -29,10 +29,10 @@
 <h2>Hashes and Crypto in <strong class="pkg">GAP</strong></h2>
 
 <p>
-    0.10.4</p>
+    0.10.5</p>
 
 <p>
-    2 November 2022
+    3 September 2024
   </p>
 
 </div>
@@ -82,6 +82,6 @@
 <div class="chlinkbot"><span class="chlink1">Goto Chapter: </span><a 
href="chap0.html">Top</a>  <a href="chap1.html">1</a>  <a 
href="chapInd.html">Ind</a>  </div>
 
 <hr />
-<p class="foot">generated by <a 
href="http://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc";>GAPDoc2HTML</a></p>
+<p class="foot">generated by <a 
href="https://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc";>GAPDoc2HTML</a></p>
 </body>
 </html>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/crypting-0.10.4/doc/chap0.txt 
new/crypting-0.10.5/doc/chap0.txt
--- old/crypting-0.10.4/doc/chap0.txt   2022-11-02 23:21:36.000000000 +0100
+++ new/crypting-0.10.5/doc/chap0.txt   2024-09-03 22:39:20.000000000 +0200
@@ -6,10 +6,10 @@
                             Hashes and Crypto in GAP 
   
   
-                                     0.10.4
+                                     0.10.5
   
   
-                                2 November 2022
+                                3 September 2024
   
   
                                 Markus Pfeiffer
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/crypting-0.10.4/doc/chap0_mj.html 
new/crypting-0.10.5/doc/chap0_mj.html
--- old/crypting-0.10.4/doc/chap0_mj.html       2022-11-02 23:21:41.000000000 
+0100
+++ new/crypting-0.10.5/doc/chap0_mj.html       2024-09-03 22:39:25.000000000 
+0200
@@ -6,7 +6,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en">
 <head>
 <script type="text/javascript"
-  
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML";>
+  
src="https://cdn.jsdelivr.net/npm/mathjax@2/MathJax.js?config=TeX-AMS-MML_HTMLorMML";>
 </script>
 <title>GAP (crypting) - Contents</title>
 <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
@@ -32,10 +32,10 @@
 <h2>Hashes and Crypto in <strong class="pkg">GAP</strong></h2>
 
 <p>
-    0.10.4</p>
+    0.10.5</p>
 
 <p>
-    2 November 2022
+    3 September 2024
   </p>
 
 </div>
@@ -85,6 +85,6 @@
 <div class="chlinkbot"><span class="chlink1">Goto Chapter: </span><a 
href="chap0_mj.html">Top</a>  <a href="chap1_mj.html">1</a>  <a 
href="chapInd_mj.html">Ind</a>  </div>
 
 <hr />
-<p class="foot">generated by <a 
href="http://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc";>GAPDoc2HTML</a></p>
+<p class="foot">generated by <a 
href="https://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc";>GAPDoc2HTML</a></p>
 </body>
 </html>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/crypting-0.10.4/doc/chap1.html 
new/crypting-0.10.5/doc/chap1.html
--- old/crypting-0.10.4/doc/chap1.html  2022-11-02 23:21:41.000000000 +0100
+++ new/crypting-0.10.5/doc/chap1.html  2024-09-03 22:39:25.000000000 +0200
@@ -109,6 +109,6 @@
 <div class="chlinkbot"><span class="chlink1">Goto Chapter: </span><a 
href="chap0.html">Top</a>  <a href="chap1.html">1</a>  <a 
href="chapInd.html">Ind</a>  </div>
 
 <hr />
-<p class="foot">generated by <a 
href="http://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc";>GAPDoc2HTML</a></p>
+<p class="foot">generated by <a 
href="https://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc";>GAPDoc2HTML</a></p>
 </body>
 </html>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/crypting-0.10.4/doc/chap1_mj.html 
new/crypting-0.10.5/doc/chap1_mj.html
--- old/crypting-0.10.4/doc/chap1_mj.html       2022-11-02 23:21:41.000000000 
+0100
+++ new/crypting-0.10.5/doc/chap1_mj.html       2024-09-03 22:39:25.000000000 
+0200
@@ -6,7 +6,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en">
 <head>
 <script type="text/javascript"
-  
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML";>
+  
src="https://cdn.jsdelivr.net/npm/mathjax@2/MathJax.js?config=TeX-AMS-MML_HTMLorMML";>
 </script>
 <title>GAP (crypting) - Chapter 1: CryptinG Functions</title>
 <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
@@ -112,6 +112,6 @@
 <div class="chlinkbot"><span class="chlink1">Goto Chapter: </span><a 
href="chap0_mj.html">Top</a>  <a href="chap1_mj.html">1</a>  <a 
href="chapInd_mj.html">Ind</a>  </div>
 
 <hr />
-<p class="foot">generated by <a 
href="http://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc";>GAPDoc2HTML</a></p>
+<p class="foot">generated by <a 
href="https://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc";>GAPDoc2HTML</a></p>
 </body>
 </html>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/crypting-0.10.4/doc/chapInd.html 
new/crypting-0.10.5/doc/chapInd.html
--- old/crypting-0.10.4/doc/chapInd.html        2022-11-02 23:21:41.000000000 
+0100
+++ new/crypting-0.10.5/doc/chapInd.html        2024-09-03 22:39:25.000000000 
+0200
@@ -41,6 +41,6 @@
 <div class="chlinkbot"><span class="chlink1">Goto Chapter: </span><a 
href="chap0.html">Top</a>  <a href="chap1.html">1</a>  <a 
href="chapInd.html">Ind</a>  </div>
 
 <hr />
-<p class="foot">generated by <a 
href="http://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc";>GAPDoc2HTML</a></p>
+<p class="foot">generated by <a 
href="https://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc";>GAPDoc2HTML</a></p>
 </body>
 </html>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/crypting-0.10.4/doc/chapInd_mj.html 
new/crypting-0.10.5/doc/chapInd_mj.html
--- old/crypting-0.10.4/doc/chapInd_mj.html     2022-11-02 23:21:41.000000000 
+0100
+++ new/crypting-0.10.5/doc/chapInd_mj.html     2024-09-03 22:39:25.000000000 
+0200
@@ -6,7 +6,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en">
 <head>
 <script type="text/javascript"
-  
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML";>
+  
src="https://cdn.jsdelivr.net/npm/mathjax@2/MathJax.js?config=TeX-AMS-MML_HTMLorMML";>
 </script>
 <title>GAP (crypting) - Index</title>
 <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
@@ -44,6 +44,6 @@
 <div class="chlinkbot"><span class="chlink1">Goto Chapter: </span><a 
href="chap0_mj.html">Top</a>  <a href="chap1_mj.html">1</a>  <a 
href="chapInd_mj.html">Ind</a>  </div>
 
 <hr />
-<p class="foot">generated by <a 
href="http://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc";>GAPDoc2HTML</a></p>
+<p class="foot">generated by <a 
href="https://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc";>GAPDoc2HTML</a></p>
 </body>
 </html>
Binary files old/crypting-0.10.4/doc/manual.pdf and 
new/crypting-0.10.5/doc/manual.pdf differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/crypting-0.10.4/doc/manual.six 
new/crypting-0.10.5/doc/manual.six
--- old/crypting-0.10.4/doc/manual.six  2022-11-02 23:21:41.000000000 +0100
+++ new/crypting-0.10.5/doc/manual.six  2024-09-03 22:39:25.000000000 +0200
@@ -3,8 +3,9 @@
 encoding := "UTF-8",
 bookname := "crypting",
 entries :=
-[ [ "Title page", ".", [ 0, 0, 0 ], 1, 1, "title page", "X7D2C85EC87DD46E5" ],
-  [ "Table of Contents", ".-1", [ 0, 0, 1 ], 24, 2, "table of contents", 
+[ [ "Title page", "0.0", [ 0, 0, 0 ], 1, 1, "title page", "X7D2C85EC87DD46E5" 
+     ], 
+  [ "Table of Contents", "0.0-1", [ 0, 0, 1 ], 24, 2, "table of contents", 
       "X8537FEB07AF2BEC8" ], 
   [ "\033[1X\033[33X\033[0;-2YCryptinG Functions\033[133X\033[101X", "1", 
       [ 1, 0, 0 ], 1, 3, "crypting functions", "X86B8290A7E3586B5" ], 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/crypting-0.10.4/doc/title.xml 
new/crypting-0.10.5/doc/title.xml
--- old/crypting-0.10.4/doc/title.xml   2022-11-02 23:21:36.000000000 +0100
+++ new/crypting-0.10.5/doc/title.xml   2024-09-03 22:39:20.000000000 +0200
@@ -9,7 +9,7 @@
     Hashes and Crypto in &GAP;
   </Subtitle>
   <Version>
-    0.10.4
+    0.10.5
   </Version>
   <Author>
     Markus Pfeiffer<Alt Only="LaTeX"><Br/></Alt>
@@ -18,6 +18,6 @@
 
   </Author>
   <Date>
-    2 November 2022
+    3 September 2024
   </Date>
   </TitlePage>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/crypting-0.10.4/init.g new/crypting-0.10.5/init.g
--- old/crypting-0.10.4/init.g  2022-11-02 23:20:37.000000000 +0100
+++ new/crypting-0.10.5/init.g  2024-09-03 22:38:41.000000000 +0200
@@ -3,10 +3,9 @@
 #
 # Reading the declaration part of the package.
 #
-_PATH_SO:=Filename(DirectoriesPackagePrograms("crypting"), "crypting.so");
-if _PATH_SO <> fail then
-    LoadDynamicModule(_PATH_SO);
+
+if not LoadKernelExtension("crypting") then
+  Error("failed to load the crypting package kernel extension");
 fi;
-Unbind(_PATH_SO);
 
 ReadPackage( "crypting", "gap/crypting.gd");

Reply via email to