8
0

WIP: Automatic update to Acme-Damn-0.09.tar.gz #1

Draft
cpanmirror wants to merge 1 commits from cpanmirror/perl-Acme-Damn:autoupdate into main
4 changed files with 18 additions and 9 deletions

View File

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

BIN
Acme-Damn-0.09.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Feb 11 06:18:09 UTC 2026 - Tina Müller <timueller+perl@suse.de>
- updated to 0.90.0 (0.09)
see /usr/share/doc/packages/perl-Acme-Damn/Changes
0.09 Tue Feb 10 21:37:20 2026
- fix bad DynaLoader import, which caused errors
-------------------------------------------------------------------
Mon Feb 10 22:06:39 UTC 2025 - Tina Müller <tina.mueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Acme-Damn
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2026 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,14 +18,14 @@
%define cpan_name Acme-Damn
Name: perl-Acme-Damn
Version: 0.80.0
Version: 0.90.0
Release: 0
# 0.08 -> normalize -> 0.80.0
%define cpan_version 0.08
# 0.09 -> normalize -> 0.90.0
%define cpan_version 0.09
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: 'Unbless' Perl objects
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/I/IB/IBB/%{cpan_name}-%{cpan_version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/B/BR/BRTASTIC/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
BuildRequires: perl
@@ -41,7 +41,7 @@ reference (a Perl object), and _unblesses_ it, to return the original
reference.
%prep
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"