forked from pool/perl-Data-Structure-Util
Accepting request 297431 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/297431 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Structure-Util?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
15dad7b789
commit
12a1b6e359
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4228ad6fcd1081a5193d91b2c394f50a5b1e8a42e25d99fdf79c4153a40186d0
|
||||
size 23185
|
3
Data-Structure-Util-0.16.tar.gz
Normal file
3
Data-Structure-Util-0.16.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9cd42a13e65cb15f3a76296eb9a134da220168ec747c568d331a50ae7a2ddbc6
|
||||
size 23936
|
20
cpanspec.yml
Normal file
20
cpanspec.yml
Normal 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
|
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 16 21:03:41 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 0.16
|
||||
see /usr/share/doc/packages/perl-Data-Structure-Util/CHANGES
|
||||
|
||||
0.16 2015-03-08
|
||||
- Removed assertion that signature(undef) ne signature(undef) - no
|
||||
longer valid for Perl 5.20 (ANDYA)
|
||||
- Fix GCC warnings (AMBS)
|
||||
- Fix Clang warnings (ANDYA)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 21 04:54:27 UTC 2011 - coolo@opensuse.org
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Data-Structure-Util (Version 0.15)
|
||||
# spec file for package perl-Data-Structure-Util
|
||||
#
|
||||
# Copyright (c) 2010 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
|
||||
@@ -15,29 +15,21 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: perl-Data-Structure-Util
|
||||
Version: 0.15
|
||||
Release: 1
|
||||
License: GPL+ or Artistic
|
||||
Version: 0.16
|
||||
Release: 0
|
||||
%define cpan_name Data-Structure-Util
|
||||
Summary: Change nature of data within a structure
|
||||
Url: http://search.cpan.org/dist/Data-Structure-Util/
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Source: http://www.cpan.org/authors/id/A/AN/ANDYA/%{cpan_name}-%{version}.tar.gz
|
||||
Url: http://search.cpan.org/dist/Data-Structure-Util/
|
||||
Source0: http://www.cpan.org/authors/id/A/AN/ANDYA/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Digest::MD5)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(Scalar::Util) >= 1.01
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(Test::Pod)
|
||||
BuildRequires: perl(Test::Simple)
|
||||
Requires: perl(Digest::MD5)
|
||||
Requires: perl(Scalar::Util) >= 1.01
|
||||
Requires: perl(Test::More)
|
||||
Requires: perl(Test::Pod)
|
||||
Requires: perl(Test::Simple)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -67,9 +59,6 @@ It is written in C for decent speed.
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc CHANGES README
|
||||
|
Reference in New Issue
Block a user