Hello community,

here is the log from the commit of package ghc-store-core for openSUSE:Factory 
checked in at 2020-09-15 16:19:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-store-core (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-store-core.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-store-core"

Tue Sep 15 16:19:37 2020 rev:9 rq:833296 version:0.4.4.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-store-core/ghc-store-core.changes    
2019-12-27 13:57:49.596787553 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-store-core.new.4249/ghc-store-core.changes  
2020-09-15 16:19:41.170102543 +0200
@@ -2 +2 @@
-Fri Nov  8 16:14:50 UTC 2019 - Peter Simons <psim...@suse.com>
+Tue Aug 25 10:19:04 UTC 2020 - psim...@suse.com
@@ -4 +4 @@
-- Drop obsolete group attributes.
+- Add store-core at version 0.4.4.3.
@@ -6,79 +5,0 @@
--------------------------------------------------------------------
-Thu Oct 24 02:03:02 UTC 2019 - psim...@suse.com
-
-- Update store-core to version 0.4.4.2.
-  ## 0.4.4.2
-
-  * Build fixed for GHC-7.10. See
-    [#146](https://github.com/fpco/store/issues/146)
-
--------------------------------------------------------------------
-Fri Oct 18 02:02:40 UTC 2019 - psim...@suse.com
-
-- Update store-core to version 0.4.4.1.
-  ## 0.4.4.1
-
-  * Now builds with GHC-8.8.
-
--------------------------------------------------------------------
-Sat Oct 20 11:32:03 UTC 2018 - Peter Simons <psim...@suse.com>
-
-- Use https URL to refer to bugs.opensuse.org.
-
--------------------------------------------------------------------
-Wed Jul 18 14:26:42 UTC 2018 - psim...@suse.com
-
-- Cosmetic: replace tabs with blanks, strip trailing white space,
-  and update copyright headers with spec-cleaner.
-
--------------------------------------------------------------------
-Fri Jul 13 14:32:10 UTC 2018 - psim...@suse.com
-
-- Update store-core to version 0.4.4.
-  ## 0.4.4
-
-  * Build fixed with  `--flag store-core:force-alignment` / on architectures
-    like PowerPC.
-
-  ## 0.4.3
-
-  * Now builds with primitive >= 0.6.4.0
-
-  ## 0.4.2
-
-  * Adds `unsafeMakePokeState`, `unsafeMakePeekState`, and
-    `maybeAlignmentBufferSize`, so that library users can write their own
-    `encode` / `decode` functions.
-    See [#126](https://github.com/fpco/store/pull/126)
-
--------------------------------------------------------------------
-Sun Jun 17 08:44:48 UTC 2018 - ptromm...@icloud.com
-
-- Add fix-force-aligment.patch
-* fixes build on ppc64
-* see upstream issue https://github.com/fpco/store/issues/133
-
--------------------------------------------------------------------
-Wed May 16 14:36:28 UTC 2018 - psim...@suse.com
-
-- Prefer the new %license attribute over %doc.
-
--------------------------------------------------------------------
-Thu Aug  3 15:38:38 UTC 2017 - psim...@suse.com
-
-- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
-
--------------------------------------------------------------------
-Wed Jul 26 16:56:09 UTC 2017 - psim...@suse.com
-
-- Update to version 0.4.1.
-
--------------------------------------------------------------------
-Tue Mar  7 11:19:23 UTC 2017 - psim...@suse.com
-
-- Update to version 0.4 with cabal2obs.
-
--------------------------------------------------------------------
-Thu Feb 16 11:38:29 UTC 2017 - psim...@suse.com
-
-- Update to version 0.3 with cabal2obs.

Old:
----
  store-core-0.4.4.2.tar.gz

New:
----
  store-core-0.4.4.3.tar.gz

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

Other differences:
------------------
++++++ ghc-store-core.spec ++++++
--- /var/tmp/diff_new_pack.GVpMXJ/_old  2020-09-15 16:19:42.582103895 +0200
+++ /var/tmp/diff_new_pack.GVpMXJ/_new  2020-09-15 16:19:42.586103898 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-store-core
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %global pkg_name store-core
 Name:           ghc-%{pkg_name}
-Version:        0.4.4.2
+Version:        0.4.4.3
 Release:        0
 Summary:        Fast and lightweight binary serialization
 License:        MIT
@@ -26,7 +26,6 @@
 Source0:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-bytestring-devel
-BuildRequires:  ghc-fail-devel
 BuildRequires:  ghc-primitive-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-text-devel
@@ -46,7 +45,7 @@
 This package provides the Haskell %{pkg_name} library development files.
 
 %prep
-%setup -q -n %{pkg_name}-%{version}
+%autosetup -n %{pkg_name}-%{version}
 
 %build
 %ghc_lib_build

++++++ store-core-0.4.4.2.tar.gz -> store-core-0.4.4.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/store-core-0.4.4.2/ChangeLog.md 
new/store-core-0.4.4.3/ChangeLog.md
--- old/store-core-0.4.4.2/ChangeLog.md 2019-10-23 07:03:52.000000000 +0200
+++ new/store-core-0.4.4.3/ChangeLog.md 2020-08-05 18:19:53.000000000 +0200
@@ -1,5 +1,9 @@
 # ChangeLog
 
+## 0.4.4.3
+
+* Now only depends on `fail` shim for `ghc < 8`.
+
 ## 0.4.4.2
 
 * Build fixed for GHC-7.10. See
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/store-core-0.4.4.2/store-core.cabal 
new/store-core-0.4.4.3/store-core.cabal
--- old/store-core-0.4.4.2/store-core.cabal     2019-10-23 07:08:28.000000000 
+0200
+++ new/store-core-0.4.4.3/store-core.cabal     2020-08-05 18:21:19.000000000 
+0200
@@ -1,18 +1,18 @@
 cabal-version: 1.12
 
--- This file has been generated from package.yaml by hpack version 0.31.1.
+-- This file has been generated from package.yaml by hpack version 0.33.0.
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: ed1237981dc8b63fe043a7bf62722089e690e398de1cd3fc631ccd2272dc0972
+-- hash: 3b414099f0560325ada5afd382ceb6e4845aba6bfc4c0dddc05d44acb3020f27
 
 name:           store-core
-version:        0.4.4.2
+version:        0.4.4.3
 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 <sl...@fpcomplete.com>
+maintainer:     Michael Sloan <mgsl...@gmail.com>
 copyright:      2016 FP Complete
 license:        MIT
 license-file:   LICENSE
@@ -39,7 +39,6 @@
   build-depends:
       base >=4.7 && <5
     , bytestring >=0.10.4.0 && <1.0
-    , fail >=4.9
     , ghc-prim >=0.3.1.0 && <1.0
     , primitive >=0.6 && <1.0
     , text >=1.2.0.4 && <2.0
@@ -48,5 +47,5 @@
     cpp-options: -DALIGNED_MEMORY
   if impl(ghc < 8.0)
     build-depends:
-        fail
+        fail >=4.9
   default-language: Haskell2010


Reply via email to