diff --git a/python-specfile.changes b/python-specfile.changes index 4aa5609..d4c9341 100644 --- a/python-specfile.changes +++ b/python-specfile.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon Jun 10 08:54:27 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-specfile.spec b/python-specfile.spec index eb1561e..16ce848 100644 --- a/python-specfile.spec +++ b/python-specfile.spec @@ -17,7 +17,7 @@ Name: python-specfile -Version: 0.27.0 +Version: 0.29.0 Release: 0 Summary: A library for parsing and manipulating RPM spec files License: MIT diff --git a/specfile-0.27.0.tar.gz b/specfile-0.27.0.tar.gz deleted file mode 100644 index 88f0ffe..0000000 --- a/specfile-0.27.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6757881e4336c5f875faa671102f62aea8b9d6b06ad3c8a1bbb806f99c1647ba -size 102181 diff --git a/specfile-0.29.0.tar.gz b/specfile-0.29.0.tar.gz new file mode 100644 index 0000000..e4dec92 --- /dev/null +++ b/specfile-0.29.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3cb4f40759bc860911c81769ba694738633de6099e6fde8391ae607a122c148 +size 104414