From ab91bf77e5e1f1bfc6d5306b55fffdbb53bb28fc Mon Sep 17 00:00:00 2001
From: Bernhard M. Wiedemann <bwiedemann+opensusegit@suse.de>
Date: Nov 18 2019 18:59:10 +0000
Subject: Update perl-Crypt-SmbHash to rev 20 via SR 748266


https://build.opensuse.org/request/show/748266
by user dimstar_suse

---

diff --git a/.files b/.files
index abe0f94..c61a002 100644
Binary files a/.files and b/.files differ
diff --git a/.rev b/.rev
index a0a9f3b..8094c37 100644
--- a/.rev
+++ b/.rev
@@ -132,4 +132,12 @@
     <user>adrianSuSE</user>
     <comment>Split 13.2 from Factory</comment>
   </revision>
+  <revision rev="20" vrev="159">
+    <srcmd5>d4852cc599819f8bad6534f7b88be690</srcmd5>
+    <version>0.12</version>
+    <time>1574103514</time>
+    <user>dimstar_suse</user>
+    <comment></comment>
+    <requestid>748266</requestid>
+  </revision>
 </revisionlist>
diff --git a/perl-Crypt-SmbHash.changes b/perl-Crypt-SmbHash.changes
index 7881d56..293b0c2 100644
--- a/perl-Crypt-SmbHash.changes
+++ b/perl-Crypt-SmbHash.changes
@@ -1,4 +1,9 @@
 -------------------------------------------------------------------
+Mon Nov 11 12:50:49 UTC 2019 - Arjen de Korte <suse+build@de-korte.org>
+
+- Change architecture to 'noarch'
+
+-------------------------------------------------------------------
 Mon Apr 15 11:23:08 UTC 2013 - idonmez@suse.com
 
 - Add Source URL, see https://en.opensuse.org/SourceUrls 
diff --git a/perl-Crypt-SmbHash.spec b/perl-Crypt-SmbHash.spec
index 485280b..6af267f 100644
--- a/perl-Crypt-SmbHash.spec
+++ b/perl-Crypt-SmbHash.spec
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Crypt-SmbHash
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,7 +20,7 @@ Name:           perl-Crypt-SmbHash
 Version:        0.12
 Release:        0
 Summary:        perl module Crypt::SmbHash
-License:        Artistic-1.0 or GPL-2.0+
+License:        Artistic-1.0 OR GPL-2.0-or-later
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/perldoc?Crypt::SmbHash
 Source:         http://search.cpan.org/CPAN/authors/id/B/BJ/BJKUIT/Crypt-SmbHash-%{version}.tar.gz
@@ -28,6 +28,7 @@ BuildRequires:  perl-Digest-MD4
 BuildRequires:  perl-macros
 Requires:       perl-Digest-MD4
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildArch:      noarch
 %{perl_requires}
 
 %description
@@ -45,14 +46,12 @@ make %{?_smp_mflags}
 make test
 
 %install
-make DESTDIR=%{buildroot} install_vendor
+%perl_make_install
 %perl_process_packlist
+%perl_gen_filelist
 
-%files
+%files -f %{name}.files
 %defattr(-, root, root)
 %doc Changes MANIFEST README
-%doc %{_mandir}/man?/*
-%{perl_vendorlib}/Crypt
-%{perl_vendorarch}/auto/Crypt
 
 %changelog