9
0

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
This commit is contained in:
Stephan Kulow
2017-06-29 07:57:44 +00:00
committed by Git OBS Bridge
parent 99de1111a7
commit bb7d8fbfbc
4 changed files with 17 additions and 10 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5a812f1a7b08330fe49f64cd479970cbc2193285c8bb6951f4dd4291c4947054
size 6990

3
String-CRC32-1.6.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:70211b836109d99bc1763af3f7033ed74d64db091008202ecfc991007821c555
size 7713

View File

@@ -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

View File

@@ -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