diff --git a/python-specfile.changes b/python-specfile.changes index d95fb42..e2eabc6 100644 --- a/python-specfile.changes +++ b/python-specfile.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Nov 30 17:15:22 UTC 2022 - David Anes + +- Update to version 0.10.0 + * Fixed an issue that caused empty lines originally inside + changelog entries to appear at the end. (#140) + * Renamed the ignore_missing_includes option to a more general + force_parse. If specified, it allows to attempt to parse the + spec file even if one or more sources required to be present at + parsing time are not available. Such sources include sources + referenced from shell expansions in tag values and sources + included using the %include directive. (#137) + ------------------------------------------------------------------- Wed Nov 9 19:02:12 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-specfile.spec b/python-specfile.spec index 04c74ac..727f092 100644 --- a/python-specfile.spec +++ b/python-specfile.spec @@ -18,7 +18,7 @@ %define skip_python38 1 Name: python-specfile -Version: 0.9.0 +Version: 0.10.0 Release: 0 Summary: A library for parsing and manipulating RPM spec files License: MIT diff --git a/specfile-0.10.0.tar.gz b/specfile-0.10.0.tar.gz new file mode 100644 index 0000000..31b5932 --- /dev/null +++ b/specfile-0.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2623bf42c47faf6dad18eda53ff4d8b316cad54a44e7e50d3ee91a3ae632be01 +size 72258 diff --git a/specfile-0.9.0.tar.gz b/specfile-0.9.0.tar.gz deleted file mode 100644 index eef1d80..0000000 --- a/specfile-0.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f9005f5b733fe1f22cb3f9c0e4f06e9bf78917a3c30ac1b2bd2bec525f9ca01 -size 66363