Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gperiodic for openSUSE:Factory checked in at 2024-11-02 16:12:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gperiodic (Old) and /work/SRC/openSUSE:Factory/.gperiodic.new.2020 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gperiodic" Sat Nov 2 16:12:20 2024 rev:5 rq:1220183 version:3.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/gperiodic/gperiodic.changes 2020-12-28 10:31:19.213804745 +0100 +++ /work/SRC/openSUSE:Factory/.gperiodic.new.2020/gperiodic.changes 2024-11-02 16:12:33.937216776 +0100 @@ -1,0 +2,5 @@ +Sat Nov 2 11:25:26 UTC 2024 - Jan Engelhardt <[email protected]> + +- Add gcc14.patch + +------------------------------------------------------------------- New: ---- _scmsync.obsinfo build.specials.obscpio gcc14.patch BETA DEBUG BEGIN: New: - Add gcc14.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gperiodic.spec ++++++ --- /var/tmp/diff_new_pack.8cnZ3y/_old 2024-11-02 16:12:34.645246169 +0100 +++ /var/tmp/diff_new_pack.8cnZ3y/_new 2024-11-02 16:12:34.649246335 +0100 @@ -23,8 +23,8 @@ License: GPL-2.0-or-later Group: Productivity/Scientific/Chemistry URL: http://gperiodic.sf.net/ - Source: http://download.sf.net/gperiodic/%name-%version.tar.gz +Patch1: gcc14.patch BuildRequires: fdupes BuildRequires: intltool BuildRequires: pkgconfig(gtk+-2.0) ++++++ _scmsync.obsinfo ++++++ mtime: 1730546771 commit: 957a008b261fcfabfaa3ad09072e43ed9cdddf6169289c8cd52faef9d97102a8 url: https://src.opensuse.org/jengelh/gperiodic revision: master ++++++ gcc14.patch ++++++ From: Jan Engelhardt <[email protected]> Date: 2024-11-02 12:25:17.618681179 +0100 Upstream: is-dead --- gperiodic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: gperiodic-3.0.3/gperiodic.c =================================================================== --- gperiodic-3.0.3.orig/gperiodic.c +++ gperiodic-3.0.3/gperiodic.c @@ -137,7 +137,7 @@ void display_element_dialog( GtkWidget * if (col == 0) gtk_label_set_markup (GTK_LABEL (label), _(header.info[row])); else { gtk_label_set_markup (GTK_LABEL (label), _(entry->info[row])); - gtk_label_set_selectable (label, TRUE); + gtk_label_set_selectable (GTK_LABEL (label), TRUE); } gtk_misc_set_alignment(GTK_MISC(label), 0, 0);
