Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package appeditor for openSUSE:Factory 
checked in at 2022-07-05 12:09:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/appeditor (Old)
 and      /work/SRC/openSUSE:Factory/.appeditor.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "appeditor"

Tue Jul  5 12:09:29 2022 rev:5 rq:986698 version:1.1.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/appeditor/appeditor.changes      2022-01-22 
08:19:34.066344332 +0100
+++ /work/SRC/openSUSE:Factory/.appeditor.new.1548/appeditor.changes    
2022-07-05 12:10:07.148611793 +0200
@@ -1,0 +2,5 @@
+Fri Jun 24 18:09:06 UTC 2022 - Antoine Belvire <antoine.belv...@opensuse.org>
+
+- Add appeditor-1.1.3-vala-0.55.1.patch: Fix build with Vala 0.55.1
+
+-------------------------------------------------------------------

New:
----
  appeditor-1.1.3-vala-0.55.1.patch

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

Other differences:
------------------
++++++ appeditor.spec ++++++
--- /var/tmp/diff_new_pack.lxrKHJ/_old  2022-07-05 12:10:08.792614154 +0200
+++ /var/tmp/diff_new_pack.lxrKHJ/_new  2022-07-05 12:10:08.796614160 +0200
@@ -25,7 +25,9 @@
 URL:            https://github.com/donadigo/appeditor
 Source:         
https://github.com/donadigo/appeditor/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM appeditor-1.1.3-fix-flickering-titlebar.patch -- 
gh#donadigo/appeditor#103
-Patch:          
https://src.fedoraproject.org/rpms/appeditor/raw/rawhide/f/appeditor-1.1.3-fix-flickering-titlebar.patch
+Patch0:         
https://src.fedoraproject.org/rpms/appeditor/raw/rawhide/f/appeditor-1.1.3-fix-flickering-titlebar.patch
+# PATCH-FIX-UPSTREAM appeditor-1.1.3-vala-0.55.1.patch -- 
gh#donadigo/appeditor#121
+Patch1:         appeditor-1.1.3-vala-0.55.1.patch
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libxml2-tools

++++++ appeditor-1.1.3-vala-0.55.1.patch ++++++
>From bd27f269bde4fee617506f5f869842cc8ceab827 Mon Sep 17 00:00:00 2001
From: "Benjamin A. Beasley" <c...@musicinmybrain.net>
Date: Sun, 16 Jan 2022 19:49:21 -0500
Subject: [PATCH] Fix #121 (failure to compile with vala 0.55.1)

Make create_exec_filename public so it is not less accessible than
OPTIONS, the value of which contains it.
---
 src/Application.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Application.vala b/src/Application.vala
index 118e88d..45212a1 100755
--- a/src/Application.vala
+++ b/src/Application.vala
@@ -26,7 +26,7 @@ public class AppEditor.Application : Gtk.Application {
         return Gtk.check_version (3, 22, 0) == null;
     }
 
-    private static string? create_exec_filename;
+    public static string? create_exec_filename;
 
     private MainWindow? window = null;
 

Reply via email to