osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-path-pieces revision:6, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-path-pieces?expand=0&rev=40
This commit is contained in:
parent
aaa4928bb0
commit
65b6598810
@ -1,16 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 31 09:34:30 UTC 2020 - psimons@suse.com
|
||||
Fri Nov 8 16:14:25 UTC 2019 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update path-pieces to version 0.2.1 revision 1.
|
||||
Upstream has revised the Cabal build instructions on Hackage.
|
||||
- Drop obsolete group attributes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 10:45:41 UTC 2020 - Peter Simons <psimons@suse.com>
|
||||
Sat Oct 20 11:31:51 UTC 2018 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Replace %setup -q with the more modern %autosetup macro.
|
||||
- Use https URL to refer to bugs.opensuse.org.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 9 09:26:17 UTC 2020 - psimons@suse.com
|
||||
Wed Jul 18 14:26:35 UTC 2018 - psimons@suse.com
|
||||
|
||||
- Add path-pieces at version 0.2.1.
|
||||
- Cosmetic: replace tabs with blanks, strip trailing white space,
|
||||
and update copyright headers with spec-cleaner.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 16 13:06:58 UTC 2018 - psimons@suse.com
|
||||
|
||||
- Prefer the new %license attribute over %doc.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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:30:57 UTC 2016 - psimons@suse.com
|
||||
|
||||
- Update to version 0.2.1 revision 1 with cabal2obs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 4 08:21:30 UTC 2015 - mimi.vx@gmail.com
|
||||
|
||||
- update to 0.2.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 23 07:29:41 UTC 2015 - mimi.vx@gmail.com
|
||||
|
||||
- initial commit
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-path-pieces
|
||||
#
|
||||
# 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
|
||||
@ -51,7 +51,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}
|
||||
cp -p %{SOURCE1} %{pkg_name}.cabal
|
||||
|
||||
%build
|
||||
|
Loading…
Reference in New Issue
Block a user