Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gap-autodoc for openSUSE:Factory 
checked in at 2026-05-12 19:28:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gap-autodoc (Old)
 and      /work/SRC/openSUSE:Factory/.gap-autodoc.new.1966 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gap-autodoc"

Tue May 12 19:28:12 2026 rev:8 rq:1352680 version:2026.05.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/gap-autodoc/gap-autodoc.changes  2026-05-04 
14:42:06.390471700 +0200
+++ /work/SRC/openSUSE:Factory/.gap-autodoc.new.1966/gap-autodoc.changes        
2026-05-12 19:31:13.430415125 +0200
@@ -1,0 +2,7 @@
+Tue May 12 09:54:08 UTC 2026 - Jan Engelhardt <[email protected]>
+
+- Update to release 2026.05.11
+  * Fix an issue when running a `makedoc.g` from outside its
+    package's directory.
+
+-------------------------------------------------------------------

Old:
----
  AutoDoc-2026.05.03.tar.gz

New:
----
  AutoDoc-2026.05.11.tar.gz

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

Other differences:
------------------
++++++ gap-autodoc.spec ++++++
--- /var/tmp/diff_new_pack.hRCppW/_old  2026-05-12 19:31:14.010439140 +0200
+++ /var/tmp/diff_new_pack.hRCppW/_new  2026-05-12 19:31:14.014439306 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           gap-autodoc
-Version:        2026.05.03
+Version:        2026.05.11
 Release:        0
 Summary:        GAP: Tools for generating automatic GAPDoc documentations
 License:        GPL-2.0-only

++++++ AutoDoc-2026.05.03.tar.gz -> AutoDoc-2026.05.11.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/AutoDoc-2026.05.03/CHANGES.md 
new/AutoDoc-2026.05.11/CHANGES.md
--- old/AutoDoc-2026.05.03/CHANGES.md   2026-05-03 02:00:00.000000000 +0200
+++ new/AutoDoc-2026.05.11/CHANGES.md   2026-05-11 02:00:00.000000000 +0200
@@ -1,5 +1,12 @@
 This file describes changes in the AutoDoc package.
 
+## 2026.05.11
+  - Fix an issue when running a `makedoc.g` from outside its package's
+    directory: if one e.g. did `gap ../somePackage/makedoc.g` and this tried
+    to load a file `lib/file.g`, then AutoDoc first attempt to resolve that
+    relative to the current working directory (and not relative to
+    `../somePackage/`), which could lead to the wrong file being used.
+
 ## 2026.05.03
   - Make `AutoDoc()` infer the package directory from `INPUT_FILENAME()`
     when called from a `makedoc.g` file outside the package root
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/AutoDoc-2026.05.03/PackageInfo.g 
new/AutoDoc-2026.05.11/PackageInfo.g
--- old/AutoDoc-2026.05.03/PackageInfo.g        2026-05-03 02:00:00.000000000 
+0200
+++ new/AutoDoc-2026.05.11/PackageInfo.g        2026-05-11 02:00:00.000000000 
+0200
@@ -10,7 +10,7 @@
 
 PackageName := "AutoDoc",
 Subtitle := "Generate documentation from GAP source code",
-Version := "2026.05.03",
+Version := "2026.05.11",
 
 Date := ~.Version{[ 1 .. 10 ]},
 Date := Concatenation( ~.Date{[ 9, 10 ]}, "/", ~.Date{[ 6, 7 ]}, "/", ~.Date{[ 
1 .. 4 ]} ),
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/AutoDoc-2026.05.03/doc/_entities.xml 
new/AutoDoc-2026.05.11/doc/_entities.xml
--- old/AutoDoc-2026.05.03/doc/_entities.xml    2026-05-03 02:00:00.000000000 
+0200
+++ new/AutoDoc-2026.05.11/doc/_entities.xml    2026-05-11 02:00:00.000000000 
+0200
@@ -1,6 +1,6 @@
 <!ENTITY AutoDoc '<Package>AutoDoc</Package>'>
 <!ENTITY PackageName '<Package>PackageName</Package>'>
-<!ENTITY RELEASEDATE '3 May 2026'>
+<!ENTITY RELEASEDATE '11 May 2026'>
 <!ENTITY RELEASEYEAR '2026'>
-<!ENTITY VERSION '2026.05.03'>
+<!ENTITY VERSION '2026.05.11'>
 <!ENTITY io '<Package>io</Package>'>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/AutoDoc-2026.05.03/doc/_main.tex 
new/AutoDoc-2026.05.11/doc/_main.tex
--- old/AutoDoc-2026.05.03/doc/_main.tex        2026-05-03 02:00:00.000000000 
+0200
+++ new/AutoDoc-2026.05.11/doc/_main.tex        2026-05-11 02:00:00.000000000 
+0200
@@ -101,8 +101,8 @@
 {\Huge \textbf{ Generate documentation from \textsf{GAP} source code 
\mbox{}}}\\
 \vfill
 
-{\Huge  2026.05.03 \mbox{}}\\[1cm]
-{ 3 May 2026 \mbox{}}\\[1cm]
+{\Huge  2026.05.11 \mbox{}}\\[1cm]
+{ 11 May 2026 \mbox{}}\\[1cm]
 \mbox{}\\[2cm]
 {\Large \textbf{ Sebastian Gutsche    \mbox{}}}\\
 {\Large \textbf{ Max Horn    \mbox{}}}\\
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/AutoDoc-2026.05.03/doc/chap0.html 
new/AutoDoc-2026.05.11/doc/chap0.html
--- old/AutoDoc-2026.05.03/doc/chap0.html       2026-05-03 02:00:00.000000000 
+0200
+++ new/AutoDoc-2026.05.11/doc/chap0.html       2026-05-11 02:00:00.000000000 
+0200
@@ -29,10 +29,10 @@
 <h2>Generate documentation from <strong class="pkg">GAP</strong> source 
code</h2>
 
 <p>
-    2026.05.03</p>
+    2026.05.11</p>
 
 <p>
-    3 May 2026
+    11 May 2026
   </p>
 
 </div>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/AutoDoc-2026.05.03/doc/chap0.txt 
new/AutoDoc-2026.05.11/doc/chap0.txt
--- old/AutoDoc-2026.05.03/doc/chap0.txt        2026-05-03 02:00:00.000000000 
+0200
+++ new/AutoDoc-2026.05.11/doc/chap0.txt        2026-05-11 02:00:00.000000000 
+0200
@@ -6,10 +6,10 @@
                   Generate documentation from GAP source code 

   
   
-                                   2026.05.03
+                                   2026.05.11
   
   
-                                   3 May 2026
+                                  11 May 2026
   
   
                                Sebastian Gutsche
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/AutoDoc-2026.05.03/doc/chap0_mj.html 
new/AutoDoc-2026.05.11/doc/chap0_mj.html
--- old/AutoDoc-2026.05.03/doc/chap0_mj.html    2026-05-03 02:00:00.000000000 
+0200
+++ new/AutoDoc-2026.05.11/doc/chap0_mj.html    2026-05-11 02:00:00.000000000 
+0200
@@ -32,10 +32,10 @@
 <h2>Generate documentation from <strong class="pkg">GAP</strong> source 
code</h2>
 
 <p>
-    2026.05.03</p>
+    2026.05.11</p>
 
 <p>
-    3 May 2026
+    11 May 2026
   </p>
 
 </div>
Binary files old/AutoDoc-2026.05.03/doc/manual.pdf and 
new/AutoDoc-2026.05.11/doc/manual.pdf differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/AutoDoc-2026.05.03/doc/title.xml 
new/AutoDoc-2026.05.11/doc/title.xml
--- old/AutoDoc-2026.05.03/doc/title.xml        2026-05-03 02:00:00.000000000 
+0200
+++ new/AutoDoc-2026.05.11/doc/title.xml        2026-05-11 02:00:00.000000000 
+0200
@@ -9,7 +9,7 @@
     Generate documentation from &GAP; source code
   </Subtitle>
   <Version>
-    2026.05.03
+    2026.05.11
   </Version>
   <Author>
     Sebastian Gutsche
@@ -36,7 +36,7 @@
 <Homepage>https://www.quendi.de/math</Homepage>
   </Author>
   <Date>
-    3 May 2026
+    11 May 2026
   </Date>
   <Abstract>
     &AutoDoc; is a &GAP; package whose purpose is to aid &GAP; package authors 
in creating and maintaining the documentation of their packages.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/AutoDoc-2026.05.03/gap/Magic.gi 
new/AutoDoc-2026.05.11/gap/Magic.gi
--- old/AutoDoc-2026.05.03/gap/Magic.gi 2026-05-03 02:00:00.000000000 +0200
+++ new/AutoDoc-2026.05.11/gap/Magic.gi 2026-05-11 02:00:00.000000000 +0200
@@ -228,11 +228,11 @@
         # Make sure all of the files exist, making the file names absolute if
         # necessary
         for i in [ 1 .. Length( autodoc.files ) ] do
-            if IsExistingFile( autodoc.files[ i ] ) then continue; fi;
             if IsExistingFile( Filename( pkgdir, autodoc.files[ i ] ) ) then
                 autodoc.files[ i ] := Filename( pkgdir, autodoc.files[ i ] );
                 continue;
             fi;
+            if IsExistingFile( autodoc.files[ i ] ) then continue; fi;
             Error( autodoc.files[ i ], " does not specify an existing file 
either as an absolute path or relative to the package directory" );
         od;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/AutoDoc-2026.05.03/tst/manual.expected/_entities.xml 
new/AutoDoc-2026.05.11/tst/manual.expected/_entities.xml
--- old/AutoDoc-2026.05.03/tst/manual.expected/_entities.xml    2026-05-03 
02:00:00.000000000 +0200
+++ new/AutoDoc-2026.05.11/tst/manual.expected/_entities.xml    2026-05-11 
02:00:00.000000000 +0200
@@ -1,6 +1,6 @@
 <!ENTITY AutoDoc '<Package>AutoDoc</Package>'>
 <!ENTITY PackageName '<Package>PackageName</Package>'>
-<!ENTITY RELEASEDATE '3 May 2026'>
+<!ENTITY RELEASEDATE '11 May 2026'>
 <!ENTITY RELEASEYEAR '2026'>
-<!ENTITY VERSION '2026.05.03'>
+<!ENTITY VERSION '2026.05.11'>
 <!ENTITY io '<Package>io</Package>'>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/AutoDoc-2026.05.03/tst/manual.expected/title.xml 
new/AutoDoc-2026.05.11/tst/manual.expected/title.xml
--- old/AutoDoc-2026.05.03/tst/manual.expected/title.xml        2026-05-03 
02:00:00.000000000 +0200
+++ new/AutoDoc-2026.05.11/tst/manual.expected/title.xml        2026-05-11 
02:00:00.000000000 +0200
@@ -9,7 +9,7 @@
     Generate documentation from &GAP; source code
   </Subtitle>
   <Version>
-    2026.05.03
+    2026.05.11
   </Version>
   <Author>
     Sebastian Gutsche
@@ -36,7 +36,7 @@
 <Homepage>https://www.quendi.de/math</Homepage>
   </Author>
   <Date>
-    3 May 2026
+    11 May 2026
   </Date>
   <Abstract>
     &AutoDoc; is a &GAP; package whose purpose is to aid &GAP; package authors 
in creating and maintaining the documentation of their packages.

++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.hRCppW/_old  2026-05-12 19:31:14.406455537 +0200
+++ /var/tmp/diff_new_pack.hRCppW/_new  2026-05-12 19:31:14.414455869 +0200
@@ -1,5 +1,5 @@
-mtime: 1777888198
-commit: 90e347ac434906e21df30a6ce872e0517b95e78a89835b938d4877d673ff52a5
+mtime: 1778579673
+commit: 226814c90dc168ff423a99303922e654f78bac942b5a8ac875ab1a09b7f2c94a
 url: https://src.opensuse.org/jengelh/gap-autodoc
 revision: master
 

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

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2026-05-12 11:54:33.000000000 +0200
@@ -0,0 +1 @@
+.osc

Reply via email to