Hello community,

here is the log from the commit of package ghc-storable-endian for 
openSUSE:Factory checked in at 2017-06-21 13:55:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-storable-endian (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-storable-endian.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-storable-endian"

Wed Jun 21 13:55:55 2017 rev:2 rq:504678 version:0.2.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-storable-endian/ghc-storable-endian.changes  
2017-04-12 18:09:12.141463943 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-storable-endian.new/ghc-storable-endian.changes 
    2017-06-21 13:55:57.929747668 +0200
@@ -1,0 +2,5 @@
+Mon Jun 12 09:41:42 UTC 2017 - [email protected]
+
+- Update to version 0.2.6 revision 1.
+
+-------------------------------------------------------------------

New:
----
  storable-endian.cabal

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

Other differences:
------------------
++++++ ghc-storable-endian.spec ++++++
--- /var/tmp/diff_new_pack.1Du0wn/_old  2017-06-21 13:55:59.753490413 +0200
+++ /var/tmp/diff_new_pack.1Du0wn/_new  2017-06-21 13:55:59.757489848 +0200
@@ -25,6 +25,7 @@
 Group:          Development/Languages/Other
 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-byteorder-devel
 BuildRequires:  ghc-rpm-macros
@@ -47,6 +48,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ storable-endian.cabal ++++++
Name: storable-endian
Version: 0.2.6
x-revision: 1
License: BSD3
License-file: LICENSE
Copyright: Eugene Kirpichov, 2010
Author: Eugene Kirpichov <[email protected]>
Maintainer: Eugene Kirpichov <[email protected]>
Synopsis: Storable instances with endianness
Description: Storable instances with endianness
Category: Data
Cabal-Version: >= 1.6
Build-Type: Simple
Source-repository head
  type: git
  location: git://github.com/jkff/storable-endian

flag splitbase
  description: Choose the new smaller, split-up base package.

library 
  build-depends: base >= 4.6
  if flag(splitbase)
    Build-Depends: base >= 3 && < 5
  else
    Build-Depends: base < 3

  Build-Depends: byteorder
  Exposed-Modules: Data.Storable.Endian
  Extensions: 
    MagicHash
   ,CPP

Reply via email to