WIP: auto update #1

Draft
cpanmirror wants to merge 1 commits from cpanmirror/perl-App-Cme:autoupdate into main
4 changed files with 35 additions and 13 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ee9a84741322a03b4b47d44126e61ccf6d5ab80f084a42620cba21ec359a6983
size 48126

BIN
App-Cme-1.043.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Thu Aug 21 21:25:53 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 1.43.0 (1.043)
see /usr/share/doc/packages/perl-App-Cme/Changes
1.043 2025-05-08
New feature:
* run: stash modification before running cme script
Bug fix:
* run: fix parsing of --foreach option value
* run with foreach: run git status in the right directory
1.042 2025-04-26
New feature:
* cme run: add --foreach option
* cme run -list: provide more info
Bug fix:
* run: Improve error message when "app" parameter is missing
Doc:
* doc: add modify and run script examples
* remove mentions of defunct cpanratings site
-------------------------------------------------------------------
Thu Dec 12 16:09:01 UTC 2024 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-App-Cme
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,10 +18,10 @@
%define cpan_name App-Cme
Name: perl-App-Cme
Version: 1.41.0
Version: 1.43.0
Release: 0
# 1.041 -> normalize -> 1.41.0
%define cpan_version 1.041
# 1.043 -> normalize -> 1.43.0
%define cpan_version 1.043
License: LGPL-2.1-or-later
Summary: Configuration data checker or editor based on Config::Model
URL: https://metacpan.org/release/%{cpan_name}
@@ -43,14 +43,14 @@ BuildRequires: perl(Config::Model::Utils::GenClassPod)
BuildRequires: perl(File::HomeDir)
BuildRequires: perl(JSON)
BuildRequires: perl(Log::Log4perl)
BuildRequires: perl(Module::Build) >= 0.34
BuildRequires: perl(Path::Tiny)
BuildRequires: perl(Module::Build) >= 0.340
BuildRequires: perl(Path::Tiny) >= 0.125
BuildRequires: perl(Pod::POM)
BuildRequires: perl(Pod::POM::View::Text)
BuildRequires: perl(Term::ANSIColor) >= 2.01
BuildRequires: perl(Test::File::Contents)
BuildRequires: perl(Test::Perl::Critic)
BuildRequires: perl(Test::Pod) >= 1.00
BuildRequires: perl(Test::Pod) >= 1.0
BuildRequires: perl(YAML::PP)
Requires: perl(App::Cmd::Setup)
Requires: perl(Config::Model) >= 2.148
@@ -63,7 +63,7 @@ Requires: perl(Config::Model::Utils::GenClassPod)
Requires: perl(File::HomeDir)
Requires: perl(JSON)
Requires: perl(Log::Log4perl)
Requires: perl(Path::Tiny)
Requires: perl(Path::Tiny) >= 0.125
Requires: perl(Pod::POM)
Requires: perl(Pod::POM::View::Text)
Requires: perl(YAML::PP)
@@ -91,7 +91,7 @@ Recommends: perl(Config::Model::TkUI) >= 1.370
Configuration data checker or editor based on Config::Model
%prep
%autosetup -n %{cpan_name}-%{cpan_version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Build.PL --installdirs=vendor
@@ -105,7 +105,7 @@ perl Build.PL --installdirs=vendor
%perl_gen_filelist
%files -f %{name}.files
%doc build-from-git.md Changes CONTRIBUTING.md
%doc build-from-git.md Changes CONTRIBUTING.org
%license LICENSE
%changelog