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-04-22 21:54:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xsnow (Old)
 and      /work/SRC/openSUSE:Factory/.xsnow.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xsnow"

Fri Apr 22 21:54:37 2022 rev:4 rq:971972 version:3.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/xsnow/xsnow.changes      2022-02-02 
22:45:02.938053453 +0100
+++ /work/SRC/openSUSE:Factory/.xsnow.new.1538/xsnow.changes    2022-04-22 
21:55:50.698914752 +0200
@@ -1,0 +2,26 @@
+Fri Apr 22 01:14:30 UTC 2022 - Ferdinand Thiessen <[email protected]>
+
+- Update to version 3.5.0
+  * add aurora
+    * randomize starting theta and alpha of aurora
+  * optimized determining of fuzz somewhat
+  * main.c: initialize global.NewWind to 100.0
+  * moon.c: randomize starting position from moon
+  * ixpm.c: correct two non fatal errors
+  * fallensnow.c: do not call XClearArea when double buffer is used.
+- Update to version 3.4.4
+  * birds.c: attraction point goes now from 0.1..0.9 of the horizontal 
+    dimension of the screen
+  * main.c:  add some fflush(stdout)
+  * birds.c: take care that AttrSpace is always honored from the
+    beginning
+- Update to version 3.4.3
+  * main.c, ui.c, flags,c, doit.h: solve bug concerning the flag -above
+  * main.c: fix bug: Xsnow in TWM did start in non-existing window.
+  * utils.c: add some randomness to add_to_mainloop
+  * implement -attrspace, including button and man page
+    if Santa is not shown, let Him run anyway, so 'Follow Santa' has effect
+- Drop upstream fixed reproducible.patch
+- Rebased xsnow-bindir.patch
+
+-------------------------------------------------------------------

Old:
----
  reproducible.patch
  xsnow-3.4.2.tar.gz

New:
----
  xsnow-3.5.0.tar.gz

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

Other differences:
------------------
++++++ xsnow.spec ++++++
--- /var/tmp/diff_new_pack.qY2Q8A/_old  2022-04-22 21:55:51.230915358 +0200
+++ /var/tmp/diff_new_pack.qY2Q8A/_new  2022-04-22 21:55:51.246915377 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xsnow
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:           xsnow
-Version:        3.4.2
+Version:        3.5.0
 Release:        0
 Summary:        A Christmas Animation
 License:        GPL-3.0-or-later
@@ -28,12 +28,11 @@
 Patch0:         xsnow-desktop_file.patch
 # PATCH-FIX-OPENSUSE xsnow-bindir.patch -- Install in /usr/bin instead 
/usr/games
 Patch1:         xsnow-bindir.patch
-# PATCH-FIX-UPSTREAM https://sourceforge.net/p/xsnow/tickets/10/
-Patch2:         reproducible.patch
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
 BuildRequires:  xorg-x11-devel
 BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(gsl)
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(libxml-2.0)
 

++++++ xsnow-3.4.2.tar.gz -> xsnow-3.5.0.tar.gz ++++++
++++ 13608 lines of diff (skipped)

++++++ xsnow-bindir.patch ++++++
--- /var/tmp/diff_new_pack.qY2Q8A/_old  2022-04-22 21:55:51.422915577 +0200
+++ /var/tmp/diff_new_pack.qY2Q8A/_new  2022-04-22 21:55:51.426915582 +0200
@@ -1,6 +1,6 @@
-diff -Nur xsnow-3.4.2/src/Makefile.am new/src/Makefile.am
---- xsnow-3.4.2/src/Makefile.am        2021-12-19 13:23:43.000000000 +0100
-+++ new/src/Makefile.am        2021-12-20 20:51:06.099751785 +0100
+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
 @@ -22,7 +22,7 @@
  TOCC     = $(top_srcdir)/src/tocc.sh
  TOASCII  = $(top_srcdir)/src/toascii.sh
@@ -9,17 +9,17 @@
 +gamesdir = $(exec_prefix)/bin
  games_PROGRAMS = xsnow
  
- xsnow_CPPFLAGS = $(GTK_CFLAGS) $(X11_CFLAGS) 
-diff -Nur xsnow-3.4.2/src/Makefile.in new/src/Makefile.in
---- xsnow-3.4.2/src/Makefile.in        2021-12-19 13:23:48.000000000 +0100
-+++ new/src/Makefile.in        2021-12-20 20:51:29.027826620 +0100
-@@ -584,7 +584,7 @@
+ 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 @@
  SUBDIRS = Pixmaps
  TOCC = $(top_srcdir)/src/tocc.sh
  TOASCII = $(top_srcdir)/src/toascii.sh
 -gamesdir = $(exec_prefix)/games
 +gamesdir = $(exec_prefix)/bin
- xsnow_CPPFLAGS = $(GTK_CFLAGS) $(X11_CFLAGS) $(am__append_1)
- xsnow_LDADD = $(GTK_LIBS)  $(X11_LIBS) 
- xsnow_SOURCES = clocks.c ixpm.c main.c fallensnow.c wmctrl.c docs.c \
+ xsnow_CPPFLAGS = $(GTK_CFLAGS) $(X11_CFLAGS) $(GSL_CFLAGS) \
+       $(am__append_1)
+ xsnow_LDADD = $(GTK_LIBS)   $(X11_LIBS)   $(GSL_LIBS)
 

Reply via email to