From cdc5c2ba9e4c1cdb0c039104def9ba6d5c44b74a Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Thu, 26 Feb 2015 22:21:03 +0100 Subject: Bump version to 0.10.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- __init__.py | 2 +- misc/clufter.spec | 7 ++++--- 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ý %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)} -- cgit