Browse Source

rebuild with gcc-5.4.0

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@10766 ec354946-7b23-47d6-9f5a-488ba84defc7
ara_t 7 years ago
parent
commit
a4f6167fa8

+ 4 - 1
m/marisa-trie/marisa-trie-vl.spec

@@ -1,5 +1,5 @@
 %define ver 0.2.4
-%define rel 2
+%define rel 3
 
 %define srcname marisa
 
@@ -127,6 +127,9 @@ popd
 %endif
 
 %changelog
+* Fri Sep 02 2016 Toshiaki Ara <ara_t@384.jp> 0.2.4-3
+- rebuild with gcc-5.4.0
+
 * Wed May  6 2015 IWAI, Masaharu <iwaim.sub@gmail.com> 0.2.4-2
 - build with current VineSeed
 

+ 4 - 1
m/mecab-perl/mecab-perl-vl.spec

@@ -1,5 +1,5 @@
 %define ver 0.996
-%define rel 2
+%define rel 3
 
 Summary: MeCab perl module
 Summary(ja): MeCab のための Perl モジュール
@@ -52,6 +52,9 @@ perl test.pl
 %{perl_vendorarch}/auto/MeCab/MeCab.so
 
 %changelog
+* Fri Sep 02 2016 Toshiaki Ara <ara_t@384.jp> 0.996-3
+- rebuild with gcc-5.4.0
+
 * Mon Nov 10 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.996-2
 - rebuilt with perl 5.16.3
 

+ 4 - 1
m/medit/medit-vl.spec

@@ -3,7 +3,7 @@
 
 Name:        %{name}
 Version:     %{version}
-Release:     1%{?_dist_release}
+Release:     2%{?_dist_release}
 Summary:     Multiplatform GTK+2 text editor
 Summary(ja): マルチプラットフォームな GTK+2 テキストエディタ
 Group:       Applications/Editors
@@ -101,6 +101,9 @@ rm -rf %{buildroot}
 %{_mandir}/man?/
 
 %changelog
+* Fri Sep 02 2016 Toshiaki Ara <ara_t@384.jp> 1.2.0-2
+- rebuild with gcc-5.4.0
+
 * Sat May 31 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.2.0-1
 - new upstream release
 - dropt Source1 to merge upstream

+ 4 - 1
m/minitube/minitube-vl.spec

@@ -14,7 +14,7 @@ Summary:	Native YouTube Client
 Summary(ja): 	YouTube 専用クライアント
 Name:		minitube
 Version:	2.1.6
-Release: 	1%{?_dist_release}
+Release: 	2%{?_dist_release}
 Source0:	http://flavio.tordini.org/files/minitube/minitube.tar.gz
 Source10:	minitube.sh
 Source20:	minitube-ja.desktop
@@ -114,6 +114,9 @@ fi
 
 
 %changelog
+* Fri Sep 02 2016 Toshiaki Ara <ara_t@384.jp> 2.1.6-2
+- rebuild with gcc-5.4.0
+
 * Sat Jul 05 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.1.6-1
 - new upstream release
 

+ 4 - 1
m/mosh/mosh-vl.spec

@@ -3,7 +3,7 @@ Summary(ja):    ローミングとインテリジェントなローカルエコ
 
 Name:		mosh
 Version:	1.2.5
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 
 License:	GPLv3+
 Group:		Applications/Internet
@@ -53,6 +53,9 @@ make install DESTDIR=$RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Sep 02 2016 Toshiaki Ara <ara_t@384.jp> 1.2.5-2
+- rebuild with gcc-5.4.0
+
 * Sun May 15 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.5-1
 - update to mosh 1.2.5
 

+ 4 - 1
m/mscore/mscore-vl.spec

@@ -5,7 +5,7 @@
 Name:          mscore
 Summary:       Music Composition & Notation Software
 Version:       1.3
-Release:       2%{?_dist_release}
+Release:       3%{?_dist_release}
 # rtf2html is LGPLv2+
 # paper4.png paper5.png are LGPLv3
 # the rest is GPLv2
@@ -282,6 +282,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Fri Sep 02 2016 Toshiaki Ara <ara_t@384.jp> - 1.3-3
+- rebuild with gcc-5.4.0
+
 * Thu Jan  9 2014 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.3-2
 - initial build for Vine Linux
 - add Patch100 to fix build failure with freetype2 > 2.5

+ 4 - 1
m/msgpack/msgpack-vl.spec

@@ -1,5 +1,5 @@
 %define ver 0.5.8
-%define rel 1
+%define rel 2
 
 Name:		msgpack
 Version:	%{ver}
@@ -71,6 +71,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f '{}' ';'
 
 
 %changelog
+* Fri Sep 02 2016 Toshiaki Ara <ara_t@384.jp> 0.5.8-2
+- rebuild with gcc-5.4.0
+
 * Tue Dec 31 2013 IWAI, Masaharu <iwaim.sub@gmail.com> 0.5.8-1
 - update to 0.5.8
 - drop gtest patch: upstream fixed