Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kdevelop-pg-qt for openSUSE:Leap:16.0 checked in at 2025-08-07 21:00:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:16.0/kdevelop-pg-qt (Old) and /work/SRC/openSUSE:Leap:16.0/.kdevelop-pg-qt.new.1085 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdevelop-pg-qt" Thu Aug 7 21:00:29 2025 rev:2 rq:1292727 version:2.4.0 Changes: -------- --- /work/SRC/openSUSE:Leap:16.0/kdevelop-pg-qt/kdevelop-pg-qt.changes 2025-03-19 11:47:39.468094419 +0100 +++ /work/SRC/openSUSE:Leap:16.0/.kdevelop-pg-qt.new.1085/kdevelop-pg-qt.changes 2025-08-07 21:01:35.931689645 +0200 @@ -1,0 +2,19 @@ +Wed Mar 12 11:10:38 UTC 2025 - Christophe Marin <christo...@krop.fr> + +- Update to 2.4.0 + * New CMake package name: "KDevelopPgQt", + with backward-compat support for old name "KDevelop-PG-Qt" + * installed CMake config file now provides imported targets: + KDevelopPGQt::Utils - the headers-only library used by + generated code + KDevelopPGQt::kdev-pg-qt - the generator executable + * Support for Qt5-compatible code generation dropped + * Generated files now note the generator and its version + * Fixed reproducible builds for another generated list of + token checks + * Removed "using namespace std" from installed headers-only + library + * Fixed generated debug code to require one less implicit + from-ASCII cast + +------------------------------------------------------------------- Old: ---- kdevelop-pg-qt-2.3.0.tar.xz kdevelop-pg-qt-2.3.0.tar.xz.sig New: ---- kdevelop-pg-qt-2.4.0.tar.xz kdevelop-pg-qt-2.4.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdevelop-pg-qt.spec ++++++ --- /var/tmp/diff_new_pack.DZ379W/_old 2025-08-07 21:01:36.239702469 +0200 +++ /var/tmp/diff_new_pack.DZ379W/_new 2025-08-07 21:01:36.243702635 +0200 @@ -1,7 +1,7 @@ # # spec file for package kdevelop-pg-qt # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,9 +21,9 @@ %bcond_without released Name: kdevelop-pg-qt -Version: 2.3.0 +Version: 2.4.0 Release: 0 -Summary: Supporting package for the additional plugins for Kdevelop +Summary: Parser generator for Qt/KDE based applications License: LGPL-2.0-or-later URL: https://www.kdevelop.org Source0: https://download.kde.org/stable/kdevelop-pg-qt/%{version}/src/%{name}-%{version}.tar.xz @@ -42,7 +42,10 @@ Conflicts: kdevelop4-pg-qt %description -Supporting package for the additional plugins for Kdevelop Integrated Development Environment +KDevelop-PG-Qt is a parser generator written in readable source-code and +generating readable source-code. Its syntax was inspirated by AntLR. It +implements the visitor-pattern and uses the Qt library. That is why it is +ideal to be used in Qt/KDE-based applications like KDevelop. %prep %autosetup -p1 @@ -56,8 +59,9 @@ %kf6_install %files -%license COPYING* +%license LICENSES/* +%{_includedir}/KDevelopPGQt/ %{_kf6_bindir}/kdev-pg-qt -%{_includedir}/kdevelop-pg-qt/ %{_kf6_cmakedir}/KDevelop-PG-Qt/ +%{_kf6_cmakedir}/KDevelopPGQt/ ++++++ kdevelop-pg-qt-2.3.0.tar.xz -> kdevelop-pg-qt-2.4.0.tar.xz ++++++ ++++ 265723 lines of diff (skipped)