Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qbe for openSUSE:Factory checked in at 2026-07-12 17:12:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qbe (Old) and /work/SRC/openSUSE:Factory/.qbe.new.1991 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qbe" Sun Jul 12 17:12:57 2026 rev:7 rq:1365028 version:1.3 Changes: -------- --- /work/SRC/openSUSE:Factory/qbe/qbe.changes 2024-02-18 20:25:14.162484579 +0100 +++ /work/SRC/openSUSE:Factory/.qbe.new.1991/qbe.changes 2026-07-12 17:12:58.857004404 +0200 @@ -1,0 +2,8 @@ +Mon Jul 6 05:58:48 UTC 2026 - Dirk Müller <[email protected]> + +- update to 1.3: + * https://c9x.me/compile/release/qbe-1.3.html + * improved PIC support through extern symbol constants. + * bug fixes, performance improvements + +------------------------------------------------------------------- Old: ---- qbe-1.2.tar.xz qbe.obsinfo New: ---- qbe-1.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qbe.spec ++++++ --- /var/tmp/diff_new_pack.poiTvt/_old 2026-07-12 17:12:59.433023835 +0200 +++ /var/tmp/diff_new_pack.poiTvt/_new 2026-07-12 17:12:59.433023835 +0200 @@ -1,7 +1,7 @@ # # spec file for package qbe # -# Copyright (c) 2024 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,36 +17,35 @@ Name: qbe -Version: 1.2 +Version: 1.3 Release: 0 Summary: Small embeddable C compiler backend +License: MIT Group: Development/Tools/Building URL: https://c9x.me/compile Source0: https://c9x.me/compile/release/qbe-%{version}.tar.xz BuildRequires: zstd -License: MIT %description -QBE is a compiler backend that aims to provide 70% of the -performance of industrial optimizing compilers in 10% of the code. -QBE fosters language innovation by offering a compact user-friendly -and performant backend. +QBE is a compiler backend that aims to provide 70% of the performance of +industrial optimizing compilers in 10% of the code. QBE fosters language +innovation by offering a compact user-friendly and performant backend. -The size limit constrains QBE to focus on the essential and -prevents embarking on a never-ending path of diminishing returns. +The size limit constrains QBE to focus on the essential and prevents embarking +on a never-ending path of diminishing returns. %prep -%setup -q -n %{name}-%{version} +%setup -q %build export CC="cc" -%make_build CFLAGS="%optflags -std=c99 -fPIE" +%make_build CFLAGS="%{optflags} -std=c99 -fPIE" %install -%make_install PREFIX="%_prefix" +%make_install PREFIX="%{_prefix}" %files -%{_bindir}/%{name} %license LICENSE %doc README doc +%{_bindir}/%{name} ++++++ qbe-1.2.tar.xz -> qbe-1.3.tar.xz ++++++ ++++ 11273 lines of diff (skipped)
