forked from pool/perl-GDGraph
Accepting request 201871 from devel:languages:perl
update to 1.48 (forwarded request 201625 from deadpoint) OBS-URL: https://build.opensuse.org/request/show/201871 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-GDGraph?expand=0&rev=20
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a03f93b679bdf917b40cf20049e2c79b70688ee8908d6d706080c6766406f784
|
||||
size 138072
|
3
GDGraph-1.48.tar.gz
Normal file
3
GDGraph-1.48.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4324a104557edaf8925a20f24326af89c08e419989fbaa7380f0c9731bc2ac6c
|
||||
size 156383
|
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 1 16:19:21 UTC 2013 - darin@darins.net
|
||||
|
||||
- update to 1.48
|
||||
* no code changes, just release enginering cleanup
|
||||
* adjust MANIFEST.SKIP file so MANIFEST can be generated
|
||||
once again
|
||||
* ship sample58.pl file, so `make samples` stop failing
|
||||
* mention the current and past maintainers in META files
|
||||
as authors
|
||||
* use newer CPAN::Meta and ExtUtils::MakeMaker, older
|
||||
versions generated META files without runtime prerequisites
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 28 09:15:17 UTC 2011 - vcizek@novell.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-GDGraph
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -15,26 +15,25 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: perl-GDGraph
|
||||
%define cpan_name GDGraph
|
||||
Version: 1.44
|
||||
Release: 188
|
||||
AutoReqProv: on
|
||||
Group: Development/Libraries/Perl
|
||||
License: GPL-1.0+ or Artistic-1.0
|
||||
Version: 1.48
|
||||
Release: 0
|
||||
Url: http://cpan.org/modules/by-module/GD/
|
||||
Summary: Package to generate charts, using Lincoln Stein's GD.pm
|
||||
BuildRequires: ImageMagick libtiff-devel xorg-x11-devel
|
||||
BuildRequires: perl(GD) >= 1.18
|
||||
BuildRequires: perl(GD::Text) >= 0.80
|
||||
License: GPL-1.0+ or Artistic-1.0
|
||||
Group: Development/Libraries/Perl
|
||||
BuildRequires: ImageMagick
|
||||
BuildRequires: libtiff-devel
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: xorg-x11-devel
|
||||
BuildRequires: perl(GD) >= 1.18
|
||||
BuildRequires: perl(GD::Text) >= 0.80
|
||||
Requires: perl(GD) >= 1.18
|
||||
Requires: perl(GD::Text) >= 0.80
|
||||
Source: %{cpan_name}-%{version}.tar.bz2
|
||||
Source: %{cpan_name}-%{version}.tar.gz
|
||||
Patch: %{cpan_name}-trim_miter.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
|
Reference in New Issue
Block a user