commit ghc-process-extras for openSUSE:Factory

2017-09-15 Thread root
Hello community,

here is the log from the commit of package ghc-process-extras for 
openSUSE:Factory checked in at 2017-09-15 22:06:46

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


Package is "ghc-process-extras"

Fri Sep 15 22:06:46 2017 rev:5 rq:525222 version:0.7.2

Changes:

--- /work/SRC/openSUSE:Factory/ghc-process-extras/ghc-process-extras.changes
2017-07-05 23:59:33.922706980 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-process-extras.new/ghc-process-extras.changes   
2017-09-15 22:06:47.890660990 +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-process-extras.spec ++
--- /var/tmp/diff_new_pack.hTH9qt/_old  2017-09-15 22:06:48.422586044 +0200
+++ /var/tmp/diff_new_pack.hTH9qt/_new  2017-09-15 22:06:48.426585481 +0200
@@ -23,8 +23,8 @@
 Release:0
 Summary:Process extras
 License:MIT
-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
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-ListLike-devel
@@ -36,7 +36,6 @@
 BuildRequires:  ghc-process-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-text-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-HUnit-devel
 %endif
@@ -49,7 +48,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}
@@ -77,11 +76,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
 
 %changelog




commit ghc-process-extras for openSUSE:Factory

2017-07-05 Thread root
Hello community,

here is the log from the commit of package ghc-process-extras for 
openSUSE:Factory checked in at 2017-07-05 23:59:32

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


Package is "ghc-process-extras"

Wed Jul  5 23:59:32 2017 rev:4 rq:506846 version:0.7.2

Changes:

--- /work/SRC/openSUSE:Factory/ghc-process-extras/ghc-process-extras.changes
2017-03-14 10:05:50.250405216 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-process-extras.new/ghc-process-extras.changes   
2017-07-05 23:59:33.922706980 +0200
@@ -1,0 +2,5 @@
+Mon Jun 19 20:51:49 UTC 2017 - psim...@suse.com
+
+- Update to version 0.7.2.
+
+---

Old:

  process-extras-0.7.1.tar.gz

New:

  process-extras-0.7.2.tar.gz



Other differences:
--
++ ghc-process-extras.spec ++
--- /var/tmp/diff_new_pack.0LSdUp/_old  2017-07-05 23:59:35.474488379 +0200
+++ /var/tmp/diff_new_pack.0LSdUp/_new  2017-07-05 23:59:35.478487815 +0200
@@ -19,7 +19,7 @@
 %global pkg_name process-extras
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.7.1
+Version:0.7.2
 Release:0
 Summary:Process extras
 License:MIT

++ process-extras-0.7.1.tar.gz -> process-extras-0.7.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/process-extras-0.7.1/Tests.hs 
new/process-extras-0.7.2/Tests.hs
--- old/process-extras-0.7.1/Tests.hs   2016-12-05 20:06:55.0 +0100
+++ new/process-extras-0.7.2/Tests.hs   2017-06-14 20:19:58.0 +0200
@@ -37,7 +37,7 @@
 dir = "/usr/share/doc/cron"
 
 cmd :: CreateProcess
-cmd = shell "echo a; echo b 1>&2; echo -n c"
+cmd = shell "echo a; echo b 1>&2; printf c"
 
 omitProcessHandle :: [Chunk a] -> [Chunk a]
 omitProcessHandle [] = []
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/process-extras-0.7.1/process-extras.cabal 
new/process-extras-0.7.2/process-extras.cabal
--- old/process-extras-0.7.1/process-extras.cabal   2016-12-05 
20:06:55.0 +0100
+++ new/process-extras-0.7.2/process-extras.cabal   2017-06-14 
20:19:58.0 +0200
@@ -1,5 +1,5 @@
 Name:   process-extras
-Version:0.7.1
+Version:0.7.2
 Synopsis:   Process extras
 Description:Extends .
 Read process input and output as ByteStrings or




commit ghc-process-extras for openSUSE:Factory

2017-03-14 Thread root
Hello community,

here is the log from the commit of package ghc-process-extras for 
openSUSE:Factory checked in at 2017-03-14 10:05:49

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


Package is "ghc-process-extras"

Tue Mar 14 10:05:49 2017 rev:3 rq:461675 version:0.7.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-process-extras/ghc-process-extras.changes
2016-11-24 21:24:18.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-process-extras.new/ghc-process-extras.changes   
2017-03-14 10:05:50.250405216 +0100
@@ -1,0 +2,5 @@
+Sun Feb 12 14:16:54 UTC 2017 - psim...@suse.com
+
+- Update to version 0.7.1 with cabal2obs.
+
+---

Old:

  process-extras-0.4.1.4.tar.gz

New:

  process-extras-0.7.1.tar.gz



Other differences:
--
++ ghc-process-extras.spec ++
--- /var/tmp/diff_new_pack.yL0KST/_old  2017-03-14 10:05:50.762332727 +0100
+++ /var/tmp/diff_new_pack.yL0KST/_new  2017-03-14 10:05:50.766332161 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-process-extras
 #
-# 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
@@ -17,8 +17,9 @@
 
 
 %global pkg_name process-extras
+%bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.4.1.4
+Version:0.7.1
 Release:0
 Summary:Process extras
 License:MIT
@@ -28,12 +29,17 @@
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-ListLike-devel
 BuildRequires:  ghc-bytestring-devel
+BuildRequires:  ghc-data-default-devel
 BuildRequires:  ghc-deepseq-devel
 BuildRequires:  ghc-generic-deriving-devel
+BuildRequires:  ghc-mtl-devel
 BuildRequires:  ghc-process-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-text-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if %{with tests}
+BuildRequires:  ghc-HUnit-devel
+%endif
 
 %description
 Extends . Read process input and
@@ -61,6 +67,9 @@
 %install
 %ghc_lib_install
 
+%check
+%cabal_test
+
 %post devel
 %ghc_pkg_recache
 

++ process-extras-0.4.1.4.tar.gz -> process-extras-0.7.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/process-extras-0.4.1.4/.ghci 
new/process-extras-0.7.1/.ghci
--- old/process-extras-0.4.1.4/.ghci2016-05-15 18:23:39.0 +0200
+++ new/process-extras-0.7.1/.ghci  2016-12-05 20:06:55.0 +0100
@@ -1,4 +1,7 @@
 :set -isrc
+:set -XFlexibleContexts
 :set -DMIN_VERSION_deepseq(a,b,c)=1
 :set -DMIN_VERSION_bytestring(a,b,c)=1
-:load System.Process.ListLike
+:set -DMIN_VERSION_base(a,b,c)=1
+:load Tests
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/process-extras-0.4.1.4/.travis.yml 
new/process-extras-0.7.1/.travis.yml
--- old/process-extras-0.4.1.4/.travis.yml  2016-05-15 18:23:39.0 
+0200
+++ new/process-extras-0.7.1/.travis.yml2016-12-05 20:06:55.0 
+0100
@@ -13,9 +13,6 @@
 
 matrix:
   include:
-- env: CABALVER=1.16 GHCVER=7.4.2
-  compiler: ": #GHC 7.4.2"
-  addons: {apt: {packages: [cabal-install-1.16,ghc-7.4.2], sources: 
[hvr-ghc]}}
 - env: CABALVER=1.16 GHCVER=7.6.3
   compiler: ": #GHC 7.6.3"
   addons: {apt: {packages: [cabal-install-1.16,ghc-7.6.3], sources: 
[hvr-ghc]}}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/process-extras-0.4.1.4/README.md 
new/process-extras-0.7.1/README.md
--- old/process-extras-0.4.1.4/README.md2016-05-15 18:23:39.0 
+0200
+++ new/process-extras-0.7.1/README.md  2016-12-05 20:06:55.0 +0100
@@ -1,10 +1,14 @@
-# About
+# What is process-extras
 
-Extra functionality for the [Process 
library](http://hackage.haskell.org/package/process).
-
- * Read process input and output as ByteStrings or Text, or write your own 
ProcessOutput instance.
- * Lazy process input and output (i.e. read output from processes that run 
forever.)
- * ProcessMaker class for more flexibility in the process creation API.
+You might want to use this package if
+ * You want to read and write ByteStrings or Text to a process rather
+   than just Strings
+ * You want to read output from a non-terminating process (e.g. yes(1))
+ * You want more flexibility in process creation
+ * You want various types of progress output from the process to the
+   console before capturing its output - indented and prefixed output,

commit ghc-process-extras for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package ghc-process-extras for 
openSUSE:Factory checked in at 2016-11-24 21:24:17

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


Package is "ghc-process-extras"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-process-extras/ghc-process-extras.changes
2016-11-15 17:56:52.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-process-extras.new/ghc-process-extras.changes   
2016-11-24 21:24:18.0 +0100
@@ -1,0 +2,5 @@
+Thu Sep 15 06:55:19 UTC 2016 - psim...@suse.com
+
+- Update to version 0.4.1.4 revision 0 with cabal2obs.
+
+---

Old:

  process-extras-0.3.3.8.tar.gz

New:

  process-extras-0.4.1.4.tar.gz



Other differences:
--
++ ghc-process-extras.spec ++
--- /var/tmp/diff_new_pack.qLuvRt/_old  2016-11-24 21:24:19.0 +0100
+++ /var/tmp/diff_new_pack.qLuvRt/_new  2016-11-24 21:24:19.0 +0100
@@ -18,15 +18,14 @@
 
 %global pkg_name process-extras
 Name:   ghc-%{pkg_name}
-Version:0.3.3.8
+Version:0.4.1.4
 Release:0
 Summary:Process extras
 License:MIT
-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-ListLike-devel
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-deepseq-devel
@@ -35,7 +34,6 @@
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-text-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 Extends . Read process input and
@@ -57,15 +55,12 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 
@@ -78,6 +73,6 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
-%doc README.md
+%doc README.md changelog
 
 %changelog

++ process-extras-0.3.3.8.tar.gz -> process-extras-0.4.1.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/process-extras-0.3.3.8/.ghci 
new/process-extras-0.4.1.4/.ghci
--- old/process-extras-0.3.3.8/.ghci1970-01-01 01:00:00.0 +0100
+++ new/process-extras-0.4.1.4/.ghci2016-05-15 18:23:39.0 +0200
@@ -0,0 +1,4 @@
+:set -isrc
+:set -DMIN_VERSION_deepseq(a,b,c)=1
+:set -DMIN_VERSION_bytestring(a,b,c)=1
+:load System.Process.ListLike
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/process-extras-0.3.3.8/README.md 
new/process-extras-0.4.1.4/README.md
--- old/process-extras-0.3.3.8/README.md2016-01-26 22:16:51.0 
+0100
+++ new/process-extras-0.4.1.4/README.md2016-05-15 18:23:39.0 
+0200
@@ -3,11 +3,65 @@
 Extra functionality for the [Process 
library](http://hackage.haskell.org/package/process).
 
  * Read process input and output as ByteStrings or Text, or write your own 
ProcessOutput instance.
- * Lazy process input and output.
+ * Lazy process input and output (i.e. read output from processes that run 
forever.)
  * ProcessMaker class for more flexibility in the process creation API.
 
 # Contributing
 
 This project is available on 
[GitHub](https://github.com/seereason/process-extras). You may contribute 
changes there.
 
-Please report bugs and feature requests using the [GitHub issue 
tracker](https://github.com/ddssff/process-extras/issues).
+Please report bugs and feature requests using the [GitHub issue 
tracker](https://github.com/seereason/process-extras/issues).
+
+# Examples:
+
+The output type of the raw system process functions is ByteString.
+Instances of ListLikeProcessIO are provided to read as type String,
+Text, Lazy Text, ByteString, or Lazy ByteString.  Select by casting
+the result, or by specifying the module containing the specialized
+function:
+
+> :m +System.Process.ListLike Data.ByteString Data.Text.Lazy
+> readCreateProcessWithExitCode (shell "echo 'λ'") mempty :: IO (ExitCode, 
ByteString, ByteString)
+(ExitSuccess,"\206\187\n","")
+> readCreateProcessWithExitCode (shell "echo 'λ'") mempty :: IO (ExitCode, 
Text, Text)
+(ExitSuccess,"\955\n","")
+> readCreateProcessWithExitCode (shell "echo 'λ'") mempty :: IO (ExitCode, 
String, String)
+(ExitSuccess,"\955\n","")
+> System.Process.Text.readCreateProcessWithExitCode (shell "yes | head 
-10") mempty
+(ExitSucces