Browse Source

rebuild with gcc-5.4.0

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

+ 4 - 1
s/sablotron/sablotron-vl.spec

@@ -1,6 +1,6 @@
 %define name sablotron
 %define version 1.0.3
-%define release 4%{?_dist_release}
+%define release 5%{?_dist_release}
 
 %define	altname Sablot
 %define builddir $RPM_BUILD_DIR/%{altname}-%{version}
@@ -105,6 +105,9 @@ mv $RPM_BUILD_ROOT/%{_docdir}/html/* _docs_to_include
 %{_includedir}/*.h
 
 %changelog
+* Fri Sep 02 2016 Toshiaki Ara <ara_t@384.jp> 1.0.3-5
+- rebuild with gcc-5.4.0
+
 * Mon Dec 15 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.0.3-4
 - rebuilt on current VineSeed
 - excluded static library from libsablotron-devel package

+ 4 - 1
s/sdlhana/sdlhana-vl.spec

@@ -1,6 +1,6 @@
 %define name sdlhana
 %define version 0.34
-%define release 1%{?_dist_release}
+%define release 2%{?_dist_release}
 
 Summary: An SDL-based hanafuda game.
 Summary(ja): 花札ゲーム
@@ -68,6 +68,9 @@ rm -rf ${RPM_BUILD_ROOT}
 
 
 %changelog
+* Fri Sep 02 2016 Toshiaki Ara <ara_t@384.jp> 0.34-2
+- rebuild with gcc-5.4.0
+
 * Sat Oct 17 2009 Shu KONNO <owa@bg.wakwak.com> 0.34-1
 - updated sdlhana to 0.34
 - changed source url

+ 4 - 1
s/silvercity/silvercity-vl.spec

@@ -1,7 +1,7 @@
 %define name silvercity
 %define srcname SilverCity
 %define version 0.9.7
-%define release 3%{?_dist_release}
+%define release 4%{?_dist_release}
 %define pyexeclib %(python -c 'from distutils.sysconfig import get_python_lib; print get_python_lib(1)')
 
 Summary: lexing analyzer for over 20 programming and markup langauges
@@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitearch}/SilverCity*.egg-info
 
 %changelog
+* Fri Sep 02 2016 Toshiaki Ara <ara_t@384.jp> 0.9.7-4
+- rebuild with gcc-5.4.0
+
 * Wed Feb 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.7-3
 - rebuilt with python-2.7.2
 

+ 4 - 1
s/skrooge/skrooge-vl.spec

@@ -2,7 +2,7 @@ Name:           skrooge
 Summary:        Personal finances manager
 Summary(ja):    個人向け財務管理ツール
 Version:        1.10.0
-Release:        2%{?_dist_release}
+Release:        3%{?_dist_release}
 
 Group:          Applications/Productivity
 License:        GPLv3+
@@ -146,6 +146,9 @@ update-mime-database %{_datadir}/mime &> /dev/null
 #{_libdir}/kde4/plugins/designer/libskg*.so
 
 %changelog
+* Fri Sep 02 2016 Toshiaki Ara <ara_t@384.jp> 1.10.0-3
+- rebuild with gcc-5.4.0
+
 * Mon Mar  9 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.10.0-2
 - rebuilt with libofx 0.9.10
 

+ 4 - 1
s/smillaenlarger/smillaenlarger-vl.spec

@@ -2,7 +2,7 @@
 
 Name: smillaenlarger
 Version: 0.9.0
-Release: 4%{?_dist_release}
+Release: 5%{?_dist_release}
 Summary: small graphical tool to resize based on Qt
 Summary(ja): Qt ベースのリサイズのための小さなグラフィカルツール
 
@@ -67,6 +67,9 @@ update-desktop-database %{_datadir}/applications>& /dev/null ||:
 %{_datadir}/pixmaps/*
 
 %changelog
+* Fri Sep 02 2016 Toshiaki Ara <ara_t@384.jp> 0.9.0-5
+- rebuild with gcc-5.4.0
+
 * Sun Mar 30 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.9.0-4
 - rebuilt with new toolchain
 

+ 4 - 1
s/smplayer/smplayer-vl.spec

@@ -6,7 +6,7 @@
 
 Name:           smplayer
 Version:        16.1.0
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        A graphical frontend for mplayer
 Summary(ja):    MPlayerのグラフィカルフロントエンド
 
@@ -142,6 +142,9 @@ update-desktop-database &> /dev/null || :
 # %endif
 
 %changelog
+* Fri Sep 02 2016 Toshiaki Ara <ara_t@384.jp> 16.1.0-2
+- rebuild with gcc-5.4.0
+
 * Sun Jan 24 2016 Munehiro Yamamoto <munepi@vinelinux.org> 16.1.0-1
 - new upstream release
 

+ 6 - 1
s/snappy/snappy-vl.spec

@@ -1,6 +1,6 @@
 Name:           snappy
 Version:        1.0.5
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        Fast compression and decompression library
 Summary(ja):    高速な圧縮・展開ライブラリ
 
@@ -12,6 +12,7 @@ Source0:        http://snappy.googlecode.com/files/%{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
 BuildRequires:  gtest-devel
+BuildRequires:  zlib-devel
 
 %description
 Snappy is a compression/decompression library. It does not aim for maximum 
@@ -73,6 +74,10 @@ make check
 
 
 %changelog
+* Fri Sep 02 2016 Toshiaki Ara <ara_t@384.jp> 1.0.5-2
+- rebuild with gcc-5.4.0
+- add BuildRequires: zlib-devel
+
 * Wed Oct 24 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.5-1
 - initial build for Vine Linux
 

+ 4 - 1
s/soundtouch/soundtouch-vl.spec

@@ -1,6 +1,6 @@
 Name:           soundtouch
 Version:        1.9.2
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        Audio Processing library for changing Tempo, Pitch and Playback Rates
 Summary(ja):    テンポ/ピッチ/再生レートを変更するためのオーディオプロセッシングライブラリー
 License:        LGPLv2+
@@ -101,6 +101,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Sep 02 2016 Toshiaki Ara <ara_t@384.jp> - 1.9.2-2
+- rebuild with gcc-5.4.0
+
 * Thu May 05 2016 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.9.2-1
 - new upstream release
 

+ 4 - 1
s/source-highlight/source-highlight-vl.spec

@@ -7,7 +7,7 @@
 Name:      source-highlight
 Summary:   Syntax highlighting for source documents
 Version:   3.1.7
-Release:   1%{?_dist_release}
+Release:   2%{?_dist_release}
 License:   GPLv3
 Group:     Development/Tools
 Source:    ftp://ftp.gnu.org/gnu/source-highlight/%{name}-%{version}.tar.gz
@@ -94,6 +94,9 @@ fi
 
 
 %changelog
+* Fri Sep 02 2016 Toshiaki Ara <ara_t@384.jp> 3.1.7-2
+- rebuild with gcc-5.4.0
+
 * Wed Oct  1 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.1.7-1
 - updated to 3.1.7
 - changed Group to Development/Tools

+ 4 - 2
s/spice/spice-vl.spec

@@ -6,7 +6,7 @@
 
 Name:           spice
 Version:        0.12.5
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        Implements the SPICE protocol
 Group:          User Interface/Desktops
 License:        LGPLv2+
@@ -124,6 +124,9 @@ install -m 0755 %{SOURCE1} %{buildroot}%{_libexecdir}/
 %{_libdir}/pkgconfig/spice-server.pc
 
 %changelog
+* Fri Sep 02 2016 Toshiaki Ara <ara_t@384.jp> - 0.12.5-2
+- rebuild with gcc-5.4.0
+
 * Thu Jan 22 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.12.5-1
 - updated to 0.12.5
 - built with cyrus-sasl 2.1.26
@@ -141,7 +144,6 @@ install -m 0755 %{SOURCE1} %{buildroot}%{_libexecdir}/
 * Sun May 13 2012 Alon Levy <alevy@redhat.com>
 - Add double free fix. (#808936)
 
-%changelog
 * Tue Apr 24 2012 Alon Levy <alevy@redhat.com>
 - Add 32 bit fixes from git master. (#815717)