Projects
openEuler:Mainline
perl-Compress-Raw-Bzip2
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 2
View file
_service:tar_scm:perl-Compress-Raw-Bzip2.spec
Changed
@@ -1,5 +1,5 @@ Name: perl-Compress-Raw-Bzip2 -Version: 2.101 +Version: 2.201 Release: 1 Summary: Low-Level Interface to bzip2 compression library License: (GPL or Artistic) and BSD @@ -43,6 +43,9 @@ %{_mandir}/man3/* %changelog +* Tue Oct 18 2022 renhongxun <renhongxun@h-partners.com> - 2.201-1 +- upgrade version to 2.201 + * Mon Nov 15 2021 yuanxin <yuanxin24@huawei.com> - 2.101-1 - upgrade version to 2.101
View file
_service
Changed
@@ -2,7 +2,7 @@ <service name="tar_scm"> <param name="scm">git</param> <param name="url">git@gitee.com:src-openeuler/perl-Compress-Raw-Bzip2.git</param> - <param name="revision">2b1f205314f17b5553f501d5c1f58ba7270fafe9</param> + <param name="revision">master</param> <param name="exclude">*</param> <param name="extract">*</param> </service>
View file
_service:tar_scm:Compress-Raw-Bzip2-2.101.tar.gz/Changes -> _service:tar_scm:Compress-Raw-Bzip2-2.201.tar.gz/Changes
Changed
@@ -1,6 +1,23 @@ CHANGES ------- + 2.201 25 June 2022 + + * 2.201 + Sat Jun 25 08:46:32 2022 +0100 + 92a318bb03b85e2dcb4991f4b958fbce6ce9913f + + * Add perl 5.36 + Sun Jun 5 13:45:55 2022 +0100 + 23064d78dcd14f0898aeb64ce408914dac0805a0 + + 2.103 3 April 2022 + + * Silence uninitialized warnings + https://github.com/pmqs/Compress-Raw-Bzip2/pull/5 + ff3d907325091287ac1525db384b99a968d763d7 + 641a440ec6229c1d368b9ead48f4968b955c0115 + 2.101 20 February 2021 * fix version numbers in meta files
View file
_service:tar_scm:Compress-Raw-Bzip2-2.101.tar.gz/META.json -> _service:tar_scm:Compress-Raw-Bzip2-2.201.tar.gz/META.json
Changed
@@ -45,6 +45,6 @@ "web" : "https://github.com/pmqs/Compress-Raw-Bzip2" } }, - "version" : "2.101", + "version" : "2.201", "x_serialization_backend" : "JSON::PP version 4.02" }
View file
_service:tar_scm:Compress-Raw-Bzip2-2.101.tar.gz/META.yml -> _service:tar_scm:Compress-Raw-Bzip2-2.201.tar.gz/META.yml
Changed
@@ -23,5 +23,5 @@ bugtracker: https://github.com/pmqs/Compress-Raw-Bzip2/issues homepage: https://github.com/pmqs/Compress-Raw-Bzip2 repository: git://github.com/pmqs/Compress-Raw-Bzip2.git -version: '2.101' +version: '2.201' x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
View file
_service:tar_scm:Compress-Raw-Bzip2-2.101.tar.gz/README -> _service:tar_scm:Compress-Raw-Bzip2-2.201.tar.gz/README
Changed
@@ -1,11 +1,11 @@ Compress-Raw-Bzip2 - Version 2.101 + Version 2.201 - 20 Feburary 2021 + 25 June 2022 - Copyright (c) 2005-2021 Paul Marquess. All rights reserved. + Copyright (c) 2005-2022 Paul Marquess. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. @@ -172,7 +172,7 @@ If you haven't installed Compress-Raw-Bzip2 then search Compress::Raw::Bzip2.pm for a line like this: - $VERSION = "2.101" ; + $VERSION = "2.201" ; c. The version of bzip2 you have used. If you have successfully installed Compress-Raw-Bzip2, this one-liner
View file
_service:tar_scm:Compress-Raw-Bzip2-2.101.tar.gz/bzip2-src/compress.c -> _service:tar_scm:Compress-Raw-Bzip2-2.201.tar.gz/bzip2-src/compress.c
Changed
@@ -253,8 +253,8 @@ --*/ - UInt16 costBZ_N_GROUPS; - Int32 faveBZ_N_GROUPS; + UInt16 costBZ_N_GROUPS = {0, 0, 0, 0, 0, 0}; + Int32 faveBZ_N_GROUPS = {0, 0, 0, 0, 0, 0}; UInt16* mtfv = s->mtfv;
View file
_service:tar_scm:Compress-Raw-Bzip2-2.101.tar.gz/lib/Compress/Raw/Bzip2.pm -> _service:tar_scm:Compress-Raw-Bzip2-2.201.tar.gz/lib/Compress/Raw/Bzip2.pm
Changed
@@ -11,7 +11,7 @@ use bytes ; our ($VERSION, $XS_VERSION, @ISA, @EXPORT, $AUTOLOAD); -$VERSION = '2.101'; +$VERSION = '2.201'; $XS_VERSION = $VERSION; $VERSION = eval $VERSION; @@ -384,7 +384,7 @@ =head1 COPYRIGHT AND LICENSE -Copyright (c) 2005-2021 Paul Marquess. All rights reserved. +Copyright (c) 2005-2022 Paul Marquess. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
View file
_service:tar_scm:Compress-Raw-Bzip2-2.101.tar.gz/t/000prereq.t -> _service:tar_scm:Compress-Raw-Bzip2-2.201.tar.gz/t/000prereq.t
Changed
@@ -19,7 +19,7 @@ if eval { require Test::NoWarnings ; import Test::NoWarnings; 1 }; - my $VERSION = '2.101'; + my $VERSION = '2.201'; my @NAMES = qw( );
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2