Update to new upstream version

This commit is contained in:
Šimon Lukašík 2010-06-04 17:43:54 +00:00
parent 137edab8d7
commit 58b70c77fe
3 changed files with 21 additions and 14 deletions

View File

@ -1 +1 @@
ncurses-ruby-1.1.tar.bz2
ncurses-ruby-1.2.4.tar.bz2

View File

@ -1,13 +1,13 @@
%{!?ruby_sitelib: %define ruby_sitelib %(ruby -rrbconfig -e 'puts Config::CONFIG["sitelibdir"]')}
%{!?ruby_sitearch: %define ruby_sitearch %(ruby -rrbconfig -e 'puts Config::CONFIG["sitearchdir"]')}
%define rubyabi 1.8
%define realname ncurses-ruby
%define distname ruby-ncurses
%define rubyabi 1.8
%define realname ncurses-ruby
%define distname ruby-ncurses
Name: %distname
Version: 1.1
Release: 9%{?dist}
Version: 1.2.4
Release: 1%{?dist}
Summary: A module for ruby applications for using ncurses interfaces
Group: System Environment/Libraries
License: LGPLv2+
@ -52,6 +52,9 @@ ruby extconf.rb
%{ruby_sitelib}/ncurses.rb
%changelog
* Fri Jun 4 2010 Simon Lukasik <slukasik@redhat.com> - 1.2.4-1
- Update to new upstream version
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
@ -65,15 +68,19 @@ ruby extconf.rb
- Autorebuild for GCC 4.3
* Sat May 19 2007 Simon Lukasik <lukasim@atlas.cz> - 1.1-5
- Rewrite: rest of commands to macros
- Rewrite: rest of commands to macros
* Mon May 14 2007 Simon Lukasik <lukasim@atlas.cz> - 1.1-4
- Rewrite: "install -s" to "install"
- Rewrite: "install -s" to "install"
* Sun May 13 2007 Simon Lukasik <lukasim@atlas.cz> - 1.1-3
- Rewrite: licence, make parameters, chmod in prep section,
added: THANKS and examples/ to doc
- Rewrite: licence, make parameters, chmod in prep section,
added: THANKS and examples/ to doc
* Sun May 13 2007 Simon Lukasik <lukasim@atlas.cz> - 1.1-2
- Rewrite: General section(provides, (build)requires),
install, clean and files (added ruby_site* macros)
- Rewrite: General section(provides, (build)requires),
install, clean and files (added ruby_site* macros)
* Sun May 13 2007 Simon Lukasik <lukasim@atlas.cz> - 1.1-1
- Initial package.
- Initial package.

View File

@ -1 +1 @@
c96ff6a2fb971aeccebe33cfc6b46035 ncurses-ruby-1.1.tar.bz2
8a3e0ed33ac245241b6afd911520c205 ncurses-ruby-1.2.4.tar.bz2