public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Petr Schindler <pschindl@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gtranslator] f45: Update to 51.0
Date: Thu, 24 Sep 2026 17:50:52 GMT	[thread overview]
Message-ID: <179027225239.1.6223978905854624537.rpms-gtranslator-e83b876c71d8@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/gtranslator
            Branch : f45
            Commit : e83b876c71d899a1510b7b50d8d165a9221bb3db
            Author : Petr Schindler <pschindl@redhat.com>
            Date   : 2026-09-24T19:50:42+02:00
            Stats  : +5/-48 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/gtranslator/c/e83b876c71d899a1510b7b50d8d165a9221bb3db?branch=f45

            Log:
            Update to 51.0

Drop the upstreamed GDK includes patch and update metadata and schema filenames.

---
diff --git a/gtranslator-fix-includes.patch b/gtranslator-fix-includes.patch
deleted file mode 100644
index e56a9b8..0000000
--- a/gtranslator-fix-includes.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-From 105226de1f4faa9fdeadba6f7245c06ea1ca02d5 Mon Sep 17 00:00:00 2001
-From: Maximiliano Sandoval <msandova@gnome.org>
-Date: Tue, 26 May 2026 12:48:15 +0200
-Subject: [PATCH] Include gdk.h instead of gdkkeysyms
-
-Only <gdk/gdk.h> can be included directly.
----
- src/gtr-actions-search.c                           | 2 +-
- src/translation-memory/gtr-translation-memory-ui.c | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/gtr-actions-search.c b/src/gtr-actions-search.c
-index 32b8bf8..5c117cb 100644
---- a/src/gtr-actions-search.c
-+++ b/src/gtr-actions-search.c
-@@ -29,7 +29,7 @@
- 
- #include <string.h>
- #include <glib/gi18n.h>
--#include <gdk/gdkkeysyms.h>
-+#include <gdk/gdk.h>
- #include <gtksourceview/gtksource.h>
- 
- #include "gtr-actions.h"
-diff --git a/src/translation-memory/gtr-translation-memory-ui.c b/src/translation-memory/gtr-translation-memory-ui.c
-index d0defe7..e202199 100644
---- a/src/translation-memory/gtr-translation-memory-ui.c
-+++ b/src/translation-memory/gtr-translation-memory-ui.c
-@@ -35,7 +35,7 @@
- #include <glib/gi18n.h>
- #include <glib-object.h>
- #include <gtk/gtk.h>
--#include <gdk/gdkkeysyms.h>
-+#include <gdk/gdk.h>
- 
- #define MAX_ELEMENTS 9
- 
-
--- 
-GitLab
-

diff --git a/gtranslator.spec b/gtranslator.spec
index 200d680..0151706 100644
--- a/gtranslator.spec
+++ b/gtranslator.spec
@@ -1,7 +1,7 @@
 %global app_id	org.gnome.Gtranslator
 
 Name:		gtranslator
-Version:	50.0
+Version:	51.0
 Release:	%autorelease
 Summary:	Gettext po file editor for GNOME
 
@@ -11,8 +11,6 @@ License:	GPL-2.0-or-later AND GPL-3.0-or-later AND CC-BY-SA-3.0 AND CC0-1.0
 URL:		https://wiki.gnome.org/Apps/Gtranslator
 Source0:	https://download.gnome.org/sources/%{name}/%{gnome_major_version}/%{name}-%{version}.tar.xz
 
-Patch0:	    gtranslator-fix-includes.patch
-
 BuildRequires:	desktop-file-utils
 BuildRequires:	gettext-devel
 BuildRequires:	itstool
@@ -54,7 +52,7 @@ replace functions, auto translation, and translation learning,
 
 %check
 desktop-file-validate %{buildroot}%{_datadir}/applications/%{app_id}.desktop
-appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{app_id}.appdata.xml
+appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{app_id}.metainfo.xml
 
 %files -f %{name}.lang
 %license COPYING
@@ -64,10 +62,10 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{app_id}.appd
 %{_datadir}/dbus-1/services/%{app_id}.service
 %{_datadir}/icons/hicolor/*/apps/%{app_id}*.svg
 %{_datadir}/glib-2.0/schemas/%{app_id}.gschema.xml
-%{_datadir}/glib-2.0/schemas/org.gnome.gtranslator.plugins.translation-memory.gschema.xml
+%{_datadir}/glib-2.0/schemas/%{app_id}.plugins.translation-memory.gschema.xml
 %{_datadir}/gtksourceview-5/language-specs/gtranslator.lang
 %{_datadir}/gtranslator/
-%{_metainfodir}/%{app_id}.appdata.xml
+%{_metainfodir}/%{app_id}.metainfo.xml
 %{_mandir}/man1/gtranslator.1*
 
 %changelog

diff --git a/sources b/sources
index ff380e8..9036834 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gtranslator-50.0.tar.xz) = ddc0ae6e3ad93cfb48f00fb596889b0551c6c1a1b71ed8e87b6828e45410dd448dcf926898399cdd6b8e0bfc94b0ec5bc51c46534b790b2bb257426c563e89b9
+SHA512 (gtranslator-51.0.tar.xz) = 4581f8b60af5e3387fffbdeb9c0c5cf23970f42972731a818b08c005365a53490bbfea5fb042a4754fedfa6402d366457ae6869b4ac6bf6f791cddcdd1b794a3

                 reply	other threads:[~2026-09-24 17:50 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=179027225239.1.6223978905854624537.rpms-gtranslator-e83b876c71d8@fedoraproject.org \
    --to=pschindl@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox