forked from pool/perl-Data-Section
- updated to 0.200005
- open DATA handles both :raw and :bytes to avoid content munging on Win32 (thanks, Kenichi Ishigaki!) - This is not yet a perfect solution for Win32. OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Section?expand=0&rev=16
This commit is contained in:
committed by
Git OBS Bridge
parent
7b8af39a94
commit
07210a272e
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b7d9ab8a9d0d46419ed1cedc8e6920c336730ea41e998ba9bee1eef735d2086f
|
|
||||||
size 18514
|
|
3
Data-Section-0.200005.tar.gz
Normal file
3
Data-Section-0.200005.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:adcfc1f88044a10f88437a202b5e09cc03f1b5b56e3c5ac5c34f16e777419533
|
||||||
|
size 18595
|
@@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 9 13:33:36 UTC 2014 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.200005
|
||||||
|
- open DATA handles both :raw and :bytes to avoid content munging on
|
||||||
|
Win32 (thanks, Kenichi Ishigaki!)
|
||||||
|
- This is not yet a perfect solution for Win32.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 9 11:16:24 UTC 2013 - coolo@suse.com
|
Mon Dec 9 11:16:24 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Data-Section
|
# spec file for package perl-Data-Section
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products 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,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Data-Section
|
Name: perl-Data-Section
|
||||||
Version: 0.200004
|
Version: 0.200005
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Data-Section
|
%define cpan_name Data-Section
|
||||||
Summary: read multiple hunks of data out of your DATA section
|
Summary: read multiple hunks of data out of your DATA section
|
||||||
@@ -33,20 +33,6 @@ BuildRequires: perl(MRO::Compat) >= 0.09
|
|||||||
BuildRequires: perl(Sub::Exporter) >= 0.979
|
BuildRequires: perl(Sub::Exporter) >= 0.979
|
||||||
BuildRequires: perl(Test::FailWarnings)
|
BuildRequires: perl(Test::FailWarnings)
|
||||||
BuildRequires: perl(Test::More) >= 0.96
|
BuildRequires: perl(Test::More) >= 0.96
|
||||||
#BuildRequires: perl(Child)
|
|
||||||
#BuildRequires: perl(Data::Section)
|
|
||||||
#BuildRequires: perl(End)
|
|
||||||
#BuildRequires: perl(Godfather)
|
|
||||||
#BuildRequires: perl(Grandchild)
|
|
||||||
#BuildRequires: perl(Header)
|
|
||||||
#BuildRequires: perl(I::Child)
|
|
||||||
#BuildRequires: perl(I::Grandchild)
|
|
||||||
#BuildRequires: perl(I::Parent)
|
|
||||||
#BuildRequires: perl(NoData)
|
|
||||||
#BuildRequires: perl(NoName)
|
|
||||||
#BuildRequires: perl(Parent)
|
|
||||||
#BuildRequires: perl(Relaxed)
|
|
||||||
#BuildRequires: perl(WindowsNewlines)
|
|
||||||
Requires: perl(MRO::Compat) >= 0.09
|
Requires: perl(MRO::Compat) >= 0.09
|
||||||
Requires: perl(Sub::Exporter) >= 0.979
|
Requires: perl(Sub::Exporter) >= 0.979
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
Reference in New Issue
Block a user