Search
j0ke.net Open Build Service
>
Projects
>
server:http
:
nginx
:
suse
>
ruby-common
> ruby-common.changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File ruby-common.changes of Package ruby-common
------------------------------------------------------------------- Sat Sep 7 20:27:22 UTC 2013 - coolo@suse.com - do no longer buildrequire rubygems_with_buildroot_patch, that's history long enough - ruby-devel will do ------------------------------------------------------------------- Thu Jun 6 14:41:53 UTC 2013 - coolo@suse.com - fixed ~> 3.4 to actually require 3 ------------------------------------------------------------------- Mon Apr 29 07:59:35 UTC 2013 - coolo@suse.com - switch to ruby 2.0 as default ------------------------------------------------------------------- Sun Apr 14 08:30:10 UTC 2013 - coolo@suse.com - fix permissions ------------------------------------------------------------------- Tue Apr 9 09:23:00 UTC 2013 - coolo@suse.com - do not remove ext completely, e.g. passenger extensions require some files from there ------------------------------------------------------------------- Sat Mar 23 13:32:13 UTC 2013 - coolo@suse.com - remove ext too, it only causes problems - as far as I can see ------------------------------------------------------------------- Fri Mar 8 16:22:44 UTC 2013 - rhafer@suse.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 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