Accepting request 297307 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/297307
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-Compile-Cache?expand=0&rev=2
This commit is contained in:
Stephan Kulow
2015-04-16 19:51:28 +00:00
committed by Git OBS Bridge
parent 8252fdfbed
commit 9a1e40ca9a
5 changed files with 38 additions and 17 deletions

View File

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

View File

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

20
cpanspec.yml Normal file
View File

@@ -0,0 +1,20 @@
---
#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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Apr 16 19:28:34 UTC 2015 - coolo@suse.com
- updated to 1.03
see /usr/share/doc/packages/perl-XML-Compile-Cache/ChangeLog
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jun 6 16:04:22 UTC 2012 - coolo@suse.com Wed Jun 6 16:04:22 UTC 2012 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-XML-Compile-Cache # spec file for package perl-XML-Compile-Cache
# #
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -17,36 +17,31 @@
Name: perl-XML-Compile-Cache Name: perl-XML-Compile-Cache
Version: 0.991 Version: 1.03
Release: 0 Release: 0
%define cpan_name XML-Compile-Cache %define cpan_name XML-Compile-Cache
Summary: Cache compiled XML translators Summary: Cache compiled XML translators
License: Artistic-1.0 or GPL-1.0+ License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/XML-Compile-Cache/ Url: http://search.cpan.org/dist/XML-Compile-Cache/
Source: http://www.cpan.org/authors/id/M/MA/MARKOV/%{cpan_name}-%{version}.tar.gz Source0: http://www.cpan.org/authors/id/M/MA/MARKOV/%{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(Log::Report) >= 0.19 BuildRequires: perl(Log::Report) >= 0.19
BuildRequires: perl(Test::Pod) >= 1.00 BuildRequires: perl(XML::Compile) >= 1.48
BuildRequires: perl(XML::Compile) >= 1.2
BuildRequires: perl(XML::Compile::Tester) >= 0.02 BuildRequires: perl(XML::Compile::Tester) >= 0.02
BuildRequires: perl(XML::LibXML::Simple) >= 0.13 BuildRequires: perl(XML::LibXML::Simple) >= 0.95
#BuildRequires: perl(XML::Compile::Cache)
#BuildRequires: perl(XML::Compile::Schema)
#BuildRequires: perl(XML::Compile::Util)
#BuildRequires: perl(XML::LibXML)
Requires: perl(Log::Report) >= 0.19 Requires: perl(Log::Report) >= 0.19
Requires: perl(Test::Pod) >= 1.00 Requires: perl(XML::Compile) >= 1.48
Requires: perl(XML::Compile) >= 1.2
Requires: perl(XML::Compile::Tester) >= 0.02 Requires: perl(XML::Compile::Tester) >= 0.02
Requires: perl(XML::LibXML::Simple) >= 0.13 Requires: perl(XML::LibXML::Simple) >= 0.95
%{perl_requires} %{perl_requires}
%description %description
Cache compiled XML translators Extends XML::Compile::Schema/"DESCRIPTION".
%prep %prep
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}