|
@@ -11,7 +11,7 @@
|
|
|
|
|
|
Name: apt
|
|
|
Version: 0.5.15lorg3.95
|
|
|
-Release: 20.%{snapver}%{?_dist_release}
|
|
|
+Release: 21.%{snapver}%{?_dist_release}
|
|
|
Summary: Advanced front-end for rpm (APT - Advanced Package Tool)
|
|
|
Summary(ja): RPM の高機能なフロントエンド (APT - アドバンスドパッケージツール)
|
|
|
Group: Applications/Administration
|
|
@@ -55,8 +55,6 @@ 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
|
|
@@ -179,7 +177,6 @@ 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
|
|
@@ -404,6 +401,9 @@ rm -rf %{buildroot}
|
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
|
+* Sun Jan 26 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.95-21.git522
|
|
|
+- remove patch3, broken with lua-5.1
|
|
|
+
|
|
|
* Sun Jan 19 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.95-20.git522
|
|
|
- add patch3 to build with lua >= 5.2
|
|
|
|