commit ghc-machines for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-machines for openSUSE:Factory 
checked in at 2017-06-22 10:38:12

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


Package is "ghc-machines"

Thu Jun 22 10:38:12 2017 rev:2 rq:504085 version:0.6.2

Changes:

--- /work/SRC/openSUSE:Factory/ghc-machines/ghc-machines.changes
2017-05-09 18:09:44.544997151 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-machines.new/ghc-machines.changes   
2017-06-22 10:38:14.223859958 +0200
@@ -1,0 +2,5 @@
+Sat May 27 12:27:50 UTC 2017 - psim...@suse.com
+
+- Update to version 0.6.2 revision 1.
+
+---

New:

  machines.cabal



Other differences:
--
++ ghc-machines.spec ++
--- /var/tmp/diff_new_pack.hmvFQe/_old  2017-06-22 10:38:14.831774254 +0200
+++ /var/tmp/diff_new_pack.hmvFQe/_new  2017-06-22 10:38:14.835773690 +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-adjunctions-devel
 BuildRequires:  ghc-cabal-doctest-devel
@@ -65,6 +66,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ machines.cabal ++
name:  machines
category:  Control, Enumerator
version:   0.6.2
x-revision: 1
license:   BSD3
cabal-version: >= 1.10
license-file:  LICENSE
author:Edward A. Kmett, Rúnar Bjarnason, Josh Cough
maintainer:Edward A. Kmett 
stability: provisional
homepage:  http://github.com/ekmett/machines/
bug-reports:   http://github.com/ekmett/machines/issues
copyright: Copyright (C) 2012-2015 Edward A. Kmett
synopsis:  Networked stream transducers
description:
  Networked stream transducers
  .
  Rúnar Bjarnason's talk on machines can be downloaded from:
  
build-type:Custom
tested-with:   GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 
8.0.2, GHC == 8.2.1
extra-source-files:
  .travis.yml
  .gitignore
  .vim.custom
  config
  README.markdown
  CHANGELOG.markdown
  examples/LICENSE
  examples/machines-examples.cabal
  examples/*.hs

source-repository head
  type: git
  location: git://github.com/ekmett/machines.git

custom-setup
  setup-depends:
base  >= 4 && < 5,
Cabal,
cabal-doctest >= 1 && < 1.1

library
  build-depends:
adjunctions  >= 4.2   && < 5,
base >= 4.5   && < 5,
comonad  >= 3 && < 6,
containers   >= 0.3   && < 0.6,
distributive < 0.6,
pointed  >= 3 && < 6,
profunctors  >= 3 && < 6,
semigroupoids >= 5&& < 6,
semigroups   >= 0.8.3 && < 1,
transformers >= 0.3   && < 0.6,
transformers-compat >= 0.3,
mtl  >= 2 && < 2.3,
void >= 0.6.1 && < 1

  exposed-modules:
Data.Machine
Data.Machine.Is
Data.Machine.Fanout
Data.Machine.Lift
Data.Machine.Mealy
Data.Machine.MealyT
Data.Machine.Moore
Data.Machine.Process
Data.Machine.Plan
Data.Machine.Runner
Data.Machine.Source
Data.Machine.Stack
Data.Machine.Tee
Data.Machine.Type
Data.Machine.Wye
Data.Machine.Group
Data.Machine.Pipe

  default-language: Haskell2010
  other-extensions:
FlexibleInstances
GADTs
MultiParamTypeClasses
Rank2Types
UndecidableInstances

  ghc-options: -Wall -fwarn-tabs -O2 -fdicts-cheap -funbox-strict-fields
  hs-source-dirs: src

-- Verify the results of the examples
test-suite doctests
  type:exitcode-stdio-1.0
  main-is: doctests.hs
  default-language: Haskell2010
  build-depends:
base== 4.*,
doctest >= 0.11.1 && < 0.12
  ghc-options: -Wall -threaded
  hs-source-dirs: tests

benchmark benchmarks
  default-language: Haskell2010
  type: exitcode-stdio-1.0
  hs-source-dirs:   benchmarks
  main-is:  Benchmarks.hs
  ghc-options:  -O2 -rtsopts -threaded

  build-depends:
base== 4.*,
conduit >= 1.0   && < 1.3,
conduit-combinators >= 0.2.5 && < 1.2,
criterion   >= 0.6   && < 1.3,
machines,
mtl >= 2 && < 2.3,
pipes   >= 4 && < 4.4



commit ghc-machines for openSUSE:Factory

2017-05-09 Thread root
Hello community,

here is the log from the commit of package ghc-machines for openSUSE:Factory 
checked in at 2017-05-09 18:09:40

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


Package is "ghc-machines"

Tue May  9 18:09:40 2017 rev:1 rq:493573 version:0.6.2

Changes:

New Changes file:

--- /dev/null   2017-03-01 00:40:19.279048016 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-machines.new/ghc-machines.changes   
2017-05-09 18:09:44.544997151 +0200
@@ -0,0 +1,15 @@
+---
+Wed May  3 08:24:09 UTC 2017 - psim...@suse.com
+
+- Update to version 0.6.2 with cabal2obs.
+
+---
+Thu Sep 15 06:44:24 UTC 2016 - psim...@suse.com
+
+- Update to version 0.6.1 revision 0 with cabal2obs.
+
+---
+Sun Jul 10 17:04:16 UTC 2016 - psim...@suse.com
+
+- Update to version 0.5.1 revision 1 with cabal2obs.
+

New:

  ghc-machines.changes
  ghc-machines.spec
  machines-0.6.2.tar.gz



Other differences:
--
++ ghc-machines.spec ++
#
# spec file for package ghc-machines
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%global pkg_name machines
%bcond_with tests
Name:   ghc-%{pkg_name}
Version:0.6.2
Release:0
Summary:Networked stream transducers
License:BSD-3-Clause
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
BuildRequires:  ghc-Cabal-devel
BuildRequires:  ghc-adjunctions-devel
BuildRequires:  ghc-cabal-doctest-devel
BuildRequires:  ghc-comonad-devel
BuildRequires:  ghc-containers-devel
BuildRequires:  ghc-distributive-devel
BuildRequires:  ghc-mtl-devel
BuildRequires:  ghc-pointed-devel
BuildRequires:  ghc-profunctors-devel
BuildRequires:  ghc-rpm-macros
BuildRequires:  ghc-semigroupoids-devel
BuildRequires:  ghc-semigroups-devel
BuildRequires:  ghc-transformers-compat-devel
BuildRequires:  ghc-transformers-devel
BuildRequires:  ghc-void-devel
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%if %{with tests}
BuildRequires:  ghc-doctest-devel
%endif

%description
Networked stream transducers

Rúnar Bjarnason's talk on machines can be downloaded from:
.

%package devel
Summary:Haskell %{pkg_name} library development files
Group:  Development/Libraries/Other
Requires:   %{name} = %{version}-%{release}
Requires:   ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}

%description devel
This package provides the Haskell %{pkg_name} library development files.

%prep
%setup -q -n %{pkg_name}-%{version}

%build
%ghc_lib_build

%install
%ghc_lib_install

%check
%cabal_test

%post devel
%ghc_pkg_recache

%postun devel
%ghc_pkg_recache

%files -f %{name}.files
%defattr(-,root,root,-)
%doc LICENSE

%files devel -f %{name}-devel.files
%defattr(-,root,root,-)
%doc CHANGELOG.markdown README.markdown examples

%changelog