Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package wlr-sunclock for openSUSE:Factory checked in at 2026-01-20 21:03:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wlr-sunclock (Old) and /work/SRC/openSUSE:Factory/.wlr-sunclock.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wlr-sunclock" Tue Jan 20 21:03:43 2026 rev:5 rq:1328187 version:1.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/wlr-sunclock/wlr-sunclock.changes 2026-01-06 17:45:10.279076082 +0100 +++ /work/SRC/openSUSE:Factory/.wlr-sunclock.new.1928/wlr-sunclock.changes 2026-01-20 21:03:49.286260160 +0100 @@ -1,0 +2,6 @@ +Tue Jan 20 08:08:23 UTC 2026 - Michael Vetter <[email protected]> + +- Update to 1.2.1: + * Add optional argp dependency to allow builds on musl-based systems + +------------------------------------------------------------------- Old: ---- v1.2.0.tar.gz New: ---- v1.2.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wlr-sunclock.spec ++++++ --- /var/tmp/diff_new_pack.fky20U/_old 2026-01-20 21:03:51.302343608 +0100 +++ /var/tmp/diff_new_pack.fky20U/_new 2026-01-20 21:03:51.326344601 +0100 @@ -1,7 +1,7 @@ # # spec file for package wlr-sunclock # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: wlr-sunclock -Version: 1.2.0 +Version: 1.2.1 Release: 0 Summary: Wayland desktop widget to show to the sun's shadows on earth License: MIT ++++++ v1.2.0.tar.gz -> v1.2.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/wlr-sunclock-1.2.0/meson.build new/wlr-sunclock-1.2.1/meson.build --- old/wlr-sunclock-1.2.0/meson.build 2025-10-26 20:11:57.000000000 +0100 +++ new/wlr-sunclock-1.2.1/meson.build 2025-12-01 12:18:26.000000000 +0100 @@ -10,6 +10,7 @@ gtk = dependency('gtk4', version: '>=4.0.0') gtk_layer_shell = dependency('gtk4-layer-shell-0') librsvg = dependency('librsvg-2.0') +argp = cc.find_library('argp', required: false) add_project_arguments(cc.get_supported_arguments([ '-Wno-deprecated-declarations', @@ -28,6 +29,7 @@ gtk, gtk_layer_shell, librsvg, + argp, ], install: true, link_args: ['-lm'],
