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:
Stephan Kulow
2015-07-19 09:30:27 +00:00
committed by Git OBS Bridge
parent a08c54409a
commit 03e4b3bfee
5 changed files with 51 additions and 17 deletions

View File

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

View File

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

23
cpanspec.yml Normal file
View 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

View File

@@ -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

View File

@@ -17,30 +17,31 @@
Name: perl-WWW-Google-URLShortener
Version: 0.13
Version: 0.14
Release: 0
%define cpan_name WWW-Google-URLShortener
Summary: Interface to Google URL Shortener API
License: Artistic-2.0
Group: Development/Libraries/Perl
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
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Data::Validate::Domain)
BuildRequires: perl(Data::Validate::URI)
BuildRequires: perl(JSON)
BuildRequires: perl(Moo)
BuildRequires: perl(WWW::Google::UserAgent) >= 0.14
BuildRequires: perl(namespace::clean)
Requires: perl(Data::Validate::Domain)
Requires: perl(Data::Validate::URI)
Requires: perl(JSON)
Requires: perl(Moo)
Requires: perl(WWW::Google::UserAgent) >= 0.14
Requires: perl(namespace::clean)
BuildRequires: perl(Data::Validate::Domain) >= 0.10
BuildRequires: perl(Data::Validate::URI) >= 0.06
BuildRequires: perl(JSON) >= 2.53
BuildRequires: perl(Moo) >= 2.000000
BuildRequires: perl(WWW::Google::UserAgent) >= 0.16
BuildRequires: perl(namespace::clean) >= 0.24
Requires: perl(Data::Validate::Domain) >= 0.10
Requires: perl(Data::Validate::URI) >= 0.06
Requires: perl(JSON) >= 2.53
Requires: perl(Moo) >= 2.000000
Requires: perl(WWW::Google::UserAgent) >= 0.16
Requires: perl(namespace::clean) >= 0.24
%{perl_requires}
%description