Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xsnow for openSUSE:Factory checked 
in at 2024-05-12 22:54:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xsnow (Old)
 and      /work/SRC/openSUSE:Factory/.xsnow.new.1880 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xsnow"

Sun May 12 22:54:26 2024 rev:10 rq:1173504 version:3.7.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/xsnow/xsnow.changes      2023-12-07 
19:12:48.656583208 +0100
+++ /work/SRC/openSUSE:Factory/.xsnow.new.1880/xsnow.changes    2024-05-13 
01:36:12.275978449 +0200
@@ -1,0 +2,34 @@
+Sat May 11 08:57:51 UTC 2024 - jun wang <jgw...@suse.com>
+
+- Update to version 3.7.9 
+  + changes from 3.7.9
+    * ui.glade: make gui not-resizable to prevent wrong reported
+      size when user tries to change size. 
+    * windows.c, main.c, xsnow.h: when window is moved or resized,
+      convert fallensnow into flakes. Look for global.DoCapella.
+    * ui.glade: change color pickers (snow, birds, vintage tree)
+      to standard, the fancy color editor is still available using
+      the '+' button.
+    * main.c: take care that while changing OffsetY, fallensnow is
+      not converted to flakes. snow.h, main.c: use macro DOCAPELLA
+      for setting default.
+    * meteor.c: better simulation of meteors.
+    * generate flakes if window is minimized.
+    * snow.c and others: optional: 2 snow colors, pofiles/: add
+      translations for 2 snow colors.
+    * src/Makefile.am: specify dependencies of makeman.
+    * adaptations for FreeBSD:
+      - use sh in stead of bash in bootstrap
+      - addcopyright.sh: adapt sed calls to FreeBSD's sed
+      - remove src/safe_malloc.c, adapt src/safe_malloc.h,
+        safe_malloc.c was not used anyway
+    * addcopyright.sh: use tmpfile="tmpfile" in stead of `mktemp`
+    * src/Makefile.am: minor: avoid $< because of FreeBSD's make
+  + changes from 3.7.8
+    * src/Makefile.am: fix bug related with tarfile.inc which
+      caused --disable-selfrep not working
+  + changes from 3.7.7
+    * enable cross compiling
+    * fix minor issue: version in man page
+
+-------------------------------------------------------------------

Old:
----
  xsnow-3.7.6.tar.gz

New:
----
  xsnow-3.7.9.tar.gz

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

Other differences:
------------------
++++++ xsnow.spec ++++++
--- /var/tmp/diff_new_pack.B0tg5h/_old  2024-05-13 01:36:12.755995872 +0200
+++ /var/tmp/diff_new_pack.B0tg5h/_new  2024-05-13 01:36:12.755995872 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xsnow
 #
-# Copyright (c) 2023 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
@@ -17,7 +17,7 @@
 
 
 Name:           xsnow
-Version:        3.7.6
+Version:        3.7.9
 Release:        0
 Summary:        A Christmas Animation
 License:        GPL-3.0-or-later

++++++ xsnow-3.7.6.tar.gz -> xsnow-3.7.9.tar.gz ++++++
++++ 98823 lines of diff (skipped)

++++++ xsnow-bindir.patch ++++++
--- /var/tmp/diff_new_pack.B0tg5h/_old  2024-05-13 01:36:13.032005891 +0200
+++ /var/tmp/diff_new_pack.B0tg5h/_new  2024-05-13 01:36:13.036006036 +0200
@@ -1,6 +1,6 @@
-diff -Nur xsnow-3.7.4-orig/src/Makefile.am xsnow-3.7.4/src/Makefile.am
---- xsnow-3.7.4-orig/src/Makefile.am   2023-03-29 16:30:45.000000000 +0200
-+++ xsnow-3.7.4/src/Makefile.am        2023-04-27 18:28:21.389544208 +0200
+diff -auNr xsnow-3.7.9-orig/src/Makefile.am xsnow-3.7.9/src/Makefile.am
+--- xsnow-3.7.9-orig/src/Makefile.am   2024-05-11 16:53:57.108275667 +0800
++++ xsnow-3.7.9/src/Makefile.am        2024-05-11 16:54:46.612038737 +0800
 @@ -23,7 +23,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) 
-DLOCALEDIR=\"$(LOCALEDIR)\" \
-diff -Nur xsnow-3.7.4-orig/src/Makefile.in xsnow-3.7.4/src/Makefile.in
---- xsnow-3.7.4-orig/src/Makefile.in   2023-03-29 16:30:45.000000000 +0200
-+++ xsnow-3.7.4/src/Makefile.in        2023-04-27 18:28:44.621665740 +0200
-@@ -650,7 +650,7 @@
+ noinst_PROGRAMS = makeman
+diff -auNr xsnow-3.7.9-orig/src/Makefile.in xsnow-3.7.9/src/Makefile.in
+--- xsnow-3.7.9-orig/src/Makefile.in   2024-05-11 16:53:57.111609029 +0800
++++ xsnow-3.7.9/src/Makefile.in        2024-05-11 16:54:30.005227777 +0800
+@@ -665,7 +665,7 @@
  SUBDIRS = Pixmaps
  TOCC = $(top_srcdir)/src/tocc.sh
  TOASCII = $(top_srcdir)/src/toascii.sh

Reply via email to