Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package awesome for openSUSE:Factory checked 
in at 2021-12-08 22:09:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/awesome (Old)
 and      /work/SRC/openSUSE:Factory/.awesome.new.31177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "awesome"

Wed Dec  8 22:09:27 2021 rev:27 rq:936485 version:4.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/awesome/awesome.changes  2020-07-24 
10:00:03.985649192 +0200
+++ /work/SRC/openSUSE:Factory/.awesome.new.31177/awesome.changes       
2021-12-08 22:10:39.214910376 +0100
@@ -1,0 +2,13 @@
+Wed Dec  8 12:34:26 UTC 2021 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Update awesome-branding-upstream metadata:
+  + do not use otherproviders() conflicts: the syntax is
+    deprecated.
+  + UUse booleandeps for supplements instead of packageand().
+- Add requires(post|postun): upate-alternatives. The scriplets call
+  u-a unconditionally, thus we need to ensure presence of
+  update-alternatives.
+- Properly %ghost-own /etc/alternatives/default.desktop.
+- Drop duplicate LICENSE in docdir: we have it in licensedir.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ awesome.spec ++++++
--- /var/tmp/diff_new_pack.y4uvLc/_old  2021-12-08 22:10:39.654910583 +0100
+++ /var/tmp/diff_new_pack.y4uvLc/_new  2021-12-08 22:10:39.654910583 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package awesome
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
 Summary:        Configurable tiling and floating Window Manager
 License:        GPL-2.0-or-later
 Group:          System/GUI/Other
-Url:            https://awesomewm.org/
+URL:            https://awesomewm.org/
 Source:         
https://github.com/awesomeWM/awesome-releases/raw/master/%{name}-%{version}.tar.xz
 Source1:        
https://github.com/awesomeWM/awesome-releases/raw/master/%{name}-%{version}.tar.xz.asc
 Source2:        %{name}.keyring
@@ -71,6 +71,8 @@
 Requires:       typelib(PangoCairo)
 Requires:       typelib(cairo)
 Provides:       windowmanager
+Requires(post): update-alternatives
+Requires(postun):update-alternatives
 
 %description
 awesome is a dynamic window manager.
@@ -83,8 +85,8 @@
 Summary:        Upstream Branding for awesome
 Group:          System/GUI/Other
 Requires:       %{name} = %{version}
-Supplements:    packageand(%{name}:branding-upstream)
-Conflicts:      otherproviders(%{name}-branding)
+Supplements:    (%{name} and branding-upstream)
+Conflicts:      %{name}-branding
 Provides:       %{name}-branding = %{version}
 BuildArch:      noarch
 
@@ -115,6 +117,8 @@
 touch %{buildroot}%{_sysconfdir}/alternatives/default-xsession.desktop
 ln -s %{_sysconfdir}/alternatives/default-xsession.desktop 
%{buildroot}%{_datadir}/xsessions/default.desktop
 
+rm %{buildroot}%{_docdir}/%{name}/LICENSE
+
 %post
 %{_sbindir}/update-alternatives --install 
%{_datadir}/xsessions/default.desktop \
   default-xsession.desktop %{_datadir}/xsessions/awesome.desktop 20
@@ -136,6 +140,7 @@
 %ghost %{_sysconfdir}/alternatives/default-xsession.desktop
 %{_mandir}/man?/%{name}*.?%{?ext_man}
 %{_mandir}/*/man?/%{name}*.?%{?ext_man}
+%ghost %{_sysconfdir}/alternatives/default.desktop
 
 %files branding-upstream
 %license LICENSE

Reply via email to