From 3bd800972a1c76de5d9ccc16965664556420ed1a3e9577a2db18543a9a6893bf Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 4 Sep 2020 15:03:02 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-auto-update revision:8, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-auto-update?expand=0&rev=40 --- ghc-auto-update.changes | 88 +++++++++++++++++++++++++++++++++++++++-- ghc-auto-update.spec | 4 +- 2 files changed, 86 insertions(+), 6 deletions(-) diff --git a/ghc-auto-update.changes b/ghc-auto-update.changes index ee33ff2..86491a4 100644 --- a/ghc-auto-update.changes +++ b/ghc-auto-update.changes @@ -1,10 +1,90 @@ ------------------------------------------------------------------- -Tue Aug 18 10:44:03 UTC 2020 - Peter Simons +Fri Nov 8 16:13:15 UTC 2019 - Peter Simons -- Replace %setup -q with the more modern %autosetup macro. +- Drop obsolete group attributes. ------------------------------------------------------------------- -Tue Jun 9 09:26:15 UTC 2020 - psimons@suse.com +Wed Jul 10 02:03:01 UTC 2019 - psimons@suse.com -- Add auto-update at version 0.1.6. +- Update auto-update to version 0.1.6. + ## 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 + +- 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 diff --git a/ghc-auto-update.spec b/ghc-auto-update.spec index 4c5d661..1184d96 100644 --- a/ghc-auto-update.spec +++ b/ghc-auto-update.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-auto-update # -# 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 @@ -49,7 +49,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