Browse Source

sox-14.4.2-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@10593 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 7 years ago
parent
commit
ce7edc972f
1 changed files with 12 additions and 6 deletions
  1. 12 6
      s/sox/sox-vl.spec

+ 12 - 6
s/sox/sox-vl.spec

@@ -7,12 +7,11 @@
 Summary:     A general purpose sound file conversion tool.
 Summary(ja): 汎用サウンドファイル変換ツール
 Name: sox
-Version: 14.4.1
-Release: 2%{?_dist_release}
+Version: 14.4.2
+Release: 1%{?_dist_release}
 License: LGPL
 Group: Applications/Multimedia
 Source:  http://prdownloads.sourceforge.net/sox/sox-%{version}.tar.bz2
-Patch100: sox-14.4.1_CVE-2014-8145.patch
 
 URL: http://sox.sourceforge.net/
 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(ja): SoX サウンドファイル変換ライブラリ
 Group: Development/Libraries
+Requires: %{name} = %{version}
 
 %description -n sox-devel 
 This package contains the library needed for compiling applications
@@ -63,7 +63,6 @@ SoX を利用するプログラムを開発する場合は sox-devel パッケ
 
 %prep
 %setup -q 
-%patch100 -p1 -b .CVE-2014-8145
 
 %build
 %configure \
@@ -103,9 +102,11 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post -p /sbin/ldconfig
+%post
+/sbin/ldconfig
 
-%postun -p /sbin/ldconfig
+%postun
+/sbin/ldconfig
 
 %files
 %defattr(-,root,root)
@@ -124,6 +125,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %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
 - add patch100 for fix CVE-2014-8145
 - add BR: flac-devel, libvorbis-devel