Browse Source

apt: remove lua5.2 support patch, which breaks some lua scripts..

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@8697 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 9 years ago
parent
commit
9617ab45da
1 changed files with 5 additions and 2 deletions
  1. 5 2
      a/apt/apt-vl.spec

+ 5 - 2
a/apt/apt-vl.spec

@@ -11,7 +11,7 @@
 
 Name: apt
 Version: 0.5.15lorg3.95
-Release: 23.%{snapver}%{?_dist_release}
+Release: 24.%{snapver}%{?_dist_release}
 Summary: Advanced front-end for rpm (APT - Advanced Package Tool)
 Summary(ja): RPM の高機能なフロントエンド (APT - アドバンスドパッケージツール)
 Group: Applications/Administration
@@ -205,7 +205,7 @@ This package contains the python binding for apt libraries.
 
 %patch220 -p1
 
-%patch230 -p1
+#%patch230 -p1
 
 cp %{SOURCE100} po/ja.po
 %if "%{?_dist_release}" >= "vl7"
@@ -406,6 +406,9 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Sun Jun 29 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 0.5.15lorg3.95-24.git522
+- remove Patch230 which breaks some lua scripts..
+
 * Thu Jun 26 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.95-23.git522
 - really remove udev from rpmpriorities..