- obsolete perl-Data-Password-1.07-dict.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Password?expand=0&rev=13
This commit is contained in:
Stephan Kulow
2015-05-09 08:07:24 +00:00
committed by Git OBS Bridge
parent 6b0958ca01
commit 2deb41c0bc
4 changed files with 1 additions and 17 deletions

View File

@@ -4,8 +4,6 @@
#sources:
# - source1
# - source2
patches:
perl-Data-Password-1.07-dict.patch:
preamble: |-
Requires: words
#post_prep: |-

View File

@@ -1,13 +0,0 @@
Index: Password.pm
===================================================================
--- Password.pm.orig
+++ Password.pm
@@ -25,7 +25,7 @@ $GROUPS = 2;
$MINLEN = 6;
$MAXLEN = 8;
-@DICTIONARIES = qw(/usr/dict/web2 /usr/dict/words /usr/share/dict/words /usr/share/dict/linux.words);
+@DICTIONARIES = qw(/usr/share/dict/words /usr/share/dict/linux.words);
sub OpenDictionary {
foreach my $sym (@DICTIONARIES) {

View File

@@ -3,6 +3,7 @@ Thu Apr 16 21:37:13 UTC 2015 - coolo@suse.com
- updated to 1.12
see /usr/share/doc/packages/perl-Data-Password/Changes
- obsolete perl-Data-Password-1.07-dict.patch
-------------------------------------------------------------------
Wed Dec 1 13:31:37 UTC 2010 - coolo@novell.com

View File

@@ -26,7 +26,6 @@ Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Data-Password/
Source0: http://www.cpan.org/authors/id/R/RA/RAZINF/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
Patch0: perl-Data-Password-1.07-dict.patch
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -50,7 +49,6 @@ _use Data::Password qw(:all);_
%prep
%setup -q -n %{cpan_name}-%{version}
%patch0
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor