Compare commits

5 Commits

Author SHA256 Message Date
2b69781663 Add Gitea build results 2025-08-12 18:16:02 +02:00
d51c991b5b Accepting request 1270602 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1270602
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Net-OAuth?expand=0&rev=11
2025-04-18 14:21:10 +00:00
Lars Vogdt
7240039311 Accepting request 1270011 from devel:languages:perl:autoupdate
- updated to 0.310.0 (0.31)
   see /usr/share/doc/packages/perl-Net-OAuth/Changes
         [Bug Fixes]
         - Added missing dependency RT#70407.
         - Removed use of Digest::HMAC_SHA1.
         [Documentation]
         - Updated Changes for v0.29 with CVE.
         - Updated the security policy.
         [Toolchain]
         - Remove Build.PL and just use Makefile.PL.

OBS-URL: https://build.opensuse.org/request/show/1270011
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-OAuth?expand=0&rev=9
2025-04-17 16:19:57 +00:00
317f8529c7 Accepting request 1237569 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1237569
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Net-OAuth?expand=0&rev=10
2025-01-16 17:37:11 +00:00
9c4552e3d0 Accepting request 1236695 from devel:languages:perl:autoupdate
- updated to 0.300.0 (0.30)
   see /usr/share/doc/packages/perl-Net-OAuth/Changes

OBS-URL: https://build.opensuse.org/request/show/1236695
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-OAuth?expand=0&rev=7
2025-01-13 21:45:43 +00:00
5 changed files with 89 additions and 43 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7bfc319da0ac578e00962f35a350cf51110a3a313016d1fdc30722028a22904c
size 29063

3
Net-OAuth-0.31.tar.gz Normal file
View File

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

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-Net-OAuth/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-Net-OAuth)

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Fri Apr 4 05:35:08 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.310.0 (0.31)
see /usr/share/doc/packages/perl-Net-OAuth/Changes
[Bug Fixes]
- Added missing dependency RT#70407.
- Removed use of Digest::HMAC_SHA1.
[Documentation]
- Updated Changes for v0.29 with CVE.
- Updated the security policy.
[Toolchain]
- Remove Build.PL and just use Makefile.PL.
-------------------------------------------------------------------
Sat Jan 4 05:33:36 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.300.0 (0.30)
see /usr/share/doc/packages/perl-Net-OAuth/Changes
-------------------------------------------------------------------
Sat Jun 8 07:13:01 UTC 2013 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Net-OAuth
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,77 +12,90 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-Net-OAuth
Version: 0.28
Release: 0
%define cpan_name Net-OAuth
Name: perl-Net-OAuth
Version: 0.310.0
Release: 0
# 0.31 -> normalize -> 0.310.0
%define cpan_version 0.31
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: OAuth 1.0 for Perl
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Net-OAuth/
Source: http://www.cpan.org/authors/id/K/KG/KGRENNAN/%{cpan_name}-%{version}.tar.gz
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/R/RR/RRWO/%{cpan_name}-%{cpan_version}.tar.gz
Source100: README.md
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Class::Accessor) >= 0.31
BuildRequires: perl(Class::Data::Inheritable) >= 0.06
BuildRequires: perl(Digest::HMAC_SHA1) >= 1.01
BuildRequires: perl(Class::Data::Inheritable) >= 0.60.0
BuildRequires: perl(Crypt::URandom) >= 0.370
BuildRequires: perl(Digest::SHA) >= 5.47
BuildRequires: perl(Digest::SHA1) >= 2.12
BuildRequires: perl(Encode) >= 2.35
BuildRequires: perl(LWP::UserAgent) >= 1
BuildRequires: perl(Module::Build) >= 0.36
BuildRequires: perl(Test::More) >= 0.66
BuildRequires: perl(Test::Warn) >= 0.21
BuildRequires: perl(URI::Escape) >= 3.28
#BuildRequires: perl(Class::Accessor::Fast)
#BuildRequires: perl(Net::OAuth)
#BuildRequires: perl(Net::OAuth::AccessToken)
#BuildRequires: perl(Net::OAuth::AccessTokenRequest)
#BuildRequires: perl(Net::OAuth::Message)
#BuildRequires: perl(Net::OAuth::ProtectedResourceRequest)
#BuildRequires: perl(Net::OAuth::Request)
#BuildRequires: perl(Net::OAuth::RequestTokenRequest)
#BuildRequires: perl(Net::OAuth::RequestTokenResponse)
#BuildRequires: perl(Net::OAuth::Response)
#BuildRequires: perl(Net::OAuth::UserAuthResponse)
#BuildRequires: perl(URI)
#BuildRequires: perl(URI::QueryParam)
BuildRequires: perl(URI) >= 5.150
Requires: perl(Class::Accessor) >= 0.31
Requires: perl(Class::Data::Inheritable) >= 0.06
Requires: perl(Digest::HMAC_SHA1) >= 1.01
Requires: perl(Class::Data::Inheritable) >= 0.60.0
Requires: perl(Crypt::URandom) >= 0.370
Requires: perl(Digest::SHA) >= 5.47
Requires: perl(Digest::SHA1) >= 2.12
Requires: perl(Encode) >= 2.35
Requires: perl(LWP::UserAgent) >= 1
Requires: perl(URI::Escape) >= 3.28
Requires: perl(Test::More) >= 0.66
Requires: perl(Test::Warn) >= 0.21
Requires: perl(URI) >= 5.150
Provides: perl(Net::OAuth) = %{version}
Provides: perl(Net::OAuth::AccessToken)
Provides: perl(Net::OAuth::AccessTokenRequest)
Provides: perl(Net::OAuth::AccessTokenResponse)
Provides: perl(Net::OAuth::Client) = %{version}
Provides: perl(Net::OAuth::ConsumerRequest)
Provides: perl(Net::OAuth::Message)
Provides: perl(Net::OAuth::ProtectedResourceRequest)
Provides: perl(Net::OAuth::Request) = %{version}
Provides: perl(Net::OAuth::RequestTokenRequest)
Provides: perl(Net::OAuth::RequestTokenResponse)
Provides: perl(Net::OAuth::Response)
Provides: perl(Net::OAuth::SignatureMethod::HMAC_SHA1)
Provides: perl(Net::OAuth::SignatureMethod::HMAC_SHA256)
Provides: perl(Net::OAuth::SignatureMethod::PLAINTEXT)
Provides: perl(Net::OAuth::SignatureMethod::RSA_SHA1)
Provides: perl(Net::OAuth::UserAuthRequest)
Provides: perl(Net::OAuth::UserAuthResponse)
Provides: perl(Net::OAuth::V1_0A::AccessTokenRequest)
Provides: perl(Net::OAuth::V1_0A::RequestTokenRequest)
Provides: perl(Net::OAuth::V1_0A::RequestTokenResponse)
Provides: perl(Net::OAuth::V1_0A::UserAuthResponse)
Provides: perl(Net::OAuth::XauthAccessTokenRequest)
Provides: perl(Net::OAuth::YahooAccessTokenRefreshRequest)
%undefine __perllib_provides
%{perl_requires}
%description
OAuth 1.0 for Perl
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644
%autosetup -n %{cpan_name}-%{cpan_version} -p1
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
%{__perl} Build.PL installdirs=vendor
./Build build flags=%{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor
%make_build
%check
./Build test
make test
%install
./Build install destdir=%{buildroot} create_packlist=0
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes demo README
%doc Changes README SECURITY.md
%changelog