summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)