Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xsnow for openSUSE:Factory checked 
in at 2021-12-22 20:18:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xsnow (Old)
 and      /work/SRC/openSUSE:Factory/.xsnow.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xsnow"

Wed Dec 22 20:18:04 2021 rev:2 rq:942002 version:3.4.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/xsnow/xsnow.changes      2021-12-21 
18:40:57.105891082 +0100
+++ /work/SRC/openSUSE:Factory/.xsnow.new.2520/xsnow.changes    2021-12-22 
20:19:07.151876652 +0100
@@ -1,0 +2,44 @@
+Mon Dec 20 19:40:43 UTC 2021 - Carsten Ziepke <kiel...@gmail.com>
+
+- Updated to version 3.4.2
+  * fallensnow.c: other algorithm for drawing fallen snow
+  * Santa.c: Santa is now moon-seeking, also when birds are not
+    showing but only half of the time
+  * fallensnow.c: fallen snow at the bottom changes shape every
+    few minutes
+  * no spikes anymore on top of fallensnow
+  * define minimum height of bottom fallensnow
+  * ui.c: set_default_tab(): remove memory leak
+  * fallensnow.c: CreateSurfaceFromFallen(): some minor details
+  * fix issue that 'make install' always remakes selfrep.o
+  * selfrep.c: if sizeof(tarfile) < 1000 characters, assume that
+    this can be safely send to a tty
+- Update to 3.4.1
+  * ui.c: more checks on ui_running
+  * configure.ac, Makefile.am, data: some small adaptions for
+    freeBSD
+- Update to 3.4.0
+  * first try to add background to the xscreensaver mode:
+    use ~/xsnowbackground.jpg
+  * src:Makefile.am: remove .deps/* from CLEANFILES
+  * configure.ac: move execution of 'make dist' to the very end
+  * replace imagemagick for background with gtk/gdk
+  * implement choose-background button
+  * xsnow.desktop: change version to 1.5, include xsnow-version 
+    in comment
+  * implement flag -bg
+  * xsnow.h: set time_snowflakes to 0.02 * global.cpufactor
+  * improve file selector for xscreensaver
+  * flags.c: add -treeoverlap and -notreeoverlap
+             add -birdsscale
+             add -transparency
+  * ui.xml: add corresponding command line flag to tooltips
+  * remove all from libmagickwand
+  * minor changes in xscreensaver menu
+  * prevent calling gtk_label_set_text() when there is no menu
+  * ui.c: ui(): move setting of ui_running to start of ui(), in order
+    to see version number in 'settings' tab
+- Rebase xsnow-desktop_file.patch.
+- Rebase xsnow-bindir.patch.
+
+-------------------------------------------------------------------

Old:
----
  xsnow-3.3.6.tar.gz

New:
----
  xsnow-3.4.2.tar.gz

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

Other differences:
------------------
++++++ xsnow.spec ++++++
--- /var/tmp/diff_new_pack.9g6HLF/_old  2021-12-22 20:19:07.623876873 +0100
+++ /var/tmp/diff_new_pack.9g6HLF/_new  2021-12-22 20:19:07.627876875 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           xsnow
-Version:        3.3.6
+Version:        3.4.2
 Release:        0
 Summary:        A Christmas Animation
 License:        GPL-3.0-or-later

++++++ xsnow-3.3.6.tar.gz -> xsnow-3.4.2.tar.gz ++++++
++++ 2795 lines of diff (skipped)

++++++ xsnow-bindir.patch ++++++
--- /var/tmp/diff_new_pack.9g6HLF/_old  2021-12-22 20:19:07.731876924 +0100
+++ /var/tmp/diff_new_pack.9g6HLF/_new  2021-12-22 20:19:07.731876924 +0100
@@ -1,6 +1,6 @@
-diff -Nur xsnow-3.3.6/src/Makefile.am new/src/Makefile.am
---- xsnow-3.3.6/src/Makefile.am        2021-12-04 13:31:22.000000000 +0100
-+++ new/src/Makefile.am        2021-12-04 18:05:34.294744844 +0100
+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
 @@ -22,7 +22,7 @@
  TOCC     = $(top_srcdir)/src/tocc.sh
  TOASCII  = $(top_srcdir)/src/toascii.sh
@@ -10,9 +10,9 @@
  games_PROGRAMS = xsnow
  
  xsnow_CPPFLAGS = $(GTK_CFLAGS) $(X11_CFLAGS) 
-diff -Nur xsnow-3.3.6/src/Makefile.in new/src/Makefile.in
---- xsnow-3.3.6/src/Makefile.in        2021-12-04 13:31:33.000000000 +0100
-+++ new/src/Makefile.in        2021-12-04 18:05:52.734823688 +0100
+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 @@
  SUBDIRS = Pixmaps
  TOCC = $(top_srcdir)/src/tocc.sh
@@ -20,6 +20,6 @@
 -gamesdir = $(exec_prefix)/games
 +gamesdir = $(exec_prefix)/bin
  xsnow_CPPFLAGS = $(GTK_CFLAGS) $(X11_CFLAGS) $(am__append_1)
- xsnow_LDADD = $(GTK_LIBS)  $(X11_LIBS)
+ xsnow_LDADD = $(GTK_LIBS)  $(X11_LIBS) 
  xsnow_SOURCES = clocks.c ixpm.c main.c fallensnow.c wmctrl.c docs.c \
 

++++++ xsnow-desktop_file.patch ++++++
--- /var/tmp/diff_new_pack.9g6HLF/_old  2021-12-22 20:19:07.743876930 +0100
+++ /var/tmp/diff_new_pack.9g6HLF/_new  2021-12-22 20:19:07.743876930 +0100
@@ -1,7 +1,7 @@
-diff -Nur xsnow-3.3.6/data/xsnow.desktop.in new/data/xsnow.desktop.in
---- xsnow-3.3.6/data/xsnow.desktop.in  2021-11-05 15:48:34.000000000 +0100
-+++ new/data/xsnow.desktop.in  2021-12-04 18:04:18.694425129 +0100
-@@ -4,11 +4,11 @@
+diff -Nur xsnow-3.4.2/data/xsnow.desktop.in new/data/xsnow.desktop.in
+--- xsnow-3.4.2/data/xsnow.desktop.in  2021-12-09 05:00:29.000000000 +0100
++++ new/data/xsnow.desktop.in  2021-12-20 20:50:07.707561183 +0100
+@@ -5,7 +5,7 @@
  Exec=xsnow
  Icon=xsnow
  Type=Application
@@ -10,9 +10,4 @@
  Terminal=false
  Name[en_US]=xsnow
  Keywords=christmas;santa;snow;xmas
--Version=XSNOW_VERSION
-+Version=1.0
- StartupNotify=true
- Actions=start;nomenu;
- 
 

Reply via email to