[Pkg-wmaker-commits] [libdockapp] 04/04: libdockapp: Bump to version 0.7.2.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Oct 22 09:08:13 UTC 2015


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

dtorrance-guest pushed a commit to branch upstream
in repository libdockapp.

commit 946c12bba1942be45f0383035fbb6509b2ae4540
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Wed Oct 21 07:10:14 2015 -0400

    libdockapp: Bump to version 0.7.2.
---
 ChangeLog    | 32 ++++++++++++++++++++++++++++++++
 configure.ac |  2 +-
 2 files changed, 33 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 42c3173..4ae3a31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,35 @@
+2015-10-20  Doug Torrance <dtorrance at piedmont.edu>
+
+	* configure.ac: Bump to version 0.7.2.
+
+2015-10-20  Doug Torrance <dtorrance at piedmont.edu>
+
+	* Makefile.am: Clean generated file dockapp.pc.
+	Based on the Debian patch [1].
+
+	[1] https://sources.debian.net/src/1:0.7.1-1/debian/patches/
+	    clean_dockapp.pc.patch/
+
+2015-10-20  Doug Torrance <dtorrance at piedmont.edu>
+
+	* configure.ac, src/Makefile.am:
+	Remove AC_PATH_XTRA macro from configure.ac
+	We already check for libraries with the PKG_CHECK_MODULES macros.
+	This also allows the Debian package to drop the Build-Depend on
+	libice-dev.  Based on the Debian patch [1].
+
+	[1] https://sources.debian.net/src/1:0.7.1-1/debian/patches/
+	    remove_AC_PATH_XTRA.diff/
+
+2015-10-20  Doug Torrance <dtorrance at piedmont.edu>
+
+	* Recompress fonts without timestamp.
+	This fixes the package-contains-timestamped-gzip warning given by
+	Lintian for the Debian package.  (This warning is really
+	unnecessary, as its purpose it to check for reproducible builds and
+	the fonts are not compressed at build time, but I see no harm in
+	removing these timestamps.)
+
 2015-10-17  Doug Torrance <dtorrance at piedmont.edu>
 
 	* configure.ac: Bump to version 0.7.1.
diff --git a/configure.ac b/configure.ac
index b4513a8..b1101e9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libdockapp],[0.7.1],[wmaker-dev at lists.windowmaker.org])
+AC_INIT([libdockapp],[0.7.2],[wmaker-dev at lists.windowmaker.org])
 AC_CONFIG_SRCDIR([src/dockapp.h])
 AM_INIT_AUTOMAKE
 

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



More information about the Pkg-wmaker-commits mailing list