14
0

- update to 0.29.0:

* Improved compatibility with RPM 4.20 (alpha version is
    currently in Fedora Rawhide).
  * Fixed several minor issues such as processing seemingly
    commented-out macro definitions (e.g. `#%global prerel rc1`)
    and treating `SourceLicense` tag as a source.
  * Made `EVR`, `NEVR` and `NEVRA` objects comparable.
  * Handling of trailing newlines in the macro defintions has
    been improved.
  * We have fixed an issue in `%prep` section processing. For
    instance, if the `%patches` macro appeared there, it would
    have been converted to `%patch es`, causing failure when
    executing `%prep` later.
  * A trailing newline is no longer added to spec files without
    one upon saving.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-specfile?expand=0&rev=42
This commit is contained in:
2024-06-10 08:54:47 +00:00
committed by Git OBS Bridge
parent 8555eeb4bc
commit afb27d434d
4 changed files with 23 additions and 4 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon Jun 10 08:54:27 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.29.0:
* Improved compatibility with RPM 4.20 (alpha version is
currently in Fedora Rawhide).
* Fixed several minor issues such as processing seemingly
commented-out macro definitions (e.g. `#%global prerel rc1`)
and treating `SourceLicense` tag as a source.
* Made `EVR`, `NEVR` and `NEVRA` objects comparable.
* Handling of trailing newlines in the macro defintions has
been improved.
* We have fixed an issue in `%prep` section processing. For
instance, if the `%patches` macro appeared there, it would
have been converted to `%patch es`, causing failure when
executing `%prep` later.
* A trailing newline is no longer added to spec files without
one upon saving.
-------------------------------------------------------------------
Thu Jan 25 08:27:46 UTC 2024 - Dirk Müller <dmueller@suse.com>