Skip to content

Commit

Permalink
Some more RN tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
dmnks committed Apr 5, 2024
1 parent 42e70dd commit eb524bb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
7 changes: 4 additions & 3 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ capable of
* [Declarative buildsystem](https://rpm-software-management.github.io/rpm/manual/buildsystem.html) support ([#2774](https://github.com/rpm-software-management/rpm/pull/2774))
* A new RPM-controlled per-build directory ([#2885](https://github.com/rpm-software-management/rpm/pull/2885))
* Support for [SPEC-local](https://rpm-software-management.github.io/rpm/manual/dependency_generators.html#using-file-attributes-in-their-own-package) file attributes and generators ([#2911](https://github.com/rpm-software-management/rpm/pull/2911))
* File trigger scripts now receive package count arguments, much like regular triggers ([#2871](https://github.com/rpm-software-management/rpm/pull/2871), [#2883](https://github.com/rpm-software-management/rpm/pull/2883))
* New prepend and append [modes](https://rpm-software-management.github.io/rpm/manual/spec.html#build-scriptlets) for build scriptlets ([#2728](https://github.com/rpm-software-management/rpm/pull/2728))
* Python bindings have been ported to the stable ABI ([#2674](https://github.com/rpm-software-management/rpm/pull/2674))
* Plugin API is now public ([#2661](https://github.com/rpm-software-management/rpm/pull/2661))
* A new plugin to enable Linux-specific namespace functionality ([#2666](https://github.com/rpm-software-management/rpm/pull/2666))
* Internal OpenPGP parser and Perl dependency generators have been split out ([#2986](https://github.com/rpm-software-management/rpm/pull/2986), [#2947](https://github.com/rpm-software-management/rpm/pull/2947))
* Increased isolation of install scriptlets on Linux via a new plugin ([#2666](https://github.com/rpm-software-management/rpm/pull/2666))
* File trigger scripts now also receive package count arguments ([#2871](https://github.com/rpm-software-management/rpm/pull/2871), [#2883](https://github.com/rpm-software-management/rpm/pull/2883))
* Perl dependency generators have been split out ([#2947](https://github.com/rpm-software-management/rpm/pull/2947))
* Internal OpenPGP parser has been removed ([#2986](https://github.com/rpm-software-management/rpm/pull/2986), [#2984](https://github.com/rpm-software-management/rpm/pull/2984))

#### RPM 4.19.1.1 released (Feb 07 2024)
* This is a bug fix only release addressing a number of regressions, memory
Expand Down
7 changes: 4 additions & 3 deletions timeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ title: rpm.org - Timeline
* [Declarative buildsystem](https://rpm-software-management.github.io/rpm/manual/buildsystem.html) support ([#2774](https://github.com/rpm-software-management/rpm/pull/2774))
* A new RPM-controlled per-build directory ([#2885](https://github.com/rpm-software-management/rpm/pull/2885))
* Support for [SPEC-local](https://rpm-software-management.github.io/rpm/manual/dependency_generators.html#using-file-attributes-in-their-own-package) file attributes and generators ([#2911](https://github.com/rpm-software-management/rpm/pull/2911))
* File trigger scripts now receive package count arguments, much like regular triggers ([#2871](https://github.com/rpm-software-management/rpm/pull/2871), [#2883](https://github.com/rpm-software-management/rpm/pull/2883))
* New prepend and append [modes](https://rpm-software-management.github.io/rpm/manual/spec.html#build-scriptlets) for build scriptlets ([#2728](https://github.com/rpm-software-management/rpm/pull/2728))
* Python bindings have been ported to the stable ABI ([#2674](https://github.com/rpm-software-management/rpm/pull/2674))
* Plugin API is now public ([#2661](https://github.com/rpm-software-management/rpm/pull/2661))
* A new plugin to enable Linux-specific namespace functionality ([#2666](https://github.com/rpm-software-management/rpm/pull/2666))
* Internal OpenPGP parser and Perl dependency generators have been split out ([#2986](https://github.com/rpm-software-management/rpm/pull/2986), [#2947](https://github.com/rpm-software-management/rpm/pull/2947))
* Increased isolation of install scriptlets on Linux via a new plugin ([#2666](https://github.com/rpm-software-management/rpm/pull/2666))
* File trigger scripts now also receive package count arguments ([#2871](https://github.com/rpm-software-management/rpm/pull/2871), [#2883](https://github.com/rpm-software-management/rpm/pull/2883))
* Perl dependency generators have been split out ([#2947](https://github.com/rpm-software-management/rpm/pull/2947))
* Internal OpenPGP parser has been removed ([#2986](https://github.com/rpm-software-management/rpm/pull/2986), [#2984](https://github.com/rpm-software-management/rpm/pull/2984))

#### RPM 4.19.1.1 released (Feb 07 2024)
* This is a bug fix only release addressing a number of regressions, memory
Expand Down
11 changes: 7 additions & 4 deletions wiki/Releases/4.20.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: rpm.org - Releases

# RPM 4.20.0 Release Notes (DRAFT)

Last update: 2024-04-04
Last update: 2024-04-05

## Download
* Source: [rpm-4.19.90.tar.bz2](https://ftp.osuosl.org/pub/rpm/releases/testing/rpm-4.19.90.tar.bz2)
Expand All @@ -15,12 +15,13 @@ Last update: 2024-04-04
* [Declarative buildsystem](https://rpm-software-management.github.io/rpm/manual/buildsystem.html) support ([#2774](https://github.com/rpm-software-management/rpm/pull/2774))
* A new RPM-controlled per-build directory ([#2885](https://github.com/rpm-software-management/rpm/pull/2885))
* Support for [SPEC-local](https://rpm-software-management.github.io/rpm/manual/dependency_generators.html#using-file-attributes-in-their-own-package) file attributes and generators ([#2911](https://github.com/rpm-software-management/rpm/pull/2911))
* File trigger scripts now receive package count arguments, much like regular triggers ([#2871](https://github.com/rpm-software-management/rpm/pull/2871), [#2883](https://github.com/rpm-software-management/rpm/pull/2883))
* New prepend and append [modes](https://rpm-software-management.github.io/rpm/manual/spec.html#build-scriptlets) for build scriptlets ([#2728](https://github.com/rpm-software-management/rpm/pull/2728))
* Python bindings have been ported to the stable ABI ([#2674](https://github.com/rpm-software-management/rpm/pull/2674))
* Plugin API is now public ([#2661](https://github.com/rpm-software-management/rpm/pull/2661))
* A new plugin to enable Linux-specific namespace functionality ([#2666](https://github.com/rpm-software-management/rpm/pull/2666))
* Internal OpenPGP parser and Perl dependency generators have been split out ([#2986](https://github.com/rpm-software-management/rpm/pull/2986), [#2947](https://github.com/rpm-software-management/rpm/pull/2947))
* Increased isolation of install scriptlets on Linux via a new plugin ([#2666](https://github.com/rpm-software-management/rpm/pull/2666))
* File trigger scripts now also receive package count arguments ([#2871](https://github.com/rpm-software-management/rpm/pull/2871), [#2883](https://github.com/rpm-software-management/rpm/pull/2883))
* Perl dependency generators have been split out ([#2947](https://github.com/rpm-software-management/rpm/pull/2947))
* Internal OpenPGP parser has been removed ([#2986](https://github.com/rpm-software-management/rpm/pull/2986), [#2984](https://github.com/rpm-software-management/rpm/pull/2984))

## Changelog
### Enhancements
Expand Down Expand Up @@ -83,3 +84,5 @@ Last update: 2024-04-04
## Compatibility notes
* The `%patchN` macro syntax (where `N` is a patch number) is now obsolete and
will produce a build error. Use `%patch N` (or `%patch -P N`) instead.
* The `rpm2cpio(8)` utility has been [removed](https://github.com/rpm-software-management/rpm/pull/2758) in favor of `rpm2archive(8)`.
* Python 3.7 and OpenSSL 3.0 are now the minimum build requirements.

0 comments on commit eb524bb

Please sign in to comment.