Accepting request 295855 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/295855 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Serializer?expand=0&rev=9
This commit is contained in:
committed by
Git OBS Bridge
parent
7910b874f7
commit
5bab0b85d8
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d09cf4ab604c35a1497c78d8c59aca9af20b6e8e6215b9eda081d3206de44307
|
|
||||||
size 28295
|
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:197b05bcf27a9be60526ad6d0c76ec33686a1f60e1b12e995339ceccd4bacdd7
|
|
||||||
size 42960
|
|
3
Data-Serializer-0.60.tar.gz
Normal file
3
Data-Serializer-0.60.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b3493017840bccb19cde57bc84d4d4183872efeadeeed3275ec21d1a02d24431
|
||||||
|
size 43291
|
@@ -1,3 +1,42 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 13 18:24:27 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.60
|
||||||
|
see /usr/share/doc/packages/perl-Data-Serializer/Changes
|
||||||
|
|
||||||
|
0.60 Tue Aug 20 2013
|
||||||
|
Move some non-critical tests from t/ to xt/ as they are not needed
|
||||||
|
for verifying functionality of the module, merely ensuring a clean release.
|
||||||
|
No changes to core Data::Serializer functionality with this release.
|
||||||
|
|
||||||
|
0.59 Thr Jun 16 2011
|
||||||
|
XML::Simple utf8 testing disabled, looks like XML::SAX works with utf8, but XML::Parser does not
|
||||||
|
Recommend against using XML::Simple if you need to work with utf8 until this is resolved
|
||||||
|
Fixes http://rt.cpan.org/Public/Bug/Display.html?id=68871
|
||||||
|
Thanks to perl testers - Robert Buels rmb32@cornell.edu in particular
|
||||||
|
|
||||||
|
0.58 Tue Jun 14 2011
|
||||||
|
- Added utf8 to the decode in the JSON deserializing code. Fixes https://rt.cpan.org/Public/Bug/Display.html?id=68125
|
||||||
|
Thanks to colink@perldreamer.com for finding the bug and supplying good tests and a suggested fix and to
|
||||||
|
lp@sunnyspot.org for the suggested ->utf8-> fix (which really was functionally identical to what colink recommended)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 13 18:24:26 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.59
|
||||||
|
see /usr/share/doc/packages/perl-Data-Serializer/Changes
|
||||||
|
|
||||||
|
0.59 Thr Jun 16 2011
|
||||||
|
XML::Simple utf8 testing disabled, looks like XML::SAX works with utf8, but XML::Parser does not
|
||||||
|
Recommend against using XML::Simple if you need to work with utf8 until this is resolved
|
||||||
|
Fixes http://rt.cpan.org/Public/Bug/Display.html?id=68871
|
||||||
|
Thanks to perl testers - Robert Buels rmb32@cornell.edu in particular
|
||||||
|
|
||||||
|
0.58 Tue Jun 14 2011
|
||||||
|
- Added utf8 to the decode in the JSON deserializing code. Fixes https://rt.cpan.org/Public/Bug/Display.html?id=68125
|
||||||
|
Thanks to colink@perldreamer.com for finding the bug and supplying good tests and a suggested fix and to
|
||||||
|
lp@sunnyspot.org for the suggested ->utf8-> fix (which really was functionally identical to what colink recommended)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 4 16:30:48 UTC 2011 - chris@computersalat.de
|
Fri Mar 4 16:30:48 UTC 2011 - chris@computersalat.de
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Data-Serializer
|
# spec file for package perl-Data-Serializer
|
||||||
#
|
#
|
||||||
# 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
|
# 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
|
||||||
@@ -15,68 +15,42 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Data-Serializer
|
Name: perl-Data-Serializer
|
||||||
Version: 0.57
|
Version: 0.60
|
||||||
Release: 1
|
Release: 0
|
||||||
License: GPL+ or Artistic
|
|
||||||
%define cpan_name Data-Serializer
|
%define cpan_name Data-Serializer
|
||||||
Summary: Modules that serialize data structures
|
Summary: Modules that serialize data structures
|
||||||
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Data-Serializer/
|
Url: http://search.cpan.org/dist/Data-Serializer/
|
||||||
#Source: http://www.cpan.org/authors/id/N/NE/NEELY/Data-Serializer-0.57.tar.gz
|
Source: http://www.cpan.org/authors/id/N/NE/NEELY/%{cpan_name}-%{version}.tar.gz
|
||||||
Source: %{cpan_name}-%{version}.tar.bz2
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl(Module::Build)
|
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(AutoLoader)
|
|
||||||
BuildRequires: perl(Bencode)
|
|
||||||
#BuildRequires: perl(Compress::PPMd)
|
|
||||||
BuildRequires: perl(Config::General)
|
|
||||||
BuildRequires: perl(Convert::Bencode)
|
|
||||||
BuildRequires: perl(Convert::Bencode_XS)
|
|
||||||
BuildRequires: perl(Crypt::Blowfish)
|
|
||||||
BuildRequires: perl(Crypt::CBC)
|
|
||||||
BuildRequires: perl(Data::Denter)
|
|
||||||
BuildRequires: perl(Data::Dumper) >= 2.08
|
|
||||||
BuildRequires: perl(Data::Taxi)
|
|
||||||
BuildRequires: perl(Digest::SHA)
|
BuildRequires: perl(Digest::SHA)
|
||||||
BuildRequires: perl(Exporter)
|
BuildRequires: perl(Module::Build) >= 0.35
|
||||||
BuildRequires: perl(File::Spec)
|
|
||||||
BuildRequires: perl(FreezeThaw)
|
|
||||||
BuildRequires: perl(IO::File)
|
|
||||||
BuildRequires: perl(JSON)
|
|
||||||
BuildRequires: perl(JSON::Syck)
|
|
||||||
BuildRequires: perl(JSON::XS)
|
|
||||||
BuildRequires: perl(PHP::Serialization)
|
|
||||||
BuildRequires: perl(XML::Dumper)
|
|
||||||
BuildRequires: perl(XML::Simple)
|
|
||||||
BuildRequires: perl(YAML)
|
|
||||||
BuildRequires: perl(YAML::Syck)
|
|
||||||
Requires: perl(AutoLoader)
|
|
||||||
Requires: perl(Bencode)
|
|
||||||
#Requires: perl(Compress::PPMd)
|
|
||||||
Requires: perl(Config::General)
|
|
||||||
Requires: perl(Convert::Bencode)
|
|
||||||
Requires: perl(Convert::Bencode_XS)
|
|
||||||
Requires: perl(Crypt::Blowfish)
|
|
||||||
Requires: perl(Crypt::CBC)
|
|
||||||
Requires: perl(Data::Denter)
|
|
||||||
Requires: perl(Data::Dumper) >= 2.08
|
|
||||||
Requires: perl(Data::Taxi)
|
|
||||||
Requires: perl(Digest::SHA)
|
Requires: perl(Digest::SHA)
|
||||||
Requires: perl(Exporter)
|
Recommends: perl(Bencode)
|
||||||
Requires: perl(FreezeThaw)
|
Recommends: perl(Compress::PPMd)
|
||||||
Requires: perl(IO::File)
|
Recommends: perl(Compress::Zlib)
|
||||||
Requires: perl(JSON)
|
Recommends: perl(Config::General)
|
||||||
Requires: perl(JSON::Syck)
|
Recommends: perl(Convert::Bencode)
|
||||||
Requires: perl(JSON::XS)
|
Recommends: perl(Convert::Bencode_XS)
|
||||||
Requires: perl(PHP::Serialization)
|
Recommends: perl(Crypt::Blowfish)
|
||||||
Requires: perl(XML::Dumper)
|
Recommends: perl(Crypt::CBC)
|
||||||
Requires: perl(XML::Simple)
|
Recommends: perl(Data::Denter)
|
||||||
Requires: perl(YAML)
|
Recommends: perl(Data::Taxi)
|
||||||
Requires: perl(YAML::Syck)
|
Recommends: perl(FreezeThaw)
|
||||||
|
Recommends: perl(JSON)
|
||||||
|
Recommends: perl(JSON::Syck)
|
||||||
|
Recommends: perl(JSON::XS)
|
||||||
|
Recommends: perl(PHP::Serialization)
|
||||||
|
Recommends: perl(XML::Dumper)
|
||||||
|
Recommends: perl(XML::Simple)
|
||||||
|
Recommends: perl(YAML)
|
||||||
|
Recommends: perl(YAML::Syck)
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -91,6 +65,7 @@ Data::Serializer(3) manpage.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
find . -type f -print0 | xargs -0 chmod 644
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Build.PL installdirs=vendor
|
%{__perl} Build.PL installdirs=vendor
|
||||||
@@ -103,11 +78,8 @@ Data::Serializer(3) manpage.
|
|||||||
./Build install destdir=%{buildroot} create_packlist=0
|
./Build install destdir=%{buildroot} create_packlist=0
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%clean
|
|
||||||
%{__rm} -rf %{buildroot}
|
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(644,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes examples README
|
%doc Changes examples README xt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user