summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriele Santomaggio <gabriele.santomaggio@erlang-solutions.com>2016-12-14 17:25:48 +0100
committerGabriele Santomaggio <gabriele.santomaggio@erlang-solutions.com>2016-12-14 17:25:48 +0100
commite26dc0f5898c721f9546bbad3e3421d28c7d161f (patch)
tree0c1d72eb8fb11047e0c6a256dba8c92de9e75258
parent07acab217924cd5cb4f3e77f2ceb159cac137ff1 (diff)
downloaderlang-sd_notify-e26dc0f5898c721f9546bbad3e3421d28c7d161f.tar.gz
change version to 0.14
-rw-r--r--packaging/centos/Makefile2
-rw-r--r--packaging/centos/erlang-sd_notify.spec5
-rw-r--r--packaging/deb/Makefile2
-rw-r--r--packaging/deb/debian/changelog6
4 files changed, 9 insertions, 6 deletions
diff --git a/packaging/centos/Makefile b/packaging/centos/Makefile
index b2843f3..8055c42 100644
--- a/packaging/centos/Makefile
+++ b/packaging/centos/Makefile
@@ -2,7 +2,7 @@ FINAL_OUTPUT_DIR=FINAL_RPMS
-VERSION=0.13
+VERSION=0.14
# Directory names
RPM_BUILD_DIR=rpm-build
diff --git a/packaging/centos/erlang-sd_notify.spec b/packaging/centos/erlang-sd_notify.spec
index a276cf4..5bdf0f6 100644
--- a/packaging/centos/erlang-sd_notify.spec
+++ b/packaging/centos/erlang-sd_notify.spec
@@ -1,6 +1,6 @@
%global realname sd_notify
%global upstream systemd
-%global upstream_version 0.13
+%global upstream_version 0.14
@@ -46,6 +46,9 @@ install -m 755 -p priv/%{realname}_drv.so $RPM_BUILD_ROOT%{_libdir}/erlang/lib/%
%changelog
+* Wed Dec 14 2016 Gabriele Santomaggio <g.santomaggio@gmail.com> - 0.14
+- build for 0.14
+
* Sat Nov 5 2016 Gabriele Santomaggio <g.santomaggio@gmail.com> - 0.13
- build for 0.13
diff --git a/packaging/deb/Makefile b/packaging/deb/Makefile
index 6e5a7f9..0395dc6 100644
--- a/packaging/deb/Makefile
+++ b/packaging/deb/Makefile
@@ -1,4 +1,4 @@
-VERSION=0.13
+VERSION=0.14
# Directory names
DEB_BUILD_DIR=deb-build
diff --git a/packaging/deb/debian/changelog b/packaging/deb/debian/changelog
index 5ca3670..e298565 100644
--- a/packaging/deb/debian/changelog
+++ b/packaging/deb/debian/changelog
@@ -1,6 +1,6 @@
-erlang-sd-notify (0.13-1) UNRELEASED; urgency=medium
+erlang-sd-notify (0.14-1) UNRELEASED; urgency=medium
- * Update for 19.1.5
+ * Update for stub for NIF upgrade improvement
- -- Gabriele Santomaggio <g.santomaggio@gmail.com> Sat, 5 Nov 2016 11:54:18 +0000
+ -- Gabriele Santomaggio <g.santomaggio@gmail.com> Wed, 14 Dec 2016 11:54:18 +0000