diff --git a/.cvsignore b/.cvsignore index d6f7b29..a4c73c6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -ncurses-ruby-1.1.tar.bz2 +ncurses-ruby-1.2.4.tar.bz2 diff --git a/ruby-ncurses.spec b/ruby-ncurses.spec index 016db9e..5d9e299 100644 --- a/ruby-ncurses.spec +++ b/ruby-ncurses.spec @@ -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 - 1.2.4-1 +- Update to new upstream version + * Sun Jul 26 2009 Fedora Release Engineering - 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 - 1.1-5 - - Rewrite: rest of commands to macros +- Rewrite: rest of commands to macros + * Mon May 14 2007 Simon Lukasik - 1.1-4 - - Rewrite: "install -s" to "install" +- Rewrite: "install -s" to "install" + * Sun May 13 2007 Simon Lukasik - 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 - 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 - 1.1-1 - - Initial package. +- Initial package. diff --git a/sources b/sources index bc0827d..104771f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c96ff6a2fb971aeccebe33cfc6b46035 ncurses-ruby-1.1.tar.bz2 +8a3e0ed33ac245241b6afd911520c205 ncurses-ruby-1.2.4.tar.bz2