commit gtranslator for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gtranslator for openSUSE:Factory checked in at 2021-05-21 21:50:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gtranslator (Old) and /work/SRC/openSUSE:Factory/.gtranslator.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "gtranslator" Fri May 21 21:50:15 2021 rev:43 rq:894776 version:40.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gtranslator/gtranslator.changes 2020-11-11 20:46:01.831624983 +0100 +++ /work/SRC/openSUSE:Factory/.gtranslator.new.2988/gtranslator.changes 2021-05-21 21:50:27.642122967 +0200 @@ -1,0 +2,12 @@ +Mon Apr 5 11:50:38 UTC 2021 - Callum Farmer <gmbr3@opensuse.org> + +- Update to version 40.0: + + Add libhandy widgets to improve the user interface for + different sizes. + + Add new integration with l10n.gnome.org so now it's possible + to reserve a file and upload using the desktop app. +- Add pkgconfig(libhandy-1) BuildRequires: New dependency. +- Remove gtranslator-remove-statusbar.patch: merged +- Add libgda-6.patch: support GDA 6 + +------------------------------------------------------------------- Old: ---- gtranslator-3.38.0.tar.xz gtranslator-remove-statusbar.patch New: ---- gtranslator-40.0.tar.xz libgda-6.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gtranslator.spec ++++++ --- /var/tmp/diff_new_pack.kSckUR/_old 2021-05-21 21:50:28.158120830 +0200 +++ /var/tmp/diff_new_pack.kSckUR/_new 2021-05-21 21:50:28.162120813 +0200 @@ -17,16 +17,16 @@ Name: gtranslator -Version: 3.38.0 +Version: 40.0 Release: 0 Summary: A gettext po file editor for the GNOME desktop License: GPL-3.0-or-later Group: Development/Tools/Other URL: https://wiki.gnome.org/Apps/Gtranslator -Source0: https://download.gnome.org/sources/gtranslator/3.38/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/gtranslator/40/%{name}-%{version}.tar.xz Source99: gtranslator-rpmlintrc -#PATCH-FIX-UPSTREAM gtranslator-remove-statusbar.patch glgo#GNOME/gtranslator!70 malcolmlewis@opensuse.org -- Remove leftovers of statusbar. -Patch0: gtranslator-remove-statusbar.patch +# PATCH-FIX-UPSTREAM libgda-6.patch gmbr3@opensuse.org -- Require and support GDA 6 +Patch0: libgda-6.patch BuildRequires: fdupes BuildRequires: gettext-tools BuildRequires: intltool @@ -45,12 +45,13 @@ BuildRequires: pkgconfig(iso-codes) BuildRequires: pkgconfig(json-glib-1.0) >= 1.2.0 BuildRequires: pkgconfig(libdazzle-1.0) >= 3.33.90 -BuildRequires: pkgconfig(libgda-5.0) +BuildRequires: pkgconfig(libgda-6.0) >= 6.0.0 BuildRequires: pkgconfig(libsoup-2.4) BuildRequires: pkgconfig(libxml-2.0) >= 2.4.12 +BuildRequires: pkgconfig(libhandy-1) Requires: gsettings-desktop-schemas Requires: iso-codes -Requires: libgda-5_0-sqlite +Requires: libgda-sqlite >= 6.0.0 Obsoletes: gtranslator-devel <= 2.91.7 %description @@ -92,7 +93,6 @@ %{_datadir}/glib-2.0/schemas/*.gschema.xml %{_datadir}/icons/hicolor/*/apps/org.gnome.Gtranslator*.svg %{_datadir}/metainfo/org.gnome.Gtranslator.appdata.xml -%{_datadir}/pixmaps/gtranslator-*.png %files doc %doc AUTHORS MAINTAINERS NEWS THANKS ++++++ gtranslator-3.38.0.tar.xz -> gtranslator-40.0.tar.xz ++++++ ++++ 30018 lines of diff (skipped) ++++++ libgda-6.patch ++++++ From 3764a9c0c5f33ff07a3c08664f945a526d12bfa1 Mon Sep 17 00:00:00 2001 From: Callum Farmer <gmbr3@opensuse.org> Date: Mon, 29 Mar 2021 16:46:10 +0100 Subject: [PATCH] Bump gda dependency to 6.0 --- build-aux/flatpak/org.gnome.Gtranslator.json | 8 ++++---- meson.build | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build-aux/flatpak/org.gnome.Gtranslator.json b/build-aux/flatpak/org.gnome.Gtranslator.json index 65cb5082..b726a69e 100644 --- a/build-aux/flatpak/org.gnome.Gtranslator.json +++ b/build-aux/flatpak/org.gnome.Gtranslator.json @@ -76,9 +76,9 @@ }, { "name": "libgda", + "buildsystem": "meson", "config-opts": [ - "--enable-json=yes", - "--enable-system-sqlite=yes" + "-Djson=true" ], "build-options" : { "env" : { @@ -89,8 +89,8 @@ "sources": [ { "type": "archive", - "url": "http://ftp.gnome.org/pub/GNOME/sources/libgda/5.2/libgda-5.2.9.tar.xz", - "sha256": "59caed8ca72b1ac6437c9844f0677f8a296d52cfd1c0049116026abfb1d87d9b" + "url": "http://ftp.gnome.org/pub/GNOME/sources/libgda/6.0/libgda-6.0.0.tar.xz", + "sha256": "995f4b420e666da5c8bac9faf55e7aedbe3789c525d634720a53be3ccf27a670" } ], "modules": [ diff --git a/meson.build b/meson.build index 94734ce2..021ac296 100644 --- a/meson.build +++ b/meson.build @@ -109,7 +109,7 @@ gtr_deps = [ gtk_dep, libhandy_dep, dependency('libdazzle-1.0', version: '>= 3.33.90'), - dependency('libgda-5.0'), + dependency('libgda-6.0'), dependency('gio-2.0', version: '>= 2.36.0'), dependency('gsettings-desktop-schemas'), dependency('gspell-1', version: '>= 1.2.0'), -- GitLab
participants (1)
-
Source-Sync