osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-cryptonite-conduit revision:4, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-cryptonite-conduit?expand=0&rev=37
This commit is contained in:
parent
98fae1fb12
commit
fb6a212bc2
@ -1,42 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 8 16:13:31 UTC 2019 - Peter Simons <psimons@suse.com>
|
||||
Mon Aug 31 09:34:38 UTC 2020 - psimons@suse.com
|
||||
|
||||
- Drop obsolete group attributes.
|
||||
- Update cryptonite-conduit to version 0.2.2 revision 1.
|
||||
Upstream has revised the Cabal build instructions on Hackage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 20 11:31:22 UTC 2018 - Peter Simons <psimons@suse.com>
|
||||
Tue Aug 18 10:44:32 UTC 2020 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Use https URL to refer to bugs.opensuse.org.
|
||||
- Replace %setup -q with the more modern %autosetup macro.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 14:26:20 UTC 2018 - psimons@suse.com
|
||||
Tue Jun 9 09:26:14 UTC 2020 - psimons@suse.com
|
||||
|
||||
- Cosmetic: replace tabs with blanks, strip trailing white space,
|
||||
and update copyright headers with spec-cleaner.
|
||||
- Add cryptonite-conduit at version 0.2.2.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 14:11:52 UTC 2018 - psimons@suse.com
|
||||
|
||||
- Revise cabal build file to specify more accurate dependencies.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 14 17:02:11 UTC 2018 - psimons@suse.com
|
||||
|
||||
- Update cryptonite-conduit to version 0.2.2.
|
||||
* Add the `Crypto.Cipher.ChaChaPoly1305.Conduit` and
|
||||
`Crypto.PubKey.ECIES.Conduit` modules
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com
|
||||
|
||||
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 12 14:11:16 UTC 2017 - psimons@suse.com
|
||||
|
||||
- Update to version 0.2.0 with cabal2obs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 10 17:22:29 UTC 2016 - psimons@suse.com
|
||||
|
||||
- Update to version 0.1 revision 0 with cabal2obs.
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-cryptonite-conduit
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -62,7 +62,7 @@ This package provides the Haskell %{pkg_name} library development
|
||||
files.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{pkg_name}-%{version}
|
||||
%autosetup -n %{pkg_name}-%{version}
|
||||
cp -p %{SOURCE1} %{pkg_name}.cabal
|
||||
|
||||
%build
|
||||
|
Loading…
Reference in New Issue
Block a user