- updated to 5.225.0 (5.225) see /usr/share/doc/packages/perl-URPM/Changes Version 5.225 - 29 May 2022 - Handle i586 -> i686 upgrade OBS-URL: https://build.opensuse.org/request/show/1182918 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-URPM?expand=0&rev=12
174 lines
6.2 KiB
Plaintext
174 lines
6.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sun Jun 23 16:49:54 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
|
|
|
- updated to 5.225.0 (5.225)
|
|
see /usr/share/doc/packages/perl-URPM/Changes
|
|
|
|
Version 5.225 - 29 May 2022
|
|
|
|
- Handle i586 -> i686 upgrade
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 22 03:07:30 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 5.224
|
|
see /usr/share/doc/packages/perl-URPM/Changes
|
|
|
|
Version 5.224 - 19 December 2022
|
|
- Add back support for "foo > 5" syntx in property2name*
|
|
Version 5.223.1 - 14 November 2022
|
|
- Drop a debug statement
|
|
Version 5.223 - 12 November 2022
|
|
- Fix detecting alpha versions of rpm
|
|
- Remove duplication in parsing of provides/requires/obsoletes and fix it
|
|
when the provided name contains [] like some recent python packages.
|
|
Version 5.222 - 3 December 2021
|
|
- Harmonize buffer size (thus fixing "invalid line <@provides" for huge pkgs)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 14 11:23:35 UTC 2022 - Tina Müller <tina.mueller@suse.com>
|
|
|
|
- Remove ccflags.patch (upstream fixed)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 3 03:08:52 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 5.221
|
|
see /usr/share/doc/packages/perl-URPM/ChangeLog
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Sep 22 06:07:09 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
|
|
|
- updated to 5.22
|
|
see /usr/share/doc/packages/perl-URPM/ChangeLog
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 18 06:06:01 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
|
|
|
- updated to 5.20
|
|
see /usr/share/doc/packages/perl-URPM/ChangeLog
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Dec 10 14:26:09 UTC 2017 - coolo@suse.com
|
|
|
|
- update to 5.15.14:
|
|
- make clear URPM needs rpm >= 4.14
|
|
- restore compatibility with rpm-4.12.x & 4.13.x
|
|
- revert fix for segfault with rpm-4.14 when checking invalid signatures as rpm
|
|
got fixed
|
|
- use ExtUtils::PkgConfig in order to get rpm installed
|
|
|
|
Version 5.15 - 3 October 2017
|
|
|
|
- testsuite:
|
|
o fix segfault with rpm-4.14 when checking invalid signatures
|
|
o revert workaround perl-5.26 vs librpm bug which results on exit cleanup
|
|
|
|
Version 5.14 - 7 September 2017
|
|
|
|
- use native 64bit integers instead of Math::Int64
|
|
(needs perl >= 5.26.0-8.mga7)
|
|
|
|
Version 5.13 - 23 August 2017
|
|
|
|
- add support to rpm-4.14
|
|
(thus breaking support for rpm <= 4.13)
|
|
- test failure:
|
|
o fix test failure with perl-5.26
|
|
o workaround perl-5.26 vs librpm bug which results on exit cleanup
|
|
- add cpanspec.yml
|
|
- remove upstreamed fix-test-failure.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 8 20:47:02 UTC 2017 - asterios.dramis@gmail.com
|
|
|
|
- Update to version 5.12:
|
|
* fix more compilation warnings
|
|
* make sure to use int64 on 32bit arch
|
|
else we may got total size to overflow (mga#19686)
|
|
From version 5.11:
|
|
* fix some compilation warnings
|
|
* fix a crash introduced by mga#15353 fix if not in debug mode
|
|
(mga#19618)
|
|
From version 5.10:
|
|
* support querying size of 4gb+ packages
|
|
* use 64bit for package size on 32bit too (mga#19571)
|
|
From version 5.09:
|
|
* don't crash if /etc/urpmi/skip.list RE is wrong (mga#15353)
|
|
From version 5.08:
|
|
* fix reporting problems when checking transaction
|
|
* fix reporting size on big packages (mga#19571)
|
|
From version 5.07:
|
|
* add support for "elem" callback
|
|
(needs rpm >= rpm-4.13.0-0.rc1.28)
|
|
* don't push $fullname to callback stack
|
|
(need a new urpmi)
|
|
- Added new build requirement perl(Math::Int64).
|
|
- Updated rpm-devel build requirement to version >= 4.13.0.
|
|
- Added a patch (fix-test-failure.patch) to fix test failure with
|
|
newer perl.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 6 19:03:09 UTC 2015 - asterios.dramis@gmail.com
|
|
|
|
- Update to version 5.06:
|
|
* fix upgrade when package's in several media (mga#15350)
|
|
From version 5.05:
|
|
* fix a segfault when callbacks don't get a header
|
|
From version 5.04:
|
|
* callbacks now get pkg name instead of just pkg id
|
|
thus fixing unknown package name on erases (mga#15032)
|
|
From version 5.03:
|
|
* add a missing PUTBACK in traverse_tag_find()
|
|
* handle non numeric returns for traverse_tag_find callback
|
|
(warning fix)
|
|
From version 5.02:
|
|
* add >recommends method (mga#14376)
|
|
From version 5.01:
|
|
* fix crashing in pthread when using log callback with rpm-4.12
|
|
(mga#14172)
|
|
From version 5.00:
|
|
* make it compatible with rpm-4.12.0
|
|
* use new recommends tags instead of suggests ones
|
|
* rename "suggests" method as "recommends_nosense"
|
|
* add support for generating @recommends@ lines instead of
|
|
@suggests@ ones in synthesis
|
|
* rename *suggests* subs as *recommends*
|
|
* rename "no_suggests" option as "no_recommends"
|
|
* {suggested} is renamed {recommended} in state
|
|
From version 4.31:
|
|
* compare(): croak if used on URPM::Package object (mga#12766)
|
|
* enhanced doc
|
|
* kill support for kernel-*source-stripped
|
|
- Removed rpm_tags.patch (fixed upstream).
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 5 18:45:58 UTC 2014 - asterios.dramis@gmail.com
|
|
|
|
- Update to version 4.30:
|
|
* fix 64k size limit on provides size that break installing 32 bit kernel for
|
|
drakx-installer-binaries
|
|
* fix a warning in debug mode
|
|
- Added a patch (rpm_tags.patch) to update the rpm tag names (fixes build with
|
|
the newer rpm at Factory).
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Feb 15 20:44:24 UTC 2014 - asterios.dramis@gmail.com
|
|
|
|
- Update to version 4.29:
|
|
* enhanced doc
|
|
* "implement" create_transaction() in --env case
|
|
* $trans->order: add support for "deploops" option
|
|
From version 4.28:
|
|
* adapt to perl-5.18 random hash keys ordering now find_required_package()
|
|
always sort matching packages by their names before sorting them by arch
|
|
and score
|
|
* coverity fixes
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 29 18:04:43 UTC 2013 - asterios.dramis@gmail.com
|
|
|
|
- Initial rpm release (version 4.27).
|
|
- Added a patch (ccflags.patch) to use also perl build flags (fixes tests
|
|
failure on i586).
|