public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Chris Adams <linux@cmadams.net>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-WWW-Mechanize-Chrome] f44: new version
Date: Mon, 08 Jun 2026 00:48:22 GMT	[thread overview]
Message-ID: <178087970210.1.7110921383762134290.rpms-perl-WWW-Mechanize-Chrome-8ca931d8f14a@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/perl-WWW-Mechanize-Chrome
            Branch : f44
            Commit : 8ca931d8f14a58cfd98f952e0baf71f8f76bf3f9
            Author : Chris Adams <linux@cmadams.net>
            Date   : 2026-05-17T07:54:21-05:00
            Stats  : +14/-6 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/perl-WWW-Mechanize-Chrome/c/8ca931d8f14a58cfd98f952e0baf71f8f76bf3f9?branch=f44

            Log:
            new version

add ExclusiveArch to match where Chrome/Chromium is supported
tests cleaned up more, so enable by default

---
diff --git a/.gitignore b/.gitignore
index 7aa458b..0d161a1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /WWW-Mechanize-Chrome-0.74-nocopyright.tar.gz
 /WWW-Mechanize-Chrome-0.75-nocopyright.tar.gz
 /WWW-Mechanize-Chrome-0.76-nocopyright.tar.gz
+/WWW-Mechanize-Chrome-0.77-nocopyright.tar.gz

diff --git a/perl-WWW-Mechanize-Chrome.spec b/perl-WWW-Mechanize-Chrome.spec
index 337f24e..27ea72e 100644
--- a/perl-WWW-Mechanize-Chrome.spec
+++ b/perl-WWW-Mechanize-Chrome.spec
@@ -1,13 +1,12 @@
-# 2026-03-13 v0.76 cleaned up tests so let's try enabling them
-# - they work on my local system but not in Fedora infrastructure
-%bcond do_tests 0
+# 2026-05-17 v0.77 cleaned up tests so enable them (but only on Chrome arches)
+%bcond do_tests 1
 %bcond debug_tests 0
 # some tests require Internet access, don't enable by default
 %bcond network_tests 0
 
 Name:           perl-WWW-Mechanize-Chrome
-Version:        0.76
-Release:        2%{?dist}
+Version:        0.77
+Release:        1%{?dist}
 Summary:        Automate the Chrome browser
 License:        GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:            https://metacpan.org/dist/WWW-Mechanize-Chrome
@@ -22,6 +21,9 @@ Source0:        WWW-Mechanize-Chrome-%{version}-nocopyright.tar.gz
 Source1:        WWW-Mechanize-Chrome-generate-tarball.sh
 
 BuildArch:      noarch
+# package is not arch-specific, but requires Chrome/Chromium, which are
+ExclusiveArch:  noarch x86_64 aarch64
+
 BuildRequires:  make perl-interpreter perl-generators coreutils
 BuildRequires:  perl(:VERSION) >= 5.20
 BuildRequires:  perl(Exporter) >= 5
@@ -163,6 +165,11 @@ make test
 %{_mandir}/man3/WWW::Mechanize::Chrome*
 
 %changelog
+* Sun May 17 2026 Chris Adams <linux@cmadams.net> - 0.77-1
+- new version
+- add ExclusiveArch to match where Chrome/Chromium is supported
+- tests cleaned up more, so enable by default
+
 * Fri Mar 13 2026 Chris Adams <linux@cmadams.net> - 0.76-2
 - tests work locally but not in Fedora infrastructure, disable
 

diff --git a/sources b/sources
index e526e54..16565e4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (WWW-Mechanize-Chrome-0.76-nocopyright.tar.gz) = 832fb0f7c88eb4cf764aa983fc7bf2aa403902238ee1b29d9ede4bbeb0d799f46e151de9d6b29873627858b0f02849c4f2d25ee0eff4ad8bec8288283ff51aa2
+SHA512 (WWW-Mechanize-Chrome-0.77-nocopyright.tar.gz) = 0b7f4559eb10461bb77537f761ff565ce1274c088fa111c19cfa307cdbe91e5e848219c7a12c4d2f07aea6a601118f03fc92b36ac806b41aaf5c3f06123d5786

                 reply	other threads:[~2026-06-08  0:48 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=178087970210.1.7110921383762134290.rpms-perl-WWW-Mechanize-Chrome-8ca931d8f14a@fedoraproject.org \
    --to=linux@cmadams.net \
    --cc=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