Hello community,

here is the log from the commit of package ghc-io-streams-haproxy for 
openSUSE:Factory checked in at 2017-05-24 16:50:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-io-streams-haproxy (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-io-streams-haproxy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-io-streams-haproxy"

Wed May 24 16:50:57 2017 rev:2 rq:497816 version:1.0.0.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ghc-io-streams-haproxy/ghc-io-streams-haproxy.changes
    2017-04-12 18:07:20.401263635 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-io-streams-haproxy.new/ghc-io-streams-haproxy.changes
       2017-05-24 16:51:53.293708192 +0200
@@ -1,0 +2,5 @@
+Tue May 16 08:45:54 UTC 2017 - [email protected]
+
+- Update to version 1.0.0.1 revision 1 with cabal2obs.
+
+-------------------------------------------------------------------

New:
----
  io-streams-haproxy.cabal

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

Other differences:
------------------
++++++ ghc-io-streams-haproxy.spec ++++++
--- /var/tmp/diff_new_pack.T7EdBe/_old  2017-05-24 16:51:54.349559550 +0200
+++ /var/tmp/diff_new_pack.T7EdBe/_new  2017-05-24 16:51:54.349559550 +0200
@@ -26,6 +26,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-attoparsec-devel
 BuildRequires:  ghc-bytestring-devel
@@ -61,6 +62,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ io-streams-haproxy.cabal ++++++
name:                io-streams-haproxy
version:             1.0.0.1
x-revision: 1
synopsis:            HAProxy protocol 1.5 support for io-streams

description: HAProxy protocol version 1.5 support (see
  <http://haproxy.1wt.eu/download/1.5/doc/proxy-protocol.txt>) for applications
  using io-streams. The proxy protocol allows information about a networked
  peer (like remote address and port) to be propagated through a forwarding
  proxy that is configured to speak this protocol.

homepage:            http://snapframework.com/
license:             BSD3
license-file:        LICENSE
author:              Gregory Collins
maintainer:          [email protected]
copyright:           (c) 2014 Google, Inc. and CONTRIBUTORS
category:            Network, IO-Streams
build-type:          Simple
extra-source-files:
  CONTRIBUTORS,
  cbits/byteorder.c

cabal-version:       >=1.10
Bug-Reports:         https://github.com/snapframework/io-streams-haproxy/issues
Tested-With:         GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3,
                     GHC == 8.0.1

source-repository head
  type:     git
  location: https://github.com/snapframework/io-streams-haproxy.git

library
  hs-source-dirs:    src
  exposed-modules:   System.IO.Streams.Network.HAProxy
  other-modules:     System.IO.Streams.Network.Internal.Address
  c-sources:         cbits/byteorder.c

  build-depends:     base              >= 4.5 && < 4.10,
                     attoparsec        >= 0.7 && < 0.14,
                     bytestring        >= 0.9 && < 0.11,
                     io-streams        >= 1.3 && < 1.5,
                     network           >= 2.3 && < 2.7,
                     transformers      >= 0.3 && < 0.6
  default-language:  Haskell2010

  ghc-options:       -Wall -fwarn-tabs -funbox-strict-fields
                     -fno-warn-unused-do-bind
  if os(windows)
    cpp-options:     -DWINDOWS
    cc-options:      -DWINDOWS

test-suite testsuite
  type:              exitcode-stdio-1.0
  hs-source-dirs:    src test
  Main-is:           TestSuite.hs
  Default-language:  Haskell2010
  c-sources:         cbits/byteorder.c

  ghc-options:       -Wall -fhpc -fwarn-tabs -funbox-strict-fields -threaded
                     -fno-warn-unused-do-bind

  Other-modules:     System.IO.Streams.Network.HAProxy,
                     System.IO.Streams.Network.HAProxy.Tests,
                     System.IO.Streams.Network.Internal.Address

  build-depends:     base,
                     attoparsec,
                     bytestring,
                     io-streams,
                     network,
                     transformers,
                     ------------------------------
                     HUnit                      >= 1.2      && <2,
                     test-framework             >= 0.8.0.3  && <0.9,
                     test-framework-hunit       >= 0.2.7    && <0.4
  if os(windows)
    cpp-options:     -DWINDOWS
    cc-options:      -DWINDOWS

Reply via email to