Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Commit

Permalink
Bump to 4.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Syms <[email protected]>
  • Loading branch information
MarkSymsCtx committed Mar 27, 2019
1 parent 0dc37be commit 9cfed98
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
4.2.0
* Allow planex-fetch to apply custom http headers

4.1.4
* Only add commit if tarball is being unpacked. Items in sources directory other than tarball may exist

4.1.3
* Fix planex-clone issue where we couldn't clone certain pins due to path issues, as well as files being treated as archives.

4.1.2
*Clone to paths based on repo name and not package
*Add all files from tarball to initial git repo
Expand Down
2 changes: 1 addition & 1 deletion config/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.1.4
4.2.0
22 changes: 21 additions & 1 deletion planex.spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Name: miniplanex
%else
Name: %{pkgname}
%endif
Version: 4.1.2
Version: 4.2.0
Release: 1%{?dist}
URL: http://github.com/xenserver/planex
Source0: http://github.com/xenserver/planex/archive/v%{version}/%{pkgname}-%{version}.tar.gz
Expand Down Expand Up @@ -77,6 +77,26 @@ sed -i "s/\(version='\)[^'\"]\+/\1%{version}-%{release}/g" setup.py
%config%{_sysconfdir}/bash_completion.d/planex.bash

%changelog
* Wed Mar 27 2019 Mark Syms <[email protected]> - 4.2.0-1
- Allow planex-fetch to apply custom http headers

* Wed Jan 30 2019 Samuel Connelly <[email protected]> - 4.1.4-1
- Only add commit if tarball is being unpacked. Items in sources directory other than tarball may exist

* Tue Jan 29 2019 Samuel Connelly <[email protected]> - 4.1.3-1
- Fix planex-clone issue where we couldn't clone certain pins due to path issues, as well as files being treated as archives.

* Tue Jan 29 2019 Samuel Connelly <[email protected]> - 4.1.2-1
- Clone to paths based on repo name and not package
- Add all files from tarball to initial git repo

* Mon Dec 17 2018 Samuel Connelly <[email protected]> - 4.1.1-1
- Correct error path on RequestException
- make clean: cleanup RPM / MANIFESTS symbolic links and mock cfg
- Add "show" and "unpin" options to planex-pin
- repository: fix Bitbucket branch handling
- clone: add support for archives containing patches

* Wed Oct 31 2018 Simon Rowe <[email protected]> - 4.1.0-1
- Add dependency for pathlib

Expand Down

0 comments on commit 9cfed98

Please sign in to comment.