commit gap-modisom for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gap-modisom for openSUSE:Factory checked in at 2024-12-30 12:52:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gap-modisom (Old) and /work/SRC/openSUSE:Factory/.gap-modisom.new.1881 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "gap-modisom" Mon Dec 30 12:52:06 2024 rev:4 rq:1233718 version:3.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/gap-modisom/gap-modisom.changes 2024-09-23 15:19:34.478854739 +0200 +++ /work/SRC/openSUSE:Factory/.gap-modisom.new.1881/gap-modisom.changes 2024-12-30 12:52:21.557667479 +0100 @@ -1,0 +2,7 @@ +Sun Dec 29 01:58:35 UTC 2024 - Jan Engelhardt <jengelh@inai.de> + +- Update to release 3.0.1 + * Make LAGUNA a required dependency to address + ``Unbound global variable`` warnings upon modisom loading. + +------------------------------------------------------------------- Old: ---- modisom-3.0.0.tar.gz New: ---- modisom-3.0.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gap-modisom.spec ++++++ --- /var/tmp/diff_new_pack.sYsW3K/_old 2024-12-30 12:52:22.321698839 +0100 +++ /var/tmp/diff_new_pack.sYsW3K/_new 2024-12-30 12:52:22.321698839 +0100 @@ -17,7 +17,7 @@ Name: gap-modisom -Version: 3.0.0 +Version: 3.0.1 Release: 0 Summary: GAP: Computing with nilpotent associative algebras License: GPL-2.0-or-later ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.sYsW3K/_old 2024-12-30 12:52:22.361700481 +0100 +++ /var/tmp/diff_new_pack.sYsW3K/_new 2024-12-30 12:52:22.369700809 +0100 @@ -1,5 +1,5 @@ -mtime: 1726862651 -commit: 16f5fcd5b7ca6a3e8b602ae491bd77a5fc322aa568e952f75f1c73a165f050f3 +mtime: 1735437622 +commit: 99fac5322ba56255f31b2be5bafb6e79f5be147ef468ed03e155e35cc9d83c04 url: https://src.opensuse.org/jengelh/gap-modisom revision: master ++++++ build.specials.obscpio ++++++ diff: old/*: No such file or directory diff: new/*: No such file or directory ++++++ modisom-3.0.0.tar.gz -> modisom-3.0.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/modisom-3.0.0/PackageInfo.g new/modisom-3.0.1/PackageInfo.g --- old/modisom-3.0.0/PackageInfo.g 2024-09-20 18:55:41.000000000 +0200 +++ new/modisom-3.0.1/PackageInfo.g 2024-12-28 13:41:33.000000000 +0100 @@ -1,16 +1,16 @@ ############################################################################# -## +## ## PackageInfo.g for the package `modisom' Bettina Eick -## +## SetPackageInfo( rec( PackageName := "ModIsom", Subtitle := "Computing automorphisms and checking isomorphisms for modular group algebras of finite p-groups", -Version := "3.0.0", -Date := "20/09/2024", # dd/mm/yyyy format +Version := "3.0.1", +Date := "28/12/2024", # dd/mm/yyyy format License := "GPL-2.0-or-later", Persons := [ - rec( + rec( LastName := "Eick", FirstNames := "Bettina", IsAuthor := true, @@ -27,7 +27,7 @@ Institution := "TU Braunschweig" ), - rec( + rec( LastName := "Garcia-Lucas", FirstNames := "Diego", IsAuthor := true, @@ -49,7 +49,7 @@ IsAuthor := false, IsMaintainer := true, Email := "obk1@st-andrews.ac.uk", - WWWHome := "https://alex-konovalov.github.io/", + WWWHome := "https://olexandr-konovalov.github.io/", PostalAddress := Concatenation( [ "School of Computer Science\n", "University of St Andrews\n", @@ -58,7 +58,7 @@ Place := "St Andrews", Institution := "University of St Andrews" ), - rec( + rec( LastName := "Margolis", FirstNames := "Leo", IsAuthor := true, @@ -74,7 +74,7 @@ Place := "Madrid", Institution := "Universidad Autonoma de Madrid" ), - rec( + rec( LastName := "Moede", FirstNames := "Tobias", IsAuthor := true, @@ -108,7 +108,7 @@ "/modisom-", ~.Version ), ArchiveFormats := ".tar.gz", -AbstractHTML := +AbstractHTML := "The <span class=\"pkgname\">ModIsom</span> package contains various methods for computing with nilpotent associative algebras. In particular, it contains a method to determine the automorphism group and to test isomorphis of such algebras over finite fields and of modular group algebras of finite p-groups, and it contains a nilpotent quotient algorithm for finitely presented associative algebras and a method to determine Kurosh algebras.", PackageDoc := rec( @@ -124,7 +124,7 @@ Dependencies := rec( GAP := ">=4.7", - NeededOtherPackages := [["Polycyclic", ">=1.0"]], + NeededOtherPackages := [["Polycyclic", ">=1.0"], ["LAGUNA", ">=3.8.0"]], SuggestedOtherPackages := [], ExternalConditions := [] ), @@ -134,7 +134,7 @@ Autoload := false, TestFile := "tst/testall.g", Keywords := ["modular isomorphism problem", - "automorphism group", + "automorphism group", "isomorphism testing", "nilpotent algebras", "nilpotent quotient", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/modisom-3.0.0/README.md new/modisom-3.0.1/README.md --- old/modisom-3.0.0/README.md 2024-09-20 18:55:41.000000000 +0200 +++ new/modisom-3.0.1/README.md 2024-12-28 13:41:33.000000000 +0100 @@ -33,4 +33,4 @@ The manual of ModIsom is contained in `modisom/doc` and `modisom/htm` directories. -# modisom3 + diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/modisom-3.0.0/changes.txt new/modisom-3.0.1/changes.txt --- old/modisom-3.0.0/changes.txt 2024-09-20 18:55:41.000000000 +0200 +++ new/modisom-3.0.1/changes.txt 2024-12-28 13:41:33.000000000 +0100 @@ -1,4 +1,7 @@ -Overview of files changeg in respect to ModIsom 2.5.3: +Changes in version 3.0.1: LAGUNA is now a requiered package. This solves the issue of warnings coming up when ModIsom was loaded without LAGUNA + +----------------------------------------------------------------- +Overview of files changed in Version 3.0.0 in respect to ModIsom 2.5.3: ModIsomExt refers to a GAP package written by Leo Margolis and Tobias Moede the functionality of which is now included in this package, cf. https://www.tu-braunschweig.de/index.php?eID=dumpFile&t=f&f=114036&token=7391a74bb71a93524f0dc24d07e5330c3d3cdf6e and https://doi.org/10.1016/j.jaca.2022.100001. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/modisom-3.0.0/doc/manual.css new/modisom-3.0.1/doc/manual.css --- old/modisom-3.0.0/doc/manual.css 2024-09-20 19:27:18.000000000 +0200 +++ new/modisom-3.0.1/doc/manual.css 1970-01-01 01:00:00.000000000 +0100 @@ -1,482 +0,0 @@ -/* manual.css Frank Lübeck */ -/* This is the default CSS style sheet for GAPDoc HTML manuals. */ - -/* basic settings, fonts, sizes, colors, ... */ -body { - position: relative; - background: #ffffff; - color: #000000; - width: 70%; - margin: 0pt; - padding: 15pt; - font-family: Helvetica,Verdana,Arial,sans-serif; - text-align: justify; -} - -/* no side toc on title page, bib and index */ -body.chap0 { - width: 95%; -} -body.chapBib { - width: 95%; -} -body.chapInd { - width: 95%; -} - - -h1 { font-size: 200%; } -h2 { font-size: 160%; } -h3 { font-size: 160%; } -h4 { font-size: 130%; } -h5 { font-size: 100%; } - -p.foot { - font-size: 60%; - font-style: normal; -} - -a:link { - color: #00008e; - text-decoration: none; -} -a:visited { - color: #00008e; - text-decoration: none; -} -a:active { - color: #000000; - text-decoration: none; -} -a:hover { - background: #eeeeee; -} - -pre { - font-family: "Courier New",Courier,monospace; - font-size: 100%; - color:#111111; -} - -tt,code { - font-family: "Courier New",Courier,monospace; - font-size: 110%; - color: #000000; } - -var { -} - -/* general alignment classes */ -.pcenter { - text-align: center; -} - -.pleft { - text-align: left; -} - -.pright { - text-align: right; -} - -/* layout for the definitions of functions, variables, ... */ -div.func { - background: #e0e0e0; - margin: 0pt 0pt; -} - - -/* general and special table settings */ -table { - border-collapse: collapse; - margin-left: auto; - margin-right: auto; -} - -td, th { - border-style: none; -} - -table.func { - padding: 0pt 1ex; - margin-left: 1ex; - margin-right: 1ex; - background: transparent; - /* line-height: 1.1; */ - width: 100%; -} - -table.func td.tdright { - padding-right: 2ex; -} - -/* Example elements (for old converted manuals, now in div+pre */ -table.example { - background: #efefef; - border-style: none; - border-width: 0pt; - padding: 0px; - width: 100% -} -table.example td { - border-style: none; - border-width: 0pt; - padding: 0ex 1ex; -} -/* becomes ... */ -div.example { - background: #efefef; - padding: 0ex 1ex; - /* overflow-x: auto; */ - overflow: auto; -} - -/* Links to chapters in all files at top and bottom. */ -/* If there are too many chapters then use 'display: none' here. */ -div.chlinktop { - background: #dddddd; - border-style: solid; - border-width: thin; - margin: 2px; - text-align: center; -} - -div.chlinktop a { - margin: 3px; -} -div.chlinktop a:hover { - background: #ffffff; -} - -div.chlinkbot { - background: #dddddd; - border-style: solid; - border-width: thin; - margin: 2px; - text-align: center; - /* width: 100%; */ -} - -div.chlinkbot a { - margin: 3px; -} - -span.chlink1 { -} - -/* and this is for the "Top", "Prev", "Next" links */ -div.chlinkprevnexttop { - background: #dddddd; - border-style: solid; - border-width: thin; - text-align: center; - margin: 2px; -} - -div.chlinkprevnexttop a:hover { - background: #ffffff; -} - -div.chlinkprevnextbot { - background: #dddddd; - border-style: solid; - border-width: thin; - text-align: center; - margin: 2px; -} - -div.chlinkprevnextbot a:hover { - background: #ffffff; -} - - -/* table of contents, initially don't display subsections */ -div.ContSSBlock { - display: none; -} -div.ContSSBlock br { - display: none; -} -/* format in separate lines */ -span.tocline { - display: block; - width: 100%; -} -div.ContSSBlock a { - display: block; -} - -/* this is for the main table of contents */ -div.ContChap { -} - -div.ContChap div.ContSect:hover div.ContSSBlock { - display: block; - position: absolute; - background: #eeeeee; - border-style: solid; - border-width: 1px 4px 4px 1px; - border-color: #666666; - padding-left: 0.5ex; - color: #000000; - left: 20%; - width: 40%; - z-index: 10000; -} - -div.ContSSBlock a:hover { - background: #ffffff; -} - -/* and here for the side menu of contents in the chapter files */ -div.ChapSects { -} - -div.ChapSects a:hover { - background: #eeeeee; -} - -div.ChapSects a:hover { - display: block; - width: 100%; - background: #eeeeee; - color: #000000; -} - -div.ChapSects div.ContSect:hover div.ContSSBlock { - display: block; - position: fixed; - background: #eeeeee; - border-style: solid; - border-width: 1px 2px 2px 1px; - border-color: #666666; - padding-left: 0ex; - padding-right: 0.5ex; - color: #000000; - left: 54%; - width: 25%; - z-index: 10000; -} - -div.ChapSects div.ContSect:hover div.ContSSBlock a { - display: block; - margin-left: 3px; -} - -div.ChapSects div.ContSect:hover div.ContSSBlock a:hover { - display: block; - background: #ffffff; -} - -div.ContSect { - text-align: left; - margin-left: 1em; -} -div.ChapSects { - position: fixed; - left: 75%; - font-size: 90%; - overflow: auto; - top: 10px; - bottom: 0px; -} - -/* Table elements */ -table.GAPDocTable { - border-collapse: collapse; - border-style: none; - border-color: black; -} - -table.GAPDocTable td, table.GAPDocTable th { - padding: 3pt; - border-width: thin; - border-style: solid; - border-color: #555555; -} - -caption.GAPDocTable { - caption-side: bottom; - width: 70%; - margin-top: 1em; - margin-left: auto; - margin-right: auto; -} - -td.tdleft { - text-align: left; -} - -table.GAPDocTablenoborder { - border-collapse: collapse; - border-style: none; - border-color: black; -} - -table.GAPDocTablenoborder td, table.GAPDocTable th { - padding: 3pt; - border-width: 0pt; - border-style: solid; - border-color: #555555; -} - -caption.GAPDocTablenoborder { - caption-side: bottom; - width: 70%; - margin-top: 1em; - margin-left: auto; - margin-right: auto; -} - -td.tdleft { - text-align: left; -} - -td.tdright { - text-align: right; -} - -td.tdcenter { - text-align: center; -} - -/* Colors and fonts can be overwritten for some types of elements. */ -/* Verb elements */ -pre.normal { - color: #000000; -} - -/* Func-like elements and Ref to Func-like */ -code.func { - color: #000000; -} - -/* K elements */ -code.keyw { - color: #770000; -} - -/* F elements */ -code.file { - color: #8e4510; -} - -/* C elements */ -code.code { -} - -/* Item elements */ -code.i { -} - -/* Button elements */ -strong.button { -} - -/* Headings */ -span.Heading { -} - -/* Arg elements */ -var.Arg { - color: #006600; -} - -/* Example elements, is in tables, see above */ -div.Example { -} - -/* Package elements */ -strong.pkg { -} - -/* URL-like elements */ -span.URL { -} - -/* Mark elements */ -strong.Mark { -} - -/* Ref elements */ -b.Ref { -} -span.Ref { -} - -/* this contains the contents page */ -div.contents { -} - -/* this contains the index page */ -div.index { -} - -/* ignore some text for non-css layout */ -span.nocss { - display: none; -} - -/* colors for ColorPrompt like examples */ -span.GAPprompt { - color: #000097; - font-weight: normal; -} -span.GAPbrkprompt { - color: #970000; - font-weight: normal; -} -span.GAPinput { - color: #970000; -} - -/* Bib entries */ -p.BibEntry { -} -span.BibKey { - color: #005522; -} -span.BibKeyLink { -} -b.BibAuthor { -} -i.BibTitle { -} -i.BibBookTitle { -} -span.BibEditor { -} -span.BibJournal { -} -span.BibType { -} -span.BibPublisher { -} -span.BibSchool { -} -span.BibEdition { -} -span.BibVolume { -} -span.BibSeries { -} -span.BibNumber { -} -span.BibPages { -} -span.BibOrganization { -} -span.BibAddress { -} -span.BibYear { -} -span.BibPublisher { -} -span.BibNote { -} -span.BibHowpublished { -} - - - - Binary files old/modisom-3.0.0/doc/manual.dvi and new/modisom-3.0.1/doc/manual.dvi differ Binary files old/modisom-3.0.0/doc/manual.pdf and new/modisom-3.0.1/doc/manual.pdf differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/modisom-3.0.0/doc/rainbow.js new/modisom-3.0.1/doc/rainbow.js --- old/modisom-3.0.0/doc/rainbow.js 2024-09-20 19:27:18.000000000 +0200 +++ new/modisom-3.0.1/doc/rainbow.js 1970-01-01 01:00:00.000000000 +0100 @@ -1,60 +0,0 @@ - -function randchar(str) { - var i = Math.floor(Math.random() * str.length); - while (i == str.length) - i = Math.floor(Math.random() * str.length); - return str[i]; -} - -hexdigits = "0123456789abcdef"; - -function randlight() { - return randchar("cdef")+randchar(hexdigits)+ - randchar("cdef")+randchar(hexdigits)+ - randchar("cdef")+randchar(hexdigits) -} -function randdark() { - return randchar("012345789")+randchar(hexdigits)+ - randchar("012345789")+randchar(hexdigits)+ - randchar("102345789")+randchar(hexdigits) -} - -document.write('<style type="text/css">\n<!--\n'); -document.write('body {\n color: #'+randdark()+';\n background: #'+ - randlight()+';\n}\n'); -document.write('a:link {\n color: #'+randdark()+';\n}\n'); -document.write('a:visited {\n color: #'+randdark()+';\n}\n'); -document.write('a:active {\n color: #'+randdark()+';\n}\n'); -document.write('a:hover {\n background-color: #'+randlight()+';\n}\n'); -document.write('pre {\n color: #'+randdark()+';\n}\n'); -document.write('tt {\n color: #'+randdark()+';\n}\n'); -document.write('code {\n color: #'+randdark()+';\n}\n'); -document.write('var {\n color: #'+randdark()+';\n}\n'); -document.write('div.func {\n background-color: #'+randlight()+';\n}\n'); -document.write('div.example {\n background-color: #'+randlight()+';\n}\n'); -document.write('div.chlinktop {\n background-color: #'+randlight()+';\n}\n'); -document.write('div.chlinkbot {\n background-color: #'+randlight()+';\n}\n'); -document.write('pre.normal {\n color: #'+randdark()+';\n}\n'); -document.write('code.func {\n color: #'+randdark()+';\n}\n'); -document.write('code.keyw {\n color: #'+randdark()+';\n}\n'); -document.write('code.file {\n color: #'+randdark()+';\n}\n'); -document.write('code.code {\n color: #'+randdark()+';\n}\n'); -document.write('code.i {\n color: #'+randdark()+';\n}\n'); -document.write('strong.button {\n color: #'+randdark()+';\n}\n'); -document.write('span.Heading {\n color: #'+randdark()+';\n}\n'); -document.write('var.Arg {\n color: #'+randdark()+';\n}\n'); -document.write('strong.pkg {\n color: #'+randdark()+';\n}\n'); -document.write('strong.Mark {\n color: #'+randdark()+';\n}\n'); -document.write('b.Ref {\n color: #'+randdark()+';\n}\n'); -document.write('span.Ref {\n color: #'+randdark()+';\n}\n'); -document.write('span.GAPprompt {\n color: #'+randdark()+';\n}\n'); -document.write('span.GAPbrkprompt {\n color: #'+randdark()+';\n}\n'); -document.write('span.GAPinput {\n color: #'+randdark()+';\n}\n'); -document.write('b.Bib_author {\n color: #'+randdark()+';\n}\n'); -document.write('span.Bib_key {\n color: #'+randdark()+';\n}\n'); -document.write('i.Bib_title {\n color: #'+randdark()+';\n}\n'); - -document.write('-->\n</style>\n'); - - - Binary files old/modisom-3.0.0/doc/tables.dvi and new/modisom-3.0.1/doc/tables.dvi differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/modisom-3.0.0/doc/title.xml new/modisom-3.0.1/doc/title.xml --- old/modisom-3.0.0/doc/title.xml 2024-09-20 19:27:18.000000000 +0200 +++ new/modisom-3.0.1/doc/title.xml 1970-01-01 01:00:00.000000000 +0100 @@ -1,42 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> - -<!-- This is an automatically generated file. --> -<TitlePage> - <Title> - ModIsom - </Title> - <Subtitle> - Computing automorphisms and checking isomorphisms for modular group algebras of finite p-groups - </Subtitle> - <Version> - 3.0.0 - </Version> - <Author> - Bettina Eick<Alt Only="LaTeX"><Br/></Alt> -<Address> -Institut Analysis und Algebra<Br/> -TU Braunschweig<Br/> -Universitätsplatz 2<Br/> -D-38106 Braunschweig<Br/> -Germany<Br/> -</Address> -<Email>beick@tu-bs.de</Email> -<Homepage>http://www.iaa.tu-bs.de/beick</Homepage> - - </Author> - <Author> - Olexandr Konovalov<Alt Only="LaTeX"><Br/></Alt> -<Address> -School of Computer Science<Br/> -University of St Andrews<Br/> -Jack Cole Building, North Haugh,<Br/> -St Andrews, Fife, KY16 9SX, Scotland<Br/> -</Address> -<Email>obk1@st-andrews.ac.uk</Email> -<Homepage>https://alex-konovalov.github.io/</Homepage> - - </Author> - <Date> - 26 February 2024 - </Date> - </TitlePage> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/modisom-3.0.0/gap/grpalg/collect.gi new/modisom-3.0.1/gap/grpalg/collect.gi --- old/modisom-3.0.0/gap/grpalg/collect.gi 2024-09-20 18:55:41.000000000 +0200 +++ new/modisom-3.0.1/gap/grpalg/collect.gi 2024-12-28 13:41:33.000000000 +0100 @@ -44,7 +44,7 @@ # Reduces the word w # Input: Jennings-word # Output: Same word where two eqaul factors don't appear one after the other -BindGlobal("ReducedWord", function( w ) +BindGlobal("MODISOM_ReducedWord", function( w ) local i, wc; wc := StructuralCopy(w); @@ -288,7 +288,7 @@ # Check if resulting word has weight small enough if WordWeight(T, respart[2]) <= wmax then - respart[2] := ReducedWord(respart[2]); + respart[2] := MODISOM_ReducedWord(respart[2]); sres := sres + 1; res[sres] := respart; fi; @@ -650,7 +650,7 @@ od; # Reduce factor word - w1 := ReducedWord(w1); + w1 := MODISOM_ReducedWord(w1); # Express factor word as linear combination in Jennings basis and translate # to vector of underlying field diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/modisom-3.0.0/htm/CHAP001.htm new/modisom-3.0.1/htm/CHAP001.htm --- old/modisom-3.0.0/htm/CHAP001.htm 2024-09-20 19:27:18.000000000 +0200 +++ new/modisom-3.0.1/htm/CHAP001.htm 2024-12-28 13:50:38.000000000 +0100 @@ -142,5 +142,5 @@ <p> [<a href = "chapters.htm">Up</a>] [<a href ="CHAP002.htm">Next</a>] [<a href = "theindex.htm">Index</a>] <P> -<address>ModIsom manual<br>September 2024 +<address>ModIsom manual<br>Dezember 2024 </address></body></html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/modisom-3.0.0/htm/CHAP002.htm new/modisom-3.0.1/htm/CHAP002.htm --- old/modisom-3.0.0/htm/CHAP002.htm 2024-09-20 19:27:18.000000000 +0200 +++ new/modisom-3.0.1/htm/CHAP002.htm 2024-12-28 13:50:38.000000000 +0100 @@ -348,5 +348,5 @@ <p> [<a href = "chapters.htm">Up</a>] [<a href ="CHAP001.htm">Previous</a>] [<a href ="CHAP003.htm">Next</a>] [<a href = "theindex.htm">Index</a>] <P> -<address>ModIsom manual<br>September 2024 +<address>ModIsom manual<br>Dezember 2024 </address></body></html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/modisom-3.0.0/htm/CHAP003.htm new/modisom-3.0.1/htm/CHAP003.htm --- old/modisom-3.0.0/htm/CHAP003.htm 2024-09-20 19:27:18.000000000 +0200 +++ new/modisom-3.0.1/htm/CHAP003.htm 2024-12-28 13:50:38.000000000 +0100 @@ -107,5 +107,5 @@ <p> [<a href = "chapters.htm">Up</a>] [<a href ="CHAP002.htm">Previous</a>] [<a href ="CHAP004.htm">Next</a>] [<a href = "theindex.htm">Index</a>] <P> -<address>ModIsom manual<br>September 2024 +<address>ModIsom manual<br>Dezember 2024 </address></body></html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/modisom-3.0.0/htm/CHAP004.htm new/modisom-3.0.1/htm/CHAP004.htm --- old/modisom-3.0.0/htm/CHAP004.htm 2024-09-20 19:27:18.000000000 +0200 +++ new/modisom-3.0.1/htm/CHAP004.htm 2024-12-28 13:50:38.000000000 +0100 @@ -563,5 +563,5 @@ <p> [<a href = "chapters.htm">Up</a>] [<a href ="CHAP003.htm">Previous</a>] [<a href ="CHAP005.htm">Next</a>] [<a href = "theindex.htm">Index</a>] <P> -<address>ModIsom manual<br>September 2024 +<address>ModIsom manual<br>Dezember 2024 </address></body></html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/modisom-3.0.0/htm/CHAP005.htm new/modisom-3.0.1/htm/CHAP005.htm --- old/modisom-3.0.0/htm/CHAP005.htm 2024-09-20 19:27:18.000000000 +0200 +++ new/modisom-3.0.1/htm/CHAP005.htm 2024-12-28 13:50:38.000000000 +0100 @@ -64,5 +64,5 @@ <p> [<a href = "chapters.htm">Up</a>] [<a href ="CHAP004.htm">Previous</a>] [<a href ="CHAP006.htm">Next</a>] [<a href = "theindex.htm">Index</a>] <P> -<address>ModIsom manual<br>September 2024 +<address>ModIsom manual<br>Dezember 2024 </address></body></html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/modisom-3.0.0/htm/CHAP006.htm new/modisom-3.0.1/htm/CHAP006.htm --- old/modisom-3.0.0/htm/CHAP006.htm 2024-09-20 19:27:18.000000000 +0200 +++ new/modisom-3.0.1/htm/CHAP006.htm 2024-12-28 13:50:38.000000000 +0100 @@ -65,5 +65,5 @@ <p> [<a href = "chapters.htm">Up</a>] [<a href ="CHAP005.htm">Previous</a>] [<a href = "theindex.htm">Index</a>] <P> -<address>ModIsom manual<br>September 2024 +<address>ModIsom manual<br>Dezember 2024 </address></body></html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/modisom-3.0.0/htm/biblio.htm new/modisom-3.0.1/htm/biblio.htm --- old/modisom-3.0.0/htm/biblio.htm 2024-09-20 19:27:18.000000000 +0200 +++ new/modisom-3.0.1/htm/biblio.htm 2024-12-28 13:50:38.000000000 +0100 @@ -166,5 +166,5 @@ </dl><p> [<a href="chapters.htm">Up</a>]<p> <P> -<address>ModIsom manual<br>September 2024 +<address>ModIsom manual<br>Dezember 2024 </address></body></html> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/modisom-3.0.0/htm/chapters.htm new/modisom-3.0.1/htm/chapters.htm --- old/modisom-3.0.0/htm/chapters.htm 2024-09-20 19:27:18.000000000 +0200 +++ new/modisom-3.0.1/htm/chapters.htm 2024-12-28 13:50:38.000000000 +0100 @@ -17,5 +17,5 @@ <li><a href="theindex.htm">Index</a> </ul><p> <P> -<address>ModIsom manual<br>September 2024 +<address>ModIsom manual<br>Dezember 2024 </address></body></html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/modisom-3.0.0/htm/theindex.htm new/modisom-3.0.1/htm/theindex.htm --- old/modisom-3.0.0/htm/theindex.htm 2024-09-20 19:27:18.000000000 +0200 +++ new/modisom-3.0.1/htm/theindex.htm 2024-12-28 13:50:38.000000000 +0100 @@ -128,5 +128,5 @@ </dl><p> [<a href="chapters.htm">Up</a>]<p> <P> -<address>ModIsom manual<br>September 2024 +<address>ModIsom manual<br>Dezember 2024 </address></body></html> \ No newline at end of file
participants (1)
-
Source-Sync