Accepting request 434753 from home:dimstar:branches:GNOME:Apps

- Fix deja-dup-help2man_stderr.patch: the introduction of
  --no-discard-stderr actually only hid the underlying issue:
  deja-dup is being started from the 'build' directory and its
  libraries are not yet installed. As a consequence, the ld loader
  can't find them, resulting in broken man pages. Change the patch
  to no longer pass --no-discard-stderr (same as upstream) but
  inject LD_LIBRARY_PATH in order to find the two libs
  (boo#992499).

OBS-URL: https://build.opensuse.org/request/show/434753
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/deja-dup?expand=0&rev=71
This commit is contained in:
Bjørn Lie
2016-10-13 16:53:36 +00:00
committed by Git OBS Bridge
parent b2769266c1
commit 3e388257a8
2 changed files with 20 additions and 7 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Oct 13 13:49:47 UTC 2016 - dimstar@opensuse.org
- Fix deja-dup-help2man_stderr.patch: the introduction of
--no-discard-stderr actually only hid the underlying issue:
deja-dup is being started from the 'build' directory and its
libraries are not yet installed. As a consequence, the ld loader
can't find them, resulting in broken man pages. Change the patch
to no longer pass --no-discard-stderr (same as upstream) but
inject LD_LIBRARY_PATH in order to find the two libs
(boo#992499).
-------------------------------------------------------------------
Sun Apr 24 10:56:00 UTC 2016 - zaitor@opensuse.org