osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-auto-update revision:3, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-auto-update?expand=0&rev=41
This commit is contained in:
parent
3bd800972a
commit
17c0ace645
@ -1,90 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 8 16:13:15 UTC 2019 - Peter Simons <psimons@suse.com>
|
||||
Tue Aug 18 10:44:03 UTC 2020 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Drop obsolete group attributes.
|
||||
- Replace %setup -q with the more modern %autosetup macro.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 10 02:03:01 UTC 2019 - psimons@suse.com
|
||||
Tue Jun 9 09:26:15 UTC 2020 - psimons@suse.com
|
||||
|
||||
- Update auto-update to version 0.1.6.
|
||||
## 0.1.6
|
||||
- Add auto-update at version 0.1.6.
|
||||
|
||||
* Add control of activation on leading vs. trailing edges for Control.Debounce
|
||||
[#756](https://github.com/yesodweb/wai/pull/756)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 19 11:46:38 UTC 2019 - psimons@suse.com
|
||||
|
||||
- Update auto-update to version 0.1.5.
|
||||
## 0.1.5
|
||||
|
||||
* Using the Strict and StrictData language extensions for GHC >8.
|
||||
[#752](https://github.com/yesodweb/wai/pull/752)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 21 07:46:58 UTC 2019 - psimons@suse.com
|
||||
|
||||
- Update auto-update to version 0.1.4.1.
|
||||
# ChangeLog for auto-update
|
||||
|
||||
## 0.1.4.1
|
||||
|
||||
* [#693](https://github.com/yesodweb/wai/pull/693):
|
||||
Improve documentation for `reaperAction` function.
|
||||
* [#732](https://github.com/yesodweb/wai/pull/732):
|
||||
Fixed memory leak in `reaperAdd` function.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 20 11:31:10 UTC 2018 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Use https URL to refer to bugs.opensuse.org.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 14:26:14 UTC 2018 - psimons@suse.com
|
||||
|
||||
- Cosmetic: replace tabs with blanks, strip trailing white space,
|
||||
and update copyright headers with spec-cleaner.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 16 13:06:52 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:32:23 UTC 2016 - psimons@suse.com
|
||||
|
||||
- Update to version 0.1.4 revision 0 with cabal2obs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 11 15:05:19 UTC 2016 - mimi.vx@gmail.com
|
||||
|
||||
- update to 0.1.4
|
||||
* Provide updateActionModify API in AutoUpdate
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 26 08:09:36 UTC 2016 - mimi.vx@gmail.com
|
||||
|
||||
- update to 0.1.3.1
|
||||
* Doc improvements
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 17 10:26:54 UTC 2015 - mimi.vx@gmail.com
|
||||
|
||||
- update to 0.1.3
|
||||
* Adding a new AIP - reaperKill
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 6 18:53:11 UTC 2015 - mimi.vx@gmail.com
|
||||
|
||||
- update to 0.1.2.2
|
||||
* Added Control.Debounce
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 24 08:53:08 UTC 2015 - mimi.vx@gmail.com
|
||||
|
||||
- initial commit
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-auto-update
|
||||
#
|
||||
# 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
|
||||
@ -49,7 +49,7 @@ Requires(postun): ghc-compiler = %{ghc_version}
|
||||
This package provides the Haskell %{pkg_name} library development files.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{pkg_name}-%{version}
|
||||
%autosetup -n %{pkg_name}-%{version}
|
||||
|
||||
%build
|
||||
%ghc_lib_build
|
||||
|
Loading…
x
Reference in New Issue
Block a user