osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-file-embed revision:7, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-file-embed?expand=0&rev=46
This commit is contained in:
parent
ad4574c960
commit
7998e43980
3
file-embed-0.0.11.1.tar.gz
Normal file
3
file-embed-0.0.11.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a113e7fe528be8204f40d3e9e00d595234e49def6caa133136e8254b659189d6
|
||||
size 6530
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d13068abb0bd22c5d118164734a097dc591977b2c7561d912af9097803c6e1ea
|
||||
size 6657
|
@ -1,18 +1,71 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 10:44:51 UTC 2020 - Peter Simons <psimons@suse.com>
|
||||
Fri Dec 20 03:02:06 UTC 2019 - psimons@suse.com
|
||||
|
||||
- Replace %setup -q with the more modern %autosetup macro.
|
||||
- Update file-embed to version 0.0.11.1.
|
||||
# ChangeLog for file-embed
|
||||
|
||||
## 0.0.11.1
|
||||
|
||||
* Support GHC 8.10
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 7 02:00:28 UTC 2020 - psimons@suse.com
|
||||
Fri Nov 8 16:13:44 UTC 2019 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update file-embed to version 0.0.13.0.
|
||||
## 0.0.13.0
|
||||
|
||||
* Ensure that directory listings are returned in sorted order for reproducibility [yesodweb/yesod#1684](https://github.com/yesodweb/yesod/issues/1684)
|
||||
- Drop obsolete group attributes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 9 09:26:17 UTC 2020 - psimons@suse.com
|
||||
Sat Oct 20 11:31:30 UTC 2018 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Add file-embed at version 0.0.12.0.
|
||||
- Use https URL to refer to bugs.opensuse.org.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 31 14:10:04 UTC 2018 - psimons@suse.com
|
||||
|
||||
- Update file-embed to version 0.0.11.
|
||||
## 0.0.11
|
||||
|
||||
* embedDirListing [#26](https://github.com/snoyberg/file-embed/pull/26)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 14:26:24 UTC 2018 - psimons@suse.com
|
||||
|
||||
- Cosmetic: replace tabs with blanks, strip trailing white space,
|
||||
and update copyright headers with spec-cleaner.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 14 17:02:11 UTC 2018 - psimons@suse.com
|
||||
|
||||
- Update file-embed to version 0.0.10.1.
|
||||
* Minor doc improvements
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com
|
||||
|
||||
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 10 17:15:55 UTC 2016 - psimons@suse.com
|
||||
|
||||
- Update to version 0.0.10 revision 0 with cabal2obs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 26 08:25:43 UTC 2016 - mimi.vx@gmail.com
|
||||
|
||||
- update to 0.0.10
|
||||
* makeRelativeToProject
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 08:46:18 UTC 2016 - mimi.vx@gmail.com
|
||||
|
||||
- update to 0.0.9.1
|
||||
* embedStringFile
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 23 09:56:34 UTC 2015 - mimi.vx@gmail.com
|
||||
|
||||
- correct licence to BSD-2-Clause
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 17 19:28:15 UTC 2015 - mimi.vx@gmail.com
|
||||
|
||||
- initial commit
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-file-embed
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2019 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,7 +19,7 @@
|
||||
%global pkg_name file-embed
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.0.13.0
|
||||
Version: 0.0.11.1
|
||||
Release: 0
|
||||
Summary: Use Template Haskell to embed file contents directly
|
||||
License: BSD-2-Clause
|
||||
@ -47,7 +47,7 @@ Requires(postun): ghc-compiler = %{ghc_version}
|
||||
This package provides the Haskell %{pkg_name} library development files.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{pkg_name}-%{version}
|
||||
%setup -q -n %{pkg_name}-%{version}
|
||||
|
||||
%build
|
||||
%ghc_lib_build
|
||||
|
Loading…
Reference in New Issue
Block a user