Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-vector-th-unbox for
openSUSE:Factory checked in at 2021-12-19 17:34:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-vector-th-unbox (Old)
and /work/SRC/openSUSE:Factory/.ghc-vector-th-unbox.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-vector-th-unbox"
Sun Dec 19 17:34:17 2021 rev:12 rq:932802 version:0.2.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-vector-th-unbox/ghc-vector-th-unbox.changes
2021-11-11 21:38:40.356987137 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-vector-th-unbox.new.2520/ghc-vector-th-unbox.changes
2021-12-19 17:34:23.184262822 +0100
@@ -1,0 +2,6 @@
+Wed Nov 10 10:03:38 UTC 2021 - [email protected]
+
+- Update vector-th-unbox to version 0.2.2 revision 1.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
New:
----
vector-th-unbox.cabal
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-vector-th-unbox.spec ++++++
--- /var/tmp/diff_new_pack.sLMtH6/_old 2021-12-19 17:34:24.448263712 +0100
+++ /var/tmp/diff_new_pack.sLMtH6/_new 2021-12-19 17:34:24.452263715 +0100
@@ -25,6 +25,7 @@
License: BSD-3-Clause
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
BuildRequires: ghc-template-haskell-devel
@@ -53,6 +54,7 @@
%prep
%autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
%build
%ghc_lib_build
++++++ vector-th-unbox.cabal ++++++
name: vector-th-unbox
version: 0.2.2
x-revision: 1
synopsis: Deriver for Data.Vector.Unboxed using Template Haskell
description:
A Template Haskell deriver for unboxed vectors, given a pair of coercion
functions to and from some existing type with an Unbox instance.
.
Refer to "Data.Vector.Unboxed.Deriving" for documentation and examples.
stability: experimental
homepage: https://github.com/tsurucapital/vector-th-unbox
license: BSD3
license-file: LICENSE
copyright: (c) 2012-2015 Liyang HU
author: Liyang HU <[email protected]>
maintainer: Fumiaki Kinoshita <[email protected]>
category: Data
build-type: Simple
cabal-version: >= 1.10
tested-with:
GHC == 8.0.2,
GHC == 8.2.2,
GHC == 8.4.4,
GHC == 8.6.5, GHC == 8.8.3, GHC == 8.10.1, GHC == 9.0.1, GHC ==9.2.1
extra-source-files:
CHANGELOG.md
README.md
source-repository head
type: git
location: http://github.com/tsurucapital/vector-th-unbox
library
default-language: Haskell2010
exposed-modules:
Data.Vector.Unboxed.Deriving
build-depends:
base >= 4.9 && < 4.17,
template-haskell >= 2.5 && <2.19,
vector >= 0.7.1 && <0.13
test-suite sanity
default-language: Haskell2010
type: exitcode-stdio-1.0
hs-source-dirs: tests
main-is: sanity.hs
build-depends:
base,
data-default,
vector,
vector-th-unbox
ghc-options: -Wall
-- vim: et sw=4 ts=4 sts=4: