소스 검색

self-build-x265: rebuild

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9368 ec354946-7b23-47d6-9f5a-488ba84defc7
munepi 10 년 전
부모
커밋
fe7399c7b2
2개의 변경된 파일15개의 추가작업 그리고 2개의 파일을 삭제
  1. 7 1
      nonfree/self-build-x265/self-build-x265-vl.spec
  2. 8 1
      nonfree/self-build-x265/x265-vl.spec

+ 7 - 1
nonfree/self-build-x265/self-build-x265-vl.spec

@@ -3,7 +3,7 @@
 %global pkgname 	x265
 %global name		self-build-%{pkgname}
 %global version		1.5
-%global release		1%{?_dist_release}
+%global release		2%{?_dist_release}
 
 %global sourceurl0	https://bitbucket.org/multicoreware/x265/get/%{version}.tar.bz2
 
@@ -118,11 +118,17 @@ x265はH.265/HEVCをエンコードするためのライブラリです。
 %{_datadir}/%{name}
 
 %changelog
+* Sat Feb 21 2015 Munehiro Yamamoto <munepi@vinelinux.org> 1.5-2
+- rebuild
+
 * Sat Feb 21 2015 Munehiro Yamamoto <munepi@vinelinux.org> 1.5-1
 - new upstream release
 - drop x265-pc-path.patch
 - add x265-1.5-test-shared.patch
 
+* Sat Feb  7 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.4-2
+- added Group tag to Source0
+
 * Fri Jan  2 2015 Munehiro Yamamoto <munepi@vinelinux.org> 1.4-1
 - new upstream release
 - initial build based on RPM Fusion rawhide

+ 8 - 1
nonfree/self-build-x265/x265-vl.spec

@@ -3,7 +3,8 @@
 Summary: H.265/HEVC encoder library
 Name: x265
 Version: 1.5
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
+Group: System Environment/Libraries
 URL: http://x265.org/
 Source0: https://bitbucket.org/multicoreware/x265/get/%{version}.tar.bz2
 # fix pkgconfig file installation path
@@ -88,11 +89,17 @@ exit 0
 %{_libdir}/pkgconfig/x265.pc
 
 %changelog
+* Sat Feb 21 2015 Munehiro Yamamoto <munepi@vinelinux.org> 1.5-2
+- rebuild
+
 * Sat Feb 21 2015 Munehiro Yamamoto <munepi@vinelinux.org> 1.5-1
 - new upstream release (ABI 43)
 - drop x265-pc-path.patch
 - add x265-1.5-test-shared.patch
 
+* Sat Feb  7 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.4-2
+- added Group tag to Source0
+
 * Fri Jan  2 2015 Munehiro Yamamoto <munepi@vinelinux.org> 1.4-1
 - new upstream release (ABI 35)
 - initial build based on RPM Fusion rawhide