Accepting request 297530 from devel:languages:perl

1

OBS-URL: https://build.opensuse.org/request/show/297530
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Data-Compare?expand=0&rev=8
This commit is contained in:
Stephan Kulow 2015-04-25 19:16:45 +00:00 committed by Git OBS Bridge
commit f43d40ebc5
5 changed files with 39 additions and 7 deletions

View File

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

3
Data-Compare-1.25.tar.gz Normal file
View File

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

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,14 @@
-------------------------------------------------------------------
Thu Apr 16 21:11:04 UTC 2015 - coolo@suse.com
- updated to 1.25
see /usr/share/doc/packages/perl-Data-Compare/CHANGELOG
1.25 2013-04-15 DCANTRELL Add Gianni Ceccarelli's tests and patch
to Use refaddr & reftype to "do the right
thing" when comparing objects that overload
numification and stringification
-------------------------------------------------------------------
Mon Sep 15 12:52:32 UTC 2014 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Data-Compare
#
# Copyright (c) 2014 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
# remain the property of their copyright owners, unless otherwise agreed
@ -17,14 +17,15 @@
Name: perl-Data-Compare
Version: 1.24
Version: 1.25
Release: 0
%define cpan_name Data-Compare
Summary: Compare perl data structures
Summary: Compare Perl Data Structures
License: GPL-1.0+ or Artistic-1.0
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Data-Compare/
Source: http://www.cpan.org/authors/id/D/DC/DCANTRELL/%{cpan_name}-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/D/DC/DCANTRELL/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl