Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package asclock for openSUSE:Factory checked 
in at 2024-08-17 12:41:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/asclock (Old)
 and      /work/SRC/openSUSE:Factory/.asclock.new.2698 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "asclock"

Sat Aug 17 12:41:23 2024 rev:17 rq:1194347 version:2.0.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/asclock/asclock.changes  2020-06-12 
21:46:19.872620106 +0200
+++ /work/SRC/openSUSE:Factory/.asclock.new.2698/asclock.changes        
2024-08-17 12:41:45.924811652 +0200
@@ -1,0 +2,6 @@
+Fri Aug 16 09:42:31 UTC 2024 - Martin Jambor <mjam...@suse.com>
+
+- Add asclock-C99.diff which declares a function defined after use so
+  that the cource code does not violate C99 and builds with GCC 14.
+
+-------------------------------------------------------------------

New:
----
  asclock-C99.diff

BETA DEBUG BEGIN:
  New:
- Add asclock-C99.diff which declares a function defined after use so
  that the cource code does not violate C99 and builds with GCC 14.
BETA DEBUG END:

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

Other differences:
------------------
++++++ asclock.spec ++++++
--- /var/tmp/diff_new_pack.RPsQ02/_old  2024-08-17 12:41:46.332828619 +0200
+++ /var/tmp/diff_new_pack.RPsQ02/_new  2024-08-17 12:41:46.336828785 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package asclock
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,6 +25,7 @@
 URL:            http://www.tigr.net/afterstep/
 Source:         asclock-%{version}.tar.bz2
 Patch0:         gcc4.diff
+Patch1:         asclock-C99.diff
 BuildRequires:  fdupes
 BuildRequires:  imake
 BuildRequires:  pkgconfig

++++++ asclock-C99.diff ++++++
Index: asclock.c
===================================================================
--- asclock.c.orig
+++ asclock.c
@@ -60,6 +60,7 @@ void InsertTime();
 void swatch_beats(int beats_cnt);
 
 static Atom wm_delete_window;
+int mytime();
 
 int main(int argc,char *argv[])
 {

Reply via email to