summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2015-01-20 23:06:33 +0100
committerJan Pokorný <jpokorny@redhat.com>2015-01-20 23:07:47 +0100
commita55e89be5798df26eac1a20a0aaf7ace03fb76f5 (patch)
tree66d955851b618d2320b3611a086eb5723157ff20
parentde05a47f7adbe49848615908afae8782cc3307f9 (diff)
downloadclufter-0.3.5.tar.gz
clufter-0.3.5.tar.xz
clufter-0.3.5.zip
Bump version to 0.3.5v0.3.5
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
-rw-r--r--__init__.py2
-rw-r--r--misc/clufter.spec5
2 files changed, 4 insertions, 3 deletions
diff --git a/__init__.py b/__init__.py
index cc3d311..e2f51f5 100644
--- a/__init__.py
+++ b/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: UTF-8 -*-
-version, alpha = '0.3.5', True
+version, alpha = '0.3.5', 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 daee44f..4ac71b4 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.5a}
+%{!?clufter_version: %global clufter_version 0.3.5}
%{!?clufter_check: %global clufter_check 1}
%{!?clufter_pylib: %global clufter_pylib python-%{clufter_name}}
@@ -261,7 +261,8 @@ 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.5-0.1.a %{cl_jp}
+%{cl_entry 2015-01-20 0.3.5-1 %{cl_jp}
+ packaging enhancements (pkg-config, license tag)
}
%{cl_entry 2015-01-14 0.3.4-1 %{cl_jp}
packaging enhancements (permissions, ownership)