Hello community,

here is the log from the commit of package perl-Net-OAuth for openSUSE:Factory 
checked in at 2013-06-13 18:18:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Net-OAuth (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Net-OAuth.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Net-OAuth"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Net-OAuth/perl-Net-OAuth.changes    
2011-09-23 12:38:19.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Net-OAuth.new/perl-Net-OAuth.changes       
2013-06-13 18:18:44.000000000 +0200
@@ -1,0 +2,6 @@
+Sat Jun  8 07:13:01 UTC 2013 - [email protected]
+
+- updated to 0.28
+     Added HMAC-SHA256 support
+
+-------------------------------------------------------------------

Old:
----
  Net-OAuth-0.27.tar.gz

New:
----
  Net-OAuth-0.28.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Net-OAuth.spec ++++++
--- /var/tmp/diff_new_pack.0QU18U/_old  2013-06-13 18:18:44.000000000 +0200
+++ /var/tmp/diff_new_pack.0QU18U/_new  2013-06-13 18:18:44.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Net-OAuth
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,83 +15,74 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           perl-Net-OAuth
-Version:        0.27
-Release:        1
-Summary:        An implementation of the OAuth protocol
-Source:         
http://search.cpan.org/CPAN/authors/id/K/KG/KGRENNAN/Net-OAuth-%{version}.tar.gz
-Url:            http://search.cpan.org/dist/Net-OAuth
-Group:          Development/Libraries/Perl
+Version:        0.28
+Release:        0
+%define cpan_name Net-OAuth
+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
+BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Test::More) >= 0.66
-BuildRequires:  perl(Test::Warn) >= 0.21
-BuildRequires:  perl(Module::Build) >= 0.35
-BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Class::Accessor) >= 0.31
+BuildRequires:  perl(Class::Data::Inheritable) >= 0.06
 BuildRequires:  perl(Digest::HMAC_SHA1) >= 1.01
-BuildRequires:  perl(URI::Escape) >= 3.28
+BuildRequires:  perl(Digest::SHA) >= 5.47
 BuildRequires:  perl(Digest::SHA1) >= 2.12
-BuildRequires:  perl(Class::Data::Inheritable) >= 0.06
-BuildRequires:  perl(Class::Accessor) >= 0.31
 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)
+Requires:       perl(Class::Accessor) >= 0.31
+Requires:       perl(Class::Data::Inheritable) >= 0.06
 Requires:       perl(Digest::HMAC_SHA1) >= 1.01
-Requires:       perl(URI::Escape) >= 3.28
+Requires:       perl(Digest::SHA) >= 5.47
 Requires:       perl(Digest::SHA1) >= 2.12
-Requires:       perl(Class::Data::Inheritable) >= 0.06
-Requires:       perl(Class::Accessor) >= 0.31
 Requires:       perl(Encode) >= 2.35
+Requires:       perl(LWP::UserAgent) >= 1
+Requires:       perl(URI::Escape) >= 3.28
+%{perl_requires}
 
 %description
-OAuth is "An open protocol to allow secure API authentication in a simple and
-standard method from desktop and web applications."
-
-In practical terms, OAuth is a mechanism for a Consumer to request protected
-resources from a Service Provider on behalf of a user.
-
-Please refer to the OAuth spec: http://oauth.net/documentation/spec
-
-Net::OAuth provides:
-*   classes that encapsulate OAuth messages (requests and responses).
-*   message signing
-*   message serialization and parsing.
-*   2-legged requests (aka. tokenless requests, aka. consumer requests),
-    see "CONSUMER REQUESTS"
-
-Net::OAuth does not provide:
-*   Consumer or Service Provider encapsulation
-*   token/nonce/key storage/management
+OAuth 1.0 for Perl
 
 %prep
-%setup -q -n "Net-OAuth-%{version}"
+%setup -q -n %{cpan_name}-%{version}
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
-%__perl ./Build.PL
-./Build
-
-%install
-./Build pure_install --destdir "%{buildroot}" --installdirs vendor
-%perl_process_packlist
+%{__perl} Build.PL installdirs=vendor
+./Build build flags=%{?_smp_mflags}
 
 %check
 ./Build test
 
-%clean
-%{?buildroot:%__rm -rf "%{buildroot}"}
+%install
+./Build install destdir=%{buildroot} create_packlist=0
+%perl_gen_filelist
+
+%files -f %{name}.files
+%defattr(-,root,root,755)
+%doc Changes demo README
 
-%files
-%defattr(-,root,root)
-%doc Changes README
-%dir %{perl_vendorlib}/Net
-%{perl_vendorlib}/Net/OAuth.pm
-%{perl_vendorlib}/Net/OAuth
-%dir %{perl_vendorarch}/auto/Net
-%{perl_vendorarch}/auto/Net/OAuth
-%doc %{perl_man3dir}/Net::OAuth.%{perl_man3ext}%{ext_man}
-%doc %{perl_man3dir}/Net::OAuth::*.%{perl_man3ext}%{ext_man}
 %changelog

++++++ Net-OAuth-0.27.tar.gz -> Net-OAuth-0.28.tar.gz ++++++
++++ 1884 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to