|
@@ -11,7 +11,7 @@
|
|
|
|
|
|
Name: apt
|
|
|
Version: 0.5.15lorg3.95
|
|
|
-Release: 19.%{snapver}%{?_dist_release}
|
|
|
+Release: 20.%{snapver}%{?_dist_release}
|
|
|
Summary: Advanced front-end for rpm (APT - Advanced Package Tool)
|
|
|
Summary(ja): RPM の高機能なフロントエンド (APT - アドバンスドパッケージツール)
|
|
|
Group: Applications/Administration
|
|
@@ -55,6 +55,8 @@ Patch0: apt-0.5.15lorg3.2-ppc.patch
|
|
|
Patch1: apt-0.5.15lorg3.x-cache-corruption.patch
|
|
|
# fix build with gcc 4.7
|
|
|
Patch2: apt-0.5.15lorg3.95-gcc47.patch
|
|
|
+# fix build with lua 5.2
|
|
|
+Patch3: apt-0.5.15lorg3.95-lua-5.2.patch
|
|
|
|
|
|
# enhance the sorting by taking Obsoletes into account
|
|
|
Patch10: %{name}-0.3.19cnc53-stelian-apt-pkg-algorithms-scores.patch.bz2
|
|
@@ -177,6 +179,7 @@ This package contains the python binding for apt libraries.
|
|
|
%patch0 -p1 -b .ppc
|
|
|
%patch1 -p0 -b .mmap
|
|
|
%patch2 -p1 -b .gcc47
|
|
|
+%patch3 -p1 -b .lua52
|
|
|
|
|
|
%patch10 -p1
|
|
|
%patch11 -p1
|
|
@@ -401,6 +404,9 @@ rm -rf %{buildroot}
|
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
|
+* Sun Jan 19 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.95-20.git522
|
|
|
+- add patch3 to build with lua >= 5.2
|
|
|
+
|
|
|
* Tue Oct 01 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.95-19.git522
|
|
|
- fix allow-duplicated.{lua,conf}
|
|
|
- modify spec file to support vine6 build
|