diff --git a/GDGraph-1.44.tar.bz2 b/GDGraph-1.44.tar.bz2 deleted file mode 100644 index aec527e..0000000 --- a/GDGraph-1.44.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a03f93b679bdf917b40cf20049e2c79b70688ee8908d6d706080c6766406f784 -size 138072 diff --git a/GDGraph-1.48.tar.gz b/GDGraph-1.48.tar.gz new file mode 100644 index 0000000..eeb2c08 --- /dev/null +++ b/GDGraph-1.48.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4324a104557edaf8925a20f24326af89c08e419989fbaa7380f0c9731bc2ac6c +size 156383 diff --git a/perl-GDGraph.changes b/perl-GDGraph.changes index b6322b1..d81c2de 100644 --- a/perl-GDGraph.changes +++ b/perl-GDGraph.changes @@ -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 diff --git a/perl-GDGraph.spec b/perl-GDGraph.spec index 4cbde94..893f9a7 100644 --- a/perl-GDGraph.spec +++ b/perl-GDGraph.spec @@ -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