Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package aisleriot for openSUSE:Factory 
checked in at 2023-09-26 22:02:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aisleriot (Old)
 and      /work/SRC/openSUSE:Factory/.aisleriot.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aisleriot"

Tue Sep 26 22:02:06 2023 rev:70 rq:1113606 version:3.22.30

Changes:
--------
--- /work/SRC/openSUSE:Factory/aisleriot/aisleriot.changes      2023-05-03 
12:57:05.735768444 +0200
+++ /work/SRC/openSUSE:Factory/.aisleriot.new.1770/aisleriot.changes    
2023-09-26 22:18:19.572528515 +0200
@@ -1,0 +2,7 @@
+Mon Sep 25 11:58:52 UTC 2023 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Update to version 3.22.30:
+  + Revert "game: Provide a clean environment for each game"
+    (glgo#GNOME/aisleriot#961).
+
+-------------------------------------------------------------------

Old:
----
  aisleriot-3.22.29.tar.bz2

New:
----
  aisleriot-3.22.30.tar.bz2

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

Other differences:
------------------
++++++ aisleriot.spec ++++++
--- /var/tmp/diff_new_pack.R2HXJJ/_old  2023-09-26 22:18:20.672568330 +0200
+++ /var/tmp/diff_new_pack.R2HXJJ/_new  2023-09-26 22:18:20.676568475 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           aisleriot
-Version:        3.22.29
+Version:        3.22.30
 Release:        0
 Summary:        Solitaire Card Games for GNOME
 License:        GPL-3.0-or-later

++++++ aisleriot-3.22.29.tar.bz2 -> aisleriot-3.22.30.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aisleriot-3.22.29/aisleriot.doap 
new/aisleriot-3.22.30/aisleriot.doap
--- old/aisleriot-3.22.29/aisleriot.doap        2023-04-15 21:22:30.000000000 
+0200
+++ new/aisleriot-3.22.30/aisleriot.doap        2023-09-17 19:11:49.000000000 
+0200
@@ -26,7 +26,7 @@
   <shortdesc xml:lang="en">A collection of patience games written in guile 
scheme</shortdesc>
   <description xml:lang="en">A collection of patience games written in guile 
scheme</description>
   <homepage rdf:resource="https://wiki.gnome.org/Apps/Aisleriot"; />
-  <mailing-list 
rdf:resource="http://mail.gnome.org/mailman/listinfo/games-list"; />
+  <support-forum rdf:resource="https://discourse.gnome.org/tag/games"; />
   <download-page rdf:resource="http://download.gnome.org/sources/aisleriot/"/>
   <bug-database 
rdf:resource="https://gitlab.gnome.org/GNOME/aisleriot/issues/"; />
   <category rdf:resource="http://api.gnome.org/doap-extensions#apps"; />
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aisleriot-3.22.29/data/sol.metainfo.xml.in 
new/aisleriot-3.22.30/data/sol.metainfo.xml.in
--- old/aisleriot-3.22.29/data/sol.metainfo.xml.in      2023-04-15 
21:22:30.000000000 +0200
+++ new/aisleriot-3.22.30/data/sol.metainfo.xml.in      2023-09-17 
19:11:49.000000000 +0200
@@ -55,4 +55,5 @@
   <url type="homepage">https://wiki.gnome.org/Apps/Aisleriot</url>
   <project_group>GNOME</project_group>
   <translation type="gettext">aisleriot</translation>
+  <launchable type="desktop-id">sol.desktop</launchable>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aisleriot-3.22.29/meson.build 
new/aisleriot-3.22.30/meson.build
--- old/aisleriot-3.22.29/meson.build   2023-04-15 21:22:30.000000000 +0200
+++ new/aisleriot-3.22.30/meson.build   2023-09-17 19:11:49.000000000 +0200
@@ -30,7 +30,7 @@
     'GFDL-1.3-only',
   ],
   meson_version: '>= 0.62.0',
-  version: '3.22.29',
+  version: '3.22.30',
 )
 
 # Naming
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aisleriot-3.22.29/src/game.c 
new/aisleriot-3.22.30/src/game.c
--- old/aisleriot-3.22.29/src/game.c    2023-04-15 21:22:30.000000000 +0200
+++ new/aisleriot-3.22.30/src/game.c    2023-09-17 19:11:49.000000000 +0200
@@ -1643,9 +1643,6 @@
 
   scm_dynwind_begin (0);
 
-  /* Provide a clean environment */
-  scm_set_current_module(scm_c_eval_string("(make-fresh-user-module)"));
-
   scm_primitive_load_path (scm_from_utf8_string (game_module));
 
   for (i = 0; i <= LAST_MANDATORY_LAMBDA; ++i) {

Reply via email to