Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package molequeue for openSUSE:Factory checked in at 2026-06-02 16:07:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/molequeue (Old) and /work/SRC/openSUSE:Factory/.molequeue.new.1937 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "molequeue" Tue Jun 2 16:07:40 2026 rev:4 rq:1356543 version:0.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/molequeue/molequeue.changes 2021-08-23 10:09:11.992174329 +0200 +++ /work/SRC/openSUSE:Factory/.molequeue.new.1937/molequeue.changes 2026-06-02 16:09:34.943977132 +0200 @@ -1,0 +2,8 @@ +Tue Jun 2 05:24:55 UTC 2026 - Martin Pluskal <[email protected]> + +- Spec cleanup: + * Convert zeromq-devel to pkgconfig(libzmq) + * Use %autosetup and the %{optflags} macro + * Drop obsolete Group tags + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ molequeue.spec ++++++ --- /var/tmp/diff_new_pack.9yEmdS/_old 2026-06-02 16:09:35.504000205 +0200 +++ /var/tmp/diff_new_pack.9yEmdS/_new 2026-06-02 16:09:35.508000370 +0200 @@ -1,7 +1,7 @@ # # spec file for package molequeue # -# Copyright (c) 2021 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 @@ -29,10 +29,10 @@ BuildRequires: gcc-c++ BuildRequires: pkgconfig BuildRequires: python3-devel -BuildRequires: zeromq-devel BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5Network) BuildRequires: pkgconfig(Qt5Widgets) +BuildRequires: pkgconfig(libzmq) Requires: %{name}-libs0%{?_isa} = %{version}-%{release} %description @@ -52,14 +52,12 @@ %package libs0 Summary: Shared and private libraries of %{name} -Group: System/Libraries %description libs0 Shared and private libraries of %{name}. %package devel Summary: Development files of %{name} -Group: Development/Libraries/C and C++ Requires: %{name}-libs0%{?_isa} = %{version}-%{release} Requires: libqt5-qtbase-devel @@ -69,20 +67,19 @@ %package doc Summary: HTML documentation of %{name} -Group: Documentation/Man BuildArch: noarch %description doc HTML documentation of %{name}. %prep -%setup -q +%autosetup %build %cmake -Wno-dev \ - -DCMAKE_C_FLAGS:STRING="%optflags -fPIC" \ - -DCMAKE_CXX_FLAGS:STRING="%optflags -fPIC" \ - -DCMAKE_LD_FLAGS:STRING="%optflags -pie" \ + -DCMAKE_C_FLAGS:STRING="%{optflags} -fPIC" \ + -DCMAKE_CXX_FLAGS:STRING="%{optflags} -fPIC" \ + -DCMAKE_LD_FLAGS:STRING="%{optflags} -pie" \ -DENABLE_TESTING:BOOL=OFF \ -DBUILD_DOCUMENTATION:BOOL=ON \ -DPYTHON_EXECUTABLE:FILEPATH=python3 \
