From 1df51684d2947ccab2291fe2c835b2065c22dad9df9c06615989dfd45cb7bdb9 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 10 Feb 2022 14:36:53 +0000 Subject: [PATCH 1/2] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-reflection revision:18, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-reflection?expand=0&rev=30 --- ghc-reflection.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-reflection.spec b/ghc-reflection.spec index bcdb48d..43368af 100644 --- a/ghc-reflection.spec +++ b/ghc-reflection.spec @@ -65,10 +65,10 @@ This package provides the Haskell %{pkg_name} library development files. %prep %autosetup -n %{pkg_name}-%{version} cp -p %{SOURCE1} %{pkg_name}.cabal +find . -type f -exec chmod -x {} + %build %ghc_lib_build -chmod a-x *.markdown ./examples/* %install %ghc_lib_install From 1f3e404ce4b82c54613ce9b0b31cc3fc7460483aa6bb910bee25c11a81ec73d4 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 11 Feb 2022 08:59:07 +0000 Subject: [PATCH 2/2] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-reflection revision:19, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-reflection?expand=0&rev=31 --- ghc-reflection.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ghc-reflection.changes b/ghc-reflection.changes index d6056b3..9b37f4b 100644 --- a/ghc-reflection.changes +++ b/ghc-reflection.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 11 08:57:49 UTC 2022 - Peter Simons + +- Make sure installed text files have no +x flag. + ------------------------------------------------------------------- Tue Nov 16 19:51:23 UTC 2021 - psimons@suse.com