diff --git a/file-roller.changes b/file-roller.changes index 3c2f960..03f22ce 100644 --- a/file-roller.changes +++ b/file-roller.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 3 05:56:16 UTC 2020 - Martin Liška + +- Add gcc-fno-common-fix.patch in order to fix boo#1160390. + ------------------------------------------------------------------- Sat Feb 15 19:05:28 UTC 2020 - Bjørn Lie diff --git a/file-roller.spec b/file-roller.spec index 73b4646..15c7b3c 100644 --- a/file-roller.spec +++ b/file-roller.spec @@ -31,6 +31,7 @@ Patch0: file-roller-3.4-change-archiver-priority.patch Patch1: file-roller-pkg-match.patch # PATCH-FIX-OPENSUSE file-roller-ignore-unrar-if-wrapper.patch bsc#1072118 mgorse@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 +Patch3: gcc-fno-common-fix.patch # Needed for directory ownership BuildRequires: dbus-1 @@ -87,6 +88,7 @@ contained in the archive, and extract files from the archive. %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 translation-update-upstream po %{name} %build diff --git a/gcc-fno-common-fix.patch b/gcc-fno-common-fix.patch new file mode 100644 index 0000000..4f6bfd9 --- /dev/null +++ b/gcc-fno-common-fix.patch @@ -0,0 +1,12 @@ +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;