[info=957a008b261fcfabfaa3ad09072e43ed9cdddf6169289c8cd52faef9d97102a8]

OBS-URL: https://build.opensuse.org/package/show/science/gperiodic?expand=0&rev=12
This commit is contained in:
OBS User unknown
2024-11-02 11:26:30 +00:00
committed by Git OBS Bridge
parent 467b84e2d4
commit 1ae551c60b
5 changed files with 30 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
mtime: 1609147829
commit: 9b1934d9cd964edbc1df7166c41e81edc55d6c4f69efd283f9dff0947da54739
mtime: 1730546771
commit: 957a008b261fcfabfaa3ad09072e43ed9cdddf6169289c8cd52faef9d97102a8
url: https://src.opensuse.org/jengelh/gperiodic
revision: master

BIN
build.specials.obscpio (Stored with Git LFS)

Binary file not shown.

21
gcc14.patch Normal file
View File

@@ -0,0 +1,21 @@
From: Jan Engelhardt <jengelh@inai.de>
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);

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Nov 2 11:25:26 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Add gcc14.patch
-------------------------------------------------------------------
Thu Dec 24 12:15:21 UTC 2020 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -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)