Hello community, here is the log from the commit of package perl-Gnome2-Canvas for openSUSE:Factory checked in at 2020-10-22 14:26:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Gnome2-Canvas (Old) and /work/SRC/openSUSE:Factory/.perl-Gnome2-Canvas.new.3463 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Gnome2-Canvas" Thu Oct 22 14:26:13 2020 rev:2 rq:843368 version:1.004 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Gnome2-Canvas/perl-Gnome2-Canvas.changes 2016-03-08 10:08:55.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Gnome2-Canvas.new.3463/perl-Gnome2-Canvas.changes 2020-10-22 14:26:57.691002321 +0200 @@ -1,0 +2,13 @@ +Wed Oct 21 11:46:56 UTC 2020 - Dirk Stoecker <[email protected]> + +- updated to 1.004 + see /usr/share/doc/packages/perl-Gnome2-Canvas/ChangeLog + + 2004/10/24 11:55 (-0400) rwmcfa1 + + * MANIFEST.SKIP: updates + + * perl-Gnome2-Canvas.spec.in: new scheme that addresses x86_64 problems + found by Carl Nygard + +------------------------------------------------------------------- Old: ---- Gnome2-Canvas-1.002.tar.gz New: ---- Gnome2-Canvas-1.004.tar.gz cpanspec.yml ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Gnome2-Canvas.spec ++++++ --- /var/tmp/diff_new_pack.5pHQ3i/_old 2020-10-22 14:26:58.343002907 +0200 +++ /var/tmp/diff_new_pack.5pHQ3i/_new 2020-10-22 14:26:58.347002910 +0200 @@ -1,8 +1,7 @@ # # spec file for package perl-Gnome2-Canvas # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. -# Copyright (c) 2011 Sascha Manns <[email protected]> +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -13,72 +12,58 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: perl-Gnome2-Canvas -Version: 1.002 +Version: 1.004 Release: 0 -Summary: Gnome2-Canvas Perl module -License: LGPL-2.0+ and GPL-2.0+ -Group: Development/Languages/Perl -Url: http://search.cpan.org/dist/Gnome2-Canvas/ -Source0: Gnome2-Canvas-%{version}.tar.gz -BuildRequires: libgnomecanvas-devel +#Upstream: CHECK(Artistic-1.0 or GPL-1.0-or-later) +%define cpan_name Gnome2-Canvas +Summary: Gnome2::Canvas Perl module +License: GPL-2.0-or-later +Group: Development/Libraries/Perl +URL: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/X/XA/XAOC/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml +BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl -BuildRequires: perl-ExtUtils-Depends -BuildRequires: perl-ExtUtils-PkgConfig -BuildRequires: perl-Glib -BuildRequires: perl-Gtk2 -%if 0%{?suse_version} && 0%{?suse_version} < 1140 BuildRequires: perl-macros -%endif -Requires: libgnomecanvas >= %(pkg-config --modversion libgnomecanvas-2.0) -Requires: perl-Glib -Requires: perl-Gtk2 -BuildRoot: %{_tmppath}/%{name}-%{version}-build -%if 0%{?suse_version} && 0%{?suse_version} < 1140 -Requires: perl = %{perl_version} -%else +BuildRequires: perl(ExtUtils::Depends) >= 0.2 +BuildRequires: perl(ExtUtils::PkgConfig) >= 1.030000 +BuildRequires: perl(Glib) >= 1.120 +BuildRequires: perl(Gtk2) >= 1.100 +Requires: perl(ExtUtils::Depends) >= 0.200 +Requires: perl(ExtUtils::PkgConfig) >= 1.030000 +Requires: perl(Glib) >= 1.040 +Requires: perl(Gtk2) >= 1.040 %{perl_requires} -%endif +# MANUAL BEGIN +BuildRequires: libgnomecanvas-devel +# MANUAL END %description -The Gnome2::Canvas module allows a perl developer to use the GnomeCanvas -widget with Gtk2-Perl. Find out more about Gnome+ at http://www.gnome.org. - -Like the Gtk2 module on which it depends, Gnome2::Canvas follows the C API -of libgnomecanvas-2.0 as closely as possible while still being perlish. -Thus, the C API reference remains the canonical documentation. - -To discuss gtk2-perl, ask questions and flame/praise the authors, -join [email protected] at lists.gnome.org. - -Also have a look at the gtk2-perl website and sourceforge project page, -http://gtk2-perl.sourceforge.net +Gnome2::Canvas Perl module %prep -%setup -q -n Gnome2-Canvas-%{version} +%setup -q -n %{cpan_name}-%{version} %build -perl Makefile.PL -make +perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +make %{?_smp_mflags} + +%check +make test %install %perl_make_install %perl_process_packlist %perl_gen_filelist -%clean -rm -rf %{buildroot} - %files -f %{name}.files -%defattr(-,root,root,-) -%dir %{perl_vendorarch}/Gnome2 -%dir %{perl_vendorarch}/Gnome2/Canvas -%dir %{perl_vendorarch}/Gnome2/Canvas/Install -%dir %{perl_vendorarch}/auto/Gnome2 -%dir %{perl_vendorarch}/auto/Gnome2/Canvas +%defattr(-,root,root,755) +%doc AUTHORS canvas.typemap ChangeLog maps NEWS README TODO +%license LICENSE %changelog ++++++ Gnome2-Canvas-1.002.tar.gz -> Gnome2-Canvas-1.004.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Gnome2-Canvas-1.002/Canvas.pm new/Gnome2-Canvas-1.004/Canvas.pm --- old/Gnome2-Canvas-1.002/Canvas.pm 2004-08-16 04:13:21.000000000 +0200 +++ new/Gnome2-Canvas-1.004/Canvas.pm 2020-10-01 05:55:54.000000000 +0200 @@ -1,5 +1,5 @@ # -# $Header: /cvsroot/gtk2-perl/gtk2-perl-xs/GnomeCanvas/Canvas.pm,v 1.22 2004/08/16 02:13:21 muppetman Exp $ +# $Id$ # package Gnome2::Canvas; @@ -14,7 +14,7 @@ our @ISA = qw(DynaLoader); -our $VERSION = '1.002'; +our $VERSION = '1.004'; sub import { my $class = shift; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Gnome2-Canvas-1.002/ChangeLog new/Gnome2-Canvas-1.004/ChangeLog --- old/Gnome2-Canvas-1.002/ChangeLog 2004-08-16 04:11:43.000000000 +0200 +++ new/Gnome2-Canvas-1.004/ChangeLog 2020-08-21 23:27:32.000000000 +0200 @@ -1,3 +1,10 @@ +2004/10/24 11:55 (-0400) rwmcfa1 + + * MANIFEST.SKIP: updates + + * perl-Gnome2-Canvas.spec.in: new scheme that addresses x86_64 problems + found by Carl Nygard + 2004/08/15 22:11 (-0400) muppetman * Canvas.pm, NEWS, README: stable bugfix release 1.002 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Gnome2-Canvas-1.002/LICENSE new/Gnome2-Canvas-1.004/LICENSE --- old/Gnome2-Canvas-1.002/LICENSE 2003-06-16 19:50:27.000000000 +0200 +++ new/Gnome2-Canvas-1.004/LICENSE 2020-09-22 07:30:57.000000000 +0200 @@ -1,8 +1,7 @@ GNU LIBRARY GENERAL PUBLIC LICENSE Version 2, June 1991 - Copyright (C) 1991 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Copyright (C) 1991 Free Software Foundation, Inc. <https://fsf.org/> Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. @@ -463,9 +462,8 @@ Library General Public License for more details. You should have received a copy of the GNU Library General Public - License along with this library; if not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307 USA. + License along with this library; if not, see + <https://www.gnu.org/licenses>. Also add information on how to contact you by electronic and paper mail. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Gnome2-Canvas-1.002/MANIFEST.SKIP new/Gnome2-Canvas-1.004/MANIFEST.SKIP --- old/Gnome2-Canvas-1.002/MANIFEST.SKIP 2003-09-05 03:14:46.000000000 +0200 +++ new/Gnome2-Canvas-1.004/MANIFEST.SKIP 2020-08-21 23:27:32.000000000 +0200 @@ -1,12 +1,14 @@ -CVS +~$ \.bak$ +blib \.bs$ +build \.c$ -\.o$ +CVS +\.cvsignore$ Makefile$ Makefile\.old$ -~$ +\.o$ +\.spec$ \.sw.$ -\.cvsignore$ -blib -build +\.tar\.gz$ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Gnome2-Canvas-1.002/META.yml new/Gnome2-Canvas-1.004/META.yml --- old/Gnome2-Canvas-1.002/META.yml 2004-08-16 04:14:57.000000000 +0200 +++ new/Gnome2-Canvas-1.004/META.yml 2020-10-01 05:56:40.000000000 +0200 @@ -1,9 +1,14 @@ #XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX# name: Gnome2-Canvas -version: 1.002 +version: 1.004 version_from: Canvas.pm installdirs: site requires: - +configure_requires: + Gtk2: 1.100 + ExtUtils::Depends: '0.2' + ExtUtils::MakeMaker: '0' + ExtUtils::PkgConfig: '1.03' + Glib: '1.120' distribution_type: module -generated_by: ExtUtils::MakeMaker version 6.12 +generated_by: ExtUtils::MakeMaker version 6.10_03 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Gnome2-Canvas-1.002/Makefile.PL new/Gnome2-Canvas-1.004/Makefile.PL --- old/Gnome2-Canvas-1.002/Makefile.PL 2004-03-29 18:55:57.000000000 +0200 +++ new/Gnome2-Canvas-1.004/Makefile.PL 2020-10-01 05:47:08.000000000 +0200 @@ -1,5 +1,5 @@ # -# $Header: /cvsroot/gtk2-perl/gtk2-perl-xs/GnomeCanvas/Makefile.PL,v 1.29 2004/03/29 16:55:57 muppetman Exp $ +# $Id$ # use strict; @@ -31,6 +31,7 @@ warn "$@\n"; WriteMakefile( PREREQ_FATAL => 1, + NO_META => 1, PREREQ_PM => { Glib:: => $build_reqs{'perl-Glib'}, Gtk2:: => $build_reqs{'perl-Gtk2'}, @@ -85,6 +86,7 @@ ABSTRACT => 'Perl bindings for the 2.x series of the Gnome Canvas widget', XSPROTOARG => '-noprototypes', MAN3PODS => \%pod_files, + NO_META => 1, $gnomecanvas->get_makefile_vars, ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Gnome2-Canvas-1.002/NEWS new/Gnome2-Canvas-1.004/NEWS --- old/Gnome2-Canvas-1.002/NEWS 2004-08-16 04:12:44.000000000 +0200 +++ new/Gnome2-Canvas-1.004/NEWS 2020-10-01 05:55:54.000000000 +0200 @@ -1,3 +1,19 @@ +Overview of Changes in 1.004 +============================ + +* Makefile.PL: added 'NO_META => 1'; Calling 'make dist' is clobbering the + META.yml file that's already included in the distribution, which is wrong + and breaks things + +Overview of Changes in 1.003 +============================ + +* META.yml: tweak file to fix problems with using 'cpanm' to install module; + Moved 'Gtk2' from 'requires:' to 'configure_requires:'; Set the 'version:' + string to the current module version, instead of 'unknown'; both of these + changes fix RT#127878 +* Updated FSF address in all files that have it; this closes RT#111436 + Overview of Changes in 1.002 ============================ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Gnome2-Canvas-1.002/README new/Gnome2-Canvas-1.004/README --- old/Gnome2-Canvas-1.002/README 2004-08-16 03:55:01.000000000 +0200 +++ new/Gnome2-Canvas-1.004/README 2020-10-01 05:55:54.000000000 +0200 @@ -1,5 +1,4 @@ - -Gnome2::Canvas version 1.002 +Gnome2::Canvas version 1.004 ============================ The Gnome2::Canvas module allows a perl developer to use the GnomeCanvas @@ -79,7 +78,5 @@ Library General Public License for more details. You should have received a copy of the GNU Library General Public -License along with this library; if not, write to the -Free Software Foundation, Inc., 59 Temple Place - Suite 330, -Boston, MA 02111-1307 USA. - +License along with this library; if not, see +<https://www.gnu.org/licenses/>. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Gnome2-Canvas-1.002/TODO new/Gnome2-Canvas-1.004/TODO --- old/Gnome2-Canvas-1.002/TODO 2003-09-05 03:11:38.000000000 +0200 +++ new/Gnome2-Canvas-1.004/TODO 2020-08-21 23:27:32.000000000 +0200 @@ -1,5 +1,5 @@ # -# $Header: /cvsroot/gtk2-perl/gtk2-perl-xs/GnomeCanvas/TODO,v 1.2 2003/09/05 01:11:38 muppetman Exp $ +# $Id$ # these are brand-new, very quickly made bindings, so there are still diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Gnome2-Canvas-1.002/canvas_demo/canvas-curve.pl new/Gnome2-Canvas-1.004/canvas_demo/canvas-curve.pl --- old/Gnome2-Canvas-1.002/canvas_demo/canvas-curve.pl 2004-03-21 05:16:46.000000000 +0100 +++ new/Gnome2-Canvas-1.004/canvas_demo/canvas-curve.pl 2020-09-22 07:31:58.000000000 +0200 @@ -15,9 +15,8 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -# 02111-1307, USA. +# along with this program; if not, see +# <https://www.gnu.org/licenses/>. # # Authors: # Mark McLoughlin <[email protected]> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Gnome2-Canvas-1.002/genmaps.pl new/Gnome2-Canvas-1.004/genmaps.pl --- old/Gnome2-Canvas-1.002/genmaps.pl 2003-06-16 19:50:27.000000000 +0200 +++ new/Gnome2-Canvas-1.004/genmaps.pl 2020-08-21 23:27:32.000000000 +0200 @@ -1,7 +1,7 @@ #read !grep _TYPE_ /usr/include/gtk-2.0/gtk/*.h | grep get_type #% s/^.*[ \t]\([_A-Z0-9]*_TYPE_[_A-Z0-9]*\)[ \t].*$/\1/ # -# $Header: /cvsroot/gtk2-perl/gtk2-perl-xs/GnomeCanvas/genmaps.pl,v 1.1 2003/06/16 17:50:27 muppetman Exp $ +# $Id$ # diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Gnome2-Canvas-1.002/gnomecanvasperl.h new/Gnome2-Canvas-1.004/gnomecanvasperl.h --- old/Gnome2-Canvas-1.002/gnomecanvasperl.h 2004-03-16 06:57:39.000000000 +0100 +++ new/Gnome2-Canvas-1.004/gnomecanvasperl.h 2020-09-22 07:32:15.000000000 +0200 @@ -12,11 +12,10 @@ * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307 USA. + * License along with this library; if not, see + * <https://www.gnu.org/licenses/>. * - * $Header: /cvsroot/gtk2-perl/gtk2-perl-xs/GnomeCanvas/gnomecanvasperl.h,v 1.4 2004/03/16 05:57:39 muppetman Exp $ + * $Id$ */ #ifndef _GNOMECANVASPERL_H_ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Gnome2-Canvas-1.002/perl-Gnome2-Canvas.spec.in new/Gnome2-Canvas-1.004/perl-Gnome2-Canvas.spec.in --- old/Gnome2-Canvas-1.002/perl-Gnome2-Canvas.spec.in 2004-01-25 04:07:23.000000000 +0100 +++ new/Gnome2-Canvas-1.004/perl-Gnome2-Canvas.spec.in 2020-08-21 23:27:32.000000000 +0200 @@ -33,26 +33,25 @@ make test %install -rm -rf $RPM_BUILD_ROOT -eval `perl '-V:installarchlib'` -mkdir -p $RPM_BUILD_ROOT$installarchlib %makeinstall -rm -f `find $RPM_BUILD_ROOT -type f -name perllocal.pod -o -name .packlist` + +[ -x /usr/lib/rpm/brp-compress ] && /usr/lib/rpm/brp-compress -[ -x %{_libdir}/rpm/brp-compress ] && %{_libdir}/rpm/brp-compress +find $RPM_BUILD_ROOT \( -name perllocal.pod -o -name .packlist \) -exec rm -v {} \; -find $RPM_BUILD_ROOT%{_prefix} -type f -print | \ - sed "s@^$RPM_BUILD_ROOT@@g" > %{name}-%{version}-%{release}-filelist -if [ "$(cat %{name}-%{version}-%{release}-filelist)X" = "X" ] ; then - echo "ERROR: EMPTY FILE LIST" - exit 1 +find $RPM_BUILD_ROOT/usr -type f -print | \ + sed "s@^$RPM_BUILD_ROOT@@g" | \ + grep -v perllocal.pod | \ + grep -v "\.packlist" > %{name}-%{version}-filelist +if [ "$(cat %{name}-%{version}-filelist)X" = "X" ] ; then + exit -1 fi %clean rm -rf $RPM_BUILD_ROOT -%files -f %{name}-%{version}-%{release}-filelist -%defattr(-,root,root,-) +%files -f %{name}-%{version}-filelist +%defattr(-,root,root) %changelog * @DATE@ [email protected] - @VERSION@ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Gnome2-Canvas-1.002/xs/GnomeCanvas.xs new/Gnome2-Canvas-1.004/xs/GnomeCanvas.xs --- old/Gnome2-Canvas-1.002/xs/GnomeCanvas.xs 2004-08-16 04:10:26.000000000 +0200 +++ new/Gnome2-Canvas-1.004/xs/GnomeCanvas.xs 2020-10-01 05:47:04.000000000 +0200 @@ -12,11 +12,10 @@ * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307 USA. + * License along with this library; if not, see + * <https://www.gnu.org/licenses/>. * - * $Header: /cvsroot/gtk2-perl/gtk2-perl-xs/GnomeCanvas/xs/GnomeCanvas.xs,v 1.20 2004/08/16 02:10:26 muppetman Exp $ + * $Id$ */ #include "gnomecanvasperl.h" @@ -280,9 +279,8 @@ Library General Public License for more details. You should have received a copy of the GNU Library General Public -License along with this library; if not, write to the -Free Software Foundation, Inc., 59 Temple Place - Suite 330, -Boston, MA 02111-1307 USA. +License along with this library; if not, see +L<https://www.gnu.org/licenses/>. =cut diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Gnome2-Canvas-1.002/xs/GnomeCanvasBpath.xs new/Gnome2-Canvas-1.004/xs/GnomeCanvasBpath.xs --- old/Gnome2-Canvas-1.002/xs/GnomeCanvasBpath.xs 2003-07-05 06:50:57.000000000 +0200 +++ new/Gnome2-Canvas-1.004/xs/GnomeCanvasBpath.xs 2020-09-22 07:32:44.000000000 +0200 @@ -12,11 +12,10 @@ * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307 USA. + * License along with this library; if not, see + * <https://www.gnu.org/licenses/>. * - * $Header: /cvsroot/gtk2-perl/gtk2-perl-xs/GnomeCanvas/xs/GnomeCanvasBpath.xs,v 1.1 2003/07/05 04:50:57 muppetman Exp $ + * $Id$ */ #include "gnomecanvasperl.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Gnome2-Canvas-1.002/xs/GnomeCanvasItem.xs new/Gnome2-Canvas-1.004/xs/GnomeCanvasItem.xs --- old/Gnome2-Canvas-1.002/xs/GnomeCanvasItem.xs 2004-08-16 04:10:26.000000000 +0200 +++ new/Gnome2-Canvas-1.004/xs/GnomeCanvasItem.xs 2020-09-22 07:32:58.000000000 +0200 @@ -12,11 +12,10 @@ * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307 USA. + * License along with this library; if not, see + * <https://www.gnu.org/licenses/>. * - * $Header: /cvsroot/gtk2-perl/gtk2-perl-xs/GnomeCanvas/xs/GnomeCanvasItem.xs,v 1.8 2004/08/16 02:10:26 muppetman Exp $ + * $Id$ */ #include "gnomecanvasperl.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Gnome2-Canvas-1.002/xs/GnomeCanvasPathDef.xs new/Gnome2-Canvas-1.004/xs/GnomeCanvasPathDef.xs --- old/Gnome2-Canvas-1.002/xs/GnomeCanvasPathDef.xs 2004-02-10 07:38:38.000000000 +0100 +++ new/Gnome2-Canvas-1.004/xs/GnomeCanvasPathDef.xs 2020-09-22 07:33:11.000000000 +0200 @@ -12,11 +12,10 @@ * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307 USA. + * License along with this library; if not, see + * <https://www.gnu.org/licenses/>. * - * $Header: /cvsroot/gtk2-perl/gtk2-perl-xs/GnomeCanvas/xs/GnomeCanvasPathDef.xs,v 1.8 2004/02/10 06:38:38 muppetman Exp $ + * $Id$ */ #include "gnomecanvasperl.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Gnome2-Canvas-1.002/xs/GnomeCanvasRichText.xs new/Gnome2-Canvas-1.004/xs/GnomeCanvasRichText.xs --- old/Gnome2-Canvas-1.002/xs/GnomeCanvasRichText.xs 2003-12-05 06:26:41.000000000 +0100 +++ new/Gnome2-Canvas-1.004/xs/GnomeCanvasRichText.xs 2020-09-22 07:33:28.000000000 +0200 @@ -12,11 +12,10 @@ * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307 USA. + * License along with this library; if not, see + * <https://www.gnu.org/licenses/>. * - * $Header: /cvsroot/gtk2-perl/gtk2-perl-xs/GnomeCanvas/xs/GnomeCanvasRichText.xs,v 1.2 2003/12/05 05:26:41 muppetman Exp $ + * $Id$ */ #include "gnomecanvasperl.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Gnome2-Canvas-1.002/xs/GnomeCanvasShape.xs new/Gnome2-Canvas-1.004/xs/GnomeCanvasShape.xs --- old/Gnome2-Canvas-1.002/xs/GnomeCanvasShape.xs 2003-12-05 06:26:41.000000000 +0100 +++ new/Gnome2-Canvas-1.004/xs/GnomeCanvasShape.xs 2020-09-22 07:33:40.000000000 +0200 @@ -12,11 +12,10 @@ * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307 USA. + * License along with this library; if not, see + * <https://www.gnu.org/licenses/>. * - * $Header: /cvsroot/gtk2-perl/gtk2-perl-xs/GnomeCanvas/xs/GnomeCanvasShape.xs,v 1.1 2003/12/05 05:26:41 muppetman Exp $ + * $Id$ */ #include "gnomecanvasperl.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Gnome2-Canvas-1.002/xs/GnomeCanvasUtil.xs new/Gnome2-Canvas-1.004/xs/GnomeCanvasUtil.xs --- old/Gnome2-Canvas-1.002/xs/GnomeCanvasUtil.xs 2004-08-16 04:03:12.000000000 +0200 +++ new/Gnome2-Canvas-1.004/xs/GnomeCanvasUtil.xs 2020-09-22 07:33:53.000000000 +0200 @@ -12,11 +12,10 @@ * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307 USA. + * License along with this library; if not, see + * <https://www.gnu.org/licenses/>. * - * $Header: /cvsroot/gtk2-perl/gtk2-perl-xs/GnomeCanvas/xs/GnomeCanvasUtil.xs,v 1.7 2004/08/16 02:03:12 muppetman Exp $ + * $Id$ */ #include "gnomecanvasperl.h" ++++++ cpanspec.yml ++++++ --- #description_paragraphs: 3 #description: |- # override description from CPAN #summary: override summary from CPAN #no_testing: broken upstream #sources: # - source1 # - source2 #patches: # foo.patch: -p1 # bar.patch: preamble: |- BuildRequires: libgnomecanvas-devel #post_prep: |- # hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` # sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL #post_build: |- # rm unused.files #post_install: |- # sed on %{name}.files license: GPL-2.0-or-later #skip_noarch: 1 #custom_build: |- #./Build build flags=%{?_smp_mflags} --myflag #custom_test: |- #startserver && make test #ignore_requires: Bizarre::Module
