From bc861f2f5e4bfd7b87cd014684f03d99126333da23a0b3f0455b5f17ccb6b0fa Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 11 Oct 2017 21:03:05 +0000 Subject: [PATCH] Accepting request 533174 from network Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/533174 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/unison?expand=0&rev=35 --- unison.changes | 5 +++++ unison.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/unison.changes b/unison.changes index 060cbe2..be4890f 100644 --- a/unison.changes +++ b/unison.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jul 17 12:48:58 UTC 2017 - olaf@aepfle.de + +- Wrap specfile conditionals to fix quilt setup + ------------------------------------------------------------------- Mon May 23 09:52:29 UTC 2016 - olaf@aepfle.de diff --git a/unison.spec b/unison.spec index 87f4bdb..28ec15b 100644 --- a/unison.spec +++ b/unison.spec @@ -19,7 +19,7 @@ Name: unison Version: 2.48.3 Release: 0 -%{ocaml_preserve_bytecode} +%{?ocaml_preserve_bytecode} Summary: File synchronization tool License: GPL-3.0+ Group: Productivity/Networking/Other @@ -51,7 +51,7 @@ replica to the other. # This package failed when testing with -Wl,-as-needed being default. # So we disable it here, if you want to retest, just delete this comment and the line below. export SUSE_ASNEEDED=0 -%if %{ocaml_native_compiler} +%if 0%{?ocaml_native_compiler} NATIVE=true %else NATIVE=false