Changelog for
astyle-3.4.13-57.d_t.15.i586.rpm :
* Mon Mar 18 2024 Dirk Müller
- update to 3.4.13:
* fix comment indent after string macro with R suffix
* do not break single line block after enum in mozilla mode
* adjust cmake policy for new versions only
* update man page path
* add support for scikit-build-core
* added \"--pad-brackets-in\" and \"--pad-brackets-out\" options
* fixed indentation of initializer lists
* fixed crash with \"--add-braces=nested\" applied to if-else blocks
* Tue Jan 30 2024 ming li - Update to 3.4.11:
* added new option \"--add-braces=nested\" to add braces in nested single line statements (https://gitlab.com/saalen/astyle/-/issues/27)
* fix indent after double template brackets (https://gitlab.com/saalen/astyle/-/issues/28)
* fix indent after dot (https://gitlab.com/saalen/astyle/-/issues/28)
* \"--squeeze-lines=1\" is no longer default with Linux builds (#559)
* add experimental GHC mode (https://gitlab.com/saalen/astyle/-/issues/31)
* fix indent after raw string (https://gitlab.com/saalen/astyle/-/issues/32)
* Sat Oct 21 2023 Antoine Belvire - Update to 3.4.10:
* Fixed missing indent in function parameter list (gl#saalen/astyle#16).- Changes of version 3.4.9:
* Applied one wording for Objective-C in the docs.
* Fixed more CS regressions (gl#saalen/astyle#16).
* Fixed inserting space with combined \"--pad-oper\" and \"--align-pointer\" options (#557).- Changes of version 3.4.8:
* Fixed lambda broken brace after auto keyword (#554).
* Fixed line break after comment in asm block (#226).
* Fixed padding of multiply operator (#126).
* Fixed indentation of method calls (#434).
* Fixed empty line after closing while block (gl#saalen/astyle#18).
* Added outer padding for emtpy parens pairs (gl#saalen/astyle#19).
* Fixed more CS regressions (gl#saalen/astyle#16).- Changes of version 3.4.6:
* Added VS2022 project files (gl#saalen/astyle!3).
* Fixed CS regressions (gl#saalen/astyle#16).
* Added CS coalesce assignment operator (gl#saalen/astyle#17).- Changes of version 3.4.1:
* Fixed padding of & following a comma (#552).
* Fixed indent of function declarations following access modifiers (#504).
* Fixed indent of C# allocation blocks (#464).
* Fixed indentation of comments after CS interpolation quotes (gl#saalen/astyle#16).
* Sat Jun 17 2023 Antoine Belvire - Update to 3.4:
* Fixed formatting of CS interpolation literals (gl#saalen/astyle#8).
* Fixed false lambda recognition (gl#saalen/astyle#11).
* Fixed indentation of member declarations (gl#saalen/astyle#10).
* Fixed indentation of struct assignments (gl#saalen/astyle#12).
* Added new option \"--indent-lambda\" to to enable new lambda recognition (gl#saalen/astyle#7).
* Wed Jun 07 2023 Stefan Seyfried - spec: add libastylej.rpmlintrc to please factory-auto check
* Wed Jun 07 2023 Stefan Seyfried - bring back libastylej.so symlink to fix at least Arduino- add libastylej.rpmlintrc to disarm the harmful check which probably caused the removal of libastylej.so
* Sun May 28 2023 Antoine Belvire - Update to 3.3.1: Fix build.- Remove astyle-3.3-std.patch: Fixed upstream.
* Wed May 24 2023 Antoine Belvire - Update to 3.3:
* The source code has been refactored to no longer use the std namespace globally.
* Some features of \"modern C++\" are now supported, ie. lambda function arguments and array initializers with braces.
* Two new options to remove superfluous whitespace and empty lines were added: \"squeeze-ws\" and \"squeeze-lines=#\" (parameter value is the number of empty lines to keep).
* Two new options to add or remove whitespace around square brackets were added: \"pad-brackets\" and \"unpad-brackets\".- Changes of 3.2:
* Use C++11 feature.
* New option \"style=webkit\": Similar to the Stroustrup brace style except the \'else\' keyword is attached to the previous closing bracket.
* Various bugs fixes, especially causing reformatting the code in repeated runs.
* Deprecated options have been removed.- Install man page.- Add astyle-3.3-std.patch: Fix build.- Refresh spec file.
* Thu Oct 17 2019 Richard Brown - Remove obsolete Groups tag (fate#326485)
* Mon Apr 16 2018 kkaempfAATTsuse.com- don\'t obsolete libastyle1, let the distribution update handle removal of old shared lib.