Hello community,

here is the log from the commit of package file-roller for openSUSE:Factory 
checked in at 2020-04-07 10:25:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/file-roller (Old)
 and      /work/SRC/openSUSE:Factory/.file-roller.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "file-roller"

Tue Apr  7 10:25:32 2020 rev:146 rq:791401 version:3.32.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/file-roller/file-roller.changes  2020-02-22 
19:01:44.797791322 +0100
+++ /work/SRC/openSUSE:Factory/.file-roller.new.3248/file-roller.changes        
2020-04-07 10:25:51.578131895 +0200
@@ -1,0 +2,5 @@
+Fri Apr  3 05:56:16 UTC 2020 - Martin Liška <mli...@suse.cz>
+
+- Add gcc-fno-common-fix.patch in order to fix boo#1160390.
+
+-------------------------------------------------------------------

New:
----
  gcc-fno-common-fix.patch

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

Other differences:
------------------
++++++ file-roller.spec ++++++
--- /var/tmp/diff_new_pack.QLAC4n/_old  2020-04-07 10:25:52.430132842 +0200
+++ /var/tmp/diff_new_pack.QLAC4n/_new  2020-04-07 10:25:52.430132842 +0200
@@ -31,6 +31,8 @@
 Patch1:         file-roller-pkg-match.patch
 # PATCH-FIX-OPENSUSE file-roller-ignore-unrar-if-wrapper.patch bsc#1072118 
mgo...@suse.com -- if unrar is a wrapper script for unar, then ignore it, and 
use unar instead.
 Patch2:         file-roller-ignore-unrar-if-wrapper.patch
+# PATCH-FIX-UPSTREAM gcc-fno-common-fix.patch boo#1160390 -- Fix build with 
fno-common
+Patch3:         gcc-fno-common-fix.patch
 
 # Needed for directory ownership
 BuildRequires:  dbus-1
@@ -87,6 +89,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 translation-update-upstream po %{name}
 
 %build

++++++ gcc-fno-common-fix.patch ++++++
diff --git a/src/fr-application.c b/src/fr-application.c
index c148c4f..00ebe55 100644
--- a/src/fr-application.c
+++ b/src/fr-application.c
@@ -42,7 +42,6 @@
 #define SERVICE_TIMEOUT 10
 
 
-gint                ForceDirectoryCreation;
 static char       **remaining_args;
 static char        *arg_add_to = NULL;
 static int          arg_add = FALSE;

Reply via email to