Hello community,
here is the log from the commit of package ghc-terminal-progress-bar for
openSUSE:Factory checked in at 2017-06-21 13:56:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-terminal-progress-bar (Old)
and /work/SRC/openSUSE:Factory/.ghc-terminal-progress-bar.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-terminal-progress-bar"
Wed Jun 21 13:56:00 2017 rev:3 rq:504679 version:0.1.1.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-terminal-progress-bar/ghc-terminal-progress-bar.changes
2017-03-14 10:06:04.288417434 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-terminal-progress-bar.new/ghc-terminal-progress-bar.changes
2017-06-21 13:56:03.988892972 +0200
@@ -1,0 +2,5 @@
+Mon Jun 12 09:41:28 UTC 2017 - [email protected]
+
+- Update to version 0.1.1.1.
+
+-------------------------------------------------------------------
Old:
----
terminal-progress-bar-0.1.1.tar.gz
New:
----
terminal-progress-bar-0.1.1.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-terminal-progress-bar.spec ++++++
--- /var/tmp/diff_new_pack.BlLbK9/_old 2017-06-21 13:56:05.040744599 +0200
+++ /var/tmp/diff_new_pack.BlLbK9/_new 2017-06-21 13:56:05.044744035 +0200
@@ -19,7 +19,7 @@
%global pkg_name terminal-progress-bar
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 0.1.1
+Version: 0.1.1.1
Release: 0
Summary: A simple progress bar in the terminal
License: BSD-3-Clause
@@ -46,7 +46,7 @@
The animated progress bar depends entirely on the interpretation of the
carriage return character ('\r'). If your terminal interprets it as something
-else then "move cursor to beginning of line", the animation won't work.
+else than "move cursor to beginning of line", the animation won't work.
%package devel
Summary: Haskell %{pkg_name} library development files
++++++ terminal-progress-bar-0.1.1.tar.gz ->
terminal-progress-bar-0.1.1.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/terminal-progress-bar-0.1.1/LICENSE
new/terminal-progress-bar-0.1.1.1/LICENSE
--- old/terminal-progress-bar-0.1.1/LICENSE 2016-10-03 10:55:09.000000000
+0200
+++ new/terminal-progress-bar-0.1.1.1/LICENSE 2017-06-11 10:02:45.000000000
+0200
@@ -1,4 +1,4 @@
-Copyright 2012–2016 Roel van Dijk
+Copyright 2012–2017 Roel van Dijk
All rights reserved.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/terminal-progress-bar-0.1.1/terminal-progress-bar.cabal
new/terminal-progress-bar-0.1.1.1/terminal-progress-bar.cabal
--- old/terminal-progress-bar-0.1.1/terminal-progress-bar.cabal 2016-10-03
10:55:09.000000000 +0200
+++ new/terminal-progress-bar-0.1.1.1/terminal-progress-bar.cabal
2017-06-11 10:02:45.000000000 +0200
@@ -1,5 +1,5 @@
name: terminal-progress-bar
-version: 0.1.1
+version: 0.1.1.1
cabal-version: >=1.10
build-type: Simple
stability: provisional
@@ -22,7 +22,7 @@
.
The animated progress bar depends entirely on the interpretation of
the carriage return character (\'\\r\'). If your terminal interprets
- it as something else then \"move cursor to beginning of line\", the
+ it as something else than \"move cursor to beginning of line\", the
animation won't work.
extra-source-files: LICENSE, README.markdown
@@ -44,15 +44,14 @@
ghc-options: -Wall
default-language: Haskell2010
-
test-suite test-terminal-progress-bar
type: exitcode-stdio-1.0
main-is: test.hs
hs-source-dirs: test
ghc-options: -Wall
build-depends: base >= 3.0.3.1 && < 5.0
- , HUnit >= 1.2.4.2 && < 1.4
- , terminal-progress-bar == 0.1.0
+ , HUnit >= 1.2.4.2 && < 1.6
+ , terminal-progress-bar
, test-framework >= 0.3.3 && < 0.9
, test-framework-hunit >= 0.2.6 && < 0.4
default-language: Haskell2010
@@ -63,7 +62,7 @@
ghc-options: -Wall
if flag(example)
build-depends: base >= 3.0.3.1 && < 5.0
- , terminal-progress-bar == 0.1.0
+ , terminal-progress-bar
buildable: True
else
buildable: False