This commit is contained in:
parent
d8bde19713
commit
cd996a224b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:43989f377c4f414e68ec73140c469d7c64a64272b28405ee0d6855eaa3c46470
|
||||
size 38072
|
3
Digest-SHA1-2.12.tar.bz2
Normal file
3
Digest-SHA1-2.12.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:62fc7850b0e51d714a00d97a48b03ae68245561aaad1167a22054963d48ab555
|
||||
size 39034
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -1,23 +1,31 @@
|
||||
#
|
||||
# spec file for package perl-Digest-SHA1 (Version 2.11)
|
||||
# spec file for package perl-Digest-SHA1 (Version 2.12)
|
||||
#
|
||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
# Copyright (c) 2009 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/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: perl-Digest-SHA1
|
||||
Version: 2.11
|
||||
Version: 2.12
|
||||
Release: 1
|
||||
Requires: perl = %{perl_version}
|
||||
Autoreqprov: on
|
||||
AutoReqProv: on
|
||||
Group: Development/Libraries/Perl
|
||||
License: Artistic License
|
||||
URL: http://cpan.org/modules/by-module/Digest/
|
||||
Url: http://cpan.org/modules/by-module/Digest/
|
||||
Summary: A Perl Interface to the SHA-1 Algorithm
|
||||
Source: Digest-SHA1-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -60,37 +68,46 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{perl_vendorarch}/auto/Digest
|
||||
/var/adm/perl-modules/%{name}
|
||||
|
||||
%changelog -n perl-Digest-SHA1
|
||||
* Tue Jul 11 2006 - anicka@suse.cz
|
||||
%changelog
|
||||
* Mon May 25 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 2006 anicka@suse.cz
|
||||
- update to 2.11
|
||||
- minor release
|
||||
* Wed Jan 25 2006 - mls@suse.de
|
||||
* Wed Jan 25 2006 mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Fri Aug 06 2004 - mjancar@suse.cz
|
||||
* Fri Aug 06 2004 mjancar@suse.cz
|
||||
- update to 2.10
|
||||
* Thu Feb 26 2004 - mjancar@suse.cz
|
||||
* Thu Feb 26 2004 mjancar@suse.cz
|
||||
- update to 2.07
|
||||
* Tue Oct 21 2003 - mjancar@suse.cz
|
||||
* Tue Oct 21 2003 mjancar@suse.cz
|
||||
- update to 2.06
|
||||
* Fri Aug 22 2003 - mjancar@suse.cz
|
||||
* Fri Aug 22 2003 mjancar@suse.cz
|
||||
- require the perl version we build with
|
||||
* Thu Jul 24 2003 - mjancar@suse.cz
|
||||
* Thu Jul 24 2003 mjancar@suse.cz
|
||||
- update to 2.04
|
||||
* Tue Jul 15 2003 - mjancar@suse.cz
|
||||
* Tue Jul 15 2003 mjancar@suse.cz
|
||||
- adapt to perl-5.8.1
|
||||
- use %%perl_process_packlist
|
||||
* Mon Jun 16 2003 - mjancar@suse.cz
|
||||
* Mon Jun 16 2003 mjancar@suse.cz
|
||||
- fix filelist
|
||||
* Thu Jun 05 2003 - mjancar@suse.cz
|
||||
* Thu Jun 05 2003 mjancar@suse.cz
|
||||
- don't package MANIFEST
|
||||
* Tue May 20 2003 - mjancar@suse.cz
|
||||
* Tue May 20 2003 mjancar@suse.cz
|
||||
- remove unpackaged files
|
||||
* Tue Apr 29 2003 - mjancar@suse.cz
|
||||
* Tue Apr 29 2003 mjancar@suse.cz
|
||||
- update to version 2.02
|
||||
- used $RPM_OPT_FLAGS
|
||||
* Tue Jul 02 2002 - mls@suse.de
|
||||
* Tue Jul 02 2002 mls@suse.de
|
||||
- remove race in .packlist generation
|
||||
* Tue Jan 15 2002 - rvasice@suse.cz
|
||||
* Tue Jan 15 2002 rvasice@suse.cz
|
||||
- update to version 2.01
|
||||
* Tue Aug 14 2001 - rvasice@suse.cz
|
||||
* Tue Aug 14 2001 rvasice@suse.cz
|
||||
- initial package release (version 2.00)
|
||||
|
Loading…
Reference in New Issue
Block a user