Accepting request 1156163 from home:tinita:branches:d:l:p

- Use %autosetup instead of deprecated %patchN

OBS-URL: https://build.opensuse.org/request/show/1156163
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Undump?expand=0&rev=3
This commit is contained in:
2024-03-08 10:06:14 +00:00
committed by Git OBS Bridge
parent 54d631594b
commit 18ea1aee6f
2 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 7 23:30:43 UTC 2024 - Tina Müller <tina.mueller@suse.com>
- Use %autosetup instead of deprecated %patchN
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Nov 9 07:42:18 UTC 2020 - Dirk Stoecker <opensuse@dstoecker.de> Mon Nov 9 07:42:18 UTC 2020 - Dirk Stoecker <opensuse@dstoecker.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Data-Undump # spec file for package perl-Data-Undump
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -42,8 +42,7 @@ Securely and quickly deserialize simple Data::Dumper dumps.
intend to use this software in production.* intend to use this software in production.*
%prep %prep
%setup -q -n %{cpan_name}-%{version} %autosetup -n %{cpan_name}-%{version}
%patch0
%build %build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"