Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-CLASS for openSUSE:Factory checked in at 2023-09-29 21:13:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-CLASS (Old) and /work/SRC/openSUSE:Factory/.perl-CLASS.new.28202 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-CLASS" Fri Sep 29 21:13:59 2023 rev:11 rq:1114066 version:1.1.8 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-CLASS/perl-CLASS.changes 2022-03-11 11:49:11.434832264 +0100 +++ /work/SRC/openSUSE:Factory/.perl-CLASS.new.28202/perl-CLASS.changes 2023-09-29 21:15:22.577650563 +0200 @@ -1,0 +2,6 @@ +Sun Sep 24 03:06:48 UTC 2023 - Tina Müller <timueller+p...@suse.de> + +- updated to 1.1.8 + see /usr/share/doc/packages/perl-CLASS/Changes + +------------------------------------------------------------------- Old: ---- CLASS-v1.1.7.tar.gz New: ---- CLASS-v1.1.8.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-CLASS.spec ++++++ --- /var/tmp/diff_new_pack.VLdzXq/_old 2023-09-29 21:15:23.569686355 +0200 +++ /var/tmp/diff_new_pack.VLdzXq/_new 2023-09-29 21:15:23.573686500 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-CLASS # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define cpan_name CLASS Name: perl-CLASS -Version: 1.1.7 +Version: 1.1.8 Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Alias for __PACKAGE__ @@ -51,5 +51,5 @@ %perl_gen_filelist %files -f %{name}.files -%doc Changes README +%doc Changes CONTRIBUTING.md README ++++++ CLASS-v1.1.7.tar.gz -> CLASS-v1.1.8.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CLASS-v1.1.7/CONTRIBUTING.md new/CLASS-v1.1.8/CONTRIBUTING.md --- old/CLASS-v1.1.7/CONTRIBUTING.md 1970-01-01 01:00:00.000000000 +0100 +++ new/CLASS-v1.1.8/CONTRIBUTING.md 2023-09-23 12:38:06.000000000 +0200 @@ -0,0 +1,51 @@ +## How to contribute + +Thank you for considering contributing to this distribution. +I welcome any contribution to CLASS, including, but not limited to bug reports, feature requests, general comments, and patches. + +Feel free to clone it from its gitlab repository at <https://github.com/jackdeguest/CLASS> and issue a pull request. + +I am very flexible to collaboration and always eager to learn from others. + +All contributions are assumed to be provided under the terms of [perl5 license](http://dev.perl.org/licenses/). + +### Issues + +File [an issue on bug tracker](https://github.com/jackdeguest/CLASS/issues) if you think you've found a bug. Please describe + +1. How can it be reproduced + +1. What was expected + +1. What actually occurred + +1. What version of the involved component + +## Coding Style + +I personally stick to the [Allman](https://en.wikipedia.org/wiki/Indentation_style#Allman_style) coding style. If you want to provide a patch to an existing piece of code, for clarity and consistency, it is best to stick to the existing coding style, whatever that may be. However, if you want to contribute a new module, you should feel free to use your coding style with comments to ensure readability and clarity. + +Otherwise, I think it is reasonable to heed to [perl style recommendations](https://metacpan.org/pod/perlstyle). + +## Versioning + +The versioning style used is dotted decimal, such as `v0.1.1` + +Please see [version](https://metacpan.org/pod/version) for more information. + +## How to contact the author + +You can reach me via e-mail <jdegu...@cpan.org>, or via [Telegram](https://t.me/jackdeguest), or [LinkedIn](https://www.linkedin.com/in/jackdeguest/) + +## Issue Tracking + +Issues are currently reported using CPAN [bug tracker](https://github.com/jackdeguest/CLASS/issues) + +## More information + +Please refer to the [README](https://metacpan.org/source/JDEGUEST/CLASS-v1.1.7/README.md) + +## Author + +Jacques Deguest + diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CLASS-v1.1.7/Changes new/CLASS-v1.1.8/Changes --- old/CLASS-v1.1.7/Changes 2006-10-10 03:13:50.000000000 +0200 +++ new/CLASS-v1.1.8/Changes 2023-09-23 12:42:08.000000000 +0200 @@ -0,0 +1,48 @@ +Revision history for Perl module Class + +v1.1.8 2023-09-23T19:16:58+0900 + - Correcting an issue with the signature file of this release. Bug #1 + +v1.1.6 2022-03-06T19:27:08+0900 + - Correcting module name + +v1.1.5 2022-03-06T12:12:37+0900 + - Amending distribution to revert to CLASS + +v1.1.4 2022-03-05T18:29:07+0900 + - Improed nheritance and adjusted unit tests + +v1.1.3 2022-03-05T14:55:20+0900 + - Added missing inheritance of @EXPORT, @EXPORT_OK and %EXPORT_TAGS + - Made Class::* modules independent from Module::Generic + +v1.1.2 2022-02-28T07:14:12+0900 + - Resubmission due to error on CPAN + +v1.1.1 2022-02-27T17:18:25+0900 + - Transfer of Class to Jacques Deguest + - Adding Class::Array and Class::Scalar after transfer from Dan Kogai + - Added modules Class::Array, Class::Boolean, Class::Exception, Class::File, Class::Finfo, Class::Assoc, Class::Null, Class::Class::Number, Class::Scalar + +1.00 2006-10-09T18:10:58-0700 + - Add a LICENSE notice + - This is 1.00, why not + - Remove the really, really old Test::More bundled with this and just depend on it instead. + +0.91 2003-05-20T01:23:08-0700 + - CLASS is now a real constant (thanks Juerd) + +0.90 2002-11-29T14:26:09-0700 + - Colm figured out a way to add $CLASS + - Cut out using any other modules so load time is now negligible. + - This pretty much makes the module Feature Complete so jacking up to 0.90 as a beta release. + +0.03 2001-08-28T01:32:07-0400 + - Eliminated nearly ALL the code! + - Explicitly tested all the way back to 5.004 + +0.02 2001-08-24T23:34:51-0400 + - Added CLASS keyword + +0.01 2001-06-28T13:14:31-0400 + - First working version. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CLASS-v1.1.7/MANIFEST new/CLASS-v1.1.8/MANIFEST --- old/CLASS-v1.1.7/MANIFEST 2022-03-07 13:38:05.000000000 +0100 +++ new/CLASS-v1.1.8/MANIFEST 2023-09-23 12:48:25.000000000 +0200 @@ -1,4 +1,5 @@ Changes +CONTRIBUTING.md lib/CLASS.pm Makefile.PL MANIFEST diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CLASS-v1.1.7/META.json new/CLASS-v1.1.8/META.json --- old/CLASS-v1.1.7/META.json 2022-03-07 13:38:05.000000000 +0100 +++ new/CLASS-v1.1.8/META.json 2023-09-23 12:48:25.000000000 +0200 @@ -4,7 +4,7 @@ "Jacques Deguest <j...@deguest.jp>" ], "dynamic_config" : 1, - "generated_by" : "ExtUtils::MakeMaker version 7.62, CPAN::Meta::Converter version 2.150010", + "generated_by" : "ExtUtils::MakeMaker version 7.70, CPAN::Meta::Converter version 2.150010", "license" : [ "perl_5" ], @@ -49,6 +49,6 @@ "web" : "https://github.com/jackdeguest/CLASS" } }, - "version" : "v1.1.7", - "x_serialization_backend" : "JSON::PP version 4.06" + "version" : "v1.1.8", + "x_serialization_backend" : "JSON::PP version 4.07" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CLASS-v1.1.7/META.yml new/CLASS-v1.1.8/META.yml --- old/CLASS-v1.1.7/META.yml 2022-03-07 13:38:05.000000000 +0100 +++ new/CLASS-v1.1.8/META.yml 2023-09-23 12:48:25.000000000 +0200 @@ -8,7 +8,7 @@ configure_requires: ExtUtils::MakeMaker: '0' dynamic_config: 1 -generated_by: 'ExtUtils::MakeMaker version 7.62, CPAN::Meta::Converter version 2.150010' +generated_by: 'ExtUtils::MakeMaker version 7.70, CPAN::Meta::Converter version 2.150010' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -22,5 +22,5 @@ resources: bugtracker: https://github.com/jackdeguest/CLASS/issues repository: https://github.com/jackdeguest/CLASS -version: v1.1.7 +version: v1.1.8 x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CLASS-v1.1.7/Makefile.PL new/CLASS-v1.1.8/Makefile.PL --- old/CLASS-v1.1.7/Makefile.PL 2022-03-07 13:16:51.000000000 +0100 +++ new/CLASS-v1.1.8/Makefile.PL 2023-09-23 12:46:26.000000000 +0200 @@ -14,7 +14,7 @@ }, LICENSE => 'perl_5', (MM->can('signature_target') ? (SIGN => 1) : ()), - dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, + dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', DIST_CP => 'cp' }, clean => { FILES => 'CLASS-*' }, ( eval { ExtUtils::MakeMaker->VERSION(6.46) } ? ( META_MERGE => { 'meta-spec' => { version => 2 }, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CLASS-v1.1.7/SIGNATURE new/CLASS-v1.1.8/SIGNATURE --- old/CLASS-v1.1.7/SIGNATURE 2022-03-07 13:38:05.000000000 +0100 +++ new/CLASS-v1.1.8/SIGNATURE 2023-09-23 12:48:25.000000000 +0200 @@ -14,12 +14,29 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 -SHA256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Changes -SHA256 cf47e178ac34fc7340f3c0e17ce2f51e30ec6ddc331964ba343817efdfb5a344 MANIFEST -SHA256 d54e341df30be9e6c970b3ec5426a50cd36bff743e66766153400e506ee8121f META.json -SHA256 026c1fd8ea41d823dac5aefec603ff4f96b611b7b661269fdc99109033903361 META.yml -SHA256 592950012c5dd884838e1560038b4c20c3f635686ea5fa4357a660e1e51c52a9 Makefile.PL +SHA256 e704b239341524f638c38f24cc3e4dd5b22077f7724953f18bb11b61bf6a6ea6 CONTRIBUTING.md +SHA256 4ee998bd71b1f1f0bab0f3fbe63db24152ec3acc79477e53b6ce658492056a25 Changes +SHA256 ac5f87eece5fbd7ac5280a77bff635e8babb2d7bbba5e2d6ab932f5d19d002a7 MANIFEST +SHA256 c979f4f7582a50937b6ae48ce79589ace5429d39242a310207bff42e38dd08c4 META.json +SHA256 1642528bcb65e37ddbb0c05b9b250b0fd1e754f6e8b2b777beef7a6043707966 META.yml +SHA256 961d83ff4da1b03a20d069a556cca665147a6e093f0ad2e55fa1aed30af5cdd2 Makefile.PL SHA256 b9ff25631d66d99af7f55f9f6221cc3a97ae543f071d5a5262ceb4ccca7b6bfa README -SHA256 da9afca8ba90a88c69211f271403f7cf5b2bc22bb5452b657f267a5355a0317c lib/CLASS.pm +SHA256 847638fefcb55be2c76751373384577f73efd4fc3b81816e7df4c1411ed555d9 lib/CLASS.pm SHA256 2a3b9dd39559384b198a48549880ccf30d6a576bfb93481458ec5312d3a6fa71 t/0-signature.t SHA256 5989f5121b6a8d1ccd2333b9af925fd4343431c95d6dda95dd1c9d60611aed2f t/CLASS.t +-----BEGIN PGP SIGNATURE----- + +iQIzBAEBAwAdFiEENa28Ovg1XoRROdiWXzwCYc2y51IFAmUOwnkACgkQXzwCYc2y +51Jn9hAAhi+NHQaEG/SrK+3ugtzwiX7z3b3xoXv3ePqYd2w6KpgzA8kq0mTL7OIs +DDP/p0N93+He/ihcQWYdmxkkeqs0fOJzxTXuQTPzbsHp8KLR0VEA40Lx722Qw7m7 +66bezOv6imvpbWnJkluunB+k/+d6GJ6p3OZGo7Fo7LmmFUjyfpkpopyILYSD9xNo +3H/lgwU29UeAWzrStN4RXzmA70MLa9KYeSGOjsM4cFXdtCKjdu1/M5GTXK13Q0v9 +EG4EKPR2sFubTCpyv2PZH/vnK0/+7J7KgG1rK6lA42DyVhZXQ+QqIUC4x/Tjpsci +79kYOh5e19fTOsTktOvKAYFElAKbjo4KiEO/Yni8xm/w3mjPQyjKnDvOdax+mhMo +VaRrM0eib/LLNPz3lmtMMP8wV7q09M4uisLVg0nu8VUzKDRsZx9tpbPKEHtrXarG +iPxJww/S9ZW9h/xDgSLWLxuXemS8lx4XGWR+9DFvzohd7z5fp6RvQyrWsA8lGJWc +enMiqqL9FHdSG5ezzvcrkWoPYj/9TFMyUg2wRhmvJQmGTpItQ1DdOJhf9VXUXg+x +F2RC+iQ5ZcJpmoDrGhyf+G3i4m8YDZ2fppyE2giNDO09RX4T4np4j+7Jd0iqEQGP +xPMA7tKPvMNNvvED2MIpD/kqoLcjoCvEWHheeK+GViXF/1hotYU= +=1def +-----END PGP SIGNATURE----- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CLASS-v1.1.7/lib/CLASS.pm new/CLASS-v1.1.8/lib/CLASS.pm --- old/CLASS-v1.1.7/lib/CLASS.pm 2022-03-07 13:03:01.000000000 +0100 +++ new/CLASS-v1.1.8/lib/CLASS.pm 2023-09-23 12:40:53.000000000 +0200 @@ -2,7 +2,7 @@ use 5.004; -$VERSION = 'v1.1.7'; +$VERSION = 'v1.1.8'; BEGIN { # Faster than 'use constant'. Load time critical.