summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2015-02-26 22:21:03 +0100
committerJan Pokorný <jpokorny@redhat.com>2015-02-26 22:41:26 +0100
commitcdc5c2ba9e4c1cdb0c039104def9ba6d5c44b74a (patch)
treec986bd5b2422f5aa9a9835946f08c82d5be0160d
parentb5eed997847fe5652dfa5a2987a383751de8df20 (diff)
downloadclufter-0.10.0.tar.gz
clufter-0.10.0.tar.xz
clufter-0.10.0.zip
Bump version to 0.10.0v0.10.0
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
-rw-r--r--__init__.py2
-rw-r--r--misc/clufter.spec7
2 files changed, 5 insertions, 4 deletions
diff --git a/__init__.py b/__init__.py
index 8fca13c..4bc3b92 100644
--- a/__init__.py
+++ b/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: UTF-8 -*-
-version, alpha = '0.3.6', True
+version, alpha = '0.10.0', 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 6170218..7c6fbd2 100644
--- a/misc/clufter.spec
+++ b/misc/clufter.spec
@@ -1,5 +1,5 @@
# distill-spec-prefix: clufter
-%{!?clufter_version: %global clufter_version %{?!infer:0.3.6a}%{?infer:%(
+%{!?clufter_version: %global clufter_version %{?!infer:0.10.0}%{?infer:%(
python ../setup.py --version)}}
%{!?clufter_name: %global clufter_name %{?!infer:clufter}%{?infer:%(
python ../setup.py --name)}}
@@ -352,8 +352,9 @@ EOF)
%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-20 0.3.6-0.1.a %{cl_jp}
- TBD}
+%{cl_entry 2015-02-26 0.10.0-1 %{cl_jp}
+ packaging enhacements (structure, redundancy, ownership, scriptlets, symlink)
+ version bump so as not to collide with python-clufter co-packaged with pcs}
%{cl_entry 2015-01-20 0.3.5-1 %{cl_jp}
packaging enhancements (pkg-config, license tag)}