Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libappindicator for openSUSE:Factory checked in at 2023-11-05 12:19:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libappindicator (Old) and /work/SRC/openSUSE:Factory/.libappindicator.new.17445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libappindicator" Sun Nov 5 12:19:01 2023 rev:21 rq:1123290 version:12.10.1~bzr20200706.298 Changes: -------- --- /work/SRC/openSUSE:Factory/libappindicator/libappindicator.changes 2022-11-17 17:23:46.712835013 +0100 +++ /work/SRC/openSUSE:Factory/.libappindicator.new.17445/libappindicator.changes 2023-11-05 12:19:18.782279686 +0100 @@ -1,0 +2,8 @@ +Mon Oct 30 11:56:00 UTC 2023 - Dominique Leuenberger <dims...@opensuse.org> + +- Ensure the src.rpms have unique names between the multibuild + flavors. +- Disable mono bindings also when building gtk2 flavor: there seems + to be no consumer left for this. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libappindicator.spec ++++++ --- /var/tmp/diff_new_pack.4e8bgA/_old 2023-11-05 12:19:19.470304925 +0100 +++ /var/tmp/diff_new_pack.4e8bgA/_new 2023-11-05 12:19:19.474305072 +0100 @@ -1,7 +1,7 @@ # -# spec file for package libappindicator +# spec file # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,23 +19,25 @@ %global flavor @BUILD_FLAVOR@%{nil} %if "%{flavor}" == "gtk2" %global gtkver 2 -%bcond_without mono +%bcond_with mono +%define nsuffix -%{flavor} %endif %if "%{flavor}" == "gtk3" %global psuffix 3 %global gtkver 3 +%define nsuffix -%{flavor} %bcond_with mono %endif %define sover 1 %define _version 12.10.1+20.10.20200706.1 -Name: libappindicator +Name: libappindicator%{?nsuffix} Version: 12.10.1~bzr20200706.298 Release: 0 Summary: Application indicators library License: GPL-3.0-only AND LGPL-2.0-only AND LGPL-3.0-only Group: System/GUI/Other URL: https://launchpad.net/libappindicator -Source: https://launchpad.net/ubuntu/+archive/primary/+files/%{name}_%{_version}.orig.tar.gz +Source: https://launchpad.net/ubuntu/+archive/primary/+files/libappindicator_%{_version}.orig.tar.gz # PATCH-FIX-UPSTREAM 0001_Fix_mono_dir.patch hrvoje.sen...@gmail.com -- Fix location of .pc files. Patch0: 0001_Fix_mono_dir.patch # PATCH-FIX-OPENSUSE make_gtk_doc_optional.patch -- Do not require macros from gtk-doc @@ -127,7 +129,7 @@ This package contains the development files for the appindicator%{?psuffix} library. %prep -%setup -q -c +%setup -q -c -n libappindicator-%{version} %patch0 -p1 %patch1 -p1 #%%patch2 -p1