Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sway for openSUSE:Factory checked in 
at 2021-03-16 15:45:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sway (Old)
 and      /work/SRC/openSUSE:Factory/.sway.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sway"

Tue Mar 16 15:45:33 2021 rev:25 rq:879224 version:1.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/sway/sway.changes        2020-11-11 
20:46:47.563669571 +0100
+++ /work/SRC/openSUSE:Factory/.sway.new.2401/sway.changes      2021-03-16 
15:46:38.729251163 +0100
@@ -1,0 +2,5 @@
+Mon Mar 15 12:26:37 UTC 2021 - Matej Cepl <mc...@suse.com>
+
+- Add subpackage contrib with all files from the contrib/ subdirectory.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ sway.spec ++++++
--- /var/tmp/diff_new_pack.SEK2am/_old  2021-03-16 15:46:39.273252008 +0100
+++ /var/tmp/diff_new_pack.SEK2am/_new  2021-03-16 15:46:39.273252008 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sway
 #
-# Copyright (c) 2020 SUSE LLC
+# 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
@@ -75,10 +75,15 @@
 %description branding-upstream
 This package provides the upstream look and feel for sway.
 
+%package contrib
+Summary:        Contributed scripts for %{name}
+BuildRequires:  python3-i3ipc
+
+%description contrib
+Contributed scripts from %{name} package.
 
 %prep
-%setup -q
-%patch0 -p1
+%autosetup -p1
 
 %build
 export CFLAGS="%{optflags}"
@@ -92,6 +97,14 @@
 %install
 %meson_install
 
+# contrib
+install -Dpm 0644 -t %{buildroot}%{_mandir}/man1 contrib/*.1
+install -Dpm 0755 -t %{buildroot}%{_bindir} contrib/grimshot
+install -Dpm 0755 contrib/autoname-workspaces.py \
+    %{buildroot}%{_bindir}/autoname-workspaces
+install -Dpm 0755 contrib/inactive-windows-transparency.py \
+    %{buildroot}%{_bindir}/inactive-windows-transparency
+
 %files
 %license LICENSE
 %doc README.md CONTRIBUTING.md
@@ -108,4 +121,11 @@
 %dir %{_sysconfdir}/sway
 %config(noreplace) %{_sysconfdir}/sway/config
 
+%files contrib
+%license LICENSE
+%{_bindir}/grimshot
+%{_bindir}/inactive-windows-transparency
+%{_bindir}/autoname-workspaces
+%{_mandir}/man1/grimshot*
+
 %changelog

Reply via email to