[Pkg-wmaker-commits] [wmclock] 14/66: wmclock: Bump to version 1.0.15.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 20 10:52:48 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmclock.

commit fb4a49ee99b2eb60aa0ba0d331f8bd2c6cf81bbf
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Thu Dec 11 09:18:16 2014 -0600

    wmclock: Bump to version 1.0.15.
---
 ChangeLog    | 81 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |  2 +-
 2 files changed, 82 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 60215ac..b548d7b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,84 @@
+2014-12-11  Doug Torrance <dtorrance at monmouthcollege.edu>
+
+	* Bump to version 1.0.15.
+
+	* INSTALL, README, configure.ac:  Update documentation.
+	In particular, document installation changes after switch to
+	autotools and change maintainer to Window Maker Developers.
+
+	* Makefile.am, configure.ac, wmclock.1.in, wmclock.man.in:
+	Update manpage.
+
+	Changes include:
+	- Rename to wmclock.1.
+	- Use @prefix@ instead of /usr for the location of the language xpm
+	files.
+	- Hardcode date instead of picking it up from a variable in the
+	Makefile.
+
+	* Makefile.am, configure.ac, month.xpm,	weekday.xpm:
+	Choose language with ./configure.
+
+	This is a feature that was present in the pre-autotools configure
+	script.  Note a syntax change:
+	./configure --lang foo
+	is now
+	./configure --with-lang=foo
+	Also remove the .xpm files in the root directory, as they are
+	created during configuration.
+
+2014-12-10  Doug Torrance <dtorrance at monmouthcollege.edu>
+
+	* Imakefile, Makefile.am, configure, configure.ac:  Switch build
+	system from deprecated imake to autotools.
+
+2014-12-10  Doug Torrance <dtorrance at monmouthcollege.edu>
+
+	* ChangeLog, INSTALL, Imakefile, README, configure, dynlist.c,
+	dynlist.h, wmclock.c, wmclock.man.in:  Remove trailing whitespace.
+
+	* wmclock.spec.in:  Remove wmclock.spec.in; not	needed upstream.
+
+	* wmclock.man:  Remove generated file wmclock.man.
+
+	* wmclock.c, wmclock.man.in:  Add -interval option.
+
+	From the Debian patch:
+
+	http://sources.debian.net/src/1.0.14-6/debian/patches/add_interval_option.patch/
+	For more information, see:
+	https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=228986
+
+	* wmclock.c:  Show correct year when -year is given.
+
+	From the Debian patch:
+
+	http://sources.debian.net/src/1.0.14-6/debian/patches/correct_year.patch/
+	For more information, see:
+	https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=723887
+
+	* wmclock.c:  Fix display when both -12 and -year are given.
+
+	Patch by Vino Fernando Crescini <jcrescin at cit.uws.edu.au>:
+	http://sources.debian.net/src/1.0.14-6/debian/patches/fix_12_year_display.patch/
+	For more information, see:
+	https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=228985
+
+	* wmclock.man.in:  Add section to manpage about	usage of translated
+	XPM files.
+
+	Adapted from the Debian patch by Sandro Tosi <matrixhasu at gmail.com>:
+	http://sources.debian.net/src/1.0.14-6/debian/patches/manpage_xpm_notes.patch/
+
+	* wmclock.man.in:  Fix first line of manpage.
+
+	Patch by Sandro Tosi <matrixhasu at gmail.com> from Debian package:
+	http://sources.debian.net/src/1.0.14-6/debian/patches/manpage_fixes.patch/
+
+	*  Add version 1.0.14 to dockapps repository.
+
+	Obtained from: http://www.bluestop.org/wmclock-1.0.14.tar.gz
+
 2010-12-22 11:53  brucec
 	* Updated documentation to show new maintainer.
 	* Simplified Imakefile.
diff --git a/configure.ac b/configure.ac
index ca6fe93..11da724 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([wmclock], [1.0.14], [wmaker-dev at lists.windowmaker.org])
+AC_INIT([wmclock], [1.0.15], [wmaker-dev at lists.windowmaker.org])
 AM_INIT_AUTOMAKE([foreign subdir-objects])
 AC_CONFIG_SRCDIR([configure.ac])
 AC_PROG_CC

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmclock.git



More information about the Pkg-wmaker-commits mailing list