[cyber] I: p8/branch packages: +6 (18190)

QA Team Robot qa на altlinux.org
Ср Мар 27 08:21:36 MSK 2019


	6 UPDATED packages

alterator-l10n - translations for all alterator modules
* Wed Mar 06 2019 Andrey Cherepanov <cas на altlinux> 2.9.44-alt1
- Add kiosk profile fo alterator-users.
* Thu Dec 06 2018 Sergey V Turchin <zerg на altlinux> 2.9.43-alt1

alterator-users - alterator module for system users administration
* Wed Mar 06 2019 Andrey Cherepanov <cas на altlinux> 10.11-alt1
- Add support of kiosk profile.
* Fri Mar 04 2016 Andrey Cherepanov <cas на altlinux> 10.10-alt1

btrfs-progs - Utilities for managing the Btrfs filesystem
* Tue Mar 12 2019 Anton Farygin <rider на altlinux> 4.20.2-alt1
- 4.20.2
* Fri Jan 25 2019 Anton Farygin <rider на altlinux> 4.20.1-alt1
- 4.20.1
* Mon Dec 10 2018 Anton Farygin <rider на altlinux> 4.19.1-alt1

gitea - Git with a cup of tea, painless self-hosted git service 	[13M]
* Tue Mar 19 2019 Grigory Ustinov <grenka на altlinux> 1.7.4-alt1
- Build new version.
* Mon Mar 04 2019 Grigory Ustinov <grenka на altlinux> 1.7.3-alt1

rpm - The RPM package management system
* Thu Mar 14 2019 Ivan Zakharyaschev <imz на altlinux> 4.0.4-alt101.M80P.5.2
- Changes in what is considered "newer" by rpm -U  pertaining to disttag
  comparison. (On the whole, to determine which package is "newer", first,
  the EVRs are compared, then the branch prefixes of the disttags if the
  disttags are present, and then the buildtimes.) The comparison of the disttags:
  + (new!) If a disttag contains no + separator (old format), the branch prefix is
    assumed to be empty (and hence "older" than any other branch prefix).
  + (new!) If the branch prefix of a disttag is equal to %_priority_distbranch
    (and it is not empty), then it is "newer" than any other ones.
  + (as before, since 4.0.4-alt101.M80P.5) The branch prefixes of disttags are
    ordered lexicographically.
- (disabled in this release; %if_enabled default_priority_distbranch)
  Give a default value to %_priority_distbranch based on the disttag
  when this package is built (the prefix before +).
* Mon Mar 04 2019 Ivan Zakharyaschev <imz на altlinux> 4.0.4-alt101.M80P.5.1
- lib/depends.c: make headerMatchesDepFlags() aware of the disttag
  of the header. (This should help to obsolete a specific disttag.)
* Wed Feb 13 2019 Ivan Zakharyaschev <imz на altlinux> 4.0.4-alt101.M80P.5
[rpm]
- Implemented DistTag support when comparing package versions (with
  help by Vladimir D. Seleznev). (It's necessary for the correctness
  of checking dependencies after we introduced parseEVRD().)
- Dirty hacked to make upgrade packages between branches possible
  (by Vladimir D. Seleznev).
- Build the Python modules with -D_FILE_OFFSET_BITS=64.

[rpmbuild] cherry-picked:

[4.0.4-alt126] (glebfm@)
- imz@:
  + shell.req: correctly detect #!/bin/env bash (ALT#35376).
  + platform.in: completely expand %_libsuff (/usr/lib%nil was ugly).
- Fixed getopt(3) use in parameterized macros parser.

[4.0.4-alt125] (ldv@)
- [not for p8] spec: replaced deprecated PreReq tags with Requires tags.
- [not for p8] Added automatic conversion of deprecated PreReq tags to Requires tags.
- [not for p8] Disallowed extra qualifiers with BuildPreReq tag.
- [not for p8] Disallowed unknown qualifiers with Requires and BuildRequires tags.
- [not for p8] Allowed abbreviated qualifiers with Requires and BuildRequires tags.
- Moved ProvidedSymbols() and SuggestBPP() to separate files.
- lib.prov: Added printing of the number of provided symbols
  and the bpp value for each library.
- [not for p8] lib.req: Updated the list of standard libraries with guaranteed versioning.
- suggest_bpp: Fixed harmless off-by-one error in bpp estimation
  (in most cases, it'll give the same value as before).

[4.0.4-alt124] (ldv@)
- [not for p8] addReqProv: fixed too aggressive merge of PreReqs introduced
  in 4.0.4-alt122.
- Applied llvm changes (by lakostis@; closes: #34671):
  + cpp.req: skip cpp checks for llvm;
  + verify-elf: bypass lint checks by request.

[4.0.4-alt122] (ldv@)
- [not yet for p8] Dropped $RPM_STRICT_INTERDEPS support
  (introduced in 4.0.4-alt110).
- Made name, version, release, and disttag check stricter
  (by vseleznv@ and me).
- Added support for parsing [E:]V-R[:D] dependencies format
  (by vseleznv@ and ldv@).
- [not yet for p8] Changed the generator of package self-provides
  and the generator of strict intersubpackage dependencies
  to use [E:]V-R[:D] format instead of [E:]V-R
  (by vseleznv@ and me).
- [not for p8] addReqProv: implemented dep flags merge:
  when a stronger requirement is added while a weaker one already exists
  with incompatible flags, try to merge these flags to produce a new
  stronger requirement.  For example,
  "PreReq: rpm = 4.0.4_2.7" + "Requires: rpm = 4.0.4_2.7-alt101.M80P.5.2"
  now results to "PreReq: rpm = 4.0.4_2.7-alt101.M80P.5.2".

[4.0.4-alt121] (ldv@)
- [not for p8] verify-elf: disabled stack verification and elflint on RISC-V (arei@).
- platform.in: removed harmless bash4 noise from %filter_from_* macros
  (closes: #35803).

[4.0.4-alt120] (ldv@)
- lib.prov, lib.req: enhanced ProvidedSymbols (glebfm@ and me).
- Added ppc64le support (glebfm@).

[4.0.4-alt115] (glebfm@)
- rpmrc: added mips64* and mips*r6 support.
- [not for p8] verify-elf: disabled stack verification and elflint on mips* (iv@).
- Fixed installation of platform macros on armh arch.

[4.0.4-alt114] (at@)
- cpio.c: Fixed the conversion of 8-digit hex file sizes from cpio header.
  Packages with a 2GB+ file should now be installable.

[4.0.4-alt113] (at@)
- Implemented limited support for large files: a 2GB+ file can now be packaged,
  but the total size of uncompressed cpio payload is capped at 4 GB.
- Automatically downgrade LZMA compression levels 7-9 -> 6 on small payloads.

[4.0.4-alt112] (glebfm@)
- imz@:
  + Turned on running %__find_{conflicts,obsoletes} if they are defined.
  + shell.req.files: included #!/usr/bin/env sh.
  + [already in p8] verify-elf: allowed standalone use (without failing due to grep's status).
- macro.c: increased maximal macro depth.
- Introduced %_libsuff and %_is_libsuff macros.
- Added support of mips{,n32,64}{,el}, riscv64, and s390x targets.
- Added non-lfs symbols from librt.so.1 library to verify_lfs check.
- Filtered string functions from the list of non-lfs symbols.

[4.0.4-alt111] (ldv@)
- ldd: changed to try interpreters listed in /usr/bin/ldd.
- [not for p8] platform: changed %__nprocs to use nproc(1) instead of /proc/stat.

[4.0.4-alt109] (bircoph@)
- Add e2k arch and subarches:
  - Modify installplatform for e2k.
  - Add e2k arch, subarches and all macros for them.
- Tag changes (by vseleznev):
  - [not for p8] Add RPMTAG_IDENTITY, RPMTAG_AUTOINSTALLED.
  - [already in p8] respect device ID when remap inodes.

[4.0.4-alt108] (ldv@)
- [not for p8] platform.in:
  + %_smp_mflags: changed to use %__nprocs;
  + added -O option to MAKEFLAGS.
- installplatform, rpmrc.in: made armv8l compatible with armh (by Sergey Bolshakov).

[4.0.4-alt107] (ldv@)
- compare_deps: fixed a bug in handling epochs.
- [not for p8] platform.in:
  + %optflags_core: added -frecord-gcc-switches (see: #34162);
  + %make_build: implemented as a simple command (closes: #34237).
- [already in p8] genCpioListAndHeader: implemented remapping of device and inode numbers
  (by Vladimir D. Seleznev and me; closes: #34398).

4.0.4-alt103 (ldv@)
- When scanning files for deps, debuginfo, fixup, and verify_elf,
  ignore ELF files generated by GNU Guile.
* Wed Feb 13 2019 Ivan Zakharyaschev <imz на altlinux> 4.0.4-alt101.M80P.4

rpminstall-tests - Tests for rpm: how it interprets packages when installing
* Wed Mar 13 2019 Ivan Zakharyaschev <imz на altlinux> 1.1.3-alt0.M80P.3
- New tests for disttag comparison with the obsolete (.) and current format (+)
  (Correct comparison would rely on a fix or a new feature in rpm:
  %_priority_distbranch.)
- New tests for the %_priority_distbranch feature in normal situation.
- The reasons of the currently XFAILing tests (with rpm-4.0.4-alt101.M80P.5.2):
  1. upgrade w.r.t. disttag fails in non-standard configuration without honor_buildtime;
  2. mishandled elusive dep with a release but no epoch.
- Tests are skipped that:
  1. require rpmbuild to generate Provides with :DISTTAG postfix.
* Mon Mar 04 2019 Ivan Zakharyaschev <imz на altlinux> 1.1.2-alt0.M80P.3
- Unmarked XFAIL: non-critical unrealistic obsoleting a specific disttag.
* Mon Mar 04 2019 Ivan Zakharyaschev <imz на altlinux> 1.1.2-alt0.M80P.2
- Build for p8, c8.
- Some tests skipped because the current rpmbuild doesn't produce
  Provides: N = E:V-R:D. (But we are still able to test how deps with disttags
  are satisfied with the help of virtual Provides.)
- The strict upgradability order is assumed to work correctly in all cases
  (so removed the XFAIL marks).
* Thu Feb 28 2019 Ivan Zakharyaschev <imz на altlinux> 1.1.2-alt1
- Tests for upgradability according to the disttag. (XFAIL: incorrect
  behavior in rpm-4.13.0.1-alt5, but different in 4.0.4-alt101.M80P.5;
  XFAIL: fails in non-standard configuration without honor_buildtime.)
- Extended the tests for the overlapping of constraints and packages
  with cases of "elusive deps" (a dependency with a release, but no epoch:
  should it match any epoch? Marked XFAIL for now.)
* Wed Feb 27 2019 Ivan Zakharyaschev <imz на altlinux> 1.1.1-alt1
- More complete set of tests of the upgradability order
  (for different releases and buildtimes, not yet disttags).
* Mon Feb 25 2019 Ivan Zakharyaschev <imz на altlinux> 1.1-alt1
Note: changelog entry for 1.1.1-alt0.M80P.1 not found.

Total 18190 source packages.


Подробная информация о списке рассылки Sisyphus-cybertalk