Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gnome-latex for openSUSE:Factory 
checked in at 2021-05-06 22:52:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-latex (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-latex.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-latex"

Thu May  6 22:52:24 2021 rev:8 rq:890119 version:3.38.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-latex/gnome-latex.changes  2020-11-23 
10:28:52.105253380 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-latex.new.2988/gnome-latex.changes        
2021-05-06 22:52:53.790682879 +0200
@@ -1,0 +2,8 @@
+Fri Apr 30 18:25:59 UTC 2021 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Port to tepl-6:
+  + Add e1b01186f8a.patch: actual port, patch from upstream.
+  + Add call to autoreconf in build phase, as above patch touches
+    the build system.
+
+-------------------------------------------------------------------

New:
----
  e1b01186f8a.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gnome-latex.spec ++++++
--- /var/tmp/diff_new_pack.mHkycR/_old  2021-05-06 22:52:54.214681131 +0200
+++ /var/tmp/diff_new_pack.mHkycR/_new  2021-05-06 22:52:54.218681115 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-latex
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,6 +24,7 @@
 Group:          Productivity/Publishing/TeX/Frontends
 URL:            https://wiki.gnome.org/Apps/GNOME-LaTeX
 Source0:        
https://download.gnome.org/sources/%{name}/3.38/%{name}-%{version}.tar.xz
+Patch0:         
https://gitlab.gnome.org/Archive/gnome-latex/-/commit/e1b01186f8a.patch
 
 BuildRequires:  fdupes
 BuildRequires:  gsettings-desktop-schemas-devel
@@ -43,7 +44,7 @@
 BuildRequires:  pkgconfig(gspell-1) >= 1.0
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.22
 BuildRequires:  pkgconfig(gtksourceview-4) >= 3.99.7
-BuildRequires:  pkgconfig(tepl-5) >= 4.99.2
+BuildRequires:  pkgconfig(tepl-6) >= 5.99
 BuildRequires:  pkgconfig(vapigen) >= 0.34
 Requires:       gsettings-desktop-schemas
 Requires:       texlive-latexmk-bin
@@ -63,10 +64,11 @@
   * Easy projects management.
 
 %prep
-%autosetup
+%autosetup -p1
 translation-update-upstream
 
 %build
+autoreconf -fiv
 %configure \
        --enable-gtk-doc \
        %{nil}

++++++ e1b01186f8a.patch ++++++
>From e1b01186f8a4e5d3fee4c9ccfbedd6d098517df9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Wilmet?= <swil...@gnome.org>
Date: Fri, 20 Nov 2020 15:46:36 +0100
Subject: [PATCH] Port to Tepl 6 (currently 5.99.0, from git master)

---
 README                      | 2 +-
 configure.ac                | 4 ++--
 src/Makefile.am             | 2 +-
 src/document.vala           | 2 +-
 src/liblatexila/Makefile.am | 4 ++--
 5 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/README b/README
index ed0faf7..0dc67d9 100644
--- a/README
+++ b/README
@@ -21,7 +21,7 @@ Dependencies
 * GLib >= 2.56
 * GTK >= 3.22
 * GtkSourceView >= 4.0
-* Tepl >= 5.0 - https://wiki.gnome.org/Projects/Tepl
+* Tepl >= 5.99 - https://wiki.gnome.org/Projects/Tepl
 * gspell >= 1.8
 * gee-0.8 >= 0.10
 * gsettings-desktop-schemas
diff --git a/configure.ac b/configure.ac
index 743a7da..66d5719 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,7 +32,7 @@ GLIB_REQUIRED_VERSION="2.56"
 GTK_REQUIRED_VERSION="3.22"
 GTKSOURCEVIEW_REQUIRED_VERSION="4.0"
 AMTK_REQUIRED_VERSION="5.2"
-TEPL_REQUIRED_VERSION="5.0"
+TEPL_REQUIRED_VERSION="5.99"
 GSPELL_REQUIRED_VERSION="1.8"
 VALA_REQUIRED_VERSION="0.46"
 GEE_REQUIRED_VERSION="0.10"
@@ -96,7 +96,7 @@ PKG_CHECK_MODULES([DEP], [
        gtk+-3.0 >= ${GTK_REQUIRED_VERSION}
        gtksourceview-4 >= ${GTKSOURCEVIEW_REQUIRED_VERSION}
        amtk-5 >= ${AMTK_REQUIRED_VERSION}
-       tepl-5 >= ${TEPL_REQUIRED_VERSION}
+       tepl-6 >= ${TEPL_REQUIRED_VERSION}
        gspell-1 >= ${GSPELL_REQUIRED_VERSION}
        gee-0.8 >= ${GEE_REQUIRED_VERSION}
        gsettings-desktop-schemas
diff --git a/src/Makefile.am b/src/Makefile.am
index 636ca25..73f5a9a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -8,7 +8,7 @@ AM_VALAFLAGS =                                  \
        --disable-since-check                   \
        --pkg gtk+-3.0                          \
        --pkg gtksourceview-4                   \
-       --pkg Tepl-5                            \
+       --pkg Tepl-6                            \
        --pkg gspell-1                          \
        --pkg gee-0.8                           \
        --pkg posix                             \
diff --git a/src/document.vala b/src/document.vala
index 520945d..f3afa35 100644
--- a/src/document.vala
+++ b/src/document.vala
@@ -224,7 +224,7 @@ public class Document : Tepl.Buffer
                     string primary_msg = _("Impossible to save the file.");
                     Tepl.InfoBar infobar = new Tepl.InfoBar.simple 
(MessageType.ERROR,
                         primary_msg, e.message);
-                    infobar.add_close_button ();
+                    infobar.setup_close_button ();
                     tab.add_info_bar (infobar);
                     infobar.show ();
                 }
diff --git a/src/liblatexila/Makefile.am b/src/liblatexila/Makefile.am
index b4e53b5..25c20a9 100644
--- a/src/liblatexila/Makefile.am
+++ b/src/liblatexila/Makefile.am
@@ -135,7 +135,7 @@ INTROSPECTION_GIRS = Latexila.gir
 
 Latexila.gir: liblatexila.la
 Latexila_gir_NAMESPACE = Latexila
-Latexila_gir_INCLUDES = Gtk-3.0 GtkSource-4 Tepl-5
+Latexila_gir_INCLUDES = Gtk-3.0 GtkSource-4 Tepl-6
 Latexila_gir_LIBS = liblatexila.la
 Latexila_gir_FILES =                           \
        $(liblatexila_public_headers)           \
@@ -156,7 +156,7 @@ latexila.vapi: Latexila.gir
 
 VAPIGEN_VAPIS = latexila.vapi
 
-latexila_vapi_DEPS = gio-2.0 gtk+-3.0 gtksourceview-4 Tepl-5
+latexila_vapi_DEPS = gio-2.0 gtk+-3.0 gtksourceview-4 Tepl-6
 latexila_vapi_FILES = Latexila.gir
 
 noinst_DATA += latexila.vapi
-- 
GitLab

Reply via email to