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:
Ana Guerrero 2024-11-06 15:49:53 +00:00 committed by Git OBS Bridge
commit 7df2c1df70
3 changed files with 8 additions and 2 deletions

View File

@ -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> Thu Sep 5 22:40:08 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>

View File

@ -17,7 +17,7 @@
Name: ruby-bundled-gems-rpmhelper Name: ruby-bundled-gems-rpmhelper
Version: 0.0.4 Version: 0.0.6
Release: 0 Release: 0
Summary: A little helper to add provides for intree gems during a ruby build Summary: A little helper to add provides for intree gems during a ruby build
License: MIT License: MIT

View File

@ -62,7 +62,7 @@ if (not $modes[$mode]) {
die "No idea what to do with '$mode'\n"; 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; my $fh = *STDIN;
while ( ! eof($fh) ) { while ( ! eof($fh) ) {
defined( my $line = readline $fh ) or die "readline failed: $!"; defined( my $line = readline $fh ) or die "readline failed: $!";