Accepting request 317481 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/317481 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-WWW-Google-URLShortener?expand=0&rev=5
This commit is contained in:
committed by
Git OBS Bridge
parent
a08c54409a
commit
03e4b3bfee
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b106d549894a48519781b2896a8d9f01701c017a20f4537caaf3b2e6327b1ebc
|
|
||||||
size 8309
|
|
3
WWW-Google-URLShortener-0.14.tar.gz
Normal file
3
WWW-Google-URLShortener-0.14.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f64ebe4519b80b35b568d7bb4e9e7c4cbe39f3511bc21b14fc400ded94a076da
|
||||||
|
size 8391
|
23
cpanspec.yml
Normal file
23
cpanspec.yml
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
---
|
||||||
|
#description_paragraphs: 3
|
||||||
|
#no_testing: broken upstream
|
||||||
|
#sources:
|
||||||
|
# - source1
|
||||||
|
# - source2
|
||||||
|
#patches:
|
||||||
|
# foo.patch: -p1
|
||||||
|
# bar.patch:
|
||||||
|
#preamble: |-
|
||||||
|
# BuildRequires: gcc-c++
|
||||||
|
#post_prep: |-
|
||||||
|
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||||
|
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||||
|
#post_install: |-
|
||||||
|
# sed on %{name}.files
|
||||||
|
#license: SUSE-NonFree
|
||||||
|
#skip_noarch: 1
|
||||||
|
#custom_build: |-
|
||||||
|
#./Build build flags=%{?_smp_mflags} --myflag
|
||||||
|
#custom_test: |-
|
||||||
|
#startserver && make test
|
||||||
|
#ignore_requires: Bizarre::Module
|
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 19 09:25:43 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.14
|
||||||
|
see /usr/share/doc/packages/perl-WWW-Google-URLShortener/Changes
|
||||||
|
|
||||||
|
0.14 Sun Jul 19 03:40:00 2015
|
||||||
|
- Fixed issue RT: 105926.
|
||||||
|
- Upgraded to use WWW::Google::UserAgent v0.16.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 14 15:46:18 UTC 2015 - coolo@suse.com
|
Tue Apr 14 15:46:18 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -17,30 +17,31 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-WWW-Google-URLShortener
|
Name: perl-WWW-Google-URLShortener
|
||||||
Version: 0.13
|
Version: 0.14
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name WWW-Google-URLShortener
|
%define cpan_name WWW-Google-URLShortener
|
||||||
Summary: Interface to Google URL Shortener API
|
Summary: Interface to Google URL Shortener API
|
||||||
License: Artistic-2.0
|
License: Artistic-2.0
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/WWW-Google-URLShortener/
|
Url: http://search.cpan.org/dist/WWW-Google-URLShortener/
|
||||||
Source: http://www.cpan.org/authors/id/M/MA/MANWAR/%{cpan_name}-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/M/MA/MANWAR/%{cpan_name}-%{version}.tar.gz
|
||||||
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Data::Validate::Domain)
|
BuildRequires: perl(Data::Validate::Domain) >= 0.10
|
||||||
BuildRequires: perl(Data::Validate::URI)
|
BuildRequires: perl(Data::Validate::URI) >= 0.06
|
||||||
BuildRequires: perl(JSON)
|
BuildRequires: perl(JSON) >= 2.53
|
||||||
BuildRequires: perl(Moo)
|
BuildRequires: perl(Moo) >= 2.000000
|
||||||
BuildRequires: perl(WWW::Google::UserAgent) >= 0.14
|
BuildRequires: perl(WWW::Google::UserAgent) >= 0.16
|
||||||
BuildRequires: perl(namespace::clean)
|
BuildRequires: perl(namespace::clean) >= 0.24
|
||||||
Requires: perl(Data::Validate::Domain)
|
Requires: perl(Data::Validate::Domain) >= 0.10
|
||||||
Requires: perl(Data::Validate::URI)
|
Requires: perl(Data::Validate::URI) >= 0.06
|
||||||
Requires: perl(JSON)
|
Requires: perl(JSON) >= 2.53
|
||||||
Requires: perl(Moo)
|
Requires: perl(Moo) >= 2.000000
|
||||||
Requires: perl(WWW::Google::UserAgent) >= 0.14
|
Requires: perl(WWW::Google::UserAgent) >= 0.16
|
||||||
Requires: perl(namespace::clean)
|
Requires: perl(namespace::clean) >= 0.24
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Reference in New Issue
Block a user