diff --git a/SPECS/libsndfile.spec b/SPECS/libsndfile.spec index 191ea64..7393b53 100644 --- a/SPECS/libsndfile.spec +++ b/SPECS/libsndfile.spec @@ -1,7 +1,7 @@ Summary: Library for reading and writing sound files Name: libsndfile Version: 1.0.28 -Release: 12%{?dist} +Release: 13%{?dist} License: LGPLv2+ and GPLv2+ and BSD Group: System Environment/Libraries URL: http://www.mega-nerd.com/libsndfile/ @@ -172,6 +172,9 @@ LD_LIBRARY_PATH=$PWD/src/.libs make check %changelog +* Fri Oct 14 2022 Michal Hlavinka - 1.0.28-13 +- rebuild (#2118285) + * Wed Jan 12 2022 Michal Hlavinka - 1.0.28-12 - fix heap buffer overflow in flac (#2030507)