Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Commit 871b77a

Browse files
authored
Merge pull request #416 from laijs/v0.6.2
bump version to 0.6.2
2 parents 756281c + ea5ab92 commit 871b77a

File tree

7 files changed

+15
-7
lines changed

7 files changed

+15
-7
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.69])
5-
AC_INIT([hyper], [0.6.0], [[email protected]])
5+
AC_INIT([hyper], [0.6.2], [[email protected]])
66
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
77
AM_EXTRA_RECURSIVE_TARGETS([pkg])
88

package/centos/make-rpm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
PROJECT=$(readlink -f $(dirname $0)/../..)
44
CENTOS_DIR=${PROJECT}/package/centos
5-
VERSION=0.6
5+
VERSION=0.6.2
66

77
if [ $# -gt 0 ] ; then
88
VERSION=$1

package/centos/rpm/SPECS/hyper-container.spec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: Hyper Container is a VM based docker runtime
22
Name: hyper-container
3-
Version: 0.6
3+
Version: 0.6.2
44
Release: 1%{?dist}
55
License: Apache License, Version 2.0
66
Group: System Environment/Base
@@ -53,6 +53,8 @@ rm -rf %{buildroot}
5353
/lib/systemd/system/hyperd.service
5454

5555
%changelog
56+
* Mon Aug 29 2016 Hyper Dev Team <[email protected]> - 0.6.2-1
57+
- update source to 0.6.2
5658
* Thu Apr 28 2016 Hyper Dev Team <[email protected]> - 0.6-1
5759
- update source to 0.6
5860
- rename package

package/centos/rpm/SPECS/hyperstart.spec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: Hyperstart is the initrd for hyper VM
22
Name: hyperstart
3-
Version: 0.6
3+
Version: 0.6.2
44
Release: 1%{?dist}
55
License: Apache License, Version 2.0
66
Group: System Environment/Base
@@ -38,6 +38,8 @@ rm -rf %{buildroot}
3838
%{_sharedstatedir}/*
3939

4040
%changelog
41+
* Mon Aug 29 2016 Hyper Dev Team <[email protected]> - 0.6.2-1
42+
- update source to 0.6.2
4143
* Thu Apr 28 2016 Hyper Dev Team <[email protected]> - 0.6-1
4244
- update source to 0.6
4345
- kernel update to 4.4.7 with modules provided

package/fedora/make-rpm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
PROJECT=$(readlink -f $(dirname $0)/../..)
44
FEDORA_DIR=${PROJECT}/package/fedora
5-
VERSION=0.6
5+
VERSION=0.6.2
66

77
if [ $# -gt 0 ] ; then
88
VERSION=$1

package/fedora/rpm/SPECS/hyper-container.spec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: Hyper is a VM based docker runtime
22
Name: hyper-container
3-
Version: 0.6
3+
Version: 0.6.2
44
Release: 1%{?dist}
55
License: Apache License, Version 2.0
66
Group: System Environment/Base
@@ -52,6 +52,8 @@ rm -rf %{buildroot}
5252
/lib/systemd/system/hyperd.service
5353

5454
%changelog
55+
* Mon Aug 29 2016 Hyper Dev Team <[email protected]> - 0.6.2-1
56+
- update source to 0.6.2
5557
* Wed May 25 2016 Hyper Dev Team <[email protected]> - 0.6-1
5658
- update source to 0.6
5759
* Sat Jan 30 2016 Xu Wang <[email protected]> - 0.5-1

package/fedora/rpm/SPECS/hyperstart.spec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: Hyperstart is the initrd for hyper VM
22
Name: hyperstart
3-
Version: 0.6
3+
Version: 0.6.2
44
Release: 1%{?dist}
55
License: Apache License, Version 2.0
66
Group: System Environment/Base
@@ -38,6 +38,8 @@ rm -rf %{buildroot}
3838
%{_sharedstatedir}/*
3939

4040
%changelog
41+
* Mon Aug 29 2016 Hyper Dev Team <[email protected]> - 0.6.2-1
42+
- update source to 0.6.2
4143
* Wed May 25 2016 Hyper Dev Team <[email protected]> - 0.6-1
4244
- update source to 0.6
4345
* Sat Jan 30 2016 Xu Wang <[email protected]> - 0.5-1

0 commit comments

Comments
 (0)