Skip to content

Commit

Permalink
For tzdata-2022a
Browse files Browse the repository at this point in the history
  • Loading branch information
pghvlaans committed Apr 24, 2022
1 parent 4406c66 commit 5d19d21
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 14 deletions.
7 changes: 4 additions & 3 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
wclock-0.1.4.2021e Installation Guide
wclock-0.1.4.2022a Installation Guide

***********
* Actions *
Expand Down Expand Up @@ -34,10 +34,11 @@ when calling "make install:"
DESTDIR is also available, and will install everything under the specified
DESTDIR:

make DESTDIR=/tmp/wclock-0.1.4.2021e MANDIR=/usr/man install
make DESTDIR=/tmp/wclock-0.1.4.2022a MANDIR=/usr/man install

When using "make uninstall," be sure to pass the same parameters that were used
for "make install." Editing Makefile directly may be convenient.
for "make install." A record of the parameters used during the most recent
installation can be found in LOG.

**********************
* zoneinfo Locations *
Expand Down
11 changes: 9 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VER = 0.1.4.2021e
VER = 0.1.4.2022a

PREFIX ?= /usr
SHAREDIR ?= $(PREFIX)/share
Expand Down Expand Up @@ -56,8 +56,15 @@ install:
@chmod 644 $(DESTDIR)$(SHAREDIR)/wclock/compat
@chmod 644 $(DESTDIR)$(SHAREDIR)/wclock/extras
@chmod 644 $(DESTDIR)$(SHAREDIR)/wclock/deprecated
@echo PREFIX=$(PREFIX) > LOG
@echo SHAREDIR=$(SHAREDIR) >> LOG
@echo MANDIR=$(MANDIR) >> LOG
@echo DOCDIR=$(DOCDIR) >> LOG
@echo BINDIR=$(BINDIR) >> LOG
@echo ZONEINFO=$(ZONEINFO) >> LOG
@echo TIMESETTER=$(TIMESETTER) >> LOG
@echo
@echo Done.
@echo Done. The variables have been saved to ./LOG.
@echo

clean:
Expand Down
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
wclock-0.1.4.2021e
wclock-0.1.4.2022a

wclock is a shell program to conveniently get times from around the world in
terminal emulators and tty. It interfaces with "date" and the zoneinfo
Expand Down Expand Up @@ -55,7 +55,7 @@ tools. (wclock also works on GNU Hurd, interestingly enough.)

*Compatibility*

This version of wclock has been checked against tzdata-2021e. However, it
This version of wclock has been checked against tzdata-2022a. However, it
should operate correctly with versions of tzdata dating back to tzdata-2012a.

*Installation*
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
**wclock-0.1.4.2021e**
**wclock-0.1.4.2022a**

`wclock` is a shell program to conveniently get times from around the world in terminal emulators and tty. It interfaces with `date` and the zoneinfo directory to acquire time zones that match user-provided search terms (case-insensitive, spaces OK).

Expand Down Expand Up @@ -35,7 +35,7 @@ These packages should be included on almost any Linux installation with GNU tool

*Compatibility*

This version of `wclock` has been checked against `tzdata-2021e`. However, it should operate correctly with versions of `tzdata` dating back to `tzdata-2012a`.
This version of `wclock` has been checked against `tzdata-2022a`. However, it should operate correctly with versions of `tzdata` dating back to `tzdata-2012a`.

*Installation*

Expand Down
8 changes: 4 additions & 4 deletions man/wclock.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Manpage for wclock
.\" Contact (kvngncrlsn@gmail.com) to correct errors or typos.
.TH man 1 "2 October 2021" "0.1.4.2021e" "wclock man page"
.TH man 1 "24 April 2022" "0.1.4.2022a" "wclock man page"
.SH NAME
.B wclock
\(em check times from around the world in a terminal emulator or tty
Expand Down Expand Up @@ -127,7 +127,7 @@ check for Kiev only.
This version of
.B wclock
was checked against
.B tzdata-2021e\fR\
.B tzdata-2022a\fR\
\&. However, it should be compatible with past versions of
.B tzdata
to
Expand All @@ -139,7 +139,7 @@ at the latest. Those time zones added to the database since are accounted for by
Alternative zoneinfo directory locations and time zone setting files can be passed to
.B wclock
upon installation. This is not necessary in most cases. See
.I DOCDIR/wclock-0.1.4.2021e/INSTALL
.I DOCDIR/wclock-0.1.4.2022a/INSTALL
for details.
.SH OPTIONS
.TQ
Expand Down Expand Up @@ -243,7 +243,7 @@ Display the help menu.
.SH SEE ALSO
.B date(1)\fR\
,
.I DOCDIR/wclock-0.1.4.2021e/INSTALL
.I DOCDIR/wclock-0.1.4.2022a/INSTALL
.SH BUGS
\(lqAntarctica/Troll\(rq is unaccounted for in
.I SHAREDIR/wclock/compat
Expand Down
2 changes: 1 addition & 1 deletion wclock
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ for arg in "$@"; do
-v|--version)
echo
echo ' 'wclock-"$VER"
echo ' 'Checked against tzdata-2021e \(compatible from tzdata-2012a onward\).
echo ' 'Checked against tzdata-2022a \(compatible from tzdata-2012a onward\).
echo
exit
;;
Expand Down

0 comments on commit 5d19d21

Please sign in to comment.