From db35fda5aab7c10deca4b3a1fa54c7d3118b99f0 Mon Sep 17 00:00:00 2001 From: Euan Harris Date: Thu, 23 Feb 2017 15:21:42 +0000 Subject: [PATCH] planex: Prepare for 0.18.0 release Signed-off-by: Euan Harris --- CHANGES | 7 +++++++ planex.spec | 9 ++++++++- setup.py | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 25e88cb5..17a28f0d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,10 @@ +0.18.0 +* planex-clone-sources has been removed and replaced by planex-clone +* planex-extract: Remove support for heavyweight branches +* Makefile.rules: It is now possible to override the Mock configuration + used to build packages by defining the MOCK_CONFIGDIR and MOCK_ROOT + variables + 0.17.0 * planex-clone: Add ability to clone repositories with patchqueues diff --git a/planex.spec b/planex.spec index 88073262..cb419b6e 100644 --- a/planex.spec +++ b/planex.spec @@ -1,6 +1,6 @@ Summary: RPM build tool Name: planex -Version: 0.17.0 +Version: 0.18.0 Release: 1%{?dist} URL: http://github.com/xenserver/planex Source0: http://github.com/xenserver/planex/archive/v%{version}/%{name}-%{version}.tar.gz @@ -52,6 +52,13 @@ sed -i "s/\(version='\)[^'\"]\+/\1%{version}-%{release}/g" setup.py %config%{_sysconfdir}/bash_completion.d/planex.bash %changelog +* Thu Feb 23 2017 Euan Harris - 0.18.0-1 +- planex-clone-sources has been removed and replaced by planex-clone +- planex-extract: Remove support for heavyweight branches +- Makefile.rules: It is now possible to override the Mock configuration + used to build packages by defining the MOCK_CONFIGDIR and MOCK_ROOT + variables + * Mon Feb 20 2017 Euan Harris - 0.17.0-1 - planex-clone: Add ability to clone repositories with patchqueues diff --git a/setup.py b/setup.py index da13b8b8..7921f46c 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup setup(name='planex', - version='0.17.0', + version='0.18.0', packages=['planex', 'planex.cmd'], include_package_data=True, package_data={'planex': ['Makefile.rules']},