Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xsnow for openSUSE:Factory checked in at 2022-12-13 18:56:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xsnow (Old) and /work/SRC/openSUSE:Factory/.xsnow.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xsnow" Tue Dec 13 18:56:12 2022 rev:6 rq:1042558 version:3.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/xsnow/xsnow.changes 2022-11-10 14:24:27.823089743 +0100 +++ /work/SRC/openSUSE:Factory/.xsnow.new.1835/xsnow.changes 2022-12-13 18:56:24.691505614 +0100 @@ -1,0 +2,18 @@ +Sun Dec 11 19:59:56 UTC 2022 - Carsten Ziepke <kiel...@gmail.com> + +- Update to version 3.6.0 + * implement xinerama-awareness + * implement -outline + * introduce usage of libxdo, make it g++ compliant, fix some + non-fatal issues + * fallensnow.c: fix bug that causes crash when snowing on a window + less than 10 pixels width + * birds.c: fix bug that caused a hang when using -doublebuffer 0 + * docs.c: update window manager/desktop issues + * main.c: print info when snow window changes size + * configure.ac: chack for availability of gsl_interp_steffen, + gsl_interp_akima, gsl_interp_cspline and gsl_interp_linear + * utils.c: somewhat nicer print-out of version +- Rebase xsnow-desktop_file.patch + +------------------------------------------------------------------- Old: ---- xsnow-3.5.3.tar.gz New: ---- xsnow-3.6.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xsnow.spec ++++++ --- /var/tmp/diff_new_pack.fQEYt0/_old 2022-12-13 18:56:25.227508474 +0100 +++ /var/tmp/diff_new_pack.fQEYt0/_new 2022-12-13 18:56:25.235508517 +0100 @@ -17,7 +17,7 @@ Name: xsnow -Version: 3.5.3 +Version: 3.6.0 Release: 0 Summary: A Christmas Animation License: GPL-3.0-or-later ++++++ xsnow-3.5.3.tar.gz -> xsnow-3.6.0.tar.gz ++++++ ++++ 19129 lines of diff (skipped) ++++++ xsnow-bindir.patch ++++++ --- /var/tmp/diff_new_pack.fQEYt0/_old 2022-12-13 18:56:25.375509264 +0100 +++ /var/tmp/diff_new_pack.fQEYt0/_new 2022-12-13 18:56:25.379509286 +0100 @@ -1,6 +1,6 @@ -diff -Nur xsnow-3.5.0/src/Makefile.am new/src/Makefile.am ---- xsnow-3.5.0/src/Makefile.am 2022-04-13 14:31:12.000000000 +0200 -+++ new/src/Makefile.am 2022-04-22 03:35:10.995997631 +0200 +diff -Nur xsnow-3.6.0-orig/src/Makefile.am xsnow-3.6.0/src/Makefile.am +--- xsnow-3.6.0-orig/src/Makefile.am 2022-12-03 14:03:29.000000000 +0100 ++++ xsnow-3.6.0/src/Makefile.am 2022-12-11 21:06:11.643533594 +0100 @@ -22,7 +22,7 @@ TOCC = $(top_srcdir)/src/tocc.sh TOASCII = $(top_srcdir)/src/toascii.sh @@ -9,11 +9,11 @@ +gamesdir = $(exec_prefix)/bin games_PROGRAMS = xsnow - xsnow_CPPFLAGS = $(GTK_CFLAGS) $(X11_CFLAGS) $(GSL_CFLAGS) -diff -Nur xsnow-3.5.0/src/Makefile.in new/src/Makefile.in ---- xsnow-3.5.0/src/Makefile.in 2022-04-13 14:31:12.000000000 +0200 -+++ new/src/Makefile.in 2022-04-22 03:35:34.267997628 +0200 -@@ -609,7 +609,7 @@ + xsnow_CPPFLAGS = $(GTK_CFLAGS) $(X11_CFLAGS) $(GSL_CFLAGS) +diff -Nur xsnow-3.6.0-orig/src/Makefile.in xsnow-3.6.0/src/Makefile.in +--- xsnow-3.6.0-orig/src/Makefile.in 2022-12-03 14:03:29.000000000 +0100 ++++ xsnow-3.6.0/src/Makefile.in 2022-12-11 21:06:26.579620720 +0100 +@@ -623,7 +623,7 @@ SUBDIRS = Pixmaps TOCC = $(top_srcdir)/src/tocc.sh TOASCII = $(top_srcdir)/src/toascii.sh @@ -21,5 +21,5 @@ +gamesdir = $(exec_prefix)/bin xsnow_CPPFLAGS = $(GTK_CFLAGS) $(X11_CFLAGS) $(GSL_CFLAGS) \ $(am__append_1) - xsnow_LDADD = $(GTK_LIBS) $(X11_LIBS) $(GSL_LIBS) + xsnow_LDADD = $(GTK_LIBS) $(X11_LIBS) $(GSL_LIBS) libxdo.a