Accepting request 953534 from devel:languages:haskell

version update

OBS-URL: https://build.opensuse.org/request/show/953534
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-split?expand=0&rev=26
This commit is contained in:
Dominique Leuenberger 2022-02-11 22:09:40 +00:00 committed by Git OBS Bridge
commit 9772e8d617
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Feb 11 08:44:10 UTC 2022 - Peter Simons <psimons@suse.com>
- Make sure installed text files have no +x flag.
-------------------------------------------------------------------
Wed Sep 22 08:52:45 UTC 2021 - psimons@suse.com

View File

@ -64,10 +64,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 README CHANGES
%install
%ghc_lib_install