commit cv for openSUSE:Factory

2016-07-05 Thread h_root
Hello community,

here is the log from the commit of package cv for openSUSE:Factory checked in 
at 2016-07-05 09:51:46

Comparing /work/SRC/openSUSE:Factory/cv (Old)
 and  /work/SRC/openSUSE:Factory/.cv.new (New)


Package is "cv"

Changes:

--- /work/SRC/openSUSE:Factory/cv/cv.changes2015-06-30 10:16:29.0 
+0200
+++ /work/SRC/openSUSE:Factory/.cv.new/cv.changes   2016-07-05 
09:51:47.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul  1 17:29:21 UTC 2016 - toddrme2...@gmail.com
+
+- Fix Group tag.
+
+---



Other differences:
--
++ cv.spec ++
--- /var/tmp/diff_new_pack.S2To1r/_old  2016-07-05 09:51:47.0 +0200
+++ /var/tmp/diff_new_pack.S2To1r/_new  2016-07-05 09:51:47.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cv
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -21,7 +21,7 @@
 Release:0
 Summary:Coreutils Viewer
 License:GPL-3.0+
-Group:  System/cmd
+Group:  System/Console
 Url:https://github.com/Xfennec/cv
 Source0:http://github.com/Xfennec/cv/archive/v%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build




commit cv for openSUSE:Factory

2015-06-30 Thread h_root
Hello community,

here is the log from the commit of package cv for openSUSE:Factory checked in 
at 2015-06-30 10:16:27

Comparing /work/SRC/openSUSE:Factory/cv (Old)
 and  /work/SRC/openSUSE:Factory/.cv.new (New)


Package is "cv"

Changes:

--- /work/SRC/openSUSE:Factory/cv/cv.changes2014-09-15 18:24:28.0 
+0200
+++ /work/SRC/openSUSE:Factory/.cv.new/cv.changes   2015-06-30 
10:16:29.0 +0200
@@ -1,0 +2,14 @@
+Fri Jun 26 05:58:02 UTC 2015 - b...@vdm-design.de
+
+- Update to version 0.7.1
+  * Updated Mac OSX support 
+
+---
+Fri Dec 26 11:07:44 UTC 2014 - b...@vdm-design.de
+
+- Update to version 0.6
+  * Add support for xz, md5sum, sha1sum, sha256sum, sha224sum,
+sha384sum, sha512sum
+  * Added -p support for PID monitoring
+
+---

Old:

  v0.5.1.tar.gz

New:

  v0.7.1.tar.gz



Other differences:
--
++ cv.spec ++
--- /var/tmp/diff_new_pack.SuzAFR/_old  2015-06-30 10:16:30.0 +0200
+++ /var/tmp/diff_new_pack.SuzAFR/_new  2015-06-30 10:16:30.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cv
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   cv
-Version:0.5.1
+Version:0.7.1
 Release:0
 Summary:Coreutils Viewer
 License:GPL-3.0+

++ v0.5.1.tar.gz -> v0.7.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cv-0.5.1/.travis.yml new/cv-0.7.1/.travis.yml
--- old/cv-0.5.1/.travis.yml1970-01-01 01:00:00.0 +0100
+++ new/cv-0.7.1/.travis.yml2015-06-24 16:20:08.0 +0200
@@ -0,0 +1,11 @@
+os:
+  - linux
+  - osx
+
+language: c
+
+compiler:
+  - gcc
+  - clang
+
+script: make
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cv-0.5.1/README.md new/cv-0.7.1/README.md
--- old/cv-0.5.1/README.md  2014-09-02 11:46:54.0 +0200
+++ new/cv-0.7.1/README.md  2015-06-24 16:20:08.0 +0200
@@ -1,68 +1,66 @@
 cv - Coreutils Viewer
 =
 
-What is it ?
-
+What is it?
+---
 
-This tool can be described as a **Tiny** Dirty Linux Only* C command that looks
-for coreutils basic commands (cp, mv, dd, tar, gzip/gunzip, cat, ...) currently
-running on your system and displays the percentage of copied data.
+This tool can be described as a **Tiny**, Dirty, Linux-and-OSX-Only C command
+that looks for coreutils basic commands (cp, mv, dd, tar, gzip/gunzip,
+cat, etc.) currently running on your system and displays the
+percentage of copied data.
 
-It can now also display an estimated throughput (using -w flag).
+It can now also estimate throughput (using flag `-w`).
 
 ![cv screenshot with cp and 
mv](https://raw.github.com/Xfennec/cv/master/capture.png)
 
-_(After many requests: the colors in the shell comes from 
[powerline-shell](https://github.com/milkbikis/powerline-shell). Try it, it's 
cool.)_
+_(After many requests: the colors in the shell come from 
[powerline-shell](https://github.com/milkbikis/powerline-shell). Try it, it's 
cool.)_
 
-It's probably easy to add a progress, show estimated time, and with a bit more 
work,
-provide a "top-like" mode with more accurate informations.
+It's probably easy to add a progress, show estimated time, and, with a
+bit more work, provide a "top-like" mode with more accurate
+information.
 
-* Note: a [Mac OSX port is available](https://github.com/BestPig/cv) until we
-merge the support upstream.
+How do you build it?
+
 
-How do you build it ?
--
+make && make install
 
-```
-make && make install
-```
+It depends on library ncurses, you may have to install corresponding packages 
(may be something like 'libncurses5-dev' or 'ncurses-devel').
 
-It depends on ncurses library, you may have to install corresponding packages.
+How do you run it?
+--
 
-How do you run it ?

+Just launch the binary, `cv`.
 
-Just launch the binary, « cv ».
 
+What can I do with it?
+--
 
-What can I do with it ?

+A few examples. You can:
 
-A few examples. You can …
+* monitor all current and upcoming instances of coreutils commands in
+  a simple window:
 
-… monitor all current and upcoming instances of co

commit cv for openSUSE:Factory

2014-09-15 Thread h_root
Hello community,

here is the log from the commit of package cv for openSUSE:Factory checked in 
at 2014-09-15 17:40:57

Comparing /work/SRC/openSUSE:Factory/cv (Old)
 and  /work/SRC/openSUSE:Factory/.cv.new (New)


Package is "cv"

Changes:

--- /work/SRC/openSUSE:Factory/cv/cv.changes2014-08-20 10:50:53.0 
+0200
+++ /work/SRC/openSUSE:Factory/.cv.new/cv.changes   2014-09-15 
18:24:28.0 +0200
@@ -1,0 +2,8 @@
+Fri Sep 12 11:58:31 UTC 2014 - b...@vdm-design.de
+
+- Update to version 0.5.1
+  * cv is now less verbose
+- Remove seperate manpage, as it was accepted upstream and is now
+  distributet in the source archive.
+
+---

Old:

  cv.1
  v0.4.1.tar.gz

New:

  v0.5.1.tar.gz



Other differences:
--
++ cv.spec ++
--- /var/tmp/diff_new_pack.zASw55/_old  2014-09-15 18:24:29.0 +0200
+++ /var/tmp/diff_new_pack.zASw55/_new  2014-09-15 18:24:29.0 +0200
@@ -16,14 +16,13 @@
 #
 
 Name:   cv
-Version:0.4.1
+Version:0.5.1
 Release:0
 Summary:Coreutils Viewer
 License:GPL-3.0+
 Group:  System/cmd
 Url:https://github.com/Xfennec/cv
 Source0:http://github.com/Xfennec/cv/archive/v%{version}.tar.gz
-Source1:cv.1
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ncurses-devel
 
@@ -42,8 +41,6 @@
 
 %install
 make %{?_smp_mflags} PREFIX=%{buildroot}%{_prefix} install
-mkdir -p %{buildroot}%{_mandir}/man1/
-install -m 0644 %{SOURCE1} %{buildroot}%{_mandir}/man1/
 
 %clean
 rm -rf %{buildroot}

++ v0.4.1.tar.gz -> v0.5.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cv-0.4.1/Makefile new/cv-0.5.1/Makefile
--- old/cv-0.4.1/Makefile   2014-07-21 18:00:01.0 +0200
+++ new/cv-0.5.1/Makefile   2014-09-02 11:46:54.0 +0200
@@ -1,17 +1,22 @@
-OBJ=cv
-CFLAGS=-g -Wall -D_FILE_OFFSET_BITS=64
-LFLAGS=-lncurses -lm
-PREFIX = $(DESTDIR)/usr/local
+OBJ = cv
+override CFLAGS += -g -Wall -D_FILE_OFFSET_BITS=64
+override LFLAGS += -lncurses -lm
+PREFIX ?= /usr/local
 BINDIR = $(PREFIX)/bin
+MANDIR = $(PREFIX)/share/man/man1
 
 $(OBJ) : cv.o sizes.o hlist.o
-   gcc -Wall $^ -o $@ $(LFLAGS)
+   $(CC) -Wall $^ -o $@ $(LFLAGS)
 %.o : %.c
-   gcc $(CFLAGS) -c $^
+   $(CC) $(CFLAGS) -c $^
 clean :
rm -f *.o $(OBJ)
 install : $(OBJ)
-   @echo "Installing to $(BINDIR) ..."
-   @mkdir -p $(BINDIR)
-   @install -m 0755 $(OBJ) $(BINDIR)/$(TARGET) || \
+   @echo "Installing program to $(DESTDIR)$(BINDIR) ..."
+   @mkdir -p $(DESTDIR)$(BINDIR)
+   @install -pm0755 $(OBJ) $(DESTDIR)$(BINDIR)/$(TARGET) || \
+   echo "Failed. Try "make PREFIX=~ install" ?"
+   @echo "Installing manpage to $(DESTDIR)$(MANDIR) ..."
+   @mkdir -p $(DESTDIR)$(MANDIR)
+   @install -pm0644 cv.1 $(DESTDIR)$(MANDIR)/ || \
echo "Failed. Try "make PREFIX=~ install" ?"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cv-0.4.1/README.md new/cv-0.5.1/README.md
--- old/cv-0.4.1/README.md  2014-07-21 18:00:01.0 +0200
+++ new/cv-0.5.1/README.md  2014-09-02 11:46:54.0 +0200
@@ -27,6 +27,7 @@
 make && make install
 ```
 
+It depends on ncurses library, you may have to install corresponding packages.
 
 How do you run it ?
 ---
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cv-0.4.1/cv.1 new/cv-0.5.1/cv.1
--- old/cv-0.4.1/cv.1   1970-01-01 01:00:00.0 +0100
+++ new/cv-0.5.1/cv.1   2014-09-02 11:46:54.0 +0200
@@ -0,0 +1,56 @@
+.TH CV 1 "September 01, 2014" "cv"
+
+.SH NAME
+cv \- Coreutils Viewer
+.SH SYNOPSIS
+.B cv
+.I [-vqwmMh] [-W] [-c command]
+.br
+
+.SH DESCRIPTION
+This manual page briefly documents the \fBcv\fP command.
+.PP
+This tool can be described as a Tiny Dirty Linux Only* C command that looks 
for coreutils basic
+commands (cp, mv, dd, tar, gzip/gunzip, cat, ...) currently running on your 
system and displays
+the percentage of copied data.
+
+It can now also display an estimated throughput (using -w flag).
+
+.SH OPTIONS
+.TP
+.B \-v (\-\-version)
+show version
+.TP
+.B \-q (\-\-quiet)
+hides all messages
+.TP
+.B \-d (\-\-debug)
+shows all warning/error messages
+.TP
+.B \-w (\-\-wait)
+estimate I/O throughput and ETA (slower display)
+.TP
+.B \-W (\-\-wait\-delay secs)
+wait 'secs' seconds for I/O estimation (implies -w)
+.TP
+.B \-m (\-\-monitor)
+loop while monitored processes are still running
+.TP
+.B \-M (\-\-monitor\-continous)
+like monitor but never stop (similar to watch cv)
+.TP
+.B \-h (\-\-help)
+th