Accepting request 1221451 from devel:languages:ruby
- Update to 0.0.6 remove debug code OBS-URL: https://build.opensuse.org/request/show/1221451 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ruby-bundled-gems-rpmhelper?expand=0&rev=3
This commit is contained in:
commit
7df2c1df70
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 5 13:47:02 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
- Update to 0.0.6
|
||||
remove debug code
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 5 22:40:08 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ruby-bundled-gems-rpmhelper
|
||||
Version: 0.0.4
|
||||
Version: 0.0.6
|
||||
Release: 0
|
||||
Summary: A little helper to add provides for intree gems during a ruby build
|
||||
License: MIT
|
||||
|
@ -62,7 +62,7 @@ if (not $modes[$mode]) {
|
||||
die "No idea what to do with '$mode'\n";
|
||||
}
|
||||
|
||||
print(STDERR "Running $0 in $mode\n");
|
||||
# print(STDERR "Running $0 in $mode\n");
|
||||
my $fh = *STDIN;
|
||||
while ( ! eof($fh) ) {
|
||||
defined( my $line = readline $fh ) or die "readline failed: $!";
|
||||
|
Loading…
Reference in New Issue
Block a user