Hello community,

here is the log from the commit of package ghc-pipes-cliff for openSUSE:Factory 
checked in at 2016-11-02 12:47:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-pipes-cliff (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-pipes-cliff.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-pipes-cliff"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-pipes-cliff/ghc-pipes-cliff.changes  
2016-10-22 13:16:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-pipes-cliff.new/ghc-pipes-cliff.changes     
2016-11-02 12:47:06.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Sep 15 06:39:26 UTC 2016 - [email protected]
+
+- Update to version 0.12.0.0 revision 0 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  pipes-cliff-0.10.0.4.tar.gz

New:
----
  pipes-cliff-0.12.0.0.tar.gz

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

Other differences:
------------------
++++++ ghc-pipes-cliff.spec ++++++
--- /var/tmp/diff_new_pack.oicIWp/_old  2016-11-02 12:47:07.000000000 +0100
+++ /var/tmp/diff_new_pack.oicIWp/_new  2016-11-02 12:47:07.000000000 +0100
@@ -18,15 +18,14 @@
 
 %global pkg_name pipes-cliff
 Name:           ghc-%{pkg_name}
-Version:        0.10.0.4
+Version:        0.12.0.0
 Release:        0
 Summary:        Streaming to and from subprocesses using Pipes
 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
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-async-devel
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-pipes-devel
@@ -34,8 +33,8 @@
 BuildRequires:  ghc-process-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-stm-devel
+BuildRequires:  ghc-unix-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 Pipes-cliff helps you spawn subprocesses and send data to and from them with
@@ -67,15 +66,12 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 

++++++ pipes-cliff-0.10.0.4.tar.gz -> pipes-cliff-0.12.0.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pipes-cliff-0.10.0.4/LICENSE 
new/pipes-cliff-0.12.0.0/LICENSE
--- old/pipes-cliff-0.10.0.4/LICENSE    2015-07-15 02:18:46.000000000 +0200
+++ new/pipes-cliff-0.12.0.0/LICENSE    2016-07-16 21:32:52.000000000 +0200
@@ -1,24 +1,22 @@
-Copyright (c) 2015 Omari Norman.
+Copyright (c) 2016 Omari Norman
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are
 met:
 
-    * Redistributions of source code must retain the above copyright
-    notice, this list of conditions and the following disclaimer.
+1. Redistributions of source code must retain the above copyright
+notice, this list of conditions and the following disclaimer.
 
-    * Redistributions in binary form must reproduce the above copyright
-    notice, this list of conditions and the following disclaimer in
-    the documentation and/or other materials provided with the
-    distribution.
+2. Redistributions in binary form must reproduce the above copyright
+notice, this list of conditions and the following disclaimer in the
+documentation and/or other materials provided with the distribution.
 
-    * Neither the name of Omari Norman nor the names of contributors
-    to this software may be used to endorse or promote products
-    derived from this software without specific prior written
-    permission.
+3. Neither the name of the copyright holder nor the names of its
+contributors may be used to endorse or promote products derived from
+this software without specific prior written permission.
 
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS
 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pipes-cliff-0.10.0.4/README.md 
new/pipes-cliff-0.12.0.0/README.md
--- old/pipes-cliff-0.10.0.4/README.md  2015-07-15 02:18:46.000000000 +0200
+++ new/pipes-cliff-0.12.0.0/README.md  2016-07-16 21:32:52.000000000 +0200
@@ -86,3 +86,17 @@
 Also, look at this discussion on the Pipes mailing list:
 
 https://groups.google.com/d/msg/haskell-pipes/JFfyquj5HAg/Lxz7p50JOh4J
+
+## License
+
+This package is released under the BSD3 license. Please see the LICENSE file.
+
+## Building this project
+
+The Cabal file for this project is generated using the Cartel package.
+To generate the Cabal file, simply run `sh buildprep`.
+You must run this command from the project's main directory.
+You will need to have the `stack` program installed.
+
+Stack is available at:
+http://www.haskellstack.org
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pipes-cliff-0.10.0.4/lib/Pipes/Cliff/Core.hs 
new/pipes-cliff-0.12.0.0/lib/Pipes/Cliff/Core.hs
--- old/pipes-cliff-0.10.0.4/lib/Pipes/Cliff/Core.hs    2015-07-15 
02:18:46.000000000 +0200
+++ new/pipes-cliff-0.12.0.0/lib/Pipes/Cliff/Core.hs    2016-07-16 
21:32:52.000000000 +0200
@@ -30,6 +30,7 @@
 import qualified Control.Exception
 import Control.Monad
 import Control.Concurrent.STM
+import qualified System.Posix as Px
 
 -- * Data types
 
@@ -184,6 +185,25 @@
   -- ^ See 'System.Process.delegate_ctlc' in the "System.Process"
   -- module for details.
 
+  , detach_console :: Bool
+  -- ^ Use the windows DETACHED_PROCESS flag when creating the
+  -- process; does nothing on other platforms.
+
+  , create_new_console :: Bool
+  -- ^ Use the windows CREATE_NEW_CONSOLE flag when creating the
+  -- process; does nothing on other platforms.
+
+  , new_session :: Bool
+  -- ^ Use posix setsid to start the new process in a new session;
+  -- does nothing on other platforms.
+
+  , child_group :: Maybe Px.GroupID
+  -- ^ Use posix setgid to set child process's group id; does nothing
+  -- on other platforms.
+
+  , child_user :: Maybe Px.UserID
+  -- ^Use posix setuid to set child process's user id; does nothing on other 
platforms. 
+
   , handler :: Oopsie -> IO ()
   -- ^ Whenever an IO exception arises during the course of various
   -- IO actions, the exception is caught and placed into an 'Oopsie'
@@ -239,7 +259,10 @@
 --
 -- * no new process group is created
 --
--- * 'delegate_ctlc' is 'False'
+-- * 'delegate_ctlc', 'detach_console', 'create_new_console', and
+-- 'new_session' are all 'False'
+--
+-- * 'child_group' and 'child_user' are both 'Nothing'
 --
 -- * 'handler' is 'defaultHandler'
 
@@ -256,6 +279,11 @@
   , close_fds = False
   , create_group = False
   , delegate_ctlc = False
+  , detach_console = False
+  , create_new_console = False
+  , new_session = False
+  , child_group = Nothing
+  , child_user = Nothing
   , handler = defaultHandler
   }
 
@@ -275,6 +303,11 @@
   , Process.close_fds = close_fds a
   , Process.create_group = create_group a
   , Process.delegate_ctlc = delegate_ctlc a
+  , Process.detach_console = detach_console a
+  , Process.create_new_console = create_new_console a
+  , Process.new_session = new_session a
+  , Process.child_group = child_group a
+  , Process.child_user = child_user a
   }
   where
     conv = convertNonPipe
@@ -629,7 +662,7 @@
 -- effect, the IO action creating the 'ProcessHandle' is viewed, meaning that
 -- the process will launch if it hasn't already done so.
 initHandle
-  :: (MonadSafe mi, MonadCatch (Base mi))
+  :: MonadSafe mi
   => HandleDesc
   -- ^ Used for error messages
   -> (Console -> Handle)
@@ -743,7 +776,7 @@
 -- if the 'Proxy' has shut down.  Let the thread terminate through
 -- mailbox closure or a broken pipe.
 runInputHandle
-  :: (MonadSafe mi, MonadCatch (Base mi))
+  :: MonadSafe mi
   => ProcessHandle
   -- ^
   -> Consumer ByteString mi ExitCode
@@ -762,7 +795,7 @@
 -- input.  Sets up a mailbox, runs a conveyor in the background.  Then
 -- receives streaming data, and then gets the process exit code.
 runOutputHandle
-  :: (MonadSafe mi, MonadCatch (Base mi))
+  :: MonadSafe mi
   => Outbound
   -- ^
   -> ProcessHandle
@@ -783,7 +816,7 @@
 
 -- | Create a 'Consumer' for standard input.
 pipeInput
-  :: (MonadSafe mi, MonadCatch (Base mi))
+  :: MonadSafe mi
 
   => NonPipe
   -- ^ Standard output
@@ -803,7 +836,7 @@
 
 -- | Create a 'Producer' for standard output.
 pipeOutput
-  :: (MonadSafe mo, MonadCatch (Base mo))
+  :: MonadSafe mo
 
   => NonPipe
   -- ^ Standard input
@@ -823,7 +856,7 @@
 
 -- | Create a 'Producer' for standard error.
 pipeError
-  :: (MonadSafe me, MonadCatch (Base me))
+  :: MonadSafe me
 
   => NonPipe
   -- ^ Standard input
@@ -844,8 +877,7 @@
 -- | Create a 'Consumer' for standard input and a 'Producer' for
 -- standard output.
 pipeInputOutput
-  :: ( MonadSafe mi, MonadCatch (Base mi),
-       MonadSafe mo, MonadCatch (Base mo))
+  :: (MonadSafe mi, MonadSafe mo)
 
   => NonPipe
   -- ^ Standard error
@@ -867,8 +899,7 @@
 -- | Create a 'Consumer' for standard input and a 'Producer' for
 -- standard error.
 pipeInputError
-  :: ( MonadSafe mi, MonadCatch (Base mi),
-       MonadSafe me, MonadCatch (Base me))
+  :: (MonadSafe mi, MonadSafe me)
 
   => NonPipe
 
@@ -890,8 +921,7 @@
 -- | Create a 'Producer' for standard output and a 'Producer' for
 -- standard error.
 pipeOutputError
-  :: ( MonadSafe mo, MonadCatch (Base mo),
-       MonadSafe me, MonadCatch (Base me))
+  :: (MonadSafe mo, MonadSafe me)
 
   => NonPipe
   -- ^ Standard input
@@ -914,9 +944,7 @@
 -- | Create a 'Consumer' for standard input, a 'Producer' for standard
 -- output, and a 'Producer' for standard error.
 pipeInputOutputError
-  :: ( MonadSafe mi, MonadCatch (Base mi),
-       MonadSafe mo, MonadCatch (Base mo),
-       MonadSafe me, MonadCatch (Base me))
+  :: (MonadSafe mi, MonadSafe mo, MonadSafe me)
 
   => CreateProcess
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pipes-cliff-0.10.0.4/pipes-cliff.cabal 
new/pipes-cliff-0.12.0.0/pipes-cliff.cabal
--- old/pipes-cliff-0.10.0.4/pipes-cliff.cabal  2015-07-15 02:18:46.000000000 
+0200
+++ new/pipes-cliff-0.12.0.0/pipes-cliff.cabal  2016-07-16 21:33:25.000000000 
+0200
@@ -2,17 +2,17 @@
 -- Cartel is available at:
 -- http://www.github.com/massysett/cartel
 --
--- Script name used to generate: genCabal.hs
--- Generated on: 2015-07-14 20:18:44.347886 EDT
--- Cartel library version: 0.14.2.6
+-- Script name used to generate: gen-pipes-cliff-cabal
+-- Generated on: 2016-07-16 15:33:25.493728 EDT
+-- Cartel library version: 0.16.0.0
 
 name: pipes-cliff
-version: 0.10.0.4
-cabal-version: >= 1.18
+version: 0.12.0.0
+cabal-version: >= 1.10
 license: BSD3
 license-file: LICENSE
 build-type: Simple
-copyright: Copyright 2015 Omari Norman
+copyright: Copyright (c) 2015-2016 Omari Norman
 author: Omari Norman
 maintainer: [email protected]
 stability: Experimental
@@ -37,29 +37,28 @@
   .
   <https://github.com/massysett/pipes-cliff>
 category: Pipes, Concurrency
-tested-with:
-  GHC == 7.10.1
 extra-source-files:
   README.md
 
 Library
-  exposed-modules:
-    Pipes.Cliff
-    Pipes.Cliff.Core
-    Pipes.Cliff.Examples
-  hs-source-dirs:
-    lib
   build-depends:
-      base >= 4.7.0.0 && < 5
+      base >= 4.9 && < 5
     , pipes >= 4.1
     , pipes-safe >= 2.2
     , bytestring >= 0.10.4
     , process >= 1.2.0.0
     , async >= 2.0
     , stm >= 2.4.4
-  default-language: Haskell2010
+    , unix >= 2.7.2
+  exposed-modules:
+    Pipes.Cliff
+    Pipes.Cliff.Core
+    Pipes.Cliff.Examples
   ghc-options:
     -Wall
+  default-language: Haskell2010
+  hs-source-dirs:
+    lib
 
 source-repository head
   type: git
@@ -69,9 +68,11 @@
   main-is: numsToLess.hs
   if flag(tests)
     buildable: True
-    default-language: Haskell2010
     ghc-options:
       -Wall
+    default-language: Haskell2010
+    hs-source-dirs:
+      lib
     hs-source-dirs:
       lib
       tests
@@ -80,13 +81,14 @@
       Pipes.Cliff.Core
       Pipes.Cliff.Examples
     build-depends:
-        base >= 4.7.0.0 && < 5
+        base >= 4.9 && < 5
       , pipes >= 4.1
       , pipes-safe >= 2.2
       , bytestring >= 0.10.4
       , process >= 1.2.0.0
       , async >= 2.0
       , stm >= 2.4.4
+      , unix >= 2.7.2
     ghc-options:
       -threaded
   else
@@ -96,9 +98,11 @@
   main-is: alphaNumbers.hs
   if flag(tests)
     buildable: True
-    default-language: Haskell2010
     ghc-options:
       -Wall
+    default-language: Haskell2010
+    hs-source-dirs:
+      lib
     hs-source-dirs:
       lib
       tests
@@ -107,13 +111,14 @@
       Pipes.Cliff.Core
       Pipes.Cliff.Examples
     build-depends:
-        base >= 4.7.0.0 && < 5
+        base >= 4.9 && < 5
       , pipes >= 4.1
       , pipes-safe >= 2.2
       , bytestring >= 0.10.4
       , process >= 1.2.0.0
       , async >= 2.0
       , stm >= 2.4.4
+      , unix >= 2.7.2
     ghc-options:
       -threaded
   else
@@ -123,9 +128,11 @@
   main-is: limitedAlphaNumbers.hs
   if flag(tests)
     buildable: True
-    default-language: Haskell2010
     ghc-options:
       -Wall
+    default-language: Haskell2010
+    hs-source-dirs:
+      lib
     hs-source-dirs:
       lib
       tests
@@ -134,13 +141,14 @@
       Pipes.Cliff.Core
       Pipes.Cliff.Examples
     build-depends:
-        base >= 4.7.0.0 && < 5
+        base >= 4.9 && < 5
       , pipes >= 4.1
       , pipes-safe >= 2.2
       , bytestring >= 0.10.4
       , process >= 1.2.0.0
       , async >= 2.0
       , stm >= 2.4.4
+      , unix >= 2.7.2
     ghc-options:
       -threaded
   else
@@ -150,9 +158,11 @@
   main-is: alphaNumbersByteString.hs
   if flag(tests)
     buildable: True
-    default-language: Haskell2010
     ghc-options:
       -Wall
+    default-language: Haskell2010
+    hs-source-dirs:
+      lib
     hs-source-dirs:
       lib
       tests
@@ -161,13 +171,14 @@
       Pipes.Cliff.Core
       Pipes.Cliff.Examples
     build-depends:
-        base >= 4.7.0.0 && < 5
+        base >= 4.9 && < 5
       , pipes >= 4.1
       , pipes-safe >= 2.2
       , bytestring >= 0.10.4
       , process >= 1.2.0.0
       , async >= 2.0
       , stm >= 2.4.4
+      , unix >= 2.7.2
     ghc-options:
       -threaded
   else
@@ -177,9 +188,11 @@
   main-is: standardOutputAndError.hs
   if flag(tests)
     buildable: True
-    default-language: Haskell2010
     ghc-options:
       -Wall
+    default-language: Haskell2010
+    hs-source-dirs:
+      lib
     hs-source-dirs:
       lib
       tests
@@ -188,13 +201,14 @@
       Pipes.Cliff.Core
       Pipes.Cliff.Examples
     build-depends:
-        base >= 4.7.0.0 && < 5
+        base >= 4.9 && < 5
       , pipes >= 4.1
       , pipes-safe >= 2.2
       , bytestring >= 0.10.4
       , process >= 1.2.0.0
       , async >= 2.0
       , stm >= 2.4.4
+      , unix >= 2.7.2
     ghc-options:
       -threaded
   else


Reply via email to