Package Release Info

rubygem-cheetah-1.0.0-160000.2.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ruby3.4-rubygem-cheetah

Change Logs

* Wed Dec 01 2021 jreidinger@suse.com
- updated to version 1.0.0
  see installed CHANGELOG
  1.0.0 (2021-11-30)
  - -----------------
  * Add support for ruby 3.0
    As side effect now Recorder#record_status receive additional parameter
* Mon Jan 06 2020 jreidinger@suse.com
- updated to version 0.5.2
  see installed CHANGELOG
  0.5.2 (2020-01-06)
  - -----------------
  * If listed in allowed_exitstatus, log exit code as Info, not as Error
    (bsc#1153749)
  * Added support for ruby 2.7
* Thu Oct 17 2019 jreidinger@suse.com
- updated to version 0.5.1
  see installed CHANGELOG
  0.5.1 (2019-10-16)
  - -----------------
  * Implement closing open fds after call to fork (bsc#1151960). This will work
    only in linux system with mounted /proc. For other Unixes it works as before.
  * drop support for ruby that is EOL (2.3 and lower)
  * Added support for ruby 2.4, 2.5, 2.6
* Sat Dec 19 2015 coolo@suse.com
- updated to version 0.5.0
  see installed CHANGELOG
  0.5.0 (2015-12-18)
  - -----------------
  * Added chroot option for executing in different system root.
  * Added ENV overwrite option.
  * Allowed to specify known exit codes that are not errors.
  * Documented how to execute in different working directory.
  * Allowed passing nil as :stdin to be same as :stdout and :strerr.
  * Converted parameters for command to strings with `.to_s`.
  * Adapted testsuite to new rspec.
  * Updated documentation with various fixes.
  * Dropped support for Ruby 1.9.3.
  * Added support for Ruby 2.1 and 2.2.
* Wed Nov 05 2014 thardeck@suse.com
- adapt to new rubygem packaging
* Fri Nov 22 2013 coolo@suse.com
- updated to version 0.4.0
  * Implemented incremental logging. The input and both outputs of the executed
  command are now logged one-by-line by the default recorder. A custom recorder
  can record them on even finer granularity.
  * Dropped support of Ruby 1.8.7.
  * Added support of Ruby 2.0.0.
  * Internal code improvements.
* Fri Jun 22 2012 jreidinger@suse.com
- use gem2rpm-opensuse instead to get better result
* Fri Jun 22 2012 dmajda@suse.com
- Removed the rpmlintrc file. We should make gem2rpm to produce RPMs that pass
  rpmlint, not fix its bugs after the fact.
- Regenerated the .spec file using gem2rpm.
* Thu Jun 21 2012 dmajda@suse.com
- Updated to version 0.3.0.
* Fri Apr 06 2012 dmajda@suse.com
- Attempted to fix rpmlint warnings produced by OBS.