diff --git a/ruby-bundled-gems-rpmhelper.changes b/ruby-bundled-gems-rpmhelper.changes index d1aba3d..f1856dc 100644 --- a/ruby-bundled-gems-rpmhelper.changes +++ b/ruby-bundled-gems-rpmhelper.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Nov 5 13:47:02 UTC 2024 - Marcus Rueckert + +- Update to 0.0.6 + remove debug code + ------------------------------------------------------------------- Thu Sep 5 22:40:08 UTC 2024 - Marcus Rueckert diff --git a/ruby-bundled-gems-rpmhelper.spec b/ruby-bundled-gems-rpmhelper.spec index 579c48f..a9a0e88 100644 --- a/ruby-bundled-gems-rpmhelper.spec +++ b/ruby-bundled-gems-rpmhelper.spec @@ -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 diff --git a/ruby_bundled_gems.pl b/ruby_bundled_gems.pl index 2814777..fd99809 100644 --- a/ruby_bundled_gems.pl +++ b/ruby_bundled_gems.pl @@ -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: $!";