Skip to content

Commit

Permalink
Update H2O version to 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsushid committed Sep 14, 2016
1 parent 0931f68 commit 8a7f6ac
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,4 +1,4 @@
SOURCE_ARCHIVE := v2.0.3.tar.gz
SOURCE_ARCHIVE := v2.0.4.tar.gz
TARGZ_FILE := h2o.tar.gz
IMAGE_NAME := h2o-package
centos6: IMAGE_NAME := $(IMAGE_NAME)-ce6
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -75,19 +75,19 @@ After building, please copy RPM under `*.build` directory to your system and
run

```bash
yum install h2o-2.0.3-1.el6.x86_64.rpm
yum install h2o-2.0.4-1.el6.x86_64.rpm
```

or if you use Fedora 22 or later

```bash
dnf install h2o-2.0.3-1.fc24.x86_64.rpm
dnf install h2o-2.0.4-1.fc24.x86_64.rpm
```

or if you use OpenSUSE

```bash
zypper install h2o-2.0.3-1.x86_64.rpm
zypper install h2o-2.0.4-1.x86_64.rpm
```

Once the installation finishes successfully, you can see a configuration file
Expand Down
5 changes: 4 additions & 1 deletion rpmbuild/SPECS/h2o.spec
Expand Up @@ -20,7 +20,7 @@

Summary: H2O - The optimized HTTP/1, HTTP/2 server
Name: h2o
Version: 2.0.3
Version: 2.0.4
Release: 1%{?dist}
URL: https://h2o.examp1e.net/
Source0: https://github.com/h2o/h2o/archive/v%{version}.tar.gz
Expand Down Expand Up @@ -307,6 +307,9 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/h2o

%changelog
* Wed Sep 14 2016 Tatsushi Demachi <tdemachi@gmail.com> - 2.0.4-1
- Update to 2.0.4

* Thu Sep 8 2016 Tatsushi Demachi <tdemachi@gmail.com> - 2.0.3-1
- Update to 2.0.3

Expand Down

0 comments on commit 8a7f6ac

Please sign in to comment.