Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gap-rds for openSUSE:Factory checked in at 2026-08-03 17:15:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gap-rds (Old) and /work/SRC/openSUSE:Factory/.gap-rds.new.16738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gap-rds" Mon Aug 3 17:15:07 2026 rev:3 rq:1369106 version:1.10 Changes: -------- --- /work/SRC/openSUSE:Factory/gap-rds/gap-rds.changes 2025-09-24 15:26:44.046545906 +0200 +++ /work/SRC/openSUSE:Factory/.gap-rds.new.16738/gap-rds.changes 2026-08-03 17:15:33.535096345 +0200 @@ -1,0 +2,10 @@ +Sun Aug 2 16:17:49 UTC 2026 - Jan Engelhardt <[email protected]> + +- Update to release 1.10 + * Fix missing commas in the `AllDiffsets` methods taking a start + set and a group, which made these methods error out. + * Declare the SmallGrp package dependency explicitly (it is + needed by `NormalSgsForQuotientImages` and friends, which use + `IdSmallGroup` as a fingerprint for isomorphism types). + +------------------------------------------------------------------- Old: ---- rds-1.9.tar.gz New: ---- rds-1.10.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gap-rds.spec ++++++ --- /var/tmp/diff_new_pack.qPFXgO/_old 2026-08-03 17:15:34.511130299 +0200 +++ /var/tmp/diff_new_pack.qPFXgO/_new 2026-08-03 17:15:34.515130438 +0200 @@ -1,7 +1,7 @@ # # spec file for package gap-rds # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # 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-rds -Version: 1.9 +Version: 1.10 Release: 0 Summary: GAP: A package for searching relative difference sets License: GPL-2.0-or-later ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.qPFXgO/_old 2026-08-03 17:15:34.547131552 +0200 +++ /var/tmp/diff_new_pack.qPFXgO/_new 2026-08-03 17:15:34.551131691 +0200 @@ -1,5 +1,5 @@ -mtime: 1758670225 -commit: 2ecca269268666cdcdc3312bcd25b02006b4cd63308abcecd28b37522c7a5cd7 +mtime: 1785687485 +commit: 827d6b42eed354c5804e3388a32a79e7d53f042eb18c711c708b08fe868c1d13 url: https://src.opensuse.org/jengelh/gap-rds 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-08-02 18:18:05.000000000 +0200 @@ -0,0 +1 @@ +.osc ++++++ rds-1.9.tar.gz -> rds-1.10.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rds-1.9/CHANGES.md new/rds-1.10/CHANGES.md --- old/rds-1.9/CHANGES.md 1970-01-01 01:00:00.000000000 +0100 +++ new/rds-1.10/CHANGES.md 2026-08-02 02:00:00.000000000 +0200 @@ -0,0 +1,138 @@ +This file describes changes in the RDS package. + +## 1.10 (2026-08-02) + + - Fix missing commas in the `AllDiffsets` methods taking a start set and a + group, which made these methods error out + - Declare the SmallGrp package dependency explicitly (it is needed by + `NormalSgsForQuotientImages` and friends, which use `IdSmallGroup` as a + fingerprint for isomorphism types) + - Update the CI setup + +## 1.9 (2025-09-24) + + - Stop using GAP's `@`-namespace feature: rename `PRank@RDS` to `RDS_PRank` + and `MaxAutsizeForOrbitCalculation@RDS` to + `RDS_MaxAutsizeForOrbitCalculation` + - Generate the manual `.tex` files from the `.msk` sources via the new + `doc/buildman.pe` script, and remove the generated files from the + repository + - Remove the obsolete `Autoload` entry from `PackageInfo.g` + - Various janitorial changes, plus documentation typo fixes and CI updates + +## 1.8 (2022-02-21) + + - Avoid incorrect pluralizations in output + - Move the test suite to GitHub Actions + - Various janitorial changes + +## 1.7 (2019-02-23) + + - Move the package to GitHub and update its URLs + - Raise the required GAP version to 4.8 + - Add GPL-2.0-or-later license metadata + - Add the GAP Team as maintainer + - Add a test suite, continuous integration, and code-coverage support + - Various janitorial changes + +## 1.6 (2012-02-16) + + - Fix the documentation paths in `PackageInfo.g` + +## 1.5 + + - Fix a path in `PackageInfo.g` + +## 1.4 (2011-08-25) + + - Change the directory used for `PackageInfo.g` and the archives + +## 1.3 + + - Raise the required GAP version to 4.5, due to the use of the "namespaces" + feature + - Rename `pRank` to `PRank@RDS` and `maxAutsizeForOrbitCalculation` to + `MaxAutsizeForOrbitCalculation@RDS`, to conform with GAP's naming + convention for packages + - Add additional sorting of records in `ReducedDiffsets.gi`, made necessary + by the new ordering method for records in GAP 4.5 + +## 1.2 (2010-06-03) + + - Update the package homepage + +## 1.1 (2008-12-02) + + - Fix minor issues in the `ShallowCopy` part of `ConcatenationOfIterators` + and `CartesianIterator` + - Rewrite `ReducedStartsets` + - Move the package from Galway back to Kaiserslautern + +## 1.0 (2008-01-26) + + - Update the years in the copyright notice (from 2006 to 2006-2008) + +## 0.9beta28 + + - Marginally speed up the brute force methods for `lambda` = 1 + - Change `ReducedStartsets` slightly, probably improving performance in + large cases + - Replace `Intersection(diffset,forbidden)<>[]` with + `ForAny(diffset,i->i in forbidden)` in `RemainingCompletions` and + `RemainingCompletionsNoSort` + - Make `OneDiffset` and `AllDiffsets` check whether the given partial + difference set really is a partial difference set; if it is not, the empty + set is returned + - Replace all `Sqrt` calls in `AllDiffsets` and `OneDiffset` with `RootInt` + calls, greatly reducing the method-selection overhead + - Make `DevelopmentOfRDS` more flexible, so that it accepts all sensible + kinds of input + - Fix the `blockSizes` bug in `DevelopmentOfRDS` (thanks to Leonard Soicher) + - Merge `doc/rds.tex` into the `.msk` file, so that its text also appears in + the HTML and online documentation + - Surround method names in text paragraphs with double quotes, which + generates links in the HTML documentation; consequently, references in the + PDF documentation are no longer given by numbers either (for this, the + definition of `\printref` in `gapmacro.tex` was changed) + - Further changes to the manual (thanks to Leonard Soicher) + - Set the package state to "accepted" + +## 0.9beta27 + + - Fix a bug in `AllDiffsets` and `OneDiffset` + - Fix a few errors in the documentation + - Clean up directories and fix the permissions of the `htm` directory + +## 0.9beta26 + + - Add `AllDiffsetsNoSort` + - Add `OneDiffset` and `OneDiffsetNoSort` + - Add `IsDiffset` + - Further changes to the documentation, including a new chapter about + `AllDiffsets` and `OneDiffset` + +## 0.9beta25 + + - Add the function `DevelopmentOfRDS` + - Change all functions for projective planes to the new data structures; + projective planes are now `BlockDesign`s as in the DESIGN package, which + RDS now depends on + - Allow `AllDiffsets` to be called in *many* new and simple ways + - Rewrite the documentation and add many examples + +## 0.9beta22 + + - Fix a bug in `OrderedSignatureOfSet` which could lead to crashes and wrong + results + - Change the date format in the library files to yyyy/mm/dd + - Remove the variant of `NormalSubgroupsForRep` taking a group as its first + argument; this function was undocumented and incompatible with the rest of + the functions anyway + +## 0.9beta21 (2006-11-15) + + - Start this changelog + - Add a license notice and the archive extraction commands to `README.rds` + - Fix `PackageInfo.g`, move the source files to the `lib/` directory, and + set the package state to "deposited" (changes proposed by B. Assmann, + thank you) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rds-1.9/CHANGES.rds new/rds-1.10/CHANGES.rds --- old/rds-1.9/CHANGES.rds 2025-09-24 01:10:18.000000000 +0200 +++ new/rds-1.10/CHANGES.rds 1970-01-01 01:00:00.000000000 +0100 @@ -1,133 +0,0 @@ -1.9: -- renamed `PRank@RDS` to `RDS_PRank` -- renamed `FOO` to `BAR` -- various janitorial changes - ------------------- - -1.8: -- Avoid incorrect pluralizations in output -- various janitorial changes - ------------------- - -1.7: -- move package to GitHub -- various janitorial changes - ------------------- - -1.6: - ------------------- - -1.5: - - path fixed in PackageInfo.g - ------------------- - -1.4: -- directory for PackageInfo.g and archives changed - ------------------- - -1.3: -- required GAP version set to 4.5 due to the use of the "namespaces" feature -- pRank and maxAutsizeForOrbitCalculation renamed to PRrank@RDS and - MaxAutsizeForOrbitCalculation@RDS to conform with GAP's naming convention for packages. -- additional sorting of records introduced in ReducedDiffsets.gi (made necessary by the new ordering method for records in gap 4.5) - ------------------- - -1.2: -- homepage moved. - ------------------- - -1.1: -- minor fixes in the ShallowCopy part of ConcatenationOfIterators and - CartesianIterator -- ReducedStartsets rewritten. -- package moved from Galway back to Kaiserslautern - ------------------- - -1.0: -- changed years in the copyright notice (from 2006 to 2006-2008). ------------------- - -0.9beta28: -- marginal improvement in speed in the brute force methods for <lambda>=1 -- slight change in ReducedStartsets (probably better performance in large cases) -- in RemainingCompletions[NoSort]: replaced "Intersection(diffset,forbidden)<>[]" - with "ForAny(diffest,i->i in forbidden)". -- OneDiffset and AllDiffsets do now check if the given partial difference set really is - a partial difference set. If it isn't, the empty set is returned. -- Replaced all "Sqrt" calls with "RootInt" calls in AllDiffsets and OneDiffset. - This greatly reduces the method-selection overhead. -- DevelopmentOfRDS is more flexible now. I.e. it takes all sensible kinds of input. -- fixed the "blockSizes" bug in DevelopmentOfRDS (thanks to Leonard Soicher) -- the file rds.tex vanished from the doc/ directory. The text has been inserted in - .msk file and does now also appear in the .html and online documentation. -- method names in text paragraphs are now surrounded by double quotes. - This generates links in the html documentation. -- Consequently, references in the .pdf documentation are also not given by numbers - anymore. This doesn't look too go0d for sections and chapters, but refering to a - function as 4.1.2 doesn't make much sense... - For this, the definition of \printref has been changed in the file gapmacro.tex -- some more changes in the manual (thanks to Leonard Soicher) -- Set state to "accepted" - ------------------- - -0.9beta27: -- Fixed a few errors in the documentation -- cleaned up directories -- fixed permissions for htm directory. -- fixed a bug in `AllDiffsets' and `OneDiffset' - ------------------- - -0.9beta26: -- Added AllDiffsetsNoSort -- Added OneDiffset and OneDiffsetNoSort -- Added IsDiffset -- More changes to the documentation. Chapter about AllDiffsets and OneDiffset - added. - ------------------- - -0.9beta25: -- Introduced function DevelopmentOfRDS -- Changed all functions for projective planes to new data structures. -- Projective planes are now BlockDesigns as in DESIGN -- RDS does now depend on DESIGN -- AllDiffsets can now be called in *many* new and simple ways. - -- Rewrote documentation and added many examples. ------------------- - - -0.9beta22: -Important changes: -- fixed a bug in OrderedSignatureOfSet (this could lead to crashes and - wrong results) - -Minor changes: -- changed date format in library files to yyyy/mm/dd -- removed NormalSubgroupsForRep taking a group as first argument (this - function was undocumented incompatible with the rest of the - functions anyway). ------------------- - -0.9beta21: -- started changelog (this file) -- added license notice to README.rds -- archive extraction commands given in README.rds -changes proposed by B. Assmann (thank you): -- corrected PackageInfo.g -- moved source files to lib/ directory -- set package state to "deposited" - - - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rds-1.9/PackageInfo.g new/rds-1.10/PackageInfo.g --- old/rds-1.9/PackageInfo.g 2025-09-24 01:10:18.000000000 +0200 +++ new/rds-1.10/PackageInfo.g 2026-08-02 02:00:00.000000000 +0200 @@ -2,8 +2,8 @@ PackageName := "RDS", Subtitle := "A package for searching relative difference sets", -Version := "1.9", -Date := "24/09/2025", # dd/mm/yyyy format +Version := "1.10", +Date := "02/08/2026", # dd/mm/yyyy format License := "GPL-2.0-or-later", Persons := [ @@ -55,7 +55,7 @@ Dependencies := rec( GAP := ">=4.8", - NeededOtherPackages := [["DESIGN", ">=1.3"]], + NeededOtherPackages := [["DESIGN", ">=1.3"], ["SmallGrp", ">=1.0"]], SuggestedOtherPackages := [["AutPGrp",">=1.0"]], ExternalConditions := [] ), Binary files old/rds-1.9/doc/manual.dvi and new/rds-1.10/doc/manual.dvi differ Binary files old/rds-1.9/doc/manual.pdf and new/rds-1.10/doc/manual.pdf differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rds-1.9/doc/version.tex new/rds-1.10/doc/version.tex --- old/rds-1.9/doc/version.tex 2025-09-24 01:10:18.000000000 +0200 +++ new/rds-1.10/doc/version.tex 2026-08-02 02:00:00.000000000 +0200 @@ -1,2 +1,2 @@ -\def\RDSversion{1.9} +\def\RDSversion{1.10} \endinput diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rds-1.9/htm/CHAP001.htm new/rds-1.10/htm/CHAP001.htm --- old/rds-1.9/htm/CHAP001.htm 2025-09-24 01:10:18.000000000 +0200 +++ new/rds-1.10/htm/CHAP001.htm 2026-08-02 02:00:00.000000000 +0200 @@ -183,5 +183,5 @@ <p> [<a href = "chapters.htm">Up</a>] [<a href ="CHAP002.htm">Next</a>] [<a href = "theindex.htm">Index</a>] <P> -<address>rds manual<br>September 2025 +<address>rds manual<br>August 2026 </address></body></html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rds-1.9/htm/CHAP002.htm new/rds-1.10/htm/CHAP002.htm --- old/rds-1.9/htm/CHAP002.htm 2025-09-24 01:10:18.000000000 +0200 +++ new/rds-1.10/htm/CHAP002.htm 2026-08-02 02:00:00.000000000 +0200 @@ -100,5 +100,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>rds manual<br>September 2025 +<address>rds manual<br>August 2026 </address></body></html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rds-1.9/htm/CHAP003.htm new/rds-1.10/htm/CHAP003.htm --- old/rds-1.9/htm/CHAP003.htm 2025-09-24 01:10:18.000000000 +0200 +++ new/rds-1.10/htm/CHAP003.htm 2026-08-02 02:00:00.000000000 +0200 @@ -221,5 +221,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>rds manual<br>September 2025 +<address>rds manual<br>August 2026 </address></body></html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rds-1.9/htm/CHAP004.htm new/rds-1.10/htm/CHAP004.htm --- old/rds-1.9/htm/CHAP004.htm 2025-09-24 01:10:18.000000000 +0200 +++ new/rds-1.10/htm/CHAP004.htm 2026-08-02 02:00:00.000000000 +0200 @@ -530,5 +530,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>rds manual<br>September 2025 +<address>rds manual<br>August 2026 </address></body></html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rds-1.9/htm/CHAP005.htm new/rds-1.10/htm/CHAP005.htm --- old/rds-1.9/htm/CHAP005.htm 2025-09-24 01:10:18.000000000 +0200 +++ new/rds-1.10/htm/CHAP005.htm 2026-08-02 02:00:00.000000000 +0200 @@ -591,5 +591,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>rds manual<br>September 2025 +<address>rds manual<br>August 2026 </address></body></html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rds-1.9/htm/CHAP006.htm new/rds-1.10/htm/CHAP006.htm --- old/rds-1.9/htm/CHAP006.htm 2025-09-24 01:10:18.000000000 +0200 +++ new/rds-1.10/htm/CHAP006.htm 2026-08-02 02:00:00.000000000 +0200 @@ -150,5 +150,5 @@ <p> [<a href = "chapters.htm">Up</a>] [<a href ="CHAP005.htm">Previous</a>] [<a href ="CHAP007.htm">Next</a>] [<a href = "theindex.htm">Index</a>] <P> -<address>rds manual<br>September 2025 +<address>rds manual<br>August 2026 </address></body></html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rds-1.9/htm/CHAP007.htm new/rds-1.10/htm/CHAP007.htm --- old/rds-1.9/htm/CHAP007.htm 2025-09-24 01:10:18.000000000 +0200 +++ new/rds-1.10/htm/CHAP007.htm 2026-08-02 02:00:00.000000000 +0200 @@ -296,5 +296,5 @@ <p> [<a href = "chapters.htm">Up</a>] [<a href ="CHAP006.htm">Previous</a>] [<a href ="CHAP008.htm">Next</a>] [<a href = "theindex.htm">Index</a>] <P> -<address>rds manual<br>September 2025 +<address>rds manual<br>August 2026 </address></body></html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rds-1.9/htm/CHAP008.htm new/rds-1.10/htm/CHAP008.htm --- old/rds-1.9/htm/CHAP008.htm 2025-09-24 01:10:18.000000000 +0200 +++ new/rds-1.10/htm/CHAP008.htm 2026-08-02 02:00:00.000000000 +0200 @@ -499,5 +499,5 @@ <p> [<a href = "chapters.htm">Up</a>] [<a href ="CHAP007.htm">Previous</a>] [<a href ="CHAP009.htm">Next</a>] [<a href = "theindex.htm">Index</a>] <P> -<address>rds manual<br>September 2025 +<address>rds manual<br>August 2026 </address></body></html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rds-1.9/htm/CHAP009.htm new/rds-1.10/htm/CHAP009.htm --- old/rds-1.9/htm/CHAP009.htm 2025-09-24 01:10:18.000000000 +0200 +++ new/rds-1.10/htm/CHAP009.htm 2026-08-02 02:00:00.000000000 +0200 @@ -303,5 +303,5 @@ <p> [<a href = "chapters.htm">Up</a>] [<a href ="CHAP008.htm">Previous</a>] [<a href = "theindex.htm">Index</a>] <P> -<address>rds manual<br>September 2025 +<address>rds manual<br>August 2026 </address></body></html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rds-1.9/htm/biblio.htm new/rds-1.10/htm/biblio.htm --- old/rds-1.9/htm/biblio.htm 2025-09-24 01:10:18.000000000 +0200 +++ new/rds-1.10/htm/biblio.htm 2026-08-02 02:00:00.000000000 +0200 @@ -60,5 +60,5 @@ </dl><p> [<a href="chapters.htm">Up</a>]<p> <P> -<address>rds manual<br>September 2025 +<address>rds manual<br>August 2026 </address></body></html> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rds-1.9/htm/chapters.htm new/rds-1.10/htm/chapters.htm --- old/rds-1.9/htm/chapters.htm 2025-09-24 01:10:18.000000000 +0200 +++ new/rds-1.10/htm/chapters.htm 2026-08-02 02:00:00.000000000 +0200 @@ -20,5 +20,5 @@ <li><a href="theindex.htm">Index</a> </ul><p> <P> -<address>rds manual<br>September 2025 +<address>rds manual<br>August 2026 </address></body></html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rds-1.9/htm/theindex.htm new/rds-1.10/htm/theindex.htm --- old/rds-1.9/htm/theindex.htm 2025-09-24 01:10:18.000000000 +0200 +++ new/rds-1.10/htm/theindex.htm 2026-08-02 02:00:00.000000000 +0200 @@ -189,5 +189,5 @@ </dl><p> [<a href="chapters.htm">Up</a>]<p> <P> -<address>rds manual<br>September 2025 +<address>rds manual<br>August 2026 </address></body></html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rds-1.9/lib/force.gi new/rds-1.10/lib/force.gi --- old/rds-1.9/lib/force.gi 2025-09-24 01:10:18.000000000 +0200 +++ new/rds-1.10/lib/force.gi 2026-08-02 02:00:00.000000000 +0200 @@ -185,7 +185,7 @@ local Gdata; Gdata:=PermutationRepForDiffsetCalculations(group); return AllDiffsets(GroupList2PermList(start,Gdata), - [] + [], Gdata, 1); end); @@ -205,7 +205,7 @@ local Gdata; Gdata:=PermutationRepForDiffsetCalculations(group); return AllDiffsets(GroupList2PermList(start,Gdata), - [] + [], Gdata, lambda); end); @@ -446,4 +446,4 @@ ############################################################################# ## #E END -## \ No newline at end of file +##
