Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gap-profiling for openSUSE:Factory 
checked in at 2025-06-20 16:49:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gap-profiling (Old)
 and      /work/SRC/openSUSE:Factory/.gap-profiling.new.31170 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gap-profiling"

Fri Jun 20 16:49:51 2025 rev:5 rq:1286934 version:2.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/gap-profiling/gap-profiling.changes      
2025-02-28 17:40:44.480138175 +0100
+++ /work/SRC/openSUSE:Factory/.gap-profiling.new.31170/gap-profiling.changes   
2025-06-20 16:51:27.989364887 +0200
@@ -1,0 +2,6 @@
+Thu Jun 19 10:45:38 UTC 2025 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to release 2.6.1
+  * GCC 15 support
+
+-------------------------------------------------------------------

Old:
----
  profiling-2.6.0.tar.gz

New:
----
  profiling-2.6.1.tar.gz

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

Other differences:
------------------
++++++ gap-profiling.spec ++++++
--- /var/tmp/diff_new_pack.GafaZD/_old  2025-06-20 16:51:28.445383746 +0200
+++ /var/tmp/diff_new_pack.GafaZD/_new  2025-06-20 16:51:28.445383746 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           gap-profiling
-Version:        2.6.0
+Version:        2.6.1
 Release:        0
 Summary:        GAP: Line-by-line profiling and code coverage for GAP
 License:        CDDL-1.0 AND MIT
@@ -37,9 +37,11 @@
 Line by line profiling and code coverage for GAP.
 
 %prep
-%autosetup -n profiling-%version
+%autosetup -n profiling-%version -p1
 
 %build
+./configure --with-gaproot="%gapdir"
+%make_build
 
 %install
 %gappkg_simple_install

++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.GafaZD/_old  2025-06-20 16:51:28.477385070 +0200
+++ /var/tmp/diff_new_pack.GafaZD/_new  2025-06-20 16:51:28.477385070 +0200
@@ -1,5 +1,5 @@
-mtime: 1740697291
-commit: 69798656b8f5fd19acfd5e0e825727323595c292a11e786a3a06e8e5ac7e199e
+mtime: 1750331871
+commit: eff75430232dc449f93512dcd3098e7fc3ec225e0ffc31e28f44a45083058f09
 url: https://src.opensuse.org/jengelh/gap-profiling
 revision: master
 

++++++ build.specials.obscpio ++++++

++++++ profiling-2.6.0.tar.gz -> profiling-2.6.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/profiling-2.6.0/HISTORY.md 
new/profiling-2.6.1/HISTORY.md
--- old/profiling-2.6.0/HISTORY.md      2024-08-27 19:11:58.000000000 +0200
+++ new/profiling-2.6.1/HISTORY.md      2025-06-19 08:51:49.000000000 +0200
@@ -1,3 +1,8 @@
+2.6.1
+=====
+
+* Internal changes to support new versions of gcc
+
 2.6.0
 =====
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/profiling-2.6.0/PackageInfo.g 
new/profiling-2.6.1/PackageInfo.g
--- old/profiling-2.6.0/PackageInfo.g   2024-08-27 19:11:58.000000000 +0200
+++ new/profiling-2.6.1/PackageInfo.g   2025-06-19 08:51:49.000000000 +0200
@@ -10,8 +10,8 @@
 
 PackageName := "profiling",
 Subtitle := "Line by line profiling and code coverage for GAP",
-Version := "2.6.0",
-Date := "27/08/2024", # dd/mm/yyyy format
+Version := "2.6.1",
+Date := "19/06/2025", # dd/mm/yyyy format
 License := "MIT AND CDDL-1.0",
 
 Persons := [
@@ -80,7 +80,7 @@
     LogPackageLoadingMessage(PACKAGE_WARNING,
                              ["the kernel module is not compiled, ",
                               "the package cannot be loaded."]);
-    return fail;
+    return false;
   fi;
   return true;
 end,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/profiling-2.6.0/doc/chap0.html 
new/profiling-2.6.1/doc/chap0.html
--- old/profiling-2.6.0/doc/chap0.html  2024-08-27 19:12:30.000000000 +0200
+++ new/profiling-2.6.1/doc/chap0.html  2025-06-19 08:55:39.000000000 +0200
@@ -29,10 +29,10 @@
 <h2>Line by line profiling and code coverage for <strong 
class="pkg">GAP</strong></h2>
 
 <p>
-    2.6.0</p>
+    2.6.1</p>
 
 <p>
-    27 August 2024
+    19 June 2025
   </p>
 
 </div>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/profiling-2.6.0/doc/chap0.txt 
new/profiling-2.6.1/doc/chap0.txt
--- old/profiling-2.6.0/doc/chap0.txt   2024-08-27 19:12:27.000000000 +0200
+++ new/profiling-2.6.1/doc/chap0.txt   2025-06-19 08:55:36.000000000 +0200
@@ -6,10 +6,10 @@
                 Line by line profiling and code coverage for GAP 

   
   
-                                     2.6.0
+                                     2.6.1
   
   
-                                 27 August 2024
+                                  19 June 2025
   
   
                              Christopher Jefferson
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/profiling-2.6.0/doc/chap0_mj.html 
new/profiling-2.6.1/doc/chap0_mj.html
--- old/profiling-2.6.0/doc/chap0_mj.html       2024-08-27 19:12:30.000000000 
+0200
+++ new/profiling-2.6.1/doc/chap0_mj.html       2025-06-19 08:55:39.000000000 
+0200
@@ -32,10 +32,10 @@
 <h2>Line by line profiling and code coverage for <strong 
class="pkg">GAP</strong></h2>
 
 <p>
-    2.6.0</p>
+    2.6.1</p>
 
 <p>
-    27 August 2024
+    19 June 2025
   </p>
 
 </div>
Binary files old/profiling-2.6.0/doc/manual.pdf and 
new/profiling-2.6.1/doc/manual.pdf differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/profiling-2.6.0/doc/title.xml 
new/profiling-2.6.1/doc/title.xml
--- old/profiling-2.6.0/doc/title.xml   2024-08-27 19:12:27.000000000 +0200
+++ new/profiling-2.6.1/doc/title.xml   2025-06-19 08:55:36.000000000 +0200
@@ -9,7 +9,7 @@
     Line by line profiling and code coverage for &GAP;
   </Subtitle>
   <Version>
-    2.6.0
+    2.6.1
   </Version>
   <Author>
     Christopher Jefferson<Alt Only="LaTeX"><Br/></Alt>
@@ -23,6 +23,6 @@
 
   </Author>
   <Date>
-    27 August 2024
+    19 June 2025
   </Date>
   </TitlePage>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/profiling-2.6.0/src/profiling.cc 
new/profiling-2.6.1/src/profiling.cc
--- old/profiling-2.6.0/src/profiling.cc        2024-08-27 19:11:58.000000000 
+0200
+++ new/profiling-2.6.1/src/profiling.cc        2025-06-19 08:51:49.000000000 
+0200
@@ -254,7 +254,7 @@
 
 
 
-Obj READ_PROFILE_FROM_STREAM(Obj self, Obj filename, Obj param2)
+Obj FuncREAD_PROFILE_FROM_STREAM(Obj self, Obj filename, Obj param2)
 {
 try{
     bool isCover = false;
@@ -537,7 +537,7 @@
 return Fail;
 }
 
-Obj HTMLEncodeString(Obj self, Obj param)
+Obj FuncHTMLEncodeString(Obj self, Obj param)
 {
   if(!IS_STRING_REP(param))
   {
@@ -594,7 +594,7 @@
   return outstring;
 }
 
-Obj MD5File(Obj self, Obj filename)
+Obj FuncMD5File(Obj self, Obj filename)
 {
   if (!IsStringConv(filename))
   {
@@ -650,25 +650,17 @@
   return MakeImmString(str);
 }
 
-typedef Obj (* GVarFuncTypeDef)(/*arguments*/);
-
-#define GVAR_FUNC_TABLE_ENTRY(srcfile, name, nparam, params) \
-  {#name, nparam, \
-   params, \
-   (GVarFuncTypeDef)name, \
-   srcfile ":Func" #name }
-
 // Table of functions to export
 static StructGVarFunc GVarFuncs [] = {
-    GVAR_FUNC_TABLE_ENTRY("profiling.c",READ_PROFILE_FROM_STREAM, 2, "param, 
param2"),
-    GVAR_FUNC_TABLE_ENTRY("profiling.c",HTMLEncodeString, 1, "param"),
-    GVAR_FUNC_TABLE_ENTRY("profiling.c",MD5File, 1, "filename"),
+    GVAR_FUNC_2ARGS(READ_PROFILE_FROM_STREAM, param, param2),
+    GVAR_FUNC_1ARGS(HTMLEncodeString, param),
+    GVAR_FUNC_1ARGS(MD5File, filename),
 
        { 0 } /* Finish with an empty entry */
-
 };
 
-/******************************************************************************
+/****************************************************************************
+**
 *F  InitKernel( <module> )  . . . . . . . . initialise kernel data structures
 */
 static Int InitKernel( StructInitInfo *module )
@@ -680,7 +672,8 @@
     return 0;
 }
 
-/******************************************************************************
+/****************************************************************************
+**
 *F  InitLibrary( <module> ) . . . . . . .  initialise library data structures
 */
 static Int InitLibrary( StructInitInfo *module )
@@ -692,7 +685,8 @@
     return 0;
 }
 
-/******************************************************************************
+/****************************************************************************
+**
 *F  InitInfopl()  . . . . . . . . . . . . . . . . . table of init functions
 */
 static StructInitInfo module = {

Reply via email to