Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package astyle for openSUSE:Factory checked in at 2023-06-03 00:07:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/astyle (Old) and /work/SRC/openSUSE:Factory/.astyle.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "astyle" Sat Jun 3 00:07:38 2023 rev:16 rq:1090443 version:3.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/astyle/astyle.changes 2023-05-24 20:23:29.308582387 +0200 +++ /work/SRC/openSUSE:Factory/.astyle.new.15902/astyle.changes 2023-06-03 00:07:42.462160407 +0200 @@ -1,0 +2,6 @@ +Sun May 28 19:44:44 UTC 2023 - Antoine Belvire <[email protected]> + +- Update to 3.3.1: Fix build. +- Remove astyle-3.3-std.patch: Fixed upstream. + +------------------------------------------------------------------- Old: ---- astyle-3.3-std.patch astyle-3.3.tar.bz2 New: ---- astyle-3.3.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ astyle.spec ++++++ --- /var/tmp/diff_new_pack.rVySVo/_old 2023-06-03 00:07:43.098164162 +0200 +++ /var/tmp/diff_new_pack.rVySVo/_new 2023-06-03 00:07:43.102164186 +0200 @@ -17,7 +17,7 @@ Name: astyle -Version: 3.3 +Version: 3.3.1 Release: 0 Summary: Source Code Indenter, Formatter, and Beautifier for C, C++, C# and Java License: MIT @@ -26,8 +26,6 @@ BuildRequires: dos2unix BuildRequires: gcc-c++ BuildRequires: java-devel -# PATCH-FIX-UPSTREAM astyle-3.3-std.patch -- Fix build (gl#saalen/astyle!2) -Patch: astyle-3.3-std.patch %description Artistic Style is a source code indenter, formatter, and beautifier for the C, ++++++ astyle-3.3.tar.bz2 -> astyle-3.3.1.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/astyle-3.3/src/astyle_main.cpp new/astyle-3.3.1/src/astyle_main.cpp --- old/astyle-3.3/src/astyle_main.cpp 2023-05-19 07:37:10.000000000 +0200 +++ new/astyle-3.3.1/src/astyle_main.cpp 2023-05-24 19:33:59.000000000 +0200 @@ -1504,7 +1504,7 @@ // The C locale should be set but not the C++. // This function is not necessary if the C++ locale is set. // The locale().name() return value is not portable to all compilers. - assert(locale().name() == "C"); + assert(std::locale().name() == "C"); #endif // get the locale info
