diff --git a/sources b/sources index 0126de7..e6a5e8b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -14ded94e2e93a28585e48536b7044ae5 snack2.2.10-nomp3.tar.gz +353ca5a0824f7169128c0acfa2ac2813 snack2.2.10-nomp3.tar.gz diff --git a/tcl-snack.spec b/tcl-snack.spec index 8eb090b..b9d7f56 100644 --- a/tcl-snack.spec +++ b/tcl-snack.spec @@ -9,16 +9,20 @@ Name: tcl-%{realname} Version: 2.2.10 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Sound toolkit Group: System Environment/Libraries -License: GPLv2+ +# generic/snackDecls.h, generic/snackStubInit.c and generic/snackStubLib.c +# are under the TCL "license.terms", a copy of which can be found in the tcl package. +License: GPLv2+ and TCL URL: http://www.speech.kth.se/snack/ # The upstream source has two files which implement MP3 decoding. # ./generic/jkFormatMP3.c and ./generic/jkFormatMP3.h # Due to patent concerns, we cannot ship that code, thus, the modified tarball. # Those files are not present in the tarball, all other related removals is done # with a patch. +# Also, mac/snack.mcp.sit.hqx is a mysterious old compressed file with no clear license. +# It is removed. # Upstream source can be found here: http://www.speech.kth.se/snack/dist/snack2.2.10.tar.gz Source0: %{realname}%{version}-nomp3.tar.gz Patch0: snack2.2.10-nomp3.patch @@ -128,6 +132,10 @@ rm -rf %{buildroot} %{python_sitelib}/tkSnack* %changelog +* Tue Feb 12 2013 Tom Callaway - 2.2.10-18 +- remove unlicensed compressed mac file from source tarball +- update license tag to include TCL + * Wed Jan 2 2013 Tom Callaway - 2.2.10-17 - apply fix from Michael Karcher to fix CVE-2012-6303 (bz 885893)