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-06-30 16:23:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wlr-sunclock (Old)
 and      /work/SRC/openSUSE:Factory/.wlr-sunclock.new.11887 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wlr-sunclock"

Tue Jun 30 16:23:29 2026 rev:6 rq:1362676 version:1.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/wlr-sunclock/wlr-sunclock.changes        
2026-01-20 21:03:49.286260160 +0100
+++ /work/SRC/openSUSE:Factory/.wlr-sunclock.new.11887/wlr-sunclock.changes     
2026-06-30 16:25:42.051158466 +0200
@@ -1,0 +2,5 @@
+Tue Jun 30 13:55:23 UTC 2026 - Stefan Dirsch <[email protected]>
+
+- pedantic-fix.patch: fixes build against current gcc ...
+
+-------------------------------------------------------------------

New:
----
  pedantic-fix.patch

----------(New B)----------
  New:
- pedantic-fix.patch: fixes build against current gcc ...
----------(New E)----------

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

Other differences:
------------------
++++++ wlr-sunclock.spec ++++++
--- /var/tmp/diff_new_pack.2qudJ2/_old  2026-06-30 16:25:43.215198418 +0200
+++ /var/tmp/diff_new_pack.2qudJ2/_new  2026-06-30 16:25:43.215198418 +0200
@@ -24,6 +24,7 @@
 Group:          Productivity/Graphics/Other
 URL:            https://github.com/sentriz/wlr-sunclock
 Source:         
https://github.com/sentriz/wlr-sunclock/archive/v%{version}.tar.gz
+Patch0:         pedantic-fix.patch
 BuildRequires:  gtk4-devel
 BuildRequires:  gtk4-layer-shell-devel
 BuildRequires:  meson >= 0.46.0
@@ -34,7 +35,7 @@
 Wayland desktop widget to show to the sun's shadows on earth.
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 %meson

++++++ pedantic-fix.patch ++++++
--- wlr-sunclock-1.2.1/meson.build.orig 2026-06-30 15:51:50.631993243 +0200
+++ wlr-sunclock-1.2.1/meson.build      2026-06-30 15:52:02.312226458 +0200
@@ -15,6 +15,7 @@
 add_project_arguments(cc.get_supported_arguments([
     '-Wno-deprecated-declarations',
     '-Wno-overlength-strings',
+    '-Wno-error=pedantic',
 ]), language: 'c')
 
 executable(

Reply via email to