public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/perl-Clownfish-CFC] rawhide: 0.6.4 bump
Date: Mon, 29 Jun 2026 08:49:48 GMT [thread overview]
Message-ID: <178272298882.1.13170957570326329671.rpms-perl-Clownfish-CFC-b23e028594d4@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/perl-Clownfish-CFC
Branch : rawhide
Commit : b23e028594d497530e936e6bf401a9afcbed40da
Author : Petr Písař <ppisar@redhat.com>
Date : 2026-06-29T10:10:18+02:00
Stats : +22/-17 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/perl-Clownfish-CFC/c/b23e028594d497530e936e6bf401a9afcbed40da?branch=rawhide
Log:
0.6.4 bump
---
diff --git a/.gitignore b/.gitignore
index bfbbad4..8026e1c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
/Clownfish-CFC-0.6.1.tar.gz
/Clownfish-CFC-0.6.2.tar.gz
/Clownfish-CFC-0.6.3.tar.gz
+/Clownfish-CFC-0.6.4.tar.gz
diff --git a/perl-Clownfish-CFC.spec b/perl-Clownfish-CFC.spec
index 4a2c5e3..2aaa0d1 100644
--- a/perl-Clownfish-CFC.spec
+++ b/perl-Clownfish-CFC.spec
@@ -1,15 +1,14 @@
Name: perl-Clownfish-CFC
-Version: 0.6.3
-Release: 32%{?dist}
+Version: 0.6.4
+Release: 1%{?dist}
Summary: Compiler for Apache Clownfish
-# other files: ASL 2.0
+# other files: Apache-2.0
## Unbundled
-# lemon: ASL 2.0
-# modules/CommonMark: BSD and MIT
-# Automatically converted from old format: ASL 2.0 - review is highly recommended.
+# lemon: Apache-2.0
+# modules/CommonMark: BSD-2-Clause and MIT
License: Apache-2.0
URL: https://metacpan.org/release/Clownfish-CFC
-Source0: https://cpan.metacpan.org/authors/id/N/NW/NWELLNHOF/Clownfish-CFC-%{version}.tar.gz
+Source0: https://cpan.metacpan.org/authors/id/K/KA/KARMAN/Clownfish-CFC-%{version}.tar.gz
# Use system lemon, <https://issues.apache.org/jira/browse/CLOWNFISH-60>
Patch0: Clownfish-CFC-0.6.0-Use-system-lemon-if-possible.patch
# Handle pkg-config output with multiple arguments, bug #1416443,
@@ -46,7 +45,6 @@ BuildRequires: perl(lib)
BuildRequires: perl(Module::Build)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
-BuildRequires: sed
# Run-time:
# Clownfish not used at tests
BuildRequires: perl(Exporter)
@@ -80,15 +78,13 @@ Requires: perl(ExtUtils::ParseXS) >= 3.00
This is a compiler for Apache Clownfish.
%prep
-%setup -q -n Clownfish-CFC-%{version}
-%patch -P0 -p1
-%patch -P1 -p1
+%autosetup -p1 -n Clownfish-CFC-%{version}
# Unbundle lemon
rm -rf lemon
-sed -i -e '/^lemon\//d' MANIFEST
+perl -i -ne 'print $_ unless m{^lemon/}' MANIFEST
# Unbundle cmark
rm -rf modules/CommonMark
-sed -i -e '/^modules\/CommonMark\//d' MANIFEST
+perl -i -ne 'print $_ unless m{^modules/CommonMark/}' MANIFEST
%build
perl Build.PL --installdirs=vendor --optimize="$RPM_OPT_FLAGS" \
@@ -101,16 +97,24 @@ find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -delete
%{_fixperms} $RPM_BUILD_ROOT/*
%check
+unset CHARM_VALGRIND CHARM_VERBOSITY CLOWNFISH_INCLUDE
+export HARNESS_OPTIONS=j$(perl -e 'if ($ARGV[0] =~ /.*-j([0-9][0-9]*).*/) {print $1} else {print 1}' -- '%{?_smp_mflags}')
./Build test
%files
%license LICENSE
%doc CONTRIBUTING.md NOTICE README.md
-%{perl_vendorarch}/auto/*
-%{perl_vendorarch}/Clownfish*
-%{_mandir}/man3/*
+%dir %{perl_vendorarch}/auto/Clownfish
+%{perl_vendorarch}/auto/Clownfish/CFC
+%dir %{perl_vendorarch}/Clownfish
+%{perl_vendorarch}/Clownfish/CFC
+%{perl_vendorarch}/Clownfish/CFC.{pm,pod}
+%{_mandir}/man3/Clownfish::CFC.*
%changelog
+* Mon Jun 29 2026 Petr Pisar <ppisar@redhat.com> - 0.6.4-1
+- 0.6.4 bump
+
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.3-32
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
diff --git a/sources b/sources
index a28c736..85bab61 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Clownfish-CFC-0.6.3.tar.gz) = 736f9848920c93ead8319e4b4819ddcce155514427ce5db6dcc38489351224afb7c10e18f16995a4bbeb91430ea8903d122a31b83a453a761a8d13843ada5cbb
+SHA512 (Clownfish-CFC-0.6.4.tar.gz) = c81f0c535a8b3f158b1cb6665a3ce06540cda3bbdb06d1f63d55d04e075a5d896d7275369456021b0f1b46ff92e355f45c15536c6222998e53b9dca21ae05024
reply other threads:[~2026-06-29 8:49 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178272298882.1.13170957570326329671.rpms-perl-Clownfish-CFC-b23e028594d4@fedoraproject.org \
--to=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox