Hello community,
here is the log from the commit of package ghc-bytestring-progress for
openSUSE:Factory checked in at 2017-03-31 15:07:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-bytestring-progress (Old)
and /work/SRC/openSUSE:Factory/.ghc-bytestring-progress.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-bytestring-progress"
Fri Mar 31 15:07:33 2017 rev:2 rq:482172 version:1.0.7
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-bytestring-progress/ghc-bytestring-progress.changes
2017-03-16 09:35:40.200581577 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-bytestring-progress.new/ghc-bytestring-progress.changes
2017-03-31 15:07:34.588595105 +0200
@@ -1,0 +2,5 @@
+Tue Oct 11 08:49:34 UTC 2016 - [email protected]
+
+- Update to version 1.0.7 with cabal2obs.
+
+-------------------------------------------------------------------
Old:
----
bytestring-progress-1.0.6.tar.gz
New:
----
bytestring-progress-1.0.7.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-bytestring-progress.spec ++++++
--- /var/tmp/diff_new_pack.Aq3GpD/_old 2017-03-31 15:07:35.328490501 +0200
+++ /var/tmp/diff_new_pack.Aq3GpD/_new 2017-03-31 15:07:35.332489935 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-bytestring-progress
#
-# 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
@@ -18,7 +18,7 @@
%global pkg_name bytestring-progress
Name: ghc-%{pkg_name}
-Version: 1.0.6
+Version: 1.0.7
Release: 0
Summary: A library for tracking the consumption of a lazy ByteString
License: BSD-3-Clause
++++++ bytestring-progress-1.0.6.tar.gz -> bytestring-progress-1.0.7.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/bytestring-progress-1.0.6/System/ProgressBar/ByteString.hs
new/bytestring-progress-1.0.7/System/ProgressBar/ByteString.hs
--- old/bytestring-progress-1.0.6/System/ProgressBar/ByteString.hs
2016-06-06 20:28:32.000000000 +0200
+++ new/bytestring-progress-1.0.7/System/ProgressBar/ByteString.hs
2016-10-03 01:10:17.000000000 +0200
@@ -10,7 +10,7 @@
import Data.ByteString.Lazy.Progress
import System.IO(Handle,hSetBuffering,hPutChar,hPutStr,BufferMode(..))
import System.IO(openFile,hFileSize,IOMode(..))
-import System.ProgressBar
+import System.ProgressBar(Label, mkProgressBar)
type ℤ = Integer
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/bytestring-progress-1.0.6/bytestring-progress.cabal
new/bytestring-progress-1.0.7/bytestring-progress.cabal
--- old/bytestring-progress-1.0.6/bytestring-progress.cabal 2016-06-06
20:28:32.000000000 +0200
+++ new/bytestring-progress-1.0.7/bytestring-progress.cabal 2016-10-03
01:10:17.000000000 +0200
@@ -1,5 +1,5 @@
Name: bytestring-progress
-Version: 1.0.6
+Version: 1.0.7
Build-Type: Simple
Cabal-Version: >= 1.6
License: BSD3
@@ -29,7 +29,7 @@
Exposed-Modules: Data.ByteString.Lazy.Progress
if flag(use-system-progressbar)
- Build-Depends: terminal-progress-bar >= 0.0.1 && < 0.0.2
+ Build-Depends: terminal-progress-bar >= 0.0.1 && < 0.2.0
Exposed-Modules: System.ProgressBar.ByteString