Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fuzzel for openSUSE:Factory checked 
in at 2022-04-22 21:54:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fuzzel (Old)
 and      /work/SRC/openSUSE:Factory/.fuzzel.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fuzzel"

Fri Apr 22 21:54:34 2022 rev:2 rq:971945 version:1.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/fuzzel/fuzzel.changes    2022-03-11 
11:42:18.350677571 +0100
+++ /work/SRC/openSUSE:Factory/.fuzzel.new.1538/fuzzel.changes  2022-04-22 
21:55:45.190908476 +0200
@@ -1,0 +2,6 @@
+Fri Apr 22 00:08:14 UTC 2022 - Soc Virnyl Estela <socvirnyl.est...@gmail.com>
+
+- remove librsvg-2.0 as build dependency:
+  * we use nanosvg that is bundled with the package instead with flag 
'-Dsvg-backend=nanosvg'
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ fuzzel.spec ++++++
--- /var/tmp/diff_new_pack.Gkf2im/_old  2022-04-22 21:55:45.774909142 +0200
+++ /var/tmp/diff_new_pack.Gkf2im/_new  2022-04-22 21:55:45.778909146 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fuzzel
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -22,15 +22,15 @@
 Summary:        A Wayland-native application launcher, similar to rofi's drun 
mode
 License:        MIT
 Group:          System/X11/Utilities
-Url:            https://codeberg.org/dnkl/fuzzel
+URL:            https://codeberg.org/dnkl/fuzzel
 Source:         https://codeberg.org/dnkl/fuzzel/archive/%{version}.tar.gz
 BuildRequires:  meson >= 0.48.0
 BuildRequires:  pkgconfig
 BuildRequires:  python3
+BuildRequires:  scdoc
 BuildRequires:  pkgconfig(cairo)
-BuildRequires:  pkgconfig(fcft) >= 3.0.0
 BuildRequires:  pkgconfig(fcft) <  4.0.0
-BuildRequires:  pkgconfig(librsvg-2.0)
+BuildRequires:  pkgconfig(fcft) >= 3.0.0
 BuildRequires:  pkgconfig(pixman-1)
 BuildRequires:  pkgconfig(tllist) >= 1.0.1
 BuildRequires:  pkgconfig(wayland-client)
@@ -38,7 +38,6 @@
 BuildRequires:  pkgconfig(wayland-protocols)
 BuildRequires:  pkgconfig(wayland-scanner)
 BuildRequires:  pkgconfig(xkbcommon)
-BuildRequires:  scdoc
 
 %description
 A Wayland-native application launcher, similar to rofi's drun mode.
@@ -57,7 +56,7 @@
 
 %build
 export CFLAGS="%{optflags}"
-%meson
+%meson -Denable-cairo=enabled -Dpng-backend=libpng -Dsvg-backend=nanosvg
 
 %meson_build
 

Reply via email to