- updated to 1.15.0 see /usr/share/doc/packages/perl-Rex/ChangeLog 1.15.0 2024-11-05 Ferenc Erki <erkiferenc@gmail.com> - No code changes since the 1.14.3.2-TRIAL release 1.14.3.2-TRIAL 2024-11-03 Ferenc Erki <erkiferenc@gmail.com> [BUG FIXES] - Fix precedence warning after perl-5.41.4 - Fix missing argument warnings from Text::Wrap - Fix memory detection warnings on Solaris 1.14.3.1-TRIAL 2024-10-30 Ferenc Erki <erkiferenc@gmail.com> [BUG FIXES] - Return only the first found command - Fix inconsistent augtool wrapper usage - Fix Config::Augeas detection - Fix on_change in update_system command on Redhat [NEW FEATURES] - Add config option to prepend Augeas commands - Add config option to control local Augeas backend OBS-URL: https://build.opensuse.org/request/show/1240664 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Rex?expand=0&rev=24
32 lines
968 B
YAML
32 lines
968 B
YAML
---
|
|
#description_paragraphs: 3
|
|
summary: Automation framework for local and remote execution
|
|
#no_testing: broken upstream
|
|
#sources:
|
|
# - source1
|
|
# - source2
|
|
#patches:
|
|
# foo.patch: -p1
|
|
# bar.patch:
|
|
preamble: |-
|
|
BuildRequires: perl(ExtUtils::MakeMaker) > 7.12
|
|
BuildRequires: perl(YAML) > 1.25
|
|
BuildRequires: perl(Text::Wrap) > 2023.0509
|
|
BuildRequires: git-core
|
|
Requires: perl(YAML) > 1.25
|
|
Requires: perl(Text::Wrap) > 2023.0509
|
|
#post_prep: |-
|
|
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
|
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
|
#post_install: |-
|
|
# sed on %{name}.files
|
|
#license: SUSE-NonFree
|
|
#skip_noarch: 1
|
|
#custom_build: |-
|
|
#./Build build flags=%{?_smp_mflags} --myflag
|
|
#custom_test: |-
|
|
#startserver && make test
|
|
# Upstream specifies 7.1101 which seems to be a development version and
|
|
# is parsed higher than even the latest 7.62 by rpm
|
|
ignore_requires: YAML ExtUtils::MakeMaker Text::Wrap
|