Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
v1.1.5 for rpm
Browse files Browse the repository at this point in the history
  • Loading branch information
kzk committed May 2, 2012
1 parent 49d0513 commit 863e7df
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion REVISION
@@ -1 +1 @@
3fb27979bb971ea7fc552b4b0f1fb0f534d22247
fe04bc01c44dee2599143fa48673147882b37b5a
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.1.4.4
1.1.5
2 changes: 1 addition & 1 deletion autogen.sh
Expand Up @@ -20,7 +20,7 @@ mkdir -p deps/ruby
mkdir -p plugins
cd deps
download "http://www.canonware.com/download/jemalloc" "jemalloc-2.2.5.tar.bz2"
download "http://ftp.ruby-lang.org/pub/ruby/1.9" "ruby-1.9.3-p125.tar.bz2"
download "http://ftp.ruby-lang.org/pub/ruby/1.9" "ruby-1.9.3-p194.tar.bz2"
download "http://rubygems.org/downloads" "json-1.5.2.gem"
download "http://rubygems.org/downloads" "msgpack-0.4.4.gem"
download "http://rubygems.org/downloads" "iobuffer-0.1.3.gem"
Expand Down
4 changes: 3 additions & 1 deletion configure.in
Expand Up @@ -21,6 +21,7 @@ fi
exec_prefix=$prefix
jemalloc_prefix=`eval echo $libdir/fluent/jemalloc`
ruby_prefix=`eval echo $libdir/fluent/ruby`
libyaml_prefix=`eval echo $libdir/fluent/libyaml`

exec_prefix=$orig_exec_prefix
prefix=$orig_prefix
Expand Down Expand Up @@ -59,4 +60,5 @@ cd deps/ruby && sed -i -e 's/check: test test-all/check:/' common.mk && ./config
--with-out-ext=racc \
--with-out-ext=ripper \
--with-out-ext=sdbm \
--with-out-ext=tk
--with-out-ext=tk \
--with-libyaml-dir=$libyaml_prefix
8 changes: 7 additions & 1 deletion redhat/td-agent.spec
@@ -1,6 +1,6 @@
Summary: td-agent
Name: td-agent
Version: 1.1.4.4
Version: 1.1.5
License: APL2
Release: 0%{?dist}

Expand Down Expand Up @@ -118,6 +118,12 @@ fi
/var/log/td-agent

%changelog
* Tue May 01 2012 Kazuki Ohta <k@treasure-data.com>
- v1.1.5
- ruby v1.9.3-p194 (security fix)
- fluentd v0.10.21
- add --with-libyaml-dir to ruby's configure options

* Mon Apr 23 2012 Kazuki Ohta <k@treasure-data.com>
- v1.1.4.4
- depends on td-libyaml for both RHEL5 and RHEL6
Expand Down

0 comments on commit 863e7df

Please sign in to comment.