Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-half for openSUSE:Factory 
checked in at 2025-12-05 16:55:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-half (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-half.new.1939 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-half"

Fri Dec  5 16:55:48 2025 rev:5 rq:1321135 version:0.3.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-half/ghc-half.changes        2025-07-02 
12:09:35.842961636 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-half.new.1939/ghc-half.changes      
2025-12-05 16:56:20.303636783 +0100
@@ -1,0 +2,6 @@
+Sat Oct 11 13:18:31 UTC 2025 - Peter Simons <[email protected]>
+
+- Update half to version 0.3.3 revision 1.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

New:
----
  half.cabal

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

Other differences:
------------------
++++++ ghc-half.spec ++++++
--- /var/tmp/diff_new_pack.bny9JR/_old  2025-12-05 16:56:21.235675750 +0100
+++ /var/tmp/diff_new_pack.bny9JR/_new  2025-12-05 16:56:21.239675918 +0100
@@ -26,6 +26,7 @@
 License:        BSD-2-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-base-devel
 BuildRequires:  ghc-base-prof
@@ -79,6 +80,7 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ half.cabal ++++++
cabal-version: >=1.10
name: half
version: 0.3.3
x-revision: 1
license: BSD3
license-file: LICENSE
copyright: Copyright (C) 2014 Edward A. Kmett
maintainer: Edward A. Kmett <[email protected]>
author: Edward A. Kmett
stability: provisional
homepage: http://github.com/ekmett/half
bug-reports: http://github.com/ekmett/half/issues
synopsis: Half-precision floating-point
description:
    Half-precision floating-point.
category: Numeric
build-type: Simple
extra-source-files:
    .gitignore
    README.markdown
    CHANGELOG.markdown

tested-with:   GHC == 8.0.2
             , GHC == 8.2.2
             , GHC == 8.4.4
             , GHC == 8.6.5
             , GHC == 8.8.4
             , GHC == 8.10.7
             , GHC == 9.0.2
             , GHC == 9.2.8
             , GHC == 9.4.8
             , GHC == 9.6.6
             , GHC == 9.8.4
             , GHC == 9.10.1
             , GHC == 9.12.1

source-repository head
    type: git
    location: https://github.com/ekmett/half.git

library
    default-language: Haskell2010
    exposed-modules:
        Numeric.Half
        Numeric.Half.Internal
    hs-source-dirs: src
    other-extensions: BangPatterns CPP DeriveDataTypeable DeriveGeneric
                      DeriveLift ForeignFunctionInterface PatternSynonyms
                      StandaloneDeriving
    ghc-options: -Wall -Wtabs -O2 -Wno-missing-pattern-synonym-signatures
    build-depends:
        base >=4.9 && <5,
        binary >=0.5.1.0 && <0.9,
        deepseq >=1.4.2.0 && <1.6,
        template-haskell >=2.11

    if !impl(ghcjs)
      c-sources:
        cbits/half.c

test-suite spec
    default-language: Haskell2010
    type: exitcode-stdio-1.0
    main-is: Spec.hs
    hs-source-dirs: test
    ghc-options: -Wall

    build-depends:
        base,
        binary,
        bytestring,
        half,
        QuickCheck >=2.14.1 && <2.18,
        tasty >= 1.4 && < 1.6,
        tasty-quickcheck >= 0.10 && < 0.12

Reply via email to