From 5bcd0f63b017681a8a05d3881e7e6f42b2e43b7a Mon Sep 17 00:00:00 2001 From: Simon Rowe Date: Fri, 5 Oct 2018 13:00:39 +0100 Subject: [PATCH] Prepare to release 4.1.0beta1 --- planex.spec | 21 +++++++++++++++++++-- setup.py | 2 +- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/planex.spec b/planex.spec index 33fd49ac..3e3785eb 100644 --- a/planex.spec +++ b/planex.spec @@ -1,7 +1,7 @@ Summary: RPM build tool Name: planex -Version: 4.0.0 -Release: 1%{?dist} +Version: 4.1.0 +Release: beta1%{?dist} URL: http://github.com/xenserver/planex Source0: http://github.com/xenserver/planex/archive/v%{version}/%{name}-%{version}.tar.gz License: LGPLv2.1 @@ -53,6 +53,23 @@ sed -i "s/\(version='\)[^'\"]\+/\1%{version}-%{release}/g" setup.py %config%{_sysconfdir}/bash_completion.d/planex.bash %changelog +* Wed Oct 10 2018 Simon Rowe - 4.1.0-beta1 +- pin: fix multiple pins not being appended +- clone Restore groovy file output +- clone: fix Jenkins/patchqueue interaction +- clone: fix cloning of plain repositories +- add output option to planex-clone +- clone: automatically apply patches and/or patchqueue +- pin: simplify pinning operation +- blob: allow patchqueues to contain sources +- pin: exclude Source0 prefix from pin +- fetch: add debug when archiving repositories +- clone: replace planex jenkins file with json +- Makefile.rules: include pins in SPECS and LINKS +- spec.py: prepend source directory to sources and patches +- pin: create output directory if it does not exist +- Add a configuration class + * Thu Jun 07 2018 Simon Rowe - 4.0.0-1 - pin: simplify repo_or_path() - clone: Fix indent disagreement between pylint and pycodestyle diff --git a/setup.py b/setup.py index 48b14cb7..3ec49936 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup setup(name='planex', - version='4.0.0', + version='4.1-beta1', packages=['planex', 'planex.cmd'], package_data={'planex': ['Makefile.rules']}, entry_points={