Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gsequencer for openSUSE:Factory checked in at 2022-02-23 16:26:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gsequencer (Old) and /work/SRC/openSUSE:Factory/.gsequencer.new.1958 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gsequencer" Wed Feb 23 16:26:00 2022 rev:117 rq:956720 version:3.18.2 Changes: -------- --- /work/SRC/openSUSE:Factory/gsequencer/gsequencer.changes 2022-02-13 19:51:40.778314497 +0100 +++ /work/SRC/openSUSE:Factory/.gsequencer.new.1958/gsequencer.changes 2022-02-23 16:26:43.595509424 +0100 @@ -1,0 +2,9 @@ +Tue Feb 22 12:25:41 UTC 2022 - Jo??l Kr??hemann <jkraehem...@gmail.com> + +- new upstream v3.18.2 implemented AgsMetaDataWindow and hamburger + menus. +- new since 3.18.0 implemented support for GtkApplication and open + files attach to existing process. Note, there is a command line + option to prevent this. + +------------------------------------------------------------------- Old: ---- gsequencer-3.17.5.tar.gz New: ---- gsequencer-3.18.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gsequencer.spec ++++++ --- /var/tmp/diff_new_pack.86dTpK/_old 2022-02-23 16:26:44.267509448 +0100 +++ /var/tmp/diff_new_pack.86dTpK/_new 2022-02-23 16:26:44.271509448 +0100 @@ -22,13 +22,13 @@ # activated with --with run_functional_tests command line switch. %bcond_with run_functional_tests Name: gsequencer -Version: 3.17.5 +Version: 3.18.2 Release: 0 Summary: Audio processing engine License: AGPL-3.0-or-later AND GPL-3.0-or-later AND GFDL-1.3-only Group: Productivity/Multimedia/Sound/Midi URL: https://nongnu.org/gsequencer -Source0: https://download.savannah.gnu.org/releases/gsequencer/3.17.x/%{name}-%{version}.tar.gz +Source0: https://download.savannah.gnu.org/releases/gsequencer/3.18.x/%{name}-%{version}.tar.gz # improve glib-2.0 compatibility to version 2.54 Patch1: gsequencer.1-improved-glib-compatibility.patch BuildRequires: gcc-c++ ++++++ gsequencer-3.17.5.tar.gz -> gsequencer-3.18.2.tar.gz ++++++ /work/SRC/openSUSE:Factory/gsequencer/gsequencer-3.17.5.tar.gz /work/SRC/openSUSE:Factory/.gsequencer.new.1958/gsequencer-3.18.2.tar.gz differ: char 15, line 1 ++++++ gsequencer.1-improved-glib-compatibility.patch ++++++ --- /var/tmp/diff_new_pack.86dTpK/_old 2022-02-23 16:26:44.315509450 +0100 +++ /var/tmp/diff_new_pack.86dTpK/_new 2022-02-23 16:26:44.319509450 +0100 @@ -1,6 +1,6 @@ ---- configure.ac.orig 2022-01-22 18:29:04.599696988 +0100 -+++ configure.ac 2022-01-22 18:29:58.375496458 +0100 -@@ -399,11 +399,11 @@ +--- configure.ac.orig 2022-02-22 13:32:37.020308098 +0100 ++++ configure.ac 2022-02-22 13:33:34.277121453 +0100 +@@ -412,11 +412,11 @@ AC_SUBST(FFTW_CFLAGS) AC_SUBST(FFTW_LIBS) @@ -14,7 +14,7 @@ AC_SUBST(GOBJECT_CFLAGS) AC_SUBST(GOBJECT_LIBS) -@@ -411,14 +411,14 @@ +@@ -424,7 +424,7 @@ AC_DEFINE([HAVE_GLIB_2_44], [1], [GLib 2.44 available]) AC_DEFINE([HAVE_GLIB_2_52], [1], [GLib 2.52 available]) AC_DEFINE([HAVE_GLIB_2_54], [1], [GLib 2.54 available]) @@ -23,8 +23,9 @@ AC_DEFINE([HAVE_GLIB_2_62], [0], [GLib 2.62 available]) AC_DEFINE([HAVE_GLIB_2_68], [0], [GLib 2.68 available]) - AM_CONDITIONAL([HAVE_INTROSPECTION], [test "xno" == xyes]) - GOBJECT_INTROSPECTION_CHECK([1.30.0]) +@@ -434,7 +434,7 @@ + AM_CONDITIONAL([HAVE_INTROSPECTION], [test "x$enable_introspection" == xyes]) + # GOBJECT_INTROSPECTION_CHECK([1.30.0]) -PKG_CHECK_MODULES([GIO], [gio-2.0 >= 2.56.0 glib-2.0 >= 2.56.0 gmodule-2.0 >= 2.56.0 gthread-2.0 >= 2.56.0]) +PKG_CHECK_MODULES([GIO], [gio-2.0 >= 2.54.0 glib-2.0 >= 2.54.0 gmodule-2.0 >= 2.54.0 gthread-2.0 >= 2.54.0])