Changelog for
ruby-common-2.1-61.1.noarch.rpm :
Thu Jun 6 14:00:00 2013 cooloAATTsuse.com
- fixed ~> 3.4 to actually require 3
Mon Apr 29 14:00:00 2013 cooloAATTsuse.com
- switch to ruby 2.0 as default
Sun Apr 14 14:00:00 2013 cooloAATTsuse.com
- fix permissions
Tue Apr 9 14:00:00 2013 cooloAATTsuse.com
- do not remove ext completely, e.g. passenger extensions require
some files from there
Sat Mar 23 13:00:00 2013 cooloAATTsuse.com
- remove ext too, it only causes problems - as far as I can see
Fri Mar 8 13:00:00 2013 rhaferAATTsuse.com
- Some enhancements to rubygemsdeps.rb:
- Add --file-match option to rubygemsdeps.rb to allow
specifying and alternate regex to match the input files
against. This is useful to generate dependencies from gemspec
files which do not endup being installed in the default
locations
- Default rubyabi to a non-nil value (basically the version of
of the ruby interpreter that runs the script)
Wed Jan 9 13:00:00 2013 aspiersAATTsuse.com
- Fix it to work even if all-good has just been created locally
via mkpac and doesn\'t exist server-side yet.
- Improve support for running within a branch of the original
project. This allows submitreqs which change all-good.spec.
Tue Jan 8 13:00:00 2013 idonmezAATTsuse.com
- Bump version to 2.0 so we don\'t get a version downgrade when
updating from 12.2
Fri Dec 28 13:00:00 2012 cooloAATTsuse.com
- always provide the full version string as people use
~> 1.2 even if the version is 1.2
The old logic assumed people would always require one digit
less than the actual version
Wed Dec 19 13:00:00 2012 aspiersAATTsuse.com
- Import an enhanced version of d:l:r:e/all-good/update-sources.sh
which can be reused for any project, and allows more thorough
handling of BuildRequires from different repository / arch
combinations.
Tue Dec 4 13:00:00 2012 nkrinnerAATTsuse.com
- Bring back fix from submit request 140568 (Revision 23):
Fix gemspec filtering on SLE_11_SP2:
+ Only gemspec files resulting of the built gem matter, not other
gemspec found in-tree
+ Newer RPM uses rubygem.attr, which filters correctly
Fri Nov 30 13:00:00 2012 cooloAATTsuse.com
- require rubygems for old ruby versions
- strip trailing .0 for ~> operator
Fri Nov 23 13:00:00 2012 aspiersAATTsuse.com
- Add -g option to rubygemsdeps.rb to allow preview / review
of automatically generated dependencies from:
+ gemspecs in packages which have already been installed
+ gems/gemspecs which have not yet been packaged
This is useful for learning / debugging the dependency generator.
Wed Nov 7 13:00:00 2012 saschpeAATTsuse.de
- Fix gemspec filtering on SLE_11_SP2:
+ Only gemspec files resulting of the built gem matter, not other
gemspec found in-tree
+ Newer RPM uses rubygem.attr, which filters correctly
Mon Nov 5 13:00:00 2012 cooloAATTsuse.com
- fix build on fedora
Thu Aug 2 14:00:00 2012 cooloAATTsuse.com
- \"~> 2\" doesn\'t have any meaning, but we still need to handle it
Wed Aug 1 14:00:00 2012 cooloAATTsuse.com
- fixing the pessimistic operator
Mon Jul 30 14:00:00 2012 cooloAATTsuse.com
- replace all
*/ruby with /usr/bin/ruby
Fri Jul 27 14:00:00 2012 cooloAATTsuse.com
- replace /usr/local/bin/ruby with /usr/bin/ruby - a very often mistake
Thu Jul 26 14:00:00 2012 cooloAATTsuse.com
- fix ruby provides/requires with ruby 1.8
Thu Jul 26 14:00:00 2012 cooloAATTsuse.com
- old gems do not have a gem unpack --spec, so use gem specification
Thu Jul 26 14:00:00 2012 cooloAATTsuse.com
- catch unspecified gem_binary
Thu Jul 26 14:00:00 2012 cooloAATTsuse.com
- split from ruby package for easier backporting