Browse Source

rebuild with gcc-5.4.0

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

+ 4 - 1
a/akonadi/akonadi-vl.spec

@@ -10,7 +10,7 @@ Name:    akonadi
 Summary: PIM Storage Service
 Summary(ja): PIM ストレージサービス
 Version: 1.13.0
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 
 Group:   System Environment/Libraries
 License: LGPLv2+
@@ -170,6 +170,9 @@ fi
 
 
 %changelog
+* Mon Jul 04 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.13.0-3
+- rebuild with gcc-5.4.0
+
 * Tue Jun  7 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.13.0-2
 - rebuilt with libboost-1.16.0.
 

+ 7 - 2
a/arts/arts-vl.spec

@@ -5,7 +5,7 @@ Summary: aRts (analog realtime synthesizer) - the KDE 3 sound system
 Summary(ja): aRts - KDE 3 サウンドシステム
 Epoch: 1
 Version: 1.5.10
-Release: 7%{?_dist_release}
+Release: 8%{?_dist_release}
 
 Group: System Environment/Daemons
 License: LGPLv2+
@@ -44,7 +44,7 @@ BuildRequires: alsa-lib-devel
 BuildRequires: audiofile-devel
 BuildRequires: automake libtool
 BuildRequires: chrpath
-BuildRequires: esound-devel
+# BuildRequires: esound-devel
 BuildRequires: glib2-devel
 BuildRequires: libvorbis-devel
 BuildRequires: pkgconfig
@@ -130,6 +130,7 @@ unset QTDIR || : ; . /etc/profile.d/qt.sh
     --enable-new-ldflags \
     --disable-libmad \
     --with-alsa \
+    --without-esd \
     --enable-final
 
 # kill rpath harder, inspired by https://fedoraproject.org/wiki/Packaging:Guidelines?rd=Packaging/Guidelines#Removing_Rpath
@@ -216,6 +217,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/artsc.pc
 
 %changelog
+* Mon Jul 04 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.5.10-8
+- rebuild with gcc-5.4.0
+- remove BuildRequires: esound-devel
+
 * Sun Sep 28 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.5.10-7
 - added Patch301 and 302 from FC
 

+ 4 - 1
a/attica/attica-vl.spec

@@ -2,7 +2,7 @@ Name:           attica
 Summary:        Implementation of the Open Collaboration Services API
 Summary(ja):    Open Collaboration Services API の一実装
 Version:        0.4.2
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 
 Group:          System Environment/Libraries
 License:        LGPLv2+
@@ -76,6 +76,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Jul 04 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.2-2
+- rebuild with gcc-5.4.0
+
 * Sat Sep 07 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.2-1
 - new upstream release
 

+ 6 - 1
b/baloo-widgets/baloo-widgets-vl.spec

@@ -2,7 +2,7 @@ Name: baloo-widgets
 Summary: Widget library for baloo
 Summary(ja): baloo 用ウィジェットライブラリ
 Version: 4.14.3
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 
 License: GPLv2
 Group: System Environment/Libraries
@@ -76,5 +76,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/cmake/BalooWidgets/*.cmake
 
 %changelog
+* Mon Jul 04 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.14.3-2
+- rebuild with gcc-5.4.0
+
+* Thu Jan 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.14.3-1
+- initial build
 * Thu Jan 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.14.3-1
 - initial build

+ 4 - 1
b/baloo/baloo-vl.spec

@@ -2,7 +2,7 @@ Name: baloo
 Summary: The file indexing and file search framework for KDE.
 Summary(ja): ファイルのインデックス作成及び検索のフレームワーク
 Version: 4.14.3
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 
 License: GPLv2
 Group: System Environment/Libraries
@@ -140,5 +140,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/akonadi/agents/akonadibalooindexingagent.desktop
 
 %changelog
+* Mon Jul 04 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.14.3-2
+- rebuild with gcc-5.4.0
+
 * Thu Jan 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.14.3-1
 - initial build 

+ 4 - 1
c/cagibi/cagibi-vl.spec

@@ -1,7 +1,7 @@
 Name:           cagibi
 Summary:        SSDP (UPnP discovery) cache/proxy daemon
 Version:        0.2.0
-Release:        2%{?_dist_release}
+Release:        3%{?_dist_release}
 
 Group:          System Environment/Daemons
 License:        GPLv2+ and LGPLv2+
@@ -56,6 +56,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Jul 04 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.2.0-3
+- rebuild with gcc-5.4.0
+
 * Sun Feb  8 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.2.0-2
 - rebuilt on current VineSeed
 

+ 4 - 1
d/dbusmenu-qt/dbusmenu-qt-vl.spec

@@ -2,7 +2,7 @@ Name: dbusmenu-qt
 Summary: A Qt implementation of the DBusMenu protocol 
 Summary(ja): Qt で実装された DBusMenu プロトコル 
 Version: 0.9.2
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 
 Group: System Environment/Libraries
 License: LGPLv2+
@@ -86,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/dbusmenu-qt.pc
 
 %changelog
+* Mon Jul 04 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.2-2
+- rebiuld with gcc-5.4.0
+
 * Sun Jul 07 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.2-1
 - update to 0.9.2
 - add BuildRequires: doxygen

+ 4 - 1
g/grantlee/grantlee-vl.spec

@@ -5,7 +5,7 @@
 Name:           grantlee
 Summary:        Qt string template engine based on the Django template system
 Version:        0.3.0
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 
 Group:          System Environment/Libraries
 License:        LGPLv2+
@@ -107,6 +107,9 @@ rm -rf %{buildroot}
 # %{_docdir}/HTML/en/grantlee-apidocs
 
 %changelog
+* Mon Jul 04 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.0-2
+- rebuild with gcc-5.4.0
+
 * Sun Sep 08 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.0-1
 - new upstream release
 

+ 4 - 1
h/herqq/herqq-vl.spec

@@ -8,7 +8,7 @@
 Name:           herqq
 Summary:        A software library for building UPnP devices and control points
 Version:        1.0.0
-Release:        4%{?_dist_release}
+Release:        5%{?_dist_release}
 
 # test application is GPLv3 but we do not ship it
 License:        LGPLv3+
@@ -70,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_qt4_headerdir}/HUpnpCore/
 
 %changelog
+* Mon Jul 04 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.0.0-5
+- rebuild with gcc-5.4.0
+
 * Mon Oct 27 2014 Ryoiochi INAGAKI <ryo1@toki.waseda.jp> - 1.0.0-4
 - added Group tag
 - added %%clean section

+ 4 - 1
k/kdebase3/kdebase3-vl.spec

@@ -3,7 +3,7 @@
 
 Name: kdebase3
 Version: 3.5.10
-Release: 6%{?_dist_release}
+Release: 7%{?_dist_release}
 Summary: KDE 3 core files
 Summary(ja): KDE 3 基本ファイル
 
@@ -466,6 +466,9 @@ fi
 %exclude %{_libdir}/libkdeinit_*.so
 
 %changelog
+* Mon Jul 04 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.5.10-7
+- rebuild with gcc-5.4.0
+
 * Tue Dec 23 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.5.10-6
 - rebuilt with OpenEXR 2.2.0
 

+ 4 - 1
k/kdepim-runtime/kdepim-runtime-vl.spec

@@ -4,7 +4,7 @@ Name: kdepim-runtime
 Summary: KDE PIM Runtime Environment
 Summary(ja): KDE PIM ランタイム環境
 Version: 4.14.3
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 
 License: GPLv2
 Group: Applications/Productivity
@@ -165,6 +165,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libmaildir.so
 
 %changelog
+* Mon Jul 04 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 4.14.3-2
+- rebuild with gcc-5.4.0
+
 * Thu Jan 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 4.14.3-1
 - new upstream release
 

+ 4 - 1
k/kdepim3/kdepim3-vl.spec

@@ -1,7 +1,7 @@
 Name: kdepim3
 Summary: Compatibility support for kdepim3 
 Version: 3.5.10
-Release: 3%{?_dist_release}
+Release: 4%{?_dist_release}
 
 URL: http://www.kde.org/
 Group: Applications/Productivity
@@ -120,6 +120,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libkcal.so
 
 %changelog
+* Mon Jul 04 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.5.10-4
+- rebuild with gcc-5.4.0
+
 * Fri Oct 24 2014 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.5.10-3
 - added Patch0 from fc
 - not link to libmal and pilot-link

+ 4 - 1
k/kdepimlibs/kdepimlibs-vl.spec

@@ -8,7 +8,7 @@ Name: kdepimlibs
 Summary: KDE PIM Libraries
 Summary(ja): KDE PIM ライブラリ
 Version: 4.14.3
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 
 # http://techbase.kde.org/Policies/Licensing_Policy
 License: LGPLv2+
@@ -257,6 +257,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jul 04 2016  Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.14.3-3
+- rebuild with gcc-5.4.0
+
 * Mon Feb 23 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.14.3-2
 - rebuilt with libical 1.0.1
 

+ 4 - 1
k/kfilemetadata/kfilemetadata-vl.spec

@@ -2,7 +2,7 @@ Name: kfilemetadata
 Summary: A library for extracting file metadata
 Summary(ja): ファイルのメタデータ抽出ライブラリ
 Version: 4.14.3
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 
 License: LGPLv2,LGPLv2.1,LGPLv3
 Group: System Environment/Libraries
@@ -78,5 +78,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/cmake/KFileMetaData/*.cmake
 
 %changelog
+* Mon Jul 04 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.14.3-2
+- rebuild with gcc-5.4.0
+
 * Wed Dec 31 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.14.3-1
 - initial build

+ 4 - 1
lib/libi/libindicate-qt/libindicate-qt-vl.spec

@@ -2,7 +2,7 @@ Name:    libindicate-qt
 Summary: Qt bindings for libindicate
 Summary(ja): libindicate の Qt バインディング
 Version: 0.2.5.91
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 
 Group:   System Environment/Libraries
 License: LGPLv3+
@@ -67,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/indicate-qt.pc
 
 %changelog
+* Mon Jul 04 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.5.91-2
+- rebuild with gcc-5.4.0
+
 * Mon Nov  3 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.2.5.91-1
 - updated to 0.2.5.91 (trunk)
 - rebuilt with libindicate-12.10.1

+ 4 - 1
lib/libk/libkgapi/libkgapi-vl.spec

@@ -2,7 +2,7 @@ Name:    libkgapi
 Summary: Google APIs for KDE
 Summary(ja): KDE 向け Google API 集
 Version: 2.2.0
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 
 License: GPLv2+
 Group:   System Environment/Libraries
@@ -99,6 +99,9 @@ fi
 
 
 %changelog
+* Mon Jul 04 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.0-2
+- rebuild with gcc-5.4.0
+
 * Wed Dec 31 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.0-1
 - new upstream release
 

+ 4 - 1
n/nepomuk-core/nepomuk-core-vl.spec

@@ -2,7 +2,7 @@ Name:          nepomuk-core
 Summary:       Nepomuk core utilities and libraries 
 Summary(ja):   Nepomuk core ユーティリティーとライブラリ
 Version:       4.14.3
-Release:       2%{?_dist_release}
+Release:       3%{?_dist_release}
 
 License:       GPLv2,GPLv3,LGPLv2,LGPLv3
 Group:         User Interface/Desktops
@@ -144,6 +144,9 @@ fi
 
 
 %changelog
+* Mon Jul 04 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.14.3-3
+- rebuild with gcc-5.4.0
+
 * Sat Nov 07 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.14.3-2
 - rebuild with exiv2-0.25
 

+ 4 - 1
n/nepomuk-widgets/nepomuk-widgets-vl.spec

@@ -2,7 +2,7 @@ Name:          nepomuk-widgets
 Summary:       Nepomuk Widgets library
 Summary(ja):   Nepomuk widget ライブラリ
 Version:       4.14.3
-Release:       1%{?_dist_release}
+Release:       2%{?_dist_release}
 
 License:       GPLv2,LGPLv2
 Group:         User Interface/Desktops
@@ -84,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jul 04 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.14.3-2
+- rebuild with gcc-5.4.0
+
 * Wed Dec 31 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.14.3-1
 - new upstream release
 

+ 4 - 1
p/polkit-qt/polkit-qt-vl.spec

@@ -2,7 +2,7 @@ Name:		polkit-qt
 Summary:	Qt bindings for PolicyKit
 Summary(ja):	PolicyKit の Qt バインディング
 Version:	0.112.0
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 
 Group:		System Environment/Libraries
 License:	GPLv2+
@@ -91,6 +91,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jul 04 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.112.0-2
+- rebuild with gcc-5.4.0
+
 * Sun Nov 16 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.112.0-1
 - update to 0.112.0
 

+ 4 - 1
p/prison/prison-vl.spec

@@ -2,7 +2,7 @@ Name:           prison
 Summary:        A Qt-based barcode abstraction library
 Summary(ja):    Qt ベースのバーコード抽象化ライブラリ
 Version:        1.1.1
-Release:        2%{?_dist_release}
+Release:        3%{?_dist_release}
 
 Group:          System Environment/Libraries
 License:        MIT
@@ -69,6 +69,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Jul 04 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.1.1-3
+- rebuild with gcc-5.4.0
+
 * Mon Jan 26 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.1.1-2
 - added Group tag to devel subpackage
 - added Japanese summary

+ 4 - 1
q/qca2/qca2-vl.spec

@@ -1,6 +1,6 @@
 Name:           qca2
 Version:        2.0.3
-Release:        4%{?_dist_release}
+Release:        5%{?_dist_release}
 Summary:        Qt Cryptographic Architecture
 Summary(ja):    Qt 暗号アーキテクチャ
 
@@ -84,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jul 04 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.0.3-5
+- rebuild with gcc-5.4.0
+
 * Mon Feb  9 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 2.0.3-4
 - rebuilt on current VineSeed
 - added patch0 from Fedora

+ 4 - 1
q/qscintilla/qscintilla-vl.spec

@@ -13,7 +13,7 @@ Summary:	A Scintilla port to Qt
 Summary(ja):	Scintilla の Qt への移植版
 Name:		qscintilla
 Version:	2.8.4
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 
 # matches up (pretty much) with qt4
 License:	GPLv3 or GPLv2 with exceptions
@@ -156,6 +156,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/sip/PyQt4/Qsci
 
 %changelog
+* Mon Jul 04 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.2-2
+- rebuild with gcc-5.4.0
+
 * Sat Nov  8 2014 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.2-1
 - new upstream release
 - built with qt-4.8.6, PyQt4-4.11.2

+ 4 - 1
q/qtsoap/qtsoap-vl.spec

@@ -7,7 +7,7 @@ Name:           qtsoap
 Summary:        The Simple Object Access Protocol Qt-based client side library
 Summary(ja):    Qt ベースの SOAP クライアントライブラリ
 Version:        2.7
-Release:        5%{?_dist_release}
+Release:        6%{?_dist_release}
 
 Group:          System Environment/Libraries
 License:        LGPLv2 with exceptions or GPLv3
@@ -79,6 +79,9 @@ rm -rf %{buildroot}
 %{_qt4_headerdir}/QtSoap/
 
 %changelog
+* Mon Jul 04 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.7-6
+- rebuild with gcc-5.4.0
+
 * Mon Feb  9 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 2.7-5
 - rebuilt on current VineSeed
 - added Japanese summary

+ 4 - 1
x/xapian-core/xapian-core-vl.spec

@@ -1,7 +1,7 @@
 Summary: The Xapian Probabilistic Information Retrieval Library
 Name: xapian-core
 Version: 1.2.20
-Release: 1%{_dist_release}
+Release: 2%{_dist_release}
 License: GPL
 Group: Applications/Databases
 Source: http://www.oligarchy.co.uk/xapian/%{version}/%{name}-%{version}.tar.xz
@@ -134,6 +134,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
 %{_mandir}/man1/xapian-config.1*
 
 %changelog
+* Mon Jul 04 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp>  1.2.20-2
+- rebuild with gcc-5.4.0
+
 * Sun May 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp>  1.2.20-1
 - new upstream release
 - remove *.la files