File ruby-common.changes of Package ruby-common
-------------------------------------------------------------------
Wed Jan 9 18:05:38 GMT 2013 - aspiers@suse.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 11:00:24 UTC 2013 - idonmez@suse.com
- Bump version to 2.0 so we don't get a version downgrade when
updating from 12.2
-------------------------------------------------------------------
Fri Dec 28 13:38:59 UTC 2012 - coolo@suse.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 19:17:46 GMT 2012 - aspiers@suse.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 10:57:13 UTC 2012 - nkrinner@suse.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 16:24:19 UTC 2012 - coolo@suse.com
- require rubygems for old ruby versions
- strip trailing .0 for ~> operator
-------------------------------------------------------------------
Fri Nov 23 12:36:58 GMT 2012 - aspiers@suse.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 14:46:27 UTC 2012 - saschpe@suse.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 11:08:05 UTC 2012 - coolo@suse.com
- fix build on fedora
-------------------------------------------------------------------
Thu Aug 2 05:23:31 UTC 2012 - coolo@suse.com
- "~> 2" doesn't have any meaning, but we still need to handle it
-------------------------------------------------------------------
Wed Aug 1 10:20:32 UTC 2012 - coolo@suse.com
- fixing the pessimistic operator
-------------------------------------------------------------------
Mon Jul 30 10:39:16 UTC 2012 - coolo@suse.com
- replace all */ruby with /usr/bin/ruby
-------------------------------------------------------------------
Fri Jul 27 14:03:05 UTC 2012 - coolo@suse.com
- replace /usr/local/bin/ruby with /usr/bin/ruby - a very often mistake
-------------------------------------------------------------------
Thu Jul 26 11:13:13 UTC 2012 - coolo@suse.com
- fix ruby provides/requires with ruby 1.8
-------------------------------------------------------------------
Thu Jul 26 10:28:30 UTC 2012 - coolo@suse.com
- old gems do not have a gem unpack --spec, so use gem specification
-------------------------------------------------------------------
Thu Jul 26 09:28:51 UTC 2012 - coolo@suse.com
- catch unspecified gem_binary
-------------------------------------------------------------------
Thu Jul 26 07:19:37 UTC 2012 - coolo@suse.com
- split from ruby package for easier backporting