[med-svn] [aghermann] 14/14: prepare 1.0.8
andrei zavada
hmmr-guest at moszumanska.debian.org
Sat Jan 30 18:16:03 UTC 2016
This is an automated email from the git hooks/post-receive script.
hmmr-guest pushed a commit to branch WIP
in repository aghermann.
commit 76dcfc95414a90d868ce058c00d10ef59f892114
Author: Andrei Zavada <hmmr at frdg>
Date: Sat Jan 23 12:57:45 2016 +0200
prepare 1.0.8
---
debian/changelog | 6 ++++++
debian/copyright | 2 +-
upstream/ChangeLog | 4 ++++
upstream/configure.ac | 8 ++++----
upstream/data/ui/mw-dialogs.glade | 9 +++++++--
5 files changed, 22 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f1c6785..e925ffc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+aghermann (1.0.8-1) unstable; urgency=low
+
+ * New upstream version (Closes: #812024).
+
+ -- Andrei Zavada <johnhommer at gmail.com> Sat, 23 Jan 2016 11:22:00 +0200
+
aghermann (1.0.7-1) unstable; urgency=low
* New upstream version (Closes: #805746).
diff --git a/debian/copyright b/debian/copyright
index 8c7e950..28b1988 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Upstream-Contact: Andrei Zavada <johnhommer at gmail.com>
Source: http://johnhommer.com/academic/code/aghermann/source/
Files: *
-Copyright: 2008-2015 Andrei Zavada <johnhommer at gmail.com>
+Copyright: 2008-2016 Andrei Zavada <johnhommer at gmail.com>
License: GPL-2+
Files: src/libsigproc/exstrom.hh
diff --git a/upstream/ChangeLog b/upstream/ChangeLog
index 94b809f..048fe75 100644
--- a/upstream/ChangeLog
+++ b/upstream/ChangeLog
@@ -1,3 +1,7 @@
+v.1.0.8 (2016-01-23)
+ * Fix: Remove code that was not up to c++-17 (which turned out to
+ be dead anyway).
+
v.1.0.7 (2015-12-11)
* Fix: Ensure profile overview timeline is at least 1h long.
* Fix: Correctly identify channels by a matching prefix (like
diff --git a/upstream/configure.ac b/upstream/configure.ac
index 65f350a..260ea79 100644
--- a/upstream/configure.ac
+++ b/upstream/configure.ac
@@ -1,6 +1,6 @@
-AC_COPYRIGHT([Copyright (c) 2008-15 Andrei Zavada <johnhommer at gmail.com>])
+AC_COPYRIGHT([Copyright (c) 2008-16 Andrei Zavada <johnhommer at gmail.com>])
-AC_INIT([Aghermann], [1.0.7], [johnhommer at gmail.com])
+AC_INIT([Aghermann], [1.0.8], [johnhommer at gmail.com])
AC_CONFIG_SRCDIR([src/aghermann/main.cc])
AC_CONFIG_MACRO_DIR([m4])
AC_PREREQ(2.61)
@@ -50,7 +50,7 @@ ac_cv_cxx_cpp11_features,
])
AC_CXX_STDCPP11_FEATURES()
test $ac_cv_cxx_cpp11_features = no && \
- AC_MSG_ERROR([g++ >= 4.7 is required to build $PACKAGE as we must use -std=c++11 features your compiler doesn't seem to support], 1)
+ AC_MSG_ERROR([Incomplete support of -std=c++11], 1)
cxx_version=`$CXX --version | head -n1`
@@ -230,7 +230,7 @@ AC_MSG_RESULT([
PREFIX: $prefix
- CXX: $CXX (${cxx_version})
+ CXX: $CXX (${cxx_version})
CXXFLAGS: $CXXFLAGS
LDFLAGS: $LDFLAGS
OPENMP_CXXFLAGS: $OPENMP_CXXFLAGS
diff --git a/upstream/data/ui/mw-dialogs.glade b/upstream/data/ui/mw-dialogs.glade
index f2741e1..812187e 100644
--- a/upstream/data/ui/mw-dialogs.glade
+++ b/upstream/data/ui/mw-dialogs.glade
@@ -1534,7 +1534,7 @@
<property name="valign">start</property>
<property name="xpad">5</property>
<property name="ypad">15</property>
- <property name="label"><b><big><big>Aghermann 1.0.7 </big></big></b>
+ <property name="label"><b><big><big>Aghermann 1.0.8 </big></big></b>
<a href="http://johnhommer.com/academic/code/aghermann">johnhommer.com/academic/code/aghermann</a></property>
<property name="use_markup">True</property>
<property name="xalign">0</property>
@@ -1630,7 +1630,12 @@ With bug reports, open an issue on <a href="http://github.com/hmmr/aghermann/
<property name="margin_bottom">5</property>
<property name="xpad">10</property>
<property name="ypad">10</property>
- <property name="label"><b>v. 1.0.7</b> (2015-11-21)
+ <property name="label"><b>v. 1.0.8</b> (2016-01-23)
+<span font="monospace" size="small">
+ * Fix: Remove code that was not up to c++-17 (which turned out to
+ be dead anyway).
+</span>
+<b>v. 1.0.7</b> (2015-11-21)
<span font="monospace" size="small">
* Fix: Ensure profile overview timeline is at least 1h long.
* Fix: Correctly identify channels by a matching prefix (like
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/aghermann.git
More information about the debian-med-commit
mailing list