8
0

Accepting request 221607 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/221607
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Digest-Perl-MD5?expand=0&rev=8
This commit is contained in:
Stephan Kulow
2014-02-11 09:44:30 +00:00
committed by Git OBS Bridge
4 changed files with 12 additions and 10 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:86b1f32a09ced075606d98a1b6ed24a44b2e18bfd0ab515dc987f99d9112d860
size 74077

BIN
Digest-Perl-MD5-1.9.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Feb 9 13:33:36 UTC 2014 - coolo@suse.com
- updated to 1.9, no changelog
-------------------------------------------------------------------
Tue Dec 6 11:02:24 UTC 2011 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Digest-Perl-MD5
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 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
@@ -17,11 +17,11 @@
Name: perl-Digest-Perl-MD5
Version: 1.8
Version: 1.9
Release: 0
%define cpan_name Digest-Perl-MD5
Summary: Perl implementation of Ron Rivests MD5 Algorithm
License: Artistic-1.0 or GPL-1.0+
License: GPL-1.0+ or Artistic-1.0
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Digest-Perl-MD5/
Source: http://www.cpan.org/authors/id/D/DE/DELTA/%{cpan_name}-%{version}.tar.gz
@@ -71,11 +71,8 @@ find . -type f -print0 | xargs -0 chmod 644
%perl_process_packlist
%perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files
%defattr(-,root,root,755)
%doc CHANGES rand.f README
%doc CHANGES rand.f
%changelog