From bb7d8fbfbcc2cb3f9aa24f842c5e6e2542661b7410fe4ae3a8ffb016e455e2a4 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 29 Jun 2017 07:57:44 +0000 Subject: [PATCH] Accepting request 506372 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/506372 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-String-CRC32?expand=0&rev=12 --- String-CRC32-1.5.tar.gz | 3 --- String-CRC32-1.6.tar.gz | 3 +++ perl-String-CRC32.changes | 6 ++++++ perl-String-CRC32.spec | 15 ++++++++------- 4 files changed, 17 insertions(+), 10 deletions(-) delete mode 100644 String-CRC32-1.5.tar.gz create mode 100644 String-CRC32-1.6.tar.gz diff --git a/String-CRC32-1.5.tar.gz b/String-CRC32-1.5.tar.gz deleted file mode 100644 index c87155a..0000000 --- a/String-CRC32-1.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a812f1a7b08330fe49f64cd479970cbc2193285c8bb6951f4dd4291c4947054 -size 6990 diff --git a/String-CRC32-1.6.tar.gz b/String-CRC32-1.6.tar.gz new file mode 100644 index 0000000..951915d --- /dev/null +++ b/String-CRC32-1.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70211b836109d99bc1763af3f7033ed74d64db091008202ecfc991007821c555 +size 7713 diff --git a/perl-String-CRC32.changes b/perl-String-CRC32.changes index 3e1b960..b63f5e7 100644 --- a/perl-String-CRC32.changes +++ b/perl-String-CRC32.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jun 27 06:11:52 UTC 2017 - coolo@suse.com + +- updated to 1.6 + see /usr/share/doc/packages/perl-String-CRC32/Changes + ------------------------------------------------------------------- Tue Apr 14 19:23:13 UTC 2015 - coolo@suse.com diff --git a/perl-String-CRC32.spec b/perl-String-CRC32.spec index caff00a..dd75af3 100644 --- a/perl-String-CRC32.spec +++ b/perl-String-CRC32.spec @@ -1,7 +1,7 @@ # # spec file for package perl-String-CRC32 # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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,15 +17,15 @@ Name: perl-String-CRC32 -Version: 1.5 +Version: 1.6 Release: 0 -#Upstream: CRC algorithm code taken from CRC-32 by Craig Bruce. The module stuff is inspired by a similar perl module called String::CRC by David Sharnoff & Matthew Dillon. Horst Fickenscher told me that it could be useful to supply an init value to the crc checking function and so I included this possibility. the public domain. +#Upstream: SUSE-Public-Domain %define cpan_name String-CRC32 -Summary: Perl interface for cyclic redundency check generation +Summary: Perl interface for cyclic redundancy check generation License: SUSE-Public-Domain Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/String-CRC32/ -Source: http://www.cpan.org/authors/id/S/SO/SOENKE/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/L/LE/LEEJO/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -33,7 +33,7 @@ BuildRequires: perl-macros %{perl_requires} %description -The *CRC32* module calculates CRC sums of 32 bit lenghts. It generates the +The *CRC32* module calculates CRC sums of 32 bit lengths. It generates the same CRC values as ZMODEM, PKZIP, PICCHECK and many others. Despite its name, this module is able to compute the checksum of files as @@ -56,6 +56,7 @@ well as strings. %files -f %{name}.files %defattr(-,root,root,755) -%doc README +%doc Changes README.md +%license LICENSE %changelog