Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-store-core for openSUSE:Factory 
checked in at 2023-01-18 13:10:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-store-core (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-store-core.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-store-core"

Wed Jan 18 13:10:42 2023 rev:11 rq:1059114 version:0.4.4.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-store-core/ghc-store-core.changes    
2020-12-22 11:50:26.194054047 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-store-core.new.32243/ghc-store-core.changes 
2023-01-18 13:11:05.624914602 +0100
@@ -1,0 +2,6 @@
+Wed Dec 28 21:08:11 UTC 2022 - Peter Simons <[email protected]>
+
+- Update store-core to version 0.4.4.4 revision 1.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

New:
----
  store-core.cabal

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

Other differences:
------------------
++++++ ghc-store-core.spec ++++++
--- /var/tmp/diff_new_pack.GdAdCE/_old  2023-01-18 13:11:06.788919112 +0100
+++ /var/tmp/diff_new_pack.GdAdCE/_new  2023-01-18 13:11:06.792919127 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-store-core
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,6 +24,7 @@
 License:        MIT
 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-bytestring-devel
 BuildRequires:  ghc-primitive-devel
@@ -47,6 +48,7 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ store-core.cabal ++++++
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 4d5b37ad0ce1ceba6aa2cb51c1cd7c7c5d2aa2f0f10374478d0909fddf0548a4

name:           store-core
version:        0.4.4.4
x-revision: 1
synopsis:       Fast and lightweight binary serialization
category:       Serialization, Data
homepage:       https://github.com/fpco/store#readme
bug-reports:    https://github.com/fpco/store/issues
maintainer:     Michael Sloan <[email protected]>
copyright:      2016 FP Complete
license:        MIT
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    ChangeLog.md

source-repository head
  type: git
  location: https://github.com/fpco/store

flag force-alignment
  manual: True
  default: False

library
  exposed-modules:
      Data.Store.Core
  other-modules:
      Paths_store_core
  hs-source-dirs:
      src
  ghc-options: -Wall -fwarn-tabs -fwarn-incomplete-uni-patterns 
-fwarn-incomplete-record-updates -O2
  build-depends:
      base >=4.7 && <5
    , bytestring >=0.10.4.0 && <1.0
    , ghc-prim >=0.3.1.0 && <1.0
    , primitive >=0.6 && <1.0
    , text >=1.2.0.4 && <1.3 || >=2.0 && <2.1
    , transformers >=0.3.0.0 && <1.0
  if flag(force-alignment) || arch(PPC) || arch(PPC64) || arch(Mips) || 
arch(Sparc) || arch(Arm)
    cpp-options: -DALIGNED_MEMORY
  if impl(ghc < 8.0)
    build-depends:
        fail >=4.9
  default-language: Haskell2010

Reply via email to