commit ghc-pipes-network for openSUSE:Factory

2017-09-15 Thread root
Hello community,

here is the log from the commit of package ghc-pipes-network for 
openSUSE:Factory checked in at 2017-09-15 22:05:14

Comparing /work/SRC/openSUSE:Factory/ghc-pipes-network (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-pipes-network.new (New)


Package is "ghc-pipes-network"

Fri Sep 15 22:05:14 2017 rev:3 rq:525177 version:0.6.4.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-pipes-network/ghc-pipes-network.changes  
2017-02-11 01:41:40.304873666 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-pipes-network.new/ghc-pipes-network.changes 
2017-09-15 22:05:15.311705034 +0200
@@ -1,0 +2,5 @@
+Thu Aug  3 15:38:38 UTC 2017 - psim...@suse.com
+
+- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
+
+---



Other differences:
--
++ ghc-pipes-network.spec ++
--- /var/tmp/diff_new_pack.tFBPc5/_old  2017-09-15 22:05:15.971612054 +0200
+++ /var/tmp/diff_new_pack.tFBPc5/_new  2017-09-15 22:05:15.975611491 +0200
@@ -22,8 +22,8 @@
 Release:0
 Summary:Use network sockets together with the pipes library
 License:BSD-3-Clause
-Group:  Development/Languages/Other
-Url:https://hackage.haskell.org/package/%{pkg_name}
+Group:  Development/Libraries/Haskell
+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
@@ -34,7 +34,6 @@
 BuildRequires:  ghc-pipes-safe-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-transformers-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Use network sockets together with the 'pipes' library.
@@ -55,7 +54,7 @@
 
 %package devel
 Summary:Haskell %{pkg_name} library development files
-Group:  Development/Libraries/Other
+Group:  Development/Libraries/Haskell
 Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
@@ -81,10 +80,9 @@
 %ghc_pkg_recache
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
 %doc LICENSE
 
 %files devel -f %{name}-devel.files
-%defattr(-,root,root,-)
+%doc README.md changelog.md
 
 %changelog




commit ghc-pipes-network for openSUSE:Factory

2017-02-10 Thread root
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.0 +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 - psim...@suse.com
+
+- 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