Accepting request 1130081 from devel:languages:perl:autoupdate
- updated to 0.002007 see /usr/share/doc/packages/perl-Regexp-Debugger/Changes 0.002007 - Improved documentation of configuration options (they're single-line) (thanks, OnlineCop) - Removed dependency on smartmatching (thanks Gregor) OBS-URL: https://build.opensuse.org/request/show/1130081 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Regexp-Debugger?expand=0&rev=2
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:971dc922fbeb92b4e99c49740a2013cdaa4e2869e9a35c46bf085de122ec36d3
|
||||
size 37997
|
3
Regexp-Debugger-0.002007.tar.gz
Normal file
3
Regexp-Debugger-0.002007.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:db096cf2e0e1e6127dacc40be6fbd526aa5ad41886a5bae00f4fe6a53a6c6ffb
|
||||
size 38057
|
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 18 03:06:49 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.002007
|
||||
see /usr/share/doc/packages/perl-Regexp-Debugger/Changes
|
||||
|
||||
|
||||
|
||||
0.002007 Sat Nov 18 11:05:18 2023
|
||||
|
||||
- Improved documentation of configuration options (they're single-line)
|
||||
(thanks, OnlineCop)
|
||||
|
||||
- Removed dependency on smartmatching
|
||||
(thanks Gregor)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 15:08:59 UTC 2022 - Dirk Stoecker <opensuse@dstoecker.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Regexp-Debugger
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%define cpan_name Regexp-Debugger
|
||||
Name: perl-Regexp-Debugger
|
||||
Version: 0.002006
|
||||
Version: 0.002007
|
||||
Release: 0
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Visually debug regexes in-place
|
||||
@@ -38,17 +38,18 @@ visually (and interactively) debugged as it matches.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
perl Build.PL installdirs=vendor
|
||||
./Build build flags=%{?_smp_mflags}
|
||||
perl Build.PL --installdirs=vendor
|
||||
./Build build --flags=%{?_smp_mflags}
|
||||
|
||||
%check
|
||||
./Build test
|
||||
|
||||
%install
|
||||
./Build install destdir=%{buildroot} create_packlist=0
|
||||
./Build install --destdir=%{buildroot} --create_packlist=0
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
|
Reference in New Issue
Block a user