|
@@ -7,12 +7,11 @@
|
|
Summary: A general purpose sound file conversion tool.
|
|
Summary: A general purpose sound file conversion tool.
|
|
Summary(ja): 汎用サウンドファイル変換ツール
|
|
Summary(ja): 汎用サウンドファイル変換ツール
|
|
Name: sox
|
|
Name: sox
|
|
-Version: 14.4.1
|
|
+Version: 14.4.2
|
|
-Release: 2%{?_dist_release}
|
|
+Release: 1%{?_dist_release}
|
|
License: LGPL
|
|
License: LGPL
|
|
Group: Applications/Multimedia
|
|
Group: Applications/Multimedia
|
|
Source: http://prdownloads.sourceforge.net/sox/sox-%{version}.tar.bz2
|
|
Source: http://prdownloads.sourceforge.net/sox/sox-%{version}.tar.bz2
|
|
-Patch100: sox-14.4.1_CVE-2014-8145.patch
|
|
|
|
|
|
|
|
URL: http://sox.sourceforge.net/
|
|
URL: http://sox.sourceforge.net/
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
@@ -44,6 +43,7 @@ SoX (Sound eXchange) は Linux, UNIX, DOS PC 用サウンドファイルフォ
|
|
Summary: The SoX sound file format converter libraries.
|
|
Summary: The SoX sound file format converter libraries.
|
|
Summary(ja): SoX サウンドファイル変換ライブラリ
|
|
Summary(ja): SoX サウンドファイル変換ライブラリ
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
|
|
+Requires: %{name} = %{version}
|
|
|
|
|
|
%description -n sox-devel
|
|
%description -n sox-devel
|
|
This package contains the library needed for compiling applications
|
|
This package contains the library needed for compiling applications
|
|
@@ -63,7 +63,6 @@ SoX を利用するプログラムを開発する場合は sox-devel パッケ
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
-%patch100 -p1 -b .CVE-2014-8145
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
%configure \
|
|
%configure \
|
|
@@ -103,9 +102,11 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
|
|
%clean
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
-%post -p /sbin/ldconfig
|
|
+%post
|
|
|
|
+/sbin/ldconfig
|
|
|
|
|
|
-%postun -p /sbin/ldconfig
|
|
+%postun
|
|
|
|
+/sbin/ldconfig
|
|
|
|
|
|
%files
|
|
%files
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
@@ -124,6 +125,11 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Jul 11 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 14.4.2-1
|
|
|
|
+- new upstream release.
|
|
|
|
+- added R:sox to sox-devel.
|
|
|
|
+- dropped Patch100: fixed in upstream.
|
|
|
|
+
|
|
* Thu Jan 8 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 14.4.1-2
|
|
* Thu Jan 8 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 14.4.1-2
|
|
- add patch100 for fix CVE-2014-8145
|
|
- add patch100 for fix CVE-2014-8145
|
|
- add BR: flac-devel, libvorbis-devel
|
|
- add BR: flac-devel, libvorbis-devel
|