Accepting request 957504 from devel:languages:ruby

OBS-URL: https://build.opensuse.org/request/show/957504
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ruby-common?expand=0&rev=20
This commit is contained in:
Dominique Leuenberger 2022-02-26 16:01:41 +00:00 committed by Git OBS Bridge
commit 40ee58df46
3 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh
if [ ${#*} = 1 ] ; then
if [ $# = 1 ] ; then
if [ -d "$1" ] ; then
find $1 \
\( -name \*.o -o -name Makefile -o -name config.log -o -name config.status -o -name Makefile.html -o -name gem_make.out -o -name mkmf.log -o -name \*.bak -o -name .deps -o -name .libs -o -name CVS \) \

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 23 22:30:46 UTC 2022 - Dirk Müller <dmueller@suse.com>
- avoid bashism in gem_build_cleanup
-------------------------------------------------------------------
Tue Aug 24 06:46:07 UTC 2021 - Stephan Kulow <coolo@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package ruby-common
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed