Hello community,

here is the log from the commit of package appeditor for openSUSE:Factory 
checked in at 2019-10-31 22:47:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/appeditor (Old)
 and      /work/SRC/openSUSE:Factory/.appeditor.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "appeditor"

Thu Oct 31 22:47:28 2019 rev:2 rq:744524 version:1.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/appeditor/appeditor.changes      2018-09-24 
13:12:03.901832822 +0200
+++ /work/SRC/openSUSE:Factory/.appeditor.new.2990/appeditor.changes    
2019-10-31 22:47:31.282013340 +0100
@@ -1,0 +2,5 @@
+Thu Oct 31 15:30:50 UTC 2019 - Alexei Podvalsky <[email protected]>
+
+- Add appeditor-1.1.0-vala-0.46.patch
+
+-------------------------------------------------------------------

New:
----
  appeditor-1.1.0-vala-0.46.patch

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

Other differences:
------------------
++++++ appeditor.spec ++++++
--- /var/tmp/diff_new_pack.K1WcrD/_old  2019-10-31 22:47:32.586014960 +0100
+++ /var/tmp/diff_new_pack.K1WcrD/_new  2019-10-31 22:47:32.622015005 +0100
@@ -24,6 +24,8 @@
 Group:          System/GUI/Other
 URL:            https://github.com/donadigo/appeditor
 Source:         
https://github.com/donadigo/appeditor/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+# PATCH-FIX_UPSTREAM -- Fix build with vala >= 0.46
+Patch0:         appeditor-1.1.0-vala-0.46.patch
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libxml2-tools
@@ -45,6 +47,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %meson

++++++ appeditor-1.1.0-vala-0.46.patch ++++++
diff -ruN appeditor-1.1.0.orig/src/DesktopApp.vala 
appeditor-1.1.0/src/DesktopApp.vala
--- appeditor-1.1.0.orig/src/DesktopApp.vala    2018-08-11 03:36:15.000000000 
+0300
+++ appeditor-1.1.0/src/DesktopApp.vala 2019-10-31 18:28:16.429914184 +0300
@@ -130,7 +130,7 @@
 
     public unowned string get_path () {
         if (path == null) {
-            unowned string _path = info.get_string (KeyFileDesktop.KEY_PATH);
+            string _path = info.get_string (KeyFileDesktop.KEY_PATH);
             if (_path == null) {
                 _path = "";
             }
@@ -150,7 +150,7 @@
     }
 
     public bool get_should_show () {
-        return info.should_show () && !get_terminal (); 
+        return info.should_show () && !get_terminal ();
     }
 
     public string[] get_categories () {

Reply via email to