Hello community, here is the log from the commit of package perl-Devel-Cycle for openSUSE:Factory checked in at 2015-04-18 10:40:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Devel-Cycle (Old) and /work/SRC/openSUSE:Factory/.perl-Devel-Cycle.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Devel-Cycle" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Devel-Cycle/perl-Devel-Cycle.changes 2011-09-23 12:36:48.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Devel-Cycle.new/perl-Devel-Cycle.changes 2015-04-18 10:40:12.000000000 +0200 @@ -1,0 +2,9 @@ +Thu Apr 16 17:31:19 UTC 2015 - [email protected] + +- updated to 1.12 + see /usr/share/doc/packages/perl-Devel-Cycle/Changes + + 1.12 Fri Nov 14 08:56:23 EST 2014 + - Moved to GitHub at https://github.com/lstein/Devel-Cycle + +------------------------------------------------------------------- Old: ---- Devel-Cycle-1.11.tar.gz New: ---- Devel-Cycle-1.12.tar.gz cpanspec.yml ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Devel-Cycle.spec ++++++ --- /var/tmp/diff_new_pack.80fhqg/_old 2015-04-18 10:40:12.000000000 +0200 +++ /var/tmp/diff_new_pack.80fhqg/_new 2015-04-18 10:40:12.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package perl-Devel-Cycle (Version 1.11) +# spec file for package perl-Devel-Cycle # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX 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,46 +15,34 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: perl-Devel-Cycle +Version: 1.12 +Release: 0 %define cpan_name Devel-Cycle Summary: Find memory cycles in objects -Version: 1.11 -Release: 2 License: GPL-1.0+ or Artistic-1.0 Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Devel-Cycle/ -Source: http://search.cpan.org/CPAN/authors/id/L/LD/LDS/Devel-Cycle-1.11.tar.gz -# https://rt.cpan.org/Public/Bug/Display.html?id=56681 -Patch0: %{cpan_name}-pm.patch -Patch1: %{cpan_name}-t.patch +Source0: http://www.cpan.org/authors/id/L/LD/LDS/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml +Patch0: Devel-Cycle-pm.patch +Patch1: Devel-Cycle-t.patch BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build -%{perl_requires} BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Test::More) -BuildRequires: perl(Scalar::Util) -Requires: perl(Scalar::Util) +%{perl_requires} %description This is a simple developer's tool for finding circular references in objects and other types of references. Because of Perl's reference-count based memory management, circular references will cause memory leaks. -Authors: --------- - Lincoln Stein, <[email protected]> - %prep %setup -q -n %{cpan_name}-%{version} -# https://rt.cpan.org/Public/Bug/Display.html?id=56681 -%if 0%{?suse_version} >= 1130 %patch0 %patch1 -%endif %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -65,18 +53,11 @@ %install %perl_make_install -# do not perl_process_packlist (noarch) -# remove .packlist file -%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch -# remove perllocal.pod file -%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib +%perl_process_packlist %perl_gen_filelist -%clean -%{__rm} -rf $RPM_BUILD_ROOT - %files -f %{name}.files -%defattr(-,root,root,-) +%defattr(-,root,root,755) %doc Changes README %changelog ++++++ Devel-Cycle-1.11.tar.gz -> Devel-Cycle-1.12.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Devel-Cycle-1.11/Changes new/Devel-Cycle-1.12/Changes --- old/Devel-Cycle-1.11/Changes 2009-08-24 14:54:45.000000000 +0200 +++ new/Devel-Cycle-1.12/Changes 2014-11-14 14:56:40.000000000 +0100 @@ -1,4 +1,7 @@ Revision history for Perl extension Devel::Cycle. +1.12 Fri Nov 14 08:56:23 EST 2014 + - Moved to GitHub at https://github.com/lstein/Devel-Cycle + 1.11 Mon Aug 24 08:50:25 EDT 2009 - Florian Ragwitz fixed bug 47389 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Devel-Cycle-1.11/MANIFEST new/Devel-Cycle-1.12/MANIFEST --- old/Devel-Cycle-1.11/MANIFEST 2006-05-18 20:17:38.000000000 +0200 +++ new/Devel-Cycle-1.12/MANIFEST 2014-11-14 14:58:17.000000000 +0100 @@ -5,3 +5,4 @@ t/Devel-Cycle.t lib/Devel/Cycle.pm META.yml Module meta-data (added by MakeMaker) +META.json Module JSON meta-data (added by MakeMaker) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Devel-Cycle-1.11/META.json new/Devel-Cycle-1.12/META.json --- old/Devel-Cycle-1.11/META.json 1970-01-01 01:00:00.000000000 +0100 +++ new/Devel-Cycle-1.12/META.json 2014-11-14 14:58:17.000000000 +0100 @@ -0,0 +1,42 @@ +{ + "abstract" : "Find memory cycles in objects", + "author" : [ + "Lincoln Stein <[email protected]>" + ], + "dynamic_config" : 1, + "generated_by" : "ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 2.120921", + "license" : [ + "unknown" + ], + "meta-spec" : { + "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", + "version" : "2" + }, + "name" : "Devel-Cycle", + "no_index" : { + "directory" : [ + "t", + "inc" + ] + }, + "prereqs" : { + "build" : { + "requires" : { + "ExtUtils::MakeMaker" : "0" + } + }, + "configure" : { + "requires" : { + "ExtUtils::MakeMaker" : "0" + } + }, + "runtime" : { + "requires" : { + "Scalar::Util" : "0", + "Test::More" : "0" + } + } + }, + "release_status" : "stable", + "version" : "1.12" +} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Devel-Cycle-1.11/META.yml new/Devel-Cycle-1.12/META.yml --- old/Devel-Cycle-1.11/META.yml 2009-08-24 14:55:51.000000000 +0200 +++ new/Devel-Cycle-1.12/META.yml 2014-11-14 14:58:17.000000000 +0100 @@ -1,15 +1,23 @@ ---- #YAML:1.0 -name: Devel-Cycle -version: 1.11 -abstract: Find memory cycles in objects -license: ~ -author: - - Lincoln Stein <[email protected]> -generated_by: ExtUtils::MakeMaker version 6.42 -distribution_type: module -requires: - Scalar::Util: 0 - Test::More: 0 +--- +abstract: 'Find memory cycles in objects' +author: + - 'Lincoln Stein <[email protected]>' +build_requires: + ExtUtils::MakeMaker: 0 +configure_requires: + ExtUtils::MakeMaker: 0 +dynamic_config: 1 +generated_by: 'ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 2.120921' +license: unknown meta-spec: - url: http://module-build.sourceforge.net/META-spec-v1.3.html - version: 1.3 + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: 1.4 +name: Devel-Cycle +no_index: + directory: + - t + - inc +requires: + Scalar::Util: 0 + Test::More: 0 +version: 1.12 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Devel-Cycle-1.11/README new/Devel-Cycle-1.12/README --- old/Devel-Cycle-1.11/README 2003-12-13 17:45:15.000000000 +0100 +++ new/Devel-Cycle-1.12/README 2014-11-14 14:55:57.000000000 +0100 @@ -1,4 +1,4 @@ -Devel-Cycle version 1.00 +Perl Module Devel::Cycle ======================== This module can be used to find memory cycles in objects and other @@ -53,11 +53,15 @@ make test make install -COPYRIGHT AND LICENCE +DEVELOPING + +The master repository for Devel::Cycle is kept on GitHub at +https://github.com/lstein/Devel-Cycle. Please contribute by sending +pull requests. -Put the correct copyright and licence information here. +COPYRIGHT AND LICENCE -Copyright (C) 2003 by Lincoln Stein +Copyright (C) 2003-2014 by Lincoln Stein <[email protected]> This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.2 or, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Devel-Cycle-1.11/lib/Devel/Cycle.pm new/Devel-Cycle-1.12/lib/Devel/Cycle.pm --- old/Devel-Cycle-1.11/lib/Devel/Cycle.pm 2009-08-24 14:54:45.000000000 +0200 +++ new/Devel-Cycle-1.12/lib/Devel/Cycle.pm 2014-11-14 14:57:35.000000000 +0100 @@ -17,7 +17,7 @@ our @ISA = qw(Exporter); our @EXPORT = qw(find_cycle find_weakened_cycle); our @EXPORT_OK = qw($FORMATTING); -our $VERSION = '1.11'; +our $VERSION = '1.12'; our $FORMATTING = 'roasted'; our $QUIET = 0; @@ -437,13 +437,19 @@ L<Devel::Leak> L<Scalar::Util> +=head1 DEVELOPING + +https://github.com/lstein/Devel-Cycle. Please contribute to the code +base by sending pull requests. Use GitHub for bug reports and feature +requests. + =head1 AUTHOR -Lincoln Stein, E<lt>[email protected]<gt> +Lincoln Stein, E<lt>[email protected]<gt> =head1 COPYRIGHT AND LICENSE -Copyright (C) 2003 by Lincoln Stein +Copyright (C) 2003-2014 by Lincoln Stein This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.2 or, ++++++ cpanspec.yml ++++++ --- #description_paragraphs: 3 #no_testing: broken upstream #sources: # - source1 # - source2 patches: Devel-Cycle-pm.patch: Devel-Cycle-t.patch: #preamble: |- # BuildRequires: gcc-c++ #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_install: |- # sed on %{name}.files #license: SUSE-NonFree #skip_noarch: 1 #custom_build: - #./Build build flags=%{?_smp_mflags} --myflag
