8
0

Accepting request 508969 from home:bmwiedemann:branches:devel:languages:perl

Add reproducible.patch to sort hashes to fix build-compare

OBS-URL: https://build.opensuse.org/request/show/508969
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Class-MethodMaker?expand=0&rev=26
This commit is contained in:
Stephan Kulow
2017-07-15 05:05:50 +00:00
committed by Git OBS Bridge
parent d18a64d9e7
commit 97db860e66
3 changed files with 27 additions and 0 deletions

View File

@@ -25,6 +25,8 @@ License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Class-MethodMaker/
Source: http://www.cpan.org/authors/id/S/SC/SCHWIGON/class-methodmaker/%{cpan_name}-%{version}.tar.gz
# PATCH-FIX-UPSTREAM https://rt.cpan.org/Public/Bug/Display.html?id=122339
Patch0: reproducible.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
@@ -45,6 +47,7 @@ at least declare) your overriding method in a 'BEGIN' block.
%prep
%setup -q -n %{cpan_name}-%{version}
%patch0 -p1
find . -type f -print0 | xargs -0 chmod 644
%build