Accepting request 298392 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/298392
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-TreeBuilder-LibXML?expand=0&rev=4
This commit is contained in:
Stephan Kulow
2015-04-22 13:59:15 +00:00
committed by Git OBS Bridge
parent cea49b3d76
commit 7f5b40eea1
5 changed files with 46 additions and 6 deletions

View File

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

View File

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

21
cpanspec.yml Normal file
View File

@@ -0,0 +1,21 @@
---
#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
#ignore_requires: Bizarre::Module

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Apr 22 06:18:38 UTC 2015 - coolo@suse.com
- updated to 0.25
see /usr/share/doc/packages/perl-HTML-TreeBuilder-LibXML/Changes
0.25 2015-04-21T23:39:33Z
commit 5c46775d50678e611729135f3601b66e6a0d10cd
Author: Yanick Champoux <yanick@babyl.dyndns.org>
Date: Thu Jan 15 14:15:04 2015 -0500
silence warnings
... as the arguments can be undefined
Fixes #10
-------------------------------------------------------------------
Tue Apr 14 21:12:48 UTC 2015 - coolo@suse.com

View File

@@ -17,21 +17,22 @@
Name: perl-HTML-TreeBuilder-LibXML
Version: 0.24
Version: 0.25
Release: 0
%define cpan_name HTML-TreeBuilder-LibXML
Summary: HTML::TreeBuilder and XPath compatible interface with libxml
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/HTML-TreeBuilder-LibXML/
Source: http://www.cpan.org/authors/id/T/TO/TOKUHIROM/%{cpan_name}-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/T/TO/TOKUHIROM/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(HTML::TreeBuilder::XPath) >= 0.14
BuildRequires: perl(LWP::UserAgent) >= 6
BuildRequires: perl(Module::Build) >= 0.38
BuildRequires: perl(Module::Build) >= 0.380000
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::More) >= 0.98
BuildRequires: perl(URI)