Accepting request 295897 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/295897 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Any?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
2559dc3fc7
commit
d2aebfa00f
@@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 18:28:48 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 0.09
|
||||
see /usr/share/doc/packages/perl-IO-Any/Changes
|
||||
|
||||
0.09 21 Sep 2014
|
||||
- fix dist tests
|
||||
|
||||
0.08 20 Sep 2014
|
||||
- fix requires (thanks Przemek Wesołek)
|
||||
|
||||
0.07 23 Jan 2013
|
||||
- replace smartmatches
|
||||
|
||||
0.06 12 Jan 2013
|
||||
- disabled AnyEvent for MSWin32 (thanks Alexandr Ciornii and Gabor Szabo)
|
||||
- Pod updates
|
||||
|
||||
0.05 23 Dec 2012
|
||||
- confess intead of croak for exceptions
|
||||
- allow IO::Uncompress::Bunzip2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 3 06:02:13 UTC 2011 - coolo@opensuse.org
|
||||
|
||||
|
||||
+11
-11
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-IO-Any (Version 0.04)
|
||||
# spec file for package perl-IO-Any
|
||||
#
|
||||
# Copyright (c) 2011 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,14 +15,15 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: perl-IO-Any
|
||||
Version: 0.04
|
||||
Release: 1
|
||||
License: GPL+ or Artistic
|
||||
Version: 0.09
|
||||
Release: 0
|
||||
%define cpan_name IO-Any
|
||||
Summary: open anything
|
||||
Url: http://search.cpan.org/dist/IO-Any/
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/IO-Any/
|
||||
Source: http://www.cpan.org/authors/id/J/JK/JKUTEJ/%{cpan_name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@@ -31,11 +32,13 @@ BuildRequires: perl-macros
|
||||
BuildRequires: perl(File::Slurp)
|
||||
BuildRequires: perl(IO::AtomicFile)
|
||||
BuildRequires: perl(IO::String)
|
||||
BuildRequires: perl(Module::Build)
|
||||
BuildRequires: perl(List::MoreUtils)
|
||||
BuildRequires: perl(Module::Build) >= 0.36
|
||||
BuildRequires: perl(Test::Differences)
|
||||
BuildRequires: perl(Test::Exception)
|
||||
Requires: perl(IO::AtomicFile)
|
||||
Requires: perl(IO::String)
|
||||
Requires: perl(List::MoreUtils)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -61,11 +64,8 @@ read/write whole '$what'.
|
||||
./Build install destdir=%{buildroot} create_packlist=0
|
||||
%perl_gen_filelist
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes README
|
||||
%doc Changes README xt
|
||||
|
||||
%changelog
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a5923041a1cca8ff94c32934f8e96d4a26040b975780df2d53e3786bdbe37d18
|
||||
size 10210
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:47205027fa4bffc8a87d82a137fe7f0251b92349e17299ebaa05cd591db1f87d
|
||||
size 10070
|
||||
Reference in New Issue
Block a user