ruby-common/ruby-common.changes
Stephan Kulow 26e6542b07 Accepting request 232110 from home:aspiers:branches:devel:languages:ruby
- eliminate "useless-provides rubygem-foo" rpmlint warning for
  every gem: "Provides: rubygem-foo = 1.2.3" is not required
  because rpm implicitly adds "Provides: rubygem-foo = 1.2.3-4"

OBS-URL: https://build.opensuse.org/request/show/232110
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby/ruby-common?expand=0&rev=68
2014-04-30 05:08:37 +00:00

184 lines
6.5 KiB
Plaintext

-------------------------------------------------------------------
Tue Apr 29 22:09:38 BST 2014 - aspiers@suse.com
- eliminate "useless-provides rubygem-foo" rpmlint warning for
every gem: "Provides: rubygem-foo = 1.2.3" is not required
because rpm implicitly adds "Provides: rubygem-foo = 1.2.3-4"
-------------------------------------------------------------------
Tue Feb 4 14:03:13 UTC 2014 - kkaempf@suse.com
- make %gem_extensions and %gem_doc_ext not fail on Ruby < 2.1
-------------------------------------------------------------------
Sun Jan 12 19:05:13 UTC 2014 - coolo@suse.com
- remove 2.0 and 1.9 as binary suffix
-------------------------------------------------------------------
Sun Jan 12 16:43:47 UTC 2014 - coolo@suse.com
- increase the version and make gem_base generic
-------------------------------------------------------------------
Mon Jan 6 16:57:37 UTC 2014 - coolo@suse.com
- switch to 2.1 as default
-------------------------------------------------------------------
Thu Sep 12 21:49:33 UTC 2013 - mrueckert@suse.de
- fixed bootstrap problem by ignoring ruby-common at build time
-------------------------------------------------------------------
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