public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Clownfish] rawhide: 0.6.4 bump
@ 2026-06-29 11:06
0 siblings, 0 replies; only message in thread
From: @ 2026-06-29 11:06 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/perl-Clownfish
Branch : rawhide
Commit : d08e7e9038c29b7e107dfa4fd0f9049b61345d45
Author : Petr Písař <ppisar@redhat.com>
Date : 2026-06-29T13:04:47+02:00
Stats : +19/-7 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/perl-Clownfish/c/d08e7e9038c29b7e107dfa4fd0f9049b61345d45?branch=rawhide
Log:
0.6.4 bump
---
diff --git a/.gitignore b/.gitignore
index 21e572f..271ad6e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
/Clownfish-0.6.1.tar.gz
/Clownfish-0.6.2.tar.gz
/Clownfish-0.6.3.tar.gz
+/Clownfish-0.6.4.tar.gz
diff --git a/perl-Clownfish.rpmlintrc b/perl-Clownfish.rpmlintrc
new file mode 100644
index 0000000..67d7e13
--- /dev/null
+++ b/perl-Clownfish.rpmlintrc
@@ -0,0 +1,3 @@
+addFilter('spelling-error \(\'cfh\'')
+# Used by a code generator at run-time
+addFilter('devel-file-in-non-devel-package .*/_include/XSBind.h')
diff --git a/perl-Clownfish.spec b/perl-Clownfish.spec
index 727d1c9..71731d0 100644
--- a/perl-Clownfish.spec
+++ b/perl-Clownfish.spec
@@ -1,6 +1,6 @@
Name: perl-Clownfish
-Version: 0.6.3
-Release: 28%{?dist}
+Version: 0.6.4
+Release: 1%{?dist}
Summary: Apache Clownfish symbiotic object system
# The LICENSE file declares sinces 0.5.0 that portions of the libcmark libary
# from the CommonMark project are bundled. But I cannot find any of the code
@@ -9,7 +9,7 @@ Summary: Apache Clownfish symbiotic object system
# Automatically converted from old format: ASL 2.0 - review is highly recommended.
License: Apache-2.0
URL: https://metacpan.org/release/Clownfish
-Source0: https://cpan.metacpan.org/authors/id/N/NW/NWELLNHOF/Clownfish-%{version}.tar.gz
+Source0: https://cpan.metacpan.org/authors/id/K/KA/KARMAN/Clownfish-%{version}.tar.gz
# There is charmonizer.c which is becoming a separate project
# <git://git.apache.org/lucy-charmonizer.git>. However, lucy-charmonizer has
# not yet been released <http://lucy.apache.org/download.html>.
@@ -26,7 +26,7 @@ BuildRequires: perl-interpreter
BuildRequires: perl(base)
BuildRequires: perl(blib)
BuildRequires: perl(Carp)
-BuildRequires: perl(Clownfish::CFC::Perl::Build) >= 0.006003
+BuildRequires: perl(Clownfish::CFC::Perl::Build) >= 0.006004
BuildRequires: perl(Clownfish::CFC::Perl::Build::Charmonic)
BuildRequires: perl(Config)
BuildRequires: perl(Cwd)
@@ -75,18 +75,26 @@ perl Build.PL installdirs=vendor optimize="$RPM_OPT_FLAGS"
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -delete
%{_fixperms} $RPM_BUILD_ROOT/*
+# Installing tests is too complicated. It would requires cherry-picking files
+# from ./blib (Clownfish::Test) or reimplementing the build script.
%check
+unset AUTOMATED_TESTING CLOWNFISH_VALGRIND
+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}/auto/Clownfish
%{perl_vendorarch}/Clownfish*
-%{_mandir}/man3/*
+%{_mandir}/man3/Clownfish.*
+%{_mandir}/man3/Clownfish::*
%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-28
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
diff --git a/sources b/sources
index ffae157..5bf99d0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Clownfish-0.6.3.tar.gz) = ac038adf4990e849cb86a077fb70074825acd5baced3a183e9fc4971110bd3def025ca5c8d96c432f8764d15cbc146e124fda4d415f70cf8db54c1df025d8ce8
+SHA512 (Clownfish-0.6.4.tar.gz) = db8fb17a3fd61e6b244ebcfd3fb3bbc38bdfe41b13571f273471d5958c2d31ddc9a4b92fd72e6b14a14846a90cdfba7e78640917131b36f00bb75a8d10a4f1c0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-29 11:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-29 11:06 [rpms/perl-Clownfish] rawhide: 0.6.4 bump
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox