Skip to content

Commit

Permalink
Update to 5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo F committed Aug 19, 2022
1 parent d4bf7ed commit e6c0020
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 9 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
tuptime (5.2.1) unstable; urgency=low

* Set cron file with systemd execute exclusion on .deb package
* Return -e option as an argument for --dec decimals
* Update .deb package
* Update .rpm package

-- Ricardo Fraile <rfraile@rfraile.eu> Fri, 19 Aug 2022 16:21:00 +0100

tuptime (5.2.0) unstable; urgency=low

* Rename timer units to tuptime-sync.timer and tuptime-sync.service
Expand Down
9 changes: 9 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
tuptime (5.2.1) unstable; urgency=low

* Set cron file with systemd execute exclusion on .deb package
* Return -e option as an argument for --dec decimals
* Update .deb package
* Update .rpm package

-- Ricardo Fraile <rfraile@rfraile.eu> Fri, 19 Aug 2022 16:21:00 +0100

tuptime (5.2.0) unstable; urgency=low

* Rename timer units to tuptime-sync.timer and tuptime-sync.service
Expand Down
6 changes: 3 additions & 3 deletions misc/rpm/rpm-readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ Z.- For testing with "dev" branch. Install "git" on step "1" and replace step "2

dnf -y install git
cd ~
git clone -b dev --depth=1 https://github.com/rfrail3/tuptime.git tuptime-5.2.0
git clone -b dev --depth=1 https://github.com/rfrail3/tuptime.git tuptime-5.2.1
rpmdev-setuptree
cd ~/rpmbuild/SPECS/
cp ../../tuptime-5.2.0/misc/rpm/tuptime.spec .
tar -czvf ../SOURCES/5.2.0.tar.gz ../../tuptime-5.2.0
cp ../../tuptime-5.2.1/misc/rpm/tuptime.spec .
tar -czvf ../SOURCES/5.2.1.tar.gz ../../tuptime-5.2.1
rpmbuild -ba --target=noarch tuptime.spec
5 changes: 4 additions & 1 deletion misc/rpm/tuptime.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: tuptime
Version: 5.2.0
Version: 5.2.1
Release: 1%{?dist}
Summary: Report historical system real time

Expand Down Expand Up @@ -102,6 +102,9 @@ su -s /bin/sh _tuptime -c "(umask 0022 && /usr/bin/tuptime -x)"


%changelog
* Fri Aug 19 2022 Ricardo Fraile <rfraile@rfraile.eu> 5.2.1-1
- New release

* Mon Aug 15 2022 Ricardo Fraile <rfraile@rfraile.eu> 5.2.0-1
- New release

Expand Down
4 changes: 2 additions & 2 deletions src/man/tuptime.1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
.TH TUPTIME 1 "Aug 2022" "5.2.0" "Linux Manual"
.TH TUPTIME 1 "Aug 2022" "5.2.1" "Linux Manual"

.SH NAME
tuptime \- Report historical and statistical real time of the system, keeping it between restarts. Total uptime.

.SH SYNOPSIS
tuptime [\-h] [\-A STARTUP] [\-b] [\-c] [\-d DATETIME_FMT] [\-\-dec DECIMALS] [\-E STARTUP] [\-f FILE] [\-g] [\-i] [\-k] [\-l] [\-n] [\-o TYPE] [\-p] [\-r] [\-s] [\-S STARTUP] [\-t] [\-\-tat TIMESTAMP] [\-\-tsince TIMESTAMP] [\-\-tuntil TIMESTAMP] [\-U STARTUP] [\-v] [\-V] [\-x]
tuptime [\-h] [\-A STARTUP] [\-b] [\-c] [\-d DATETIME_FMT] [\-e DECIMALS] [\-E STARTUP] [\-f FILE] [\-g] [\-i] [\-k] [\-l] [\-n] [\-o TYPE] [\-p] [\-r] [\-s] [\-S STARTUP] [\-t] [\-\-tat TIMESTAMP] [\-\-tsince TIMESTAMP] [\-\-tuntil TIMESTAMP] [\-U STARTUP] [\-v] [\-V] [\-x]

.SH DESCRIPTION
.RS
Expand Down
2 changes: 1 addition & 1 deletion src/tuptime
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ from datetime import datetime

DB_FILE = '/var/lib/tuptime/tuptime.db'
DATETIME_FMT = '%X %x'
__version__ = '5.2.0'
__version__ = '5.2.1'

# Terminate when SIGPIPE signal is received
signal.signal(signal.SIGPIPE, signal.SIG_DFL)
Expand Down
4 changes: 2 additions & 2 deletions tuptime-manual.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
----------------------
Tuptime Manual
----------------------
version 5.2.0
version 5.2.1
Ricardo F.
02/Aug/2022
19/Aug/2022



Expand Down

0 comments on commit e6c0020

Please sign in to comment.