Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xsnow for openSUSE:Factory checked 
in at 2023-04-27 20:00:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xsnow (Old)
 and      /work/SRC/openSUSE:Factory/.xsnow.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xsnow"

Thu Apr 27 20:00:50 2023 rev:7 rq:1083311 version:3.7.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/xsnow/xsnow.changes      2022-12-13 
18:56:24.691505614 +0100
+++ /work/SRC/openSUSE:Factory/.xsnow.new.1533/xsnow.changes    2023-04-27 
20:01:13.550028287 +0200
@@ -1,0 +2,25 @@
+Thu Apr 27 16:24:17 UTC 2023 - Carsten Ziepke <[email protected]>
+
+- Update to version 3.7.4
+  * utils.c: fix bug in using xdo_search_windows(): the search
+    parameter must be filled in completely
+    (probably bug in xdo_search_windows)
+  * flags.c, docs.c: add flags --root and --window-id same as
+    -root and -window-id for usage under xscreensaver
+  * main.c: do_display_dimensions: put fflush() and return in
+    proper order
+  * remove prevent-remakes
+  * utils.c: use memset to initialize xdo_search_t search
+  * bootstrap: rm -f po/*.gmo po/*.po
+  * bootstrap: get rid of Makevars.template
+  * Complete changelog see:
+    https://www.ratrabbit.nl/ratrabbit/xsnow/changelog/index.html
+- Rebase xsnow-bindir.patch
+- Add language package, introduced in version 3.7.0
+
+-------------------------------------------------------------------
+Wed Apr 26 09:58:08 UTC 2023 - Jan Engelhardt <[email protected]>
+
+- Resolve "xorg-x11-devel" indirect BuildRequires to pkgconfig(...)
+
+-------------------------------------------------------------------

Old:
----
  xsnow-3.6.0.tar.gz

New:
----
  xsnow-3.7.4.tar.gz

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

Other differences:
------------------
++++++ xsnow.spec ++++++
--- /var/tmp/diff_new_pack.OdOnPZ/_old  2023-04-27 20:01:14.102031533 +0200
+++ /var/tmp/diff_new_pack.OdOnPZ/_new  2023-04-27 20:01:14.118031627 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xsnow
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 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.6.0
+Version:        3.7.4
 Release:        0
 Summary:        A Christmas Animation
 License:        GPL-3.0-or-later
@@ -30,11 +30,18 @@
 Patch1:         xsnow-bindir.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)
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xext)
+BuildRequires:  pkgconfig(xinerama)
+BuildRequires:  pkgconfig(xkbcommon)
+BuildRequires:  pkgconfig(xpm)
+BuildRequires:  pkgconfig(xproto)
+BuildRequires:  pkgconfig(xt)
+BuildRequires:  pkgconfig(xtst)
 
 %description
 Xsnow is an application that animates snowfall, Santa and some scenery on your 
desktop.
@@ -44,9 +51,10 @@
 
 Xsnow is derived from Rick Jansen's xsnow-1.42.
 
+%lang_package
+
 %prep
-%setup -q
-%autopatch -p1
+%autosetup -p1
 
 %build
 %configure --disable-selfrep
@@ -55,6 +63,8 @@
 %install
 %make_install
 
+%find_lang %{name}
+
 %files
 %license COPYING
 %doc AUTHORS ChangeLog README README.md
@@ -65,4 +75,6 @@
 %dir %{_datadir}/metainfo
 %{_datadir}/metainfo/%{name}.appdata.xml
 
+%files lang -f %{name}.lang
+
 %changelog

++++++ xsnow-3.6.0.tar.gz -> xsnow-3.7.4.tar.gz ++++++
++++ 127696 lines of diff (skipped)

++++++ xsnow-bindir.patch ++++++
--- /var/tmp/diff_new_pack.OdOnPZ/_old  2023-04-27 20:01:14.426033437 +0200
+++ /var/tmp/diff_new_pack.OdOnPZ/_new  2023-04-27 20:01:14.430033460 +0200
@@ -1,7 +1,7 @@
-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 @@
+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
+@@ -23,7 +23,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) $(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 @@
+ 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 @@
  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) $(GSL_CFLAGS) \
-       $(am__append_1)
- xsnow_LDADD = $(GTK_LIBS)   $(X11_LIBS)   $(GSL_LIBS) libxdo.a
+       -DLOCALEDIR=\"$(LOCALEDIR)\" -DLANGUAGES='"$(LANGUAGES)"' \
+       $(am__append_1) $(am__append_2)
 

Reply via email to