From 1ae551c60b968ae161c246701f6fe8a6c19c48ace8ae6a52f49e6f58d648b65f Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sat, 2 Nov 2024 11:26:30 +0000 Subject: [PATCH] [info=957a008b261fcfabfaa3ad09072e43ed9cdddf6169289c8cd52faef9d97102a8] OBS-URL: https://build.opensuse.org/package/show/science/gperiodic?expand=0&rev=12 --- _scmsync.obsinfo | 4 ++-- build.specials.obscpio | 2 +- gcc14.patch | 21 +++++++++++++++++++++ gperiodic.changes | 5 +++++ gperiodic.spec | 2 +- 5 files changed, 30 insertions(+), 4 deletions(-) create mode 100644 gcc14.patch diff --git a/_scmsync.obsinfo b/_scmsync.obsinfo index 176422a..ae84d02 100644 --- a/_scmsync.obsinfo +++ b/_scmsync.obsinfo @@ -1,4 +1,4 @@ -mtime: 1609147829 -commit: 9b1934d9cd964edbc1df7166c41e81edc55d6c4f69efd283f9dff0947da54739 +mtime: 1730546771 +commit: 957a008b261fcfabfaa3ad09072e43ed9cdddf6169289c8cd52faef9d97102a8 url: https://src.opensuse.org/jengelh/gperiodic revision: master diff --git a/build.specials.obscpio b/build.specials.obscpio index 2f79df4..74bdbfa 100644 --- a/build.specials.obscpio +++ b/build.specials.obscpio @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a670dbf6f383f74e8f28073f81e8efa507a277a43eee68076a2f88124223048d +oid sha256:07a0eb8aac62ddb46d115c91de334a669fc8a67eade84716f8743fd528323bb9 size 256 diff --git a/gcc14.patch b/gcc14.patch new file mode 100644 index 0000000..bb23960 --- /dev/null +++ b/gcc14.patch @@ -0,0 +1,21 @@ +From: Jan Engelhardt +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); diff --git a/gperiodic.changes b/gperiodic.changes index 13fe6e7..08028a6 100644 --- a/gperiodic.changes +++ b/gperiodic.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Nov 2 11:25:26 UTC 2024 - Jan Engelhardt + +- Add gcc14.patch + ------------------------------------------------------------------- Thu Dec 24 12:15:21 UTC 2020 - Jan Engelhardt diff --git a/gperiodic.spec b/gperiodic.spec index 6896c45..6a9579e 100644 --- a/gperiodic.spec +++ b/gperiodic.spec @@ -23,8 +23,8 @@ Summary: A program for looking up data of elements from the periodic tabl 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)