Hello community,

here is the log from the commit of package ghc-pipes-network for 
openSUSE:Factory checked in at 2017-02-11 01:41:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-pipes-network (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-pipes-network.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-pipes-network"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-pipes-network/ghc-pipes-network.changes      
2016-11-24 21:20:30.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-pipes-network.new/ghc-pipes-network.changes 
2017-02-11 01:41:40.304873666 +0100
@@ -1,0 +2,5 @@
+Mon Jan 23 20:28:11 UTC 2017 - [email protected]
+
+- Update to version 0.6.4.1 revision 1 with cabal2obs.
+
+-------------------------------------------------------------------

New:
----
  pipes-network.cabal

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

Other differences:
------------------
++++++ ghc-pipes-network.spec ++++++
--- /var/tmp/diff_new_pack.CCF2va/_old  2017-02-11 01:41:41.128757412 +0100
+++ /var/tmp/diff_new_pack.CCF2va/_new  2017-02-11 01:41:41.132756848 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-pipes-network
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,9 +22,10 @@
 Release:        0
 Summary:        Use network sockets together with the pipes library
 License:        BSD-3-Clause
-Group:          System/Libraries
+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-bytestring-devel
 BuildRequires:  ghc-network-devel
@@ -65,16 +66,14 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 
@@ -87,6 +86,5 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
-%doc README.md changelog.md
 
 %changelog

++++++ pipes-network.cabal ++++++
name:               pipes-network
version:            0.6.4.1
x-revision: 1
license:            BSD3
license-file:       LICENSE
copyright:          Copyright (c) Renzo Carbonara 2012-2016, Paolo Capriotti 
2012-2012.
author:             Renzo Carbonara
maintainer:         renzocarbonaraλgmail.com
stability:          Experimental
tested-with:        GHC == 8.0.1
homepage:           https://github.com/k0001/pipes-network
bug-reports:        https://github.com/k0001/pipes-network/issues
category:           Pipes, Network
build-type:         Simple
synopsis:           Use network sockets together with the pipes library.
cabal-version:      >=1.8
extra-source-files: README.md PEOPLE changelog.md
description:
  Use network sockets together with the @pipes@ library.
  .
  This package is organized using the following namespaces:
  .
  * "Pipes.Network.TCP" exports pipes and utilities for using TCP connections in
  a streaming fashion.
  .
  * "Pipes.Network.TCP.Safe" subsumes "Pipes.Network.TCP", exporting pipes and
  functions that allow you to safely establish new TCP connections within a
  pipeline using the @pipes-safe@ facilities. You only need to use this module
  if you want to safely acquire and release operating system resources within a
  pipeline.
  .
  See the @changelog@ file in the source distribution to learn about any
  important changes between version.

source-repository head
    type: git
    location: git://github.com/k0001/pipes-network.git

library
    hs-source-dirs: src
    build-depends:
        base           (==4.*),
        bytestring     (>=0.9.2.1),
        network,
        network-simple (>=0.4.0.1 && <0.5),
        pipes          (>=4.0 && <4.4),
        pipes-safe     (>=2.1 && <2.3),
        transformers   (>=0.2 && <0.6)
    exposed-modules:
        Pipes.Network.TCP
        Pipes.Network.TCP.Safe
    ghc-options: -Wall -O2

Reply via email to