Sync from SUSE:SLFO:Main perl-Digest-SHA1 revision ec4b1790dfe11e92e686362831770cda

This commit is contained in:
Adrian Schröter 2024-05-03 18:08:01 +02:00
commit bc3052242e
4 changed files with 225 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

BIN
Digest-SHA1-2.13.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

132
perl-Digest-SHA1.changes Normal file
View File

@ -0,0 +1,132 @@
-------------------------------------------------------------------
Mon Apr 15 10:57:03 UTC 2013 - idonmez@suse.com
- Add Source URL, see https://en.opensuse.org/SourceUrls
-------------------------------------------------------------------
Fri Nov 18 11:10:10 UTC 2011 - coolo@suse.com
- use original .tar.gz
-------------------------------------------------------------------
Wed Dec 1 13:32:06 UTC 2010 - coolo@novell.com
- switch to perl_requires macro
-------------------------------------------------------------------
Fri Jul 16 15:09:47 CEST 2010 - anicka@suse.cz
- update to 2.13
* Fix memory leak in sha1_transform
-------------------------------------------------------------------
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
- enable parallel build
-------------------------------------------------------------------
Sat Jul 25 19:37:27 CEST 2009 - chris@computersalat.de
- spec mods
* removed ^----------
* removed ^#---------
-------------------------------------------------------------------
Fri Jun 26 11:32:41 CEST 2009 - chris@computersalat.de
- added perl-macros
o autogen filelist with perl_gen_filelist
- spec mods
o added header
o fixed deps
-------------------------------------------------------------------
Mon May 25 16:44:44 CEST 2009 - anicka@suse.cz
- update to 2.12
* Get rid of the old CVS ids
* Avoid "redefined" error for ULONG on Win64
* Less optimizations on IRIX [RT#8999]
* Clean up the 'git status' output
* Mention that SHA-1 might be weak [RT#11880]
* Ensure more stuff in the META.yml file [RT#40757]
* Quiet warnings when compiled with -Wwrite-strings [RT#31915]
-------------------------------------------------------------------
Tue Jul 11 16:40:59 CEST 2006 - anicka@suse.cz
- update to 2.11
- minor release
-------------------------------------------------------------------
Wed Jan 25 21:39:39 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Fri Aug 06 18:50:38 CEST 2004 - mjancar@suse.cz
- update to 2.10
-------------------------------------------------------------------
Thu Feb 26 14:51:53 CET 2004 - mjancar@suse.cz
- update to 2.07
-------------------------------------------------------------------
Tue Oct 21 19:14:34 CEST 2003 - mjancar@suse.cz
- update to 2.06
-------------------------------------------------------------------
Fri Aug 22 14:32:50 CEST 2003 - mjancar@suse.cz
- require the perl version we build with
-------------------------------------------------------------------
Thu Jul 24 10:32:05 CEST 2003 - mjancar@suse.cz
- update to 2.04
-------------------------------------------------------------------
Tue Jul 15 14:53:57 CEST 2003 - mjancar@suse.cz
- adapt to perl-5.8.1
- use %perl_process_packlist
-------------------------------------------------------------------
Mon Jun 16 17:52:43 CEST 2003 - mjancar@suse.cz
- fix filelist
-------------------------------------------------------------------
Thu Jun 05 22:46:24 CEST 2003 - mjancar@suse.cz
- don't package MANIFEST
-------------------------------------------------------------------
Tue May 20 14:19:52 CEST 2003 - mjancar@suse.cz
- remove unpackaged files
-------------------------------------------------------------------
Tue Apr 29 12:34:25 CEST 2003 - mjancar@suse.cz
- update to version 2.02
- used $RPM_OPT_FLAGS
-------------------------------------------------------------------
Tue Jul 2 17:40:06 MEST 2002 - mls@suse.de
- remove race in .packlist generation
-------------------------------------------------------------------
Tue Jan 15 16:00:12 CET 2002 - rvasice@suse.cz
- update to version 2.01
-------------------------------------------------------------------
Tue Aug 14 14:21:11 CEST 2001 - rvasice@suse.cz
- initial package release (version 2.00)

67
perl-Digest-SHA1.spec Normal file
View File

@ -0,0 +1,67 @@
#
# spec file for package perl-Digest-SHA1
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: perl-Digest-SHA1
%define cpan_name Digest-SHA1
Summary: Perl Interface to the SHA-1 Algorithm
License: Artistic-1.0
Group: Development/Libraries/Perl
Version: 2.13
Release: 0
Url: http://search.cpan.org/perldoc?Digest::SHA1
Source: http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/%{cpan_name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: perl
BuildRequires: perl-macros
%description
%{cpan_name} module for perl
The Digest::SHA1 module allows the use of the NIST SHA-1 message digest
algorithm from within Perl programs. The algorithm takes a message of
arbitrary length as input and produces a 160-bit fingerprint or message
digest of the input as output.
Authors:
Peter C. Gutmann,
Uwe Hollerbach <uh@alumni.caltech.edu>,
Gisle Aas <gisle@aas.no>
%prep
%setup -q -n %{cpan_name}-%{version}
%build
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
%{__make} %{?_smp_mflags}
%check
%{__make} test
%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%clean
%{__rm} -rf $RPM_BUILD_ROOT
%files -f %{name}.files
%defattr(-,root,root)
%doc Changes README fip180-1.gif fip180-1.html
%changelog