forked from pool/rubygem-gem2rpm
6e4bb122b9
- support ruby 2.0 - update to 0.9.2 - no changelog - fix redirection in gem2rpm-opensuse OBS-URL: https://build.opensuse.org/request/show/173615 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-gem2rpm?expand=0&rev=5
176 lines
5.6 KiB
Plaintext
176 lines
5.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sun Apr 28 06:55:08 UTC 2013 - coolo@suse.com
|
|
|
|
- support ruby 2.0
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Apr 27 16:09:07 UTC 2013 - coolo@suse.com
|
|
|
|
- update to 0.9.2 - no changelog
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 22 19:03:01 UTC 2013 - mrueckert@suse.de
|
|
|
|
- fix redirection in gem2rpm-opensuse
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 18 13:04:43 UTC 2013 - coolo@suse.com
|
|
|
|
- update to 0.8.4 - fixes for fedora 18
|
|
- use url for sources
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 6 10:54:32 UTC 2012 - coolo@suse.com
|
|
|
|
- buildrequire rdoc if there are options (I just picked 3.10 as
|
|
minimum, which is one higher than what ruby 1.9.1 offers in itself)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 1 06:07:50 UTC 2012 - coolo@suse.com
|
|
|
|
- shorten the summary
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 30 12:43:00 UTC 2012 - cfarrell@suse.com
|
|
|
|
- license update: GPL-2.0+
|
|
See data/LICENSE
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 27 10:00:27 UTC 2012 - coolo@suse.com
|
|
|
|
- do not use %gem_unpack by default
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 27 08:19:14 UTC 2012 - coolo@suse.com
|
|
|
|
- do not put out empty URLs
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 26 13:11:05 UTC 2012 - coolo@suse.com
|
|
|
|
- fix OS detection on SLE11
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 26 09:56:31 UTC 2012 - coolo@suse.com
|
|
|
|
- no longer provide stuff for older distributions, we rely on patched
|
|
rpms
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 25 13:43:53 UTC 2012 - coolo@suse.com
|
|
|
|
- do not add buildrequires, but install with -f
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 24 16:17:16 UTC 2012 - coolo@suse.com
|
|
|
|
- cleanup the opensuse template
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 24 15:37:15 UTC 2012 - coolo@suse.com
|
|
|
|
- update to 0.8.1, major cleanup and base on new macros
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 4 15:42:10 UTC 2012 - coolo@suse.com
|
|
|
|
- small cleanup
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 7 13:38:47 UTC 2011 - jreidinger@suse.com
|
|
|
|
- fix requirements, as package need to run json parser
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 23 11:33:09 UTC 2011 - mrueckert@suse.de
|
|
|
|
- dont check if spec.license responds_to each. strings have that
|
|
method too. check for join
|
|
- minor template cleanup
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 22 15:48:03 UTC 2011 - jreidinger@novell.com
|
|
|
|
- Don't have hardcoded license. Try to extract it from specfile or
|
|
if it fail force user to manually check license. It avoids
|
|
problems with wrong license for rubygems
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 18 12:43:38 UTC 2011 - mrueckert@suse.de
|
|
|
|
- remove license tag from doc/testsuite package
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 31 14:48:18 UTC 2011 - mrueckert@suse.de
|
|
|
|
- small template clean up
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 20 13:44:42 UTC 2011 - mrueckert@suse.de
|
|
|
|
- remove version from header comment
|
|
- calculate the year on run
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 17 13:40:33 UTC 2011 - mvidner@suse.cz
|
|
|
|
- Updated openSUSE template to produce *- doc and *-testsuite subpackages.
|
|
http://lists.opensuse.org/opensuse-ruby/2010-12/msg00001.html
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 9 15:33:55 UTC 2010 - chris@computersalat.de
|
|
|
|
- update template
|
|
o # Copyright (c) 2010
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 9 16:28:21 UTC 2010 - mrueckert@suse.de
|
|
|
|
- fix typo in template:
|
|
"requirements" is not "requirement".
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 9 09:49:19 UTC 2010 - mrueckert@suse.de
|
|
|
|
- fix deprecation warning in template with newer versions of rubygems:
|
|
version_requirements is now called requirements
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 25 16:06:25 UTC 2010 - mrueckert@suse.de
|
|
|
|
- use rubygems_requires macro instead of repeating the
|
|
#if-conditional in every package
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 25 11:22:11 UTC 2010 - mrueckert@suse.de
|
|
|
|
- use requires_eq/requires_ge instead of hardcoding the rubygems
|
|
version during spec generation
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 2 12:56:07 UTC 2010 - prusnak@suse.cz
|
|
|
|
- use default URL when none is specified in gem (default-url.patch)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 22 17:32:57 CET 2010 - prusnak@suse.cz
|
|
|
|
- fix version transform (fix-spec-versions.patch)
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Nov 14 02:08:21 UTC 2009 - mrueckert@suse.de
|
|
|
|
- ignore development type requires of gems
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 27 17:38:45 CET 2009 - mrueckert@suse.de
|
|
|
|
- fix opensuse template
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 27 16:06:28 CET 2009 - mrueckert@suse.de
|
|
|
|
- initial package
|
|
|