Accepting request 607898 from devel:languages:haskell
Update ghc-temporary to the latest version. OBS-URL: https://build.opensuse.org/request/show/607898 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-temporary?expand=0&rev=8
This commit is contained in:
commit
2fdb728e28
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 14 17:02:11 UTC 2018 - psimons@suse.com
|
||||
|
||||
- Update temporary to version 1.2.1.1.
|
||||
* Improve the docs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 19 20:53:31 UTC 2017 - psimons@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-temporary
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,12 +19,12 @@
|
||||
%global pkg_name temporary
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 1.2.1
|
||||
Version: 1.2.1.1
|
||||
Release: 0
|
||||
Summary: Portable temporary file and directory support
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Languages/Other
|
||||
Url: https://hackage.haskell.org/package/%{pkg_name}
|
||||
Group: Development/Libraries/Haskell
|
||||
URL: https://hackage.haskell.org/package/%{pkg_name}
|
||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-directory-devel
|
||||
@ -33,7 +33,6 @@ BuildRequires: ghc-filepath-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
BuildRequires: ghc-transformers-devel
|
||||
BuildRequires: ghc-unix-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if %{with tests}
|
||||
BuildRequires: ghc-base-compat-devel
|
||||
BuildRequires: ghc-tasty-devel
|
||||
@ -45,7 +44,7 @@ Functions for creating temporary files and directories.
|
||||
|
||||
%package devel
|
||||
Summary: Haskell %{pkg_name} library development files
|
||||
Group: Development/Libraries/Other
|
||||
Group: Development/Libraries/Haskell
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: ghc-compiler = %{ghc_version}
|
||||
Requires(post): ghc-compiler = %{ghc_version}
|
||||
@ -73,11 +72,9 @@ This package provides the Haskell %{pkg_name} library development files.
|
||||
%ghc_pkg_recache
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE
|
||||
%license LICENSE
|
||||
|
||||
%files devel -f %{name}-devel.files
|
||||
%defattr(-,root,root,-)
|
||||
%doc CHANGELOG.md
|
||||
|
||||
%changelog
|
||||
|
3
temporary-1.2.1.1.tar.gz
Normal file
3
temporary-1.2.1.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:55772471e59529f4bde9555f6abb21d19a611c7d70b13befe114dc1a0ecb00f3
|
||||
size 5304
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9ecf88065cf69e965dc672c4a94f0b5e909d3e398c24d947bbd5e9814277a4f8
|
||||
size 5137
|
Loading…
Reference in New Issue
Block a user