|
@@ -5,7 +5,7 @@
|
|
|
%global pkgname x264
|
|
|
%global name self-build-%{pkgname}
|
|
|
%global version 0.142
|
|
|
-%global release 1.%{snapshot_date}%{?_dist_release}
|
|
|
+%global release 2.%{snapshot_date}%{?_dist_release}
|
|
|
|
|
|
#define sourceurl0 ftp://ftp.videolan.org/pub/videolan/x264/snapshots/%{pkgname}-snapshot-%{date}-%{time}.tar.bz2
|
|
|
%define sourceurl0 http://download.videolan.org/pub/x264/snapshots/%{pkgname}-snapshot-%{snapshot_date}-%{snapshot_time}%{?branch:-%{branch}}.tar.bz2
|
|
@@ -21,7 +21,7 @@ License: GPLv2+
|
|
|
Group: Restricted Software
|
|
|
|
|
|
Obsoletes: x264 < %{version}, x264-devel < %{version}
|
|
|
-Obsoletes: self-build-x264 < %{version}-%{release}
|
|
|
+Obsoletes: self-build-x264 < %{version}
|
|
|
|
|
|
Requires(post): self-build-setup >= 0.9.9
|
|
|
|
|
@@ -115,6 +115,9 @@ x264 はスクラッチから書かれた H264/AVC ビデオストリームを
|
|
|
%{_datadir}/%{name}
|
|
|
|
|
|
%changelog
|
|
|
+* Sun Jan 11 2015 Munehiro Yamamoto <munepi@vinelinux.org> 0.142-2.20141218
|
|
|
+- Obsoletes: self-build-x264 < %{version}
|
|
|
+
|
|
|
* Fri Dec 26 2014 Munehiro Yamamoto <munepi@vinelinux.org> 0.142-1.20141218
|
|
|
- updated source snapshot 20141218 stable branch (ABI 0.142)
|
|
|
|