- New upstream release.
- fixed a missing return statement. (#140833) - fixed an use of uninitialized variable. (#144890)
This commit is contained in:
parent
1cfcc9deef
commit
9136cfaca1
@ -8,3 +8,4 @@ ruby-1.8.2.tar.gz
|
||||
ruby-1.8.3.tar.gz
|
||||
ruby-1.8.4-preview1.tar.gz
|
||||
ruby-1.8.4-preview2.tar.gz
|
||||
ruby-1.8.4.tar.gz
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
Name: ruby
|
||||
Version: 1.8.4
|
||||
Release: 0.4.preview2
|
||||
Release: 1
|
||||
License: Distributable
|
||||
URL: http://www.ruby-lang.org/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
@ -418,6 +418,11 @@ rm -rf tmp-ruby-docs
|
||||
%dir %{_datadir}/emacs/site-lisp/ruby-mode
|
||||
|
||||
%changelog
|
||||
* Tue Dec 27 2005 Akira TAGOH <tagoh@redhat.com> - 1.8.4-1
|
||||
- New upstream release.
|
||||
- fixed a missing return statement. (#140833)
|
||||
- fixed an use of uninitialized variable. (#144890)
|
||||
|
||||
* Fri Dec 16 2005 Akira TAGOH <tagoh@redhat.com> - 1.8.4-0.4.preview2
|
||||
- updates to 1.8.4-preview2.
|
||||
- renamed the packages to ruby-* (#175765)
|
||||
|
2
sources
2
sources
@ -2,4 +2,4 @@
|
||||
d65e3a216d6d345a2a6f1aa8758c2f75 ruby-refm-rdp-1.8.1-ja-html.tar.gz
|
||||
7f3e181c0be9a1579e43a5a8b26372d6 rubyfaq-990927.tar.bz2
|
||||
8aa2e2da327dc43ff6e46e634eb657b6 rubyfaq-jp-990927.tar.bz2
|
||||
e5a48054fb34f09da17e8e8f04b8c706 ruby-1.8.4-preview2.tar.gz
|
||||
bd8c2e593e1fa4b01fd98eaf016329bb ruby-1.8.4.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user