1
0

Accepting request 1140622 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/1140622
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-GD-Graph3d?expand=0&rev=22
This commit is contained in:
Ana Guerrero 2024-01-22 19:38:58 +00:00 committed by Git OBS Bridge
commit 295c1c0fb0
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Jan 20 02:05:57 UTC 2024 - Bernhard Wiedemann <bwiedemann@suse.com>
- Use %patch0 to fix compilation with rpm-4.19
-------------------------------------------------------------------
Tue Mar 13 15:13:56 UTC 2018 - crrodriguez@opensuse.org

View File

@ -33,7 +33,7 @@ Summary: 3d extension for perl-GDGraph
License: Artistic-1.0
Group: Development/Libraries/Perl
Source: GD-Graph3d-%{version}.tar.gz
Patch: GD-Graph3d-trim_miter.diff
Patch0: GD-Graph3d-trim_miter.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
@ -44,7 +44,7 @@ graph using Lincoln Stein's GD.pm.
%prep
%setup -n GD-Graph3d-%{version}
%patch -p1
%patch0 -p1
%build
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"