Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-OddWord for openSUSE:Factory 
checked in at 2022-02-11 23:09:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-OddWord (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-OddWord.new.1956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-OddWord"

Fri Feb 11 23:09:24 2022 rev:2 rq:953505 version:1.0.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-OddWord/ghc-OddWord.changes  2020-12-22 
11:31:50.765051565 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-OddWord.new.1956/ghc-OddWord.changes        
2022-02-11 23:11:19.543278504 +0100
@@ -1,0 +2,6 @@
+Mon Dec 20 20:00:48 UTC 2021 - Peter Simons <psim...@suse.com>
+
+- Update OddWord to version 1.0.2.0 revision 1.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

New:
----
  OddWord.cabal

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-OddWord.spec ++++++
--- /var/tmp/diff_new_pack.gWtjZF/_old  2022-02-11 23:11:19.967279731 +0100
+++ /var/tmp/diff_new_pack.gWtjZF/_new  2022-02-11 23:11:19.971279742 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-OddWord
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -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
 ExcludeArch:    %{ix86}
@@ -50,6 +51,7 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ OddWord.cabal ++++++
name:               OddWord
version:            1.0.2.0
x-revision: 1
license:            BSD3
license-file:       LICENSE
copyright:          (c) 2011-2018 Robin KAY
author:             Robin KAY
maintainer:         Robin KAY <komad...@gekkou.co.uk>
synopsis:           Provides a wrapper for deriving word types with fewer bits.
category:           Data
stability:          Stable
cabal-version:      >= 1.10
build-type:         Simple
extra-source-files: test/*.hs bench/*.hs CHANGELOG
homepage:           http://www.gekkou.co.uk/
description:
    Provdes the 'OddWord' type, which wraps an existing integer type and
    exposes a subset of its bits as a new narrower word type. Includes
    predefined type synonyms for all the odd sized words up to 63 bits.

Library
    hs-source-dirs:   src
    exposed-modules:  Data.Word.Odd
    default-language: Haskell2010
    other-extensions:
        ScopedTypeVariables CPP
        DeriveDataTypeable DataKinds KindSignatures
        TypeFamilies TypeOperators UndecidableInstances
    build-depends:
        base >= 4.8 && < 4.16

Test-Suite oddword-tests
    type:             exitcode-stdio-1.0
    hs-source-dirs:   test
    main-is:          Main.hs
    default-language: Haskell2010
    other-modules: Equiv Props
    other-extensions:
        ScopedTypeVariables DataKinds KindSignatures
    build-depends:
        base       >= 4.8 && < 5,
        hspec      >= 2.5 && < 2.6,
        QuickCheck >= 2.11 && < 2.12,
        OddWord

Benchmark oddword-bench
    type:             exitcode-stdio-1.0
    hs-source-dirs:   bench
    main-is:          Main.hs
    default-language: Haskell2010
    other-extensions:
        ScopedTypeVariables DataKinds
    build-depends:
        base       >= 4.8 && < 5,
        criterion  >= 1.4 && < 1.5,
        OddWord

Source-repository head
    type:     darcs
    location: http://hub.darcs.net/komadori/OddWord

Reply via email to