public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jitka Plesnikova <jplesnik@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-WWW-Salesforce] rawhide: 0.400 bump (rhbz#2396611)
Date: Wed, 08 Jul 2026 13:33:28 GMT [thread overview]
Message-ID: <178351760896.1.10720052423900787110.rpms-perl-WWW-Salesforce-239ddccb45fd@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/perl-WWW-Salesforce
Branch : rawhide
Commit : 239ddccb45fd84f98830c486e2a8c9a4a1d32919
Author : Jitka Plesnikova <jplesnik@redhat.com>
Date : 2026-07-08T15:05:54+02:00
Stats : +19/-18 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/perl-WWW-Salesforce/c/239ddccb45fd84f98830c486e2a8c9a4a1d32919?branch=rawhide
Log:
0.400 bump (rhbz#2396611)
perl-WWW-Salesforce 0.304 -> 0.400
Changes:
- Move from ExtUtils::MakeMaker to Module::Build::Tiny
- Add OAuth2.0 Username-Password login type
- Add documentation about SOAP login() method going away
- Allow multiple spellings of constructor arguments
- Add test suite for OAuth2.0 login
- Add LWP::UserAgent and JSON::MaybeXS as prerequisites
- Set default Salesforce API version to 64.0
- Fix typos in query documentation
---
diff --git a/.gitignore b/.gitignore
index c6e66cf..e27422d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
/WWW-Salesforce-0.25.tar.gz
/WWW-Salesforce-0.303.tar.gz
/WWW-Salesforce-0.304.tar.gz
+/WWW-Salesforce-0.400.tar.gz
diff --git a/perl-WWW-Salesforce.spec b/perl-WWW-Salesforce.spec
index f7eef06..bb8a7be 100644
--- a/perl-WWW-Salesforce.spec
+++ b/perl-WWW-Salesforce.spec
@@ -1,27 +1,29 @@
Name: perl-WWW-Salesforce
-Version: 0.304
-Release: 12%{?dist}
+Version: 0.400
+Release: 1%{?dist}
Summary: Simple abstraction layer between SOAP::Lite and Salesforce.com
-# Automatically converted from old format: GPL+ or Artistic - review is highly recommended.
License: GPL-1.0-or-later OR Artistic-1.0-Perl
URL: https://metacpan.org/release/WWW-Salesforce
Source0: https://cpan.metacpan.org/authors/id/C/CA/CAPOEIRAB/WWW-Salesforce-%{version}.tar.gz
BuildArch: noarch
BuildRequires: coreutils
-BuildRequires: make
BuildRequires: perl-generators
BuildRequires: perl-interpreter
-BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
+BuildRequires: perl(:VERSION) >= 5.16
+BuildRequires: perl(Module::Build::Tiny) >= 0.034
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
# Run-time
BuildRequires: perl(base)
BuildRequires: perl(DateTime)
BuildRequires: perl(IO::Socket::SSL) >= 1.94
+BuildRequires: perl(JSON::MaybeXS) >= 1.0
BuildRequires: perl(LWP::Protocol::https) >= 6.00
+BuildRequires: perl(LWP::UserAgent)
BuildRequires: perl(SOAP::Lite) >= 1.0
BuildRequires: perl(URI)
# Tests
+BuildRequires: perl(Encode)
BuildRequires: perl(File::Spec)
BuildRequires: perl(POSIX)
BuildRequires: perl(Test::More)
@@ -38,33 +40,31 @@ document/literal encoding is limited, this module works around those
limitations and provides a more intuitive interface a developer can
interact with.
-
%prep
%setup -q -n WWW-Salesforce-%{version}
-
%build
-perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
-%{make_build}
-
+perl Build.PL --installdirs=vendor
+./Build
%install
-%{make_install}
+./Build install --destdir=%{buildroot} --create_packlist=0
%{_fixperms} %{buildroot}/*
-
%check
-make test
-
+./Build test
%files
%license LICENSE
%doc Changes README
-%{perl_vendorlib}/*
-%{_mandir}/man3/*
-
+%dir %{perl_vendorlib}/WWW
+%{perl_vendorlib}/WWW/Salesforce*
+%{_mandir}/man3/WWW::Salesforce*
%changelog
+* Wed Jul 08 2026 Jitka Plesnikova <jplesnik@redhat.com> - 0.400-1
+- 0.400 bump (rhbz#2396611)
+
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.304-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
diff --git a/sources b/sources
index 2abe27e..afab79a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (WWW-Salesforce-0.304.tar.gz) = 93f70619f1adb183c73843cf71e7b77eb521f96d92de908a14efa1abc77ac32e03d379c494d6cb0f1a301045ec8d8b9b9d7c9b457349b14240dafcfc8231138a
+SHA512 (WWW-Salesforce-0.400.tar.gz) = 2a7bb1ba79989fede612efa1dc65af1cd55bc6de284419b4c8d87d5fc73abcb589df7084c08fa9be80854b82cd60d3596f3a46d539109a76854395842bff94e9
reply other threads:[~2026-07-08 13:33 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=178351760896.1.10720052423900787110.rpms-perl-WWW-Salesforce-239ddccb45fd@fedoraproject.org \
--to=jplesnik@redhat.com \
--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