Browse Source

new upstream release or rebuild with libboost-1.54.0

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

+ 4 - 1
E/ETL/ETL-vl.spec

@@ -1,4 +1,4 @@
-%define pkg_version 0.04.16
+%define pkg_version 0.04.17
 %define pkg_release 1%{?_dist_release}
 
 Summary:	Extended Template Library
@@ -62,6 +62,9 @@ for writing applications that are using ETL.
 
 
 %changelog
+* Sun Dec 08 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.04.17-1
+- new upstream release
+
 * Wed Aug 14 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.04.16-1
 - new upstream release
 

+ 4 - 1
W/WebKit/WebKit-vl.spec

@@ -15,7 +15,7 @@
 %bcond_with	wml
 
 Name:		WebKit
-Version:	2.2.2
+Version:	2.2.3
 Release:	1%{?_dist_release}
 Summary:	Web content engine library
 Summary(ja):	ウェブコンテンツエンジンライブラリ
@@ -195,6 +195,9 @@ fi
 
 
 %changelog
+* Sun Dec 08 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.2.3-1
+- new upstream release
+
 * Sun Nov 24 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.2.2-1
 - new upstream release
 

+ 4 - 1
W/WebKit3/WebKit3-vl.spec

@@ -15,7 +15,7 @@
 %bcond_with	wml
 
 Name:		WebKit3
-Version:	2.2.2
+Version:	2.2.3
 Release:	1%{?_dist_release}
 Summary:	Web content engine library
 Summary(ja):	ウェブコンテンツエンジンライブラリ
@@ -202,6 +202,9 @@ fi
 
 
 %changelog
+* Sun Dec 08 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.2.3-1
+- new upstream release
+
 * Sun Nov 24 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.2.2-1
 - new upstream release
 

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

@@ -9,7 +9,7 @@
 Name:    akonadi
 Summary: PIM Storage Service
 Summary(ja): PIM ストレージサービス
-Version: 1.10.2
+Version: 1.11.0
 Release: 1%{?_dist_release}
 
 Group:   System Environment/Libraries
@@ -168,6 +168,9 @@ fi
 
 
 %changelog
+* Sun Dec 08 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.11.0-1
+- new upstream release
+
 * Sat Sep 07 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.10.2-1
 - new upstream release
 

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

@@ -4,7 +4,7 @@
 Summary: A cross-platform C++ library for network programming
 Summary(ja): ネットワークプログラミングのためのクロスプラットフォーム C++ ライブラリ
 Name: asio
-Version: 1.4.8
+Version: 1.10.1
 Release: 1%{?_dist_release}
 URL: http://sourceforge.net/projects/asio/
 Source0: http://downloads.sourceforge.net/asio/asio-%{version}.tar.bz2
@@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/asio.hpp
 
 %changelog
+* Sun Dec 08 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.1-1
+- new upstream release
+
 * Sun Feb 27 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.4.8-1
 - new upstream release
 

+ 13 - 13
a/avogadro/avogadro-vl.spec

@@ -5,20 +5,16 @@
 
 Name:           avogadro
 Summary:        An advanced molecular editor for chemical purposes
-Version:        1.0.1
-Release:        13%{?_dist_release}
+Version:        1.0.3
+Release:        1%{?_dist_release}
 
 Group:          Applications/Editors
 License:        GPLv2
 URL:            http://avogadro.openmolecules.net/
 
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
-# fix FTBFS with SIP 4.11 (Gentoo#335644)
-# patch submitted: http://bugs.gentoo.org/attachment.cgi?id=247308 (upstream is
-# CCed on the Gentoo bug)
-Patch0:         avogadro-1.0.1-sip411.patch
-# fix crash with current SIP and Python 2.7 (#642248)
-Patch1:         avogadro-1.0.1-pycapsule.patch
+
+Patch0:			avogadro-1.0.3-mkspecs-dir.patch
 
 BuildRequires:  cmake >= 2.6.0
 BuildRequires:  qt4-devel >= 4.5.1
@@ -70,8 +66,7 @@ Avogadros libraries.
 
 %prep
 %setup -q
-%patch0 -p1 -b .sip411
-%patch1 -p1 -b .pycapsule
+%patch0 -p1 -b .mkspecs-dir
 
 # nuke unpatched copy, use working version included in cmake instead -- Rex
 rm -f cmake/modules/FindPythonLibs.cmake
@@ -80,7 +75,7 @@ rm -f cmake/modules/FindPythonLibs.cmake
 %build
 mkdir -p %{_target_platform}
 pushd %{_target_platform}
-cmake -Wno-dev \
+%cmake -Wno-dev \
     -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
     -DBIN_INSTALL_DIR:PATH=bin \
     -DLIB_INSTALL_DIR:PATH=%{_lib} \
@@ -131,9 +126,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/avogadro.desktop
 
 %files libs
 %defattr(-,root,root,-)
-%{python_sitelib}/Avogadro.so
+%{python_sitearch}/Avogadro.so
 %{_datadir}/libavogadro/
-%{_libdir}/libavogadro.so.1*
+%{_libdir}/libavogadro.so.*
 %dir %{_libdir}/avogadro/
 %dir %{_libdir}/avogadro/1_0/
 %{_libdir}/avogadro/1_0/colors/
@@ -143,6 +138,11 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/avogadro.desktop
 
 
 %changelog
+* Sun Dec 08 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.0.3-1
+- update to 1.0.3
+- remove old patches
+- add Patch0 (avogadro-1.0.3-mkspecs-dir.patch) from fedora
+
 * Sun Jul 07 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.0.1-13
 - rebuild with qt4-4.8.5
 

+ 4 - 1
e/ekiga/ekiga-vl.spec

@@ -2,7 +2,7 @@ Summary: A Gnome based SIP/H323 teleconferencing application
 Summary(ja): GNOME ベースの SIP/H323 遠隔会議アプリケーション
 Name: ekiga
 Version: 4.0.1
-Release: 3%{?_dist_release}
+Release: 4%{?_dist_release}
 URL: http://www.ekiga.org/
 Source0: http://www.ekiga.org/ekiga-%{version}.tar.xz
 License: GPL
@@ -131,6 +131,9 @@ fi
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Sun Dec 08 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.0.1-4
+- rebuild with libboost-1.54.0
+
 * Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.0.1-3
 - rebuild with evolution-data-server-3.10.1
 

+ 7 - 1
g/gnash/gnash-vl.spec

@@ -9,7 +9,7 @@
 
 Name:           gnash
 Version:        0.8.10
-Release:	1%{?_dist_release}
+Release:		2%{?_dist_release}
 Summary:        GNU flash movie player
 
 Group:          Applications/Multimedia
@@ -19,6 +19,7 @@ Source0:        http://ftp.gnu.org/gnu/gnash/%{version}/%{name}-%{version}.tar.b
 
 Patch0:         %{name}-%{version}-add-unistd-header.patch
 Patch1:         %{name}-%{version}-integer-overflow.patch
+Patch2:         %{name}-%{version}-libboost-1.50.0.patch
 
 # register KComponentData properly in KDE 4 KPart
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
@@ -132,6 +133,7 @@ application.
 %setup -q
 %patch0 -p1 -b .unistd-header
 %patch1 -p1 -b .integer-overflow
+%patch2 -p1 -b .boost
 autoreconf -if
 
 %build
@@ -298,6 +300,10 @@ fi
 %{python_sitearch}/gtk-2.0/*
 
 %changelog
+* Sun Dec 08 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.10-2
+- rebuild with libboost-1.54.0
+- add Patch2 (%%{name}-%%{version}-libboost-1.50.0.patch)
+
 * Mon Apr 22 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.10-1
 - update to 0.8.10
 

+ 10 - 8
i/inchi/inchi-vl.spec

@@ -1,14 +1,14 @@
-%define inchi_so_ver 1.02.00
+%define inchi_so_ver 1.04.00
 
 Summary: The IUPAC International Chemical Identifier library
 Summary(ja): IUPAC International Chemical Identifier (InChI)ライブラリ
 Name: inchi
-Version: 1.0.2
+Version: 1.0.4
 Release: 1%{?_dist_release}
 Group: System Environment/Libraries
 License: LGPLv2+
 URL: http://www.iupac.org/inchi/
-Source0: http://www.iupac.org/inchi/download/inchi102b.zip
+Source0: http://www.inchi-trust.org/fileadmin/user_upload/software/inchi-v1.04/INCHI-1-API.ZIP
 Patch0: %{name}-rpm.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
@@ -35,12 +35,12 @@ you should install inchi-devel.  You'll also need to have the
 inchi package installed.
 
 %prep
-%setup -q -n InChI-1-software-1-02-beta
+%setup -q -n INCHI-1-API
 %patch0 -p1 -b .r
 
 %build
 pushd INCHI_API/gcc_so_makefile
-make OPTFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
+make ISLINUX=1 OPTFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
 popd
 
 %install
@@ -49,9 +49,7 @@ mkdir -p $RPM_BUILD_ROOT{%{_libdir},%{_includedir}/inchi}
 install -p INCHI_API/gcc_so_makefile/result/libinchi.so.%{inchi_so_ver} $RPM_BUILD_ROOT%{_libdir}
 ln -s libinchi.so.%{inchi_so_ver} $RPM_BUILD_ROOT%{_libdir}/libinchi.so.1
 ln -s libinchi.so.1               $RPM_BUILD_ROOT%{_libdir}/libinchi.so
-sed -i 's/\r//' INCHI_API/INCHI_DLL/inchi_api.h
-install -pm644 INCHI_API/INCHI_DLL/inchi_api.h $RPM_BUILD_ROOT%{_includedir}/inchi
-sed -i 's/\r//' LICENSE readme.txt
+install -pm644 INCHI_API/inchi_dll/inchi_api.h $RPM_BUILD_ROOT%{_includedir}/inchi
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -71,6 +69,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libinchi.so
 
 %changelog
+* Sun Dec 08 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.0.4-1
+- update to 1.0.4
+- update Patch0
+
 * Wed Aug 26 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.0.2-1
 - Initial build for Vine Linux
 

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

@@ -1,7 +1,7 @@
 Name: kalzium
 Summary: Periodic table and chemistry tools for KDE
 Version: 4.11.1
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 
 License: GPLv2+
 Group: Applications/Edutainment
@@ -132,6 +132,9 @@ fi
 
 
 %changelog
+* Sun Dec 08 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.11.1-2
+- rebuild with libboost-1.54.0
+
 * Sun Sep 08 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.11.1-1
 - new upstream release
 

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

@@ -8,7 +8,7 @@ Name: kdepimlibs
 Summary: KDE PIM Libraries
 Summary(ja): KDE PIM ライブラリ
 Version: 4.11.1
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 
 # http://techbase.kde.org/Policies/Licensing_Policy
 License: LGPLv2+
@@ -244,6 +244,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Dec 08 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.11.1-2
+- rebuild with libboost-1.54.0
+
 * Sun Sep 08 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.11.1-1
 - new upstream release
 - remove Patch0 (kdepimlibs-4.10.4-kimap_recursion.patch)

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

@@ -4,7 +4,7 @@ Name:           kdevplatform
 Summary:        Libraries for use by %{kde} development tools
 Summary(ja):    %{kde} 開発ツールが使用するライブラリ
 Version:        1.4.1
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 
 Group:          Development/Tools
 License:        GPLv2
@@ -128,6 +128,9 @@ fi
 
 
 %changelog
+* Sun Dec 08 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.4.1-2
+- rebuild with libboost-1.54.0
+
 * Sun Nov 04 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.4.1-1
 - new upstream release
 

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

@@ -1,7 +1,7 @@
 Name: kig
 Summary: Interactive geometry tool for KDE
 Version: 4.11.1
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 
 License: GPLv2+
 Group: Applications/Edutainment
@@ -93,6 +93,9 @@ fi
 %doc %{_docdir}/HTML/en/kig/
 
 %changelog
+* Sun Dec 08 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.11.1-2
+- rebuild with libboost-1.54.0
+
 * Sun Sep 08 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.11.1-1
 - new upstream release
 

+ 4 - 1
lib/libt/libtorrent-rasterbar/libtorrent-rasterbar-vl.spec

@@ -3,7 +3,7 @@
 
 Name:		libtorrent-rasterbar
 Version:	0.16.9
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 Summary:	A C++ BitTorrent library aiming to be the best alternative
 Summary(ja):	最良の代替手段となることを目指す C++ BitTorrent ライブラリ
 
@@ -193,6 +193,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Dec 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.16.9-2
+- rebuild with libboost-1.54.0
+
 * Mon May 06 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.16.9-1
 - new upstream release
 

+ 5 - 2
m/mongodb/mongodb-vl.spec

@@ -3,7 +3,7 @@
 
 Name:           mongodb
 Version:        2.2.0
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        High-performance, schema-free document-oriented database
 Summary(ja):    高性能なスキーマ不要のドキュメント指向データベース
 Group:          Applications/Databases 
@@ -253,6 +253,9 @@ fi
 %{_includedir}
 
 %changelog
+* Mon Dec 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.0-2
+- rebuild with libboost-1.54.0
+
 * Wed Oct 24 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0-1
 - initial build for Vine Linux
 
@@ -331,7 +334,7 @@ fi
 * Mon Jan 16 2012 Nathaniel McCallum <nathaniel@natemccallum.com> - 2.0.2-2
 - Add pkg-config enablement patch
 
-* Thu Jan 14 2012 Nathaniel McCallum <nathaniel@natemccallum.com> - 2.0.2-1
+* Sat Jan 14 2012 Nathaniel McCallum <nathaniel@natemccallum.com> - 2.0.2-1
 - Update to 2.0.2
 - Add new files (mongotop and bsondump manpage)
 - Update mongodb-src-r1.8.2-js.patch => mongodb-src-r2.0.2-js.patch

+ 35 - 35
o/openbabel/openbabel-vl.spec

@@ -1,12 +1,9 @@
 %define perl_vendorarch %(eval "`perl -V:installvendorarch`"; echo $installvendorarch)
 %define perl_archlib %(eval "`perl -V:archlib`"; echo $archlib)
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
-%define ruby_arch %(ruby -rrbconfig -e 'puts Config::CONFIG["archdir"]')
 
 Name:             openbabel
-Version:          2.2.3
-Release:          4%{?_dist_release}
+Version:          2.3.2
+Release:          1%{?_dist_release}
 Summary:          Chemistry software file format converter
 Summary(ja):      化学ソフトデータファイル変換プログラム
 License:          GPL
@@ -14,6 +11,12 @@ Group:            Applications/Edutainment
 URL:              http://openbabel.sourceforge.net/
 Source:           http://dl.sourceforge.net/sourceforge/openbabel/%{name}-%{version}.tar.gz
 
+# fron fedora
+Patch0:			openbabel-2.3.1-gcc47-darwin.patch
+Patch1:			openbabel-rpm.patch
+Patch2:			openbabel-2.3.2-cmake.patch
+Patch3:			openbabel-2.3.1-ruby19-vendorarch.patch
+
 BuildRoot:        %{_tmppath}/%{name}-%{version}-root
 BuildRequires: inchi-devel
 BuildRequires: libtool
@@ -27,6 +30,7 @@ BuildRequires: swig
 #TODO: enable when GUI is functional
 #BuildRequires: wxGTK-devel
 BuildRequires: zlib-devel
+BuildRequires: cmake
 
 Distribution:  Vine Linux
 Vendor:       Project Vine
@@ -103,26 +107,22 @@ Open Babel ライブラリの Ruby ラッパー
 
 %prep
 %setup -q
+%patch0 -p1 -b .gcc47
+%patch1 -p1 -b .rpm
+%patch2 -p1 -b .cmake
+%patch3 -p1 -b .ruby_vendor
+
 chmod 644 src/formats/{mmcif,fchk}format.cpp
 
 %build
-autoreconf --force --install
-%configure --enable-shared=yes --enable-static=no --disable-inchi
-make %{?_smp_mflags}
-
-pushd scripts/perl
-LD_LIBRARY_PATH=../../src/.libs perl Makefile.PL INSTALLDIRS="vendor"
-make %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS"
-popd
+%cmake \
+	-DOPENBABEL_USE_SYSTEM_INCHI=true \
+	-DPYTHON_BINDINGS:BOOL=ON \
+	-DRUBY_BINDINGS:BOOL=ON \
+	-DPERL_BINDINGS:BOOL=ON \
+    .
 
-pushd scripts/python
-python setup.py build
-popd
-
-pushd scripts/ruby
-ruby extconf.rb --with-openbabel-include=../../include --with-openbabel-lib=../../src/.libs
 make %{?_smp_mflags}
-popd
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -130,21 +130,16 @@ make install DESTDIR=$RPM_BUILD_ROOT
 
 rm -f $RPM_BUILD_ROOT%{_libdir}{,/%{name}}/*.la
 
-pushd scripts/perl
-make install DESTDIR=$RPM_BUILD_ROOT
-popd
-rm -f $RPM_BUILD_ROOT%{perl_archlib}/perllocal.pod
-rm -f $RPM_BUILD_ROOT%{perl_vendorarch}/*/Chemistry/OpenBabel/{.packlist,OpenBabel.bs}
-chmod 755 $RPM_BUILD_ROOT%{perl_vendorarch}/*/Chemistry/OpenBabel/OpenBabel.so
-
-pushd scripts/python
-python setup.py install --skip-build --root $RPM_BUILD_ROOT
-python setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
-popd
+mkdir -p $RPM_BUILD_ROOT%{python_sitearch}
+mv $RPM_BUILD_ROOT%{_libdir}/_openbabel.so \
+   $RPM_BUILD_ROOT%{_libdir}/openbabel.py \
+   $RPM_BUILD_ROOT%{_libdir}/pybel.py \
+   $RPM_BUILD_ROOT%{python_sitearch}
 
-pushd scripts/ruby
-make install sitearchdir=${RPM_BUILD_ROOT}%{ruby_arch}
-popd
+rm -rf $RPM_BUILD_ROOT%{_libdir}/cmake/openbabel2
+rm -f $RPM_BUILD_ROOT%{_libdir}/perl5/*/*/perllocal.pod
+rm -f $RPM_BUILD_ROOT%{perl_vendorarch}/auto/Chemistry/OpenBabel/.packlist
+rm -f $RPM_BUILD_ROOT%{perl_vendorarch}/auto/Chemistry/OpenBabel/OpenBabel.bs
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -184,9 +179,14 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -n ruby-%{name}
 %defattr(-,root,root,-)
-%{ruby_arch}/openbabel.so
+%{ruby_vendorarchdir}/openbabel.so
 
 %changelog
+* Sun Dec 08 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.3.2-1
+- new upstream release
+- add BuildRequires: cmake
+- add Patch0,1,2,3 from fedora
+
 * Sat Oct 02 2010 Shu KONNO <owa@bg.wakwak.com> 2.2.3-4
 - rebuilt with rpm-4.8.1 for pkg-config
 

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

@@ -2,7 +2,7 @@
 
 Name: pyexiv2
 Version: 0.3.2
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 Summary: Python binding to exiv2
 Summary(ja): exiv2 の Python バインディング
 
@@ -52,6 +52,9 @@ popd
 
 
 %changelog
+* Sun Dec 08 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.3.2-3
+- rebuild with libboost-1.54.0
+
 * Sun Jul 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.3.2-2
 - rebuild with exiv2-0.23
 

+ 9 - 1
q/qt4/qt4-vl.spec

@@ -8,7 +8,7 @@ Summary: Qt toolkit
 Summary(ja): Qt ツールキット
 Name: qt4
 Version: 4.8.5
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 
 # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
 License: (LGPLv2 with exceptions or GPLv3 with exceptions) and ASL 2.0 and BSD and FTL and MIT
@@ -108,6 +108,10 @@ Patch82: qt-everywhere-opensource-src-4.8.5-QTBUG-4862.patch
 # http://codereview.qt-project.org/#change,22006
 Patch100: qt-everywhere-opensource-src-4.8.1-qtgahandle.patch
 
+# workaround for MOC issues with Boost headers (#756395)
+# https://bugreports.qt-project.org/browse/QTBUG-22829
+Patch113: qt-everywhere-opensource-src-4.8.5-QTBUG-22829.patch
+
 # security patches
 
 # Vine Patches
@@ -419,6 +423,7 @@ popd
 
 # upstream patches
 %patch100 -p1 -b .QTgaHandler
+%patch113 -p1 -b .QTBUG-22829
 
 # security fixes
 
@@ -1089,6 +1094,9 @@ fi
 %endif
 
 %changelog
+* Sun Dec 08 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.8.5-2
+- add Patch113 (qt-everywhere-opensource-src-4.8.5-QTBUG-22829.patch)
+
 * Sun Jul 07 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.8.5-1
 - new upstream release
 - update patches from fedora

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

@@ -7,7 +7,7 @@
 Summary:   syntax highlighting for source documents
 Name:      source-highlight
 Version:   3.1.4
-Release:   2%{?_dist_release}
+Release:   3%{?_dist_release}
 License:   GPL
 Group:     Utilities/Console
 Source:    ftp://ftp.gnu.org/gnu/source-highlight/%{name}-%{version}.tar.gz
@@ -94,6 +94,9 @@ fi
 
 
 %changelog
+* Mon Dec 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-3
+- rebuild with libboost-1.54.0
+
 * Tue Jan 18 2011 Shu KONNO <owa@bg.wakwak.com> 3.1.4-2
 - rebuilt with libboost-1.45.0
 

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

@@ -1,4 +1,4 @@
-%define pkg_version 0.64.0
+%define pkg_version 0.64.1
 %define pkg_release 1%{?_dist_release}
 
 Summary:	Vector animation rendere
@@ -99,6 +99,9 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
 
 
 %changelog
+* Sun Dec 08 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.64.1-1
+- new upstream release
+
 * Wed Aug 14 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.64.0-1
 - new upstream release
 - add BuildRequires: pango-devel, libboost-devel, libboost-program-options

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

@@ -1,4 +1,4 @@
-%define pkg_version 0.64.0
+%define pkg_version 0.64.1
 %define pkg_release 1%{?_dist_release}
 
 Summary:	Vector animation studio
@@ -107,6 +107,9 @@ fi
 
 
 %changelog
+* Sun Dec 08 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.64.1-1
+- new upstream release
+
 * Wed Aug 14 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.64.0-1
 - new upstream release
 

+ 5 - 2
w/wesnoth/wesnoth-vl.spec

@@ -5,7 +5,7 @@
 
 %define ver 1.10.5
 %define src_ver %{ver}
-%define rel 1
+%define rel 2
 
 %define with_svn 0
 %if %{with_svn}
@@ -377,6 +377,9 @@ fi
 
 
 %changelog
+* Mon Dec 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.5-2
+- rebuild with libboost-1.54.0
+
 * Fri Jan 11 2013 IWAI, Masaharu <iwai@alib.jp> 1.10.5-1
 - update to 1.10.5
 - update BR libboost version: 1.35 -> 1.36
@@ -501,7 +504,7 @@ fi
 * Wed Jan 02 2008 Shu KONNO <owa@bg.wakwak.com> 1.2.7-0vl2
 - rebuilt for VineSeed
 
-* Mon Oct 23 2007 Munehiro Yamamoto <myamamoto@g.math.s.chiba-u.ac.jp> 1.2.7-0vl1
+* Tue Oct 23 2007 Munehiro Yamamoto <myamamoto@g.math.s.chiba-u.ac.jp> 1.2.7-0vl1
 - new upstream
  - define with_editor 0, with_tools 0, with_campaignd 0, with_wesnothd 0
  - drop wesnoth-server package