Hello community,
here is the log from the commit of package ghc-unbounded-delays for
openSUSE:Factory checked in at 2017-05-06 18:29:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-unbounded-delays (Old)
and /work/SRC/openSUSE:Factory/.ghc-unbounded-delays.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-unbounded-delays"
Sat May 6 18:29:07 2017 rev:4 rq:491519 version:0.1.0.10
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-unbounded-delays/ghc-unbounded-delays.changes
2017-04-14 13:41:37.998216015 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-unbounded-delays.new/ghc-unbounded-delays.changes
2017-05-06 18:29:08.455549615 +0200
@@ -1,0 +2,5 @@
+Wed Apr 19 13:31:55 UTC 2017 - [email protected]
+
+- Update to version 0.1.0.10 revision 1 with cabal2obs.
+
+-------------------------------------------------------------------
New:
----
unbounded-delays.cabal
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-unbounded-delays.spec ++++++
--- /var/tmp/diff_new_pack.3NLp2v/_old 2017-05-06 18:29:09.151451420 +0200
+++ /var/tmp/diff_new_pack.3NLp2v/_new 2017-05-06 18:29:09.155450855 +0200
@@ -25,6 +25,7 @@
Group: Development/Languages/Other
Url: https://hackage.haskell.org/package/%{pkg_name}
Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -48,6 +49,7 @@
%prep
%setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
%build
%ghc_lib_build
++++++ unbounded-delays.cabal ++++++
name: unbounded-delays
version: 0.1.0.10
x-revision: 1
cabal-version: >= 1.6
build-type: Custom
author: Bas van Dijk <[email protected]>
Roel van Dijk <[email protected]>
maintainer: Bas van Dijk <[email protected]>
Roel van Dijk <[email protected]>
copyright: 2011-2012 Bas van Dijk & Roel van Dijk
license: BSD3
license-file: LICENSE
homepage: https://github.com/basvandijk/unbounded-delays
bug-reports: https://github.com/basvandijk/unbounded-delays/issues
category: Concurrency
synopsis: Unbounded thread delays and timeouts
description: The @threadDelay@ and @timeout@ functions from the @base@ library
use the bounded @Int@ type for specifying the delay or timeout
period. This packages provides alternatives which use the
unbounded @Integer@ type.
extra-source-files: README.markdown
source-repository head
Type: git
Location: git://github.com/basvandijk/unbounded-delays.git
custom-setup
setup-depends: base >= 4 && < 5, Cabal >= 1.6 && < 2.1
library
build-depends: base >= 4 && < 5
exposed-modules: Control.Concurrent.Thread.Delay
, Control.Concurrent.Timeout
ghc-options: -Wall