Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-network-byte-order for 
openSUSE:Factory checked in at 2021-03-10 08:55:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-network-byte-order (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-network-byte-order.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-network-byte-order"

Wed Mar 10 08:55:11 2021 rev:5 rq:877656 version:0.1.6

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ghc-network-byte-order/ghc-network-byte-order.changes
    2020-12-22 11:43:18.313710058 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-network-byte-order.new.2378/ghc-network-byte-order.changes
  2021-03-10 08:57:18.770892547 +0100
@@ -1,0 +2,6 @@
+Mon Feb 15 09:42:51 UTC 2021 - [email protected]
+
+- Update network-byte-order to version 0.1.6 revision 1.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

New:
----
  network-byte-order.cabal

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

Other differences:
------------------
++++++ ghc-network-byte-order.spec ++++++
--- /var/tmp/diff_new_pack.BojRsx/_old  2021-03-10 08:57:19.394893191 +0100
+++ /var/tmp/diff_new_pack.BojRsx/_new  2021-03-10 08:57:19.398893196 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-network-byte-order
 #
-# 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-bytestring-devel
 BuildRequires:  ghc-rpm-macros
@@ -49,6 +50,7 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ network-byte-order.cabal ++++++
-- Initial network-byte-order.cabal generated by cabal init.  For further
-- documentation, see http://haskell.org/cabal/users-guide/

name:                network-byte-order
version:             0.1.6
x-revision: 1
synopsis:            Network byte order utilities
description:         Peek and poke functions for network byte order.
license:             BSD3
license-file:        LICENSE
author:              Kazu Yamamoto
maintainer:          [email protected]
-- copyright:
category:            Network
build-type:          Simple
-- extra-source-files:  ChangeLog.md
cabal-version:       >= 1.10

library
  ghc-options:         -Wall
  exposed-modules:     Network.ByteOrder
  -- other-modules:
  -- other-extensions:
  build-depends:       base >= 4.9 && < 5
                     , bytestring
  -- hs-source-dirs:
  default-language:    Haskell2010
  if impl(ghc >= 8)
      default-extensions:  Strict StrictData

test-suite doctest
  type:                 exitcode-stdio-1.0
  default-language:     Haskell2010
  hs-source-dirs:       test
  ghc-options:          -Wall
  main-is:              doctests.hs
  build-depends:        base
                      , bytestring
                      , doctest

source-repository head
  type:     git
  location: git://github.com/kazu-yamamoto/network-byte-order.git

Reply via email to