forked from pool/perl-String-CRC32
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:
committed by
Git OBS Bridge
parent
99de1111a7
commit
bb7d8fbfbc
@@ -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
3
String-CRC32-1.6.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:70211b836109d99bc1763af3f7033ed74d64db091008202ecfc991007821c555
|
||||||
|
size 7713
|
||||||
@@ -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
|
Tue Apr 14 19:23:13 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-String-CRC32
|
# 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
|
# 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,15 +17,15 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-String-CRC32
|
Name: perl-String-CRC32
|
||||||
Version: 1.5
|
Version: 1.6
|
||||||
Release: 0
|
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
|
%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
|
License: SUSE-Public-Domain
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/String-CRC32/
|
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
|
Source1: cpanspec.yml
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
@@ -33,7 +33,7 @@ BuildRequires: perl-macros
|
|||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%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.
|
same CRC values as ZMODEM, PKZIP, PICCHECK and many others.
|
||||||
|
|
||||||
Despite its name, this module is able to compute the checksum of files as
|
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
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc README
|
%doc Changes README.md
|
||||||
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user