Hello community, here is the log from the commit of package libindicator for openSUSE:Leap:15.2 checked in at 2020-05-04 08:22:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/libindicator (Old) and /work/SRC/openSUSE:Leap:15.2/.libindicator.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libindicator" Mon May 4 08:22:48 2020 rev:18 rq:799919 version:16.10.0+bzr20171205 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/libindicator/libindicator.changes 2020-01-30 14:49:43.330880820 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.libindicator.new.2738/libindicator.changes 2020-05-04 08:22:49.884386883 +0200 @@ -1,0 +2,8 @@ +Fri Mar 20 09:12:22 UTC 2020 - Yifan Jiang <[email protected]> + +- A shared systemd target for user session is shipped with the + source, pack it up properly. + + https://bazaar.launchpad.net/~indicator-applet-developers/libindicator/trunk.16.10/revision/534 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libindicator.spec ++++++ --- /var/tmp/diff_new_pack.u9PsYj/_old 2020-05-04 08:22:50.236387638 +0200 +++ /var/tmp/diff_new_pack.u9PsYj/_new 2020-05-04 08:22:50.236387638 +0200 @@ -1,7 +1,7 @@ # # spec file for package libindicator # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ Summary: Panel indicator applet libraries License: GPL-3.0-only Group: System/GUI/Other -Url: https://launchpad.net/libindicator +URL: https://launchpad.net/libindicator Source: https://launchpad.net/ubuntu/+archive/primary/+files/%{name}_%{_version}.orig.tar.gz # PATCH-FIX-OPENSUSE libindicator-disable-werror.patch [email protected] -- Disable -Werror. Patch0: libindicator-disable-werror.patch @@ -38,6 +38,7 @@ BuildRequires: pkgconfig(gtk+-2.0) BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(libido3-0.1) +BuildRequires: pkgconfig(systemd) %description This library contains information to build indicators to go into @@ -77,6 +78,14 @@ This package provides the development files required to build indicators and to go into the indicator applet. +%package -n indicator-common +Summary: Indicator shared files +Group: System/Libraries + +%description -n indicator-common +A package that has files needed to work with the indicators. This +includes the systemd indicators-pre.target. + %prep %setup -q -c %patch0 -p1 @@ -142,4 +151,7 @@ %{_libdir}/%{soname_gtk2}.so %{_libdir}/pkgconfig/indicator-0.4.pc +%files -n indicator-common +%{_prefix}/lib/systemd/user/indicators-pre.target + %changelog
