Accepting request 303796 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/303796
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DefHash?expand=0&rev=2
This commit is contained in:
Stephan Kulow
2015-04-24 15:52:35 +00:00
committed by Git OBS Bridge
parent 6cadf6e56b
commit 20718b11a9
5 changed files with 37 additions and 5 deletions

3
DefHash-1.0.10.tar.gz Normal file
View File

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

View File

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

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,13 @@
-------------------------------------------------------------------
Fri Apr 24 15:16:42 UTC 2015 - coolo@suse.com
- updated to 1.0.10
see /usr/share/doc/packages/perl-DefHash/Changes
1.0.10 2015-04-24 (PERLANCAR)
- Introduce 'prop(LANG)' as shortcut for prop.alt.lang.LANG.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Apr 14 18:42:50 UTC 2015 - coolo@suse.com Tue Apr 14 18:42:50 UTC 2015 - coolo@suse.com

View File

@@ -17,14 +17,15 @@
Name: perl-DefHash Name: perl-DefHash
Version: 1.0.9 Version: 1.0.10
Release: 0 Release: 0
%define cpan_name DefHash %define cpan_name DefHash
Summary: Define things according to a specification, using hashes Summary: Define things according to a specification, using hashes
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/DefHash/ Url: http://search.cpan.org/dist/DefHash/
Source: http://www.cpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{version}.tar.gz Source0: http://www.cpan.org/authors/id/P/PE/PERLANCAR/%{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