17
0

2 Commits

Author SHA256 Message Date
27e6f91081 Accepting request 1241537 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1241537
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Mock-Config?expand=0&rev=2
2025-01-31 15:02:10 +00:00
c034cf298d - updated to 0.40.0 (0.04)
see /usr/share/doc/packages/perl-Mock-Config/Changes
  0.04    2025-01-25 10:45:08 rurban
          Regenerate GPG sig with latest Module::Signature
          add make release target

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mock-Config?expand=0&rev=3
2025-01-30 22:24:44 +00:00
5 changed files with 8 additions and 30 deletions

BIN
Mock-Config-0.04.tar.gz LFS Normal file

Binary file not shown.

Binary file not shown.

View File

@@ -1,12 +0,0 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-Mock-Config/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-Mock-Config)

View File

@@ -1,12 +1,3 @@
-------------------------------------------------------------------
Tue Oct 7 13:30:51 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.50.0 (0.05)
see /usr/share/doc/packages/perl-Mock-Config/Changes
0.05 2025-09-08 13:20:00 rurban
Add github action CI, improve make release
-------------------------------------------------------------------
Sun Jan 26 05:31:04 UTC 2025 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Mock-Config
#
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,15 +18,14 @@
%define cpan_name Mock-Config
Name: perl-Mock-Config
Version: 0.50.0
Version: 0.40.0
Release: 0
# 0.05 -> normalize -> 0.50.0
%define cpan_version 0.05
# 0.04 -> normalize -> 0.40.0
%define cpan_version 0.04
License: Artistic-2.0
Summary: Temporarily set Config or XSConfig values
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/R/RU/RURBAN/%{cpan_name}-%{cpan_version}.tar.gz
Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
@@ -38,7 +37,7 @@ Provides: perl(Mock::Config) = %{version}
temporarily set Config or XSConfig values
%prep
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor