Browse Source

apt-0.5.15lorg3.95-27.git522

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@10487 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 7 years ago
parent
commit
6ca6013dfe
1 changed files with 9 additions and 1 deletions
  1. 9 1
      a/apt/apt-vl.spec

+ 9 - 1
a/apt/apt-vl.spec

@@ -11,7 +11,7 @@
 
 Name: apt
 Version: 0.5.15lorg3.95
-Release: 26.%{snapver}%{?_dist_release}
+Release: 27.%{snapver}%{?_dist_release}
 Summary: Advanced front-end for rpm (APT - Advanced Package Tool)
 Summary(ja): RPM の高機能なフロントエンド (APT - アドバンスドパッケージツール)
 Group: Applications/Administration
@@ -106,6 +106,9 @@ Patch230: apt-0.5.15lorg3.95-lua-5.2d.patch
 # rpm-4.12 patch
 Patch300: apt-0.5.15lorg3.95.git522-rpm-4.12.patch
 
+# gcc-5.4 patch
+Patch310: apt-0.5.15lorg3.95.git522-gcc-5.4.patch
+
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 Requires(post): ldconfig, coreutils
 Requires(postun): ldconfig
@@ -212,6 +215,8 @@ This package contains the python binding for apt libraries.
 
 %patch300 -p1
 
+%patch310 -p1
+
 cp %{SOURCE100} po/ja.po
 %if "%{?_dist_release}" >= "vl7"
 cp %{SOURCE30} rpmpriorities
@@ -411,6 +416,9 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Sat Jul  2 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.5.15lorg3.95-27.git522
+- added Patch310.
+
 * Fri Jul  1 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.5.15lorg3.95-26.git522
 - rebuilt with new toolchain.
 - added Patch300 for rpm-4.12.