commit swaybg for openSUSE:Factory

2020-05-07 Thread root
Hello community,

here is the log from the commit of package swaybg for openSUSE:Factory checked 
in at 2020-05-07 14:55:50

Comparing /work/SRC/openSUSE:Factory/swaybg (Old)
 and  /work/SRC/openSUSE:Factory/.swaybg.new.2738 (New)


Package is "swaybg"

Thu May  7 14:55:50 2020 rev:2 rq:800873 version:1.0

Changes:

--- /work/SRC/openSUSE:Factory/swaybg/swaybg.changes2019-06-12 
13:14:07.604827527 +0200
+++ /work/SRC/openSUSE:Factory/.swaybg.new.2738/swaybg.changes  2020-05-07 
14:55:51.682441363 +0200
@@ -1,0 +2,6 @@
+Thu May  7 05:50:36 UTC 2020 - Michael Vetter 
+
+- Remove dependency on wlc. It is long deprecated and actually 

  
+  wlroots is used.
+
+---



Other differences:
--
++ swaybg.spec ++
--- /var/tmp/diff_new_pack.riigdb/_old  2020-05-07 14:55:52.470442755 +0200
+++ /var/tmp/diff_new_pack.riigdb/_new  2020-05-07 14:55:52.470442755 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package swaybg
 #
-# 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
@@ -34,7 +34,6 @@
 BuildRequires:  pkgconfig(wayland-client)
 BuildRequires:  pkgconfig(wayland-protocols)
 BuildRequires:  pkgconfig(wayland-server)
-BuildRequires:  pkgconfig(wlc)
 BuildRequires:  pkgconfig(xkbcommon)
 
 %description




commit swaybg for openSUSE:Factory

2019-06-12 Thread root
Hello community,

here is the log from the commit of package swaybg for openSUSE:Factory checked 
in at 2019-06-12 13:14:07

Comparing /work/SRC/openSUSE:Factory/swaybg (Old)
 and  /work/SRC/openSUSE:Factory/.swaybg.new.4811 (New)


Package is "swaybg"

Wed Jun 12 13:14:07 2019 rev:1 rq:708735 version:1.0

Changes:

New Changes file:

--- /dev/null   2019-06-06 01:32:53.891093091 +0200
+++ /work/SRC/openSUSE:Factory/.swaybg.new.4811/swaybg.changes  2019-06-12 
13:14:07.604827527 +0200
@@ -0,0 +1,4 @@
+---
+Tue Jun  4 06:20:03 UTC 2019 - mvet...@suse.com
+
+- Initial package of swaybg in 1.0 for openSUSE

New:

  swaybg-1.0.tar.gz
  swaybg.changes
  swaybg.spec



Other differences:
--
++ swaybg.spec ++
#
# spec file for package swaybg
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via https://bugs.opensuse.org/
#


Name:   swaybg
Version:1.0
Release:0
Summary:Wallpaper tool for Wayland compositors
License:MIT
Group:  System/GUI/Other
URL:https://github.com/swaywm/swaybg
Source0:
https://github.com/swaywm/swaybg/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires:  gcc-c++
BuildRequires:  meson >= 0.48.0
BuildRequires:  pkgconfig
BuildRequires:  scdoc
BuildRequires:  wlroots-devel >= 0.5
BuildRequires:  pkgconfig(cairo)
BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
BuildRequires:  pkgconfig(wayland-client)
BuildRequires:  pkgconfig(wayland-protocols)
BuildRequires:  pkgconfig(wayland-server)
BuildRequires:  pkgconfig(wlc)
BuildRequires:  pkgconfig(xkbcommon)

%description
swaybg is a wallpaper utility for Wayland compositors. It is compatible with 
any Wayland compositor which implements the following Wayland protocols:
wlr-layer-shell, xdg-output, xdg-shell.

%prep
%setup -q

%build
export CFLAGS="%{optflags}"
%meson

%meson_build

%install
%meson_install

%files
%license LICENSE
%doc README.md
%{_bindir}/swaybg
%{_mandir}/man1/swaybg.1%{?ext_man}

%changelog