summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2015-01-14 23:17:29 +0100
committerJan Pokorný <jpokorny@redhat.com>2015-01-14 23:34:52 +0100
commit3fa7b92084738ef768c189e319a05acb07faf690 (patch)
tree29561789bb14f8ef3ef02e97251d7c3eee011992
parent094eda86bac39f5f5e74a7bf90367e1b3bc7b2ee (diff)
downloadclufter-3fa7b92084738ef768c189e319a05acb07faf690.tar.gz
clufter-3fa7b92084738ef768c189e319a05acb07faf690.tar.xz
clufter-3fa7b92084738ef768c189e319a05acb07faf690.zip
Bump version to 0.3.4v0.3.4
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
-rw-r--r--__init__.py2
-rw-r--r--misc/clufter.spec8
2 files changed, 6 insertions, 4 deletions
diff --git a/__init__.py b/__init__.py
index f443ba4..7e95325 100644
--- a/__init__.py
+++ b/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: UTF-8 -*-
-version, alpha = '0.3.4', True
+version, alpha = '0.3.4', False
# https://www.python.org/dev/peps/pep-0440 + git export magic using export-subst
_git_hash = "$Format:%h$".strip('$').replace("Format:%h", "")
diff --git a/misc/clufter.spec b/misc/clufter.spec
index bc9899f..0572e91 100644
--- a/misc/clufter.spec
+++ b/misc/clufter.spec
@@ -1,5 +1,5 @@
%{!?clufter_name: %global clufter_name clufter}
-%{!?clufter_version: %global clufter_version 0.3.4a}
+%{!?clufter_version: %global clufter_version 0.3.4}
%{!?clufter_check: %global clufter_check 1}
%{!?clufter_pylib: %global clufter_pylib python-%{clufter_name}}
@@ -265,7 +265,9 @@ fi
%global cl_jp_r Jan Pokorný <jpokorny+rpm-clufter @at@ fedoraproject .dot. org>
%global cl_jp %(echo -n '%{cl_jp_r}' | sed 's| @at@ |@|;s| \.dot\. |.|g')
%changelog
-%{cl_entry 2015-01-14 0.3.4-0.1.a %{cl_jp}
- }
+%{cl_entry 2015-01-14 0.3.4-1 %{cl_jp}
+ packaging enhancements (permissions, ownership)
+ man page for CLI frontend now included
+}
%{cl_entry 2015-01-13 0.3.3-1 %{cl_jp}
initial build}