Browse Source

grantlee: update to 0.5.1
others: rebuils with gcc-5.4.0

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@10568 ec354946-7b23-47d6-9f5a-488ba84defc7

Takemikaduchi 7 years ago
parent
commit
d19ca7031a

+ 9 - 1
P/PyKDE4/PyKDE4-vl.spec

@@ -9,7 +9,7 @@ Name: PyKDE4
 Summary: Python bindings for KDE4 
 Summary(ja): KDE4 の Python バインディング
 Version: 4.14.3
-Release: 3%{?_dist_release}
+Release: 4%{?_dist_release}
 
 # http://techbase.kde.org/Policies/Licensing_Policy
 License: LGPLv2+
@@ -18,6 +18,9 @@ URL: http://developer.kde.org/language-bindings/
 
 Source0: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/pykde4-%{version}.tar.xz
 
+# from fedora
+Patch0: pykde4-4.14.3-missing_symbols.patch
+
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires:  akonadi-devel
 BuildRequires:  kdebase-workspace-devel >= 4.11.6
@@ -65,6 +68,7 @@ Requires: %{name}-akonadi = %{version}-%{release}
 
 %prep
 %setup -q -n pykde4-%{version}
+%patch0 -p1 -b .missing_symbols
 
 %build
 mkdir -p %{_target_platform}
@@ -129,6 +133,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_docdir}/pykde4/examples/
 
 %changelog
+* Sat Jul 09 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.14.3-4
+- rebuild with gcc-5.4.0
+- add Patch0 (pykde4-4.14.3-missing_symbols.patch) from fc
+
 * Mon Jan  5 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.14.3-3
 - fixed typo at Group...
 

+ 11 - 1
a/avogadro/avogadro-vl.spec

@@ -6,7 +6,7 @@
 Name:           avogadro
 Summary:        An advanced molecular editor for chemical purposes
 Version:        1.1.1
-Release:        3%{?_dist_release}
+Release:        4%{?_dist_release}
 
 Group:          Applications/Editors
 License:        GPLv2
@@ -16,6 +16,8 @@ Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.
 
 Patch0:			avogadro-1.0.3-mkspecs-dir.patch
 Patch1:			avogadro-1.1.1-cmake-3.x.patch
+Patch2:			avogadro-1.1.1-Q_MOC_RUN.patch
+Patch3:			avogadro-1.1.1-python_openbabel.patch
 
 BuildRequires:  cmake >= 2.6.0
 BuildRequires:  qt4-devel >= 4.5.1
@@ -70,6 +72,8 @@ Avogadros libraries.
 %setup -q
 %patch0 -p1 -b .mkspecs-dir
 %patch1 -p1 -b .cmake3x
+%patch2 -p1 -b .Q_MOC_RUN
+%patch3 -p1 -b .python_openbabel
 
 
 %build
@@ -140,6 +144,12 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/avogadro.desktop
 
 
 %changelog
+* Sat Jul 09 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.1.1-4
+- rebuild with gcc-5.4.0
+- add patches from fc
+  - Patch2 (avogadro-1.1.1-Q_MOC_RUN.patch)
+  - Patch3 (avogadro-1.1.1-python_openbabel.patch)
+
 * Thu May 12 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.1.1-3
 - rebuild with qt4-4.8.7
 - add Patch1 (avogadro-1.1.1-cmake-3.x.patch)

+ 4 - 1
d/directfb/directfb-vl.spec

@@ -4,7 +4,7 @@
 Summary:	Hardware graphics acceleration library
 Name:		directfb
 Version:	1.7.4
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 License:	GPL
 Group:		System Environment/Libraries
 Source0:	http://www.directfb.org/downloads/Core/%{name}-1.7/%{oname}-%{version}.tar.gz
@@ -140,6 +140,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc docs/html/*
 
 %changelog
+* Sat Jul 09 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.4-2
+- rebuild with gcc-5.4.0
+
 * Tue Jul 15 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.4-1
 - update to 1.7.4
 - remove Patch0 (DirectFB-1.1.1_ppc.patch)

+ 7 - 3
g/grantlee/grantlee-vl.spec

@@ -4,8 +4,8 @@
 
 Name:           grantlee
 Summary:        Qt string template engine based on the Django template system
-Version:        0.3.0
-Release:        2%{?_dist_release}
+Version:        0.5.1
+Release:        1%{?_dist_release}
 
 Group:          System Environment/Libraries
 License:        LGPLv2+
@@ -57,7 +57,7 @@ This package includes the Grantlee API documentation in HTML
 format for easy browsing.
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q
 
 sed -i 's,${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX},%{_libdir},' CMakeLists.txt
 
@@ -100,6 +100,7 @@ rm -rf %{buildroot}
 %{_includedir}/%{name}
 %{_includedir}/%{name}_core.h
 %{_includedir}/%{name}_templates.h
+%{_includedir}/%{name}_textdocument.h
 %{_libdir}/lib%{name}*.so
 %{_libdir}/cmake/%{name}
 
@@ -107,6 +108,9 @@ rm -rf %{buildroot}
 # %{_docdir}/HTML/en/grantlee-apidocs
 
 %changelog
+* Sat Jul 09 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5.1-1
+- update to 0.5.1
+
 * Mon Jul 04 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.0-2
 - rebuild with gcc-5.4.0
 

+ 8 - 2
k/kaffeine/kaffeine-vl.spec

@@ -8,7 +8,7 @@ Name:    kaffeine
 Summary: %{kde} media player
 Summary(ja): %{kde} メディアプレーヤー
 Version: 1.2.2
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 
 License: GPLv2+
 Group:   Applications/Multimedia
@@ -17,6 +17,8 @@ URL:     http://kaffeine.kde.org/
 Source0: http://downloads.sourceforge.net/sourceforge/kaffeine/kaffeine-%{version}.tar.gz
 Source1: kaffeine.png
 
+Patch0: kaffeine-1.2.2-cmake.patch
+
 ## upstreamable patches
 Patch100: kaffeine-1.2.2-gcc47.patch
 
@@ -38,7 +40,7 @@ Kaffeine is a %{kde} media player.
 
 %prep
 %setup -q -n kaffeine-%{version}
-
+%patch0 -p1 -b .cmake
 %patch100 -p1 -b .gcc47
 
 %build
@@ -104,6 +106,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/icons/hicolor/*/*/*
 
 %changelog
+* Sat Jul 09 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.2-3
+- rebuild with gcc-5.4.0
+- add Patch0 (kaffeine-1.2.2-cmake.patch)
+
 * Thu Jan 29 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.2.2-2
 - added Patch100 (based on git)
 - built on current VineSeed

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

@@ -1,7 +1,7 @@
 Name: kalzium
 Summary: Periodic table and chemistry tools for KDE
 Version: 4.14.3
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 
 License: GPLv2+
 Group: Applications/Edutainment
@@ -9,6 +9,8 @@ URL: http://edu.kde.org/kalzium/
 
 Source: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
 
+Patch0: kalzium-4.14.3-cmake.patch
+
 ## upstream patches
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
@@ -57,6 +59,7 @@ Header files for developing applications using %{name}.
 
 %prep
 %setup -q 
+%patch0 -p1 -b .cmake
 
 %build
 mkdir -p %{_target_platform}
@@ -134,6 +137,10 @@ fi
 
 
 %changelog
+* Sat Jul 09 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.14.3-2
+- rebuild with gcc-5.4.0
+- add Patch0 (kalzium-4.14.3-cmake.patch)
+
 * Thu Jan 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.14.3-1
 - new upstream release
 

+ 8 - 1
k/kdeartwork/kdeartwork-vl.spec

@@ -2,7 +2,7 @@ Name: kdeartwork
 Summary: Additional artwork (themes, sound themes, ...) for KDE
 Summary(ja): KDE 追加テーマ
 Version: 4.14.3
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 
 License: GPLv2
 Group: User Interface/Desktops
@@ -10,6 +10,8 @@ URL: http://www.kde.org/
 
 Source: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/kdeartwork-%{version}.tar.xz
 
+Patch0: kdeartwork-4.14.3-cmake.patch
+
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: eigen2-devel
 BuildRequires: kdelibs4-devel >= %{version}
@@ -86,6 +88,7 @@ Conflicts: kdeartwork-wallpapers
 
 %prep
 %setup -q -n kdeartwork-%{version}
+%patch0 -p1 -b .cmake
 
 %build
 mkdir -p %{_target_platform}
@@ -168,6 +171,10 @@ fi
 
 
 %changelog
+* Sat Jul 09 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.14.3-2
+- rebuild with gcc-5.4.0
+- add Patch0 (kdeartwork-4.14.3-cmake.patch)
+
 * Thu Jan 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.14.3-1
 - new upstream release
 

+ 8 - 1
k/kgamma/kgamma-vl.spec

@@ -2,7 +2,7 @@ Name:    kgamma
 Summary: A monitor calibration tool 
 Summary(ja): モニタ調整ツール 
 Version: 4.14.3
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 
 License: GPLv2
 Group:   Applications/Accessories
@@ -10,6 +10,8 @@ URL:     https://projects.kde.org/projects/kde/kdegraphics/kgamma
 
 Source0: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
 
+Patch0: kgamma-4.14.3-cmake.patch
+
 BuildRequires: kdelibs4-devel >= %{version}
 BuildRequires: libXxf86vm-devel
 
@@ -27,6 +29,7 @@ Distribution: Vine Linux
 
 %prep
 %setup -q
+%patch0 -p1 -b .cmake
 
 %build
 mkdir -p %{_target_platform}
@@ -63,6 +66,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Jul 09 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.14.3-2
+- rebuild with gcc-5.4.0
+- add Patch0 (kgamma-4.14.3-cmake.patch)
+
 * Thu Jan 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.14.3-1
 - new upstream release
 

+ 8 - 1
k/kuser/kuser-vl.spec

@@ -2,7 +2,7 @@ Name: kuser
 Summary: User manager for KDE
 Summary(ja): KDE 用ユーザーマネージャー
 Version: 4.14.3
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 
 License: GPLv2, GPLv3
 Group: Applications/Administration
@@ -13,6 +13,8 @@ Source: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.x
 Source1: kuser.pam
 Source2: kuser.pamd
 
+Patch0: kuser-4.14.3-cmake.patch
+
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
 BuildRequires: desktop-file-utils
@@ -32,6 +34,7 @@ Kuser allows you to manage users and groups on your system.
 
 %prep
 %setup -q
+%patch0 -p1 -b .cmake
 
 %build
 mkdir -p %{_target_platform}
@@ -110,6 +113,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Jul 09 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.14.3-2
+- rebuild with gcc-5.4.0
+- add Patch0 (kuser-4.14.3-cmake.patch)
+
 * Thu Jan 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.14.3-1
 - new upstream release
 

+ 8 - 1
o/openbabel/openbabel-vl.spec

@@ -3,7 +3,7 @@
 
 Name:             openbabel
 Version:          2.3.2
-Release:          4%{?_dist_release}
+Release:          5%{?_dist_release}
 Summary:          Chemistry software file format converter
 Summary(ja):      化学ソフトデータファイル変換プログラム
 License:          GPLv2
@@ -18,6 +18,8 @@ Patch2:		openbabel-2.3.2-cmake.patch
 Patch3:		openbabel-2.3.1-ruby19-vendorarch.patch
 Patch4:		openbabel-2.3.1-ruby22-remove-deprecated-usage.patch
 
+Patch10:	openbabel-2.3.2-gcc5.patch
+
 BuildRoot:        %{_tmppath}/%{name}-%{version}-root
 BuildRequires: inchi-devel
 BuildRequires: libtool
@@ -113,6 +115,7 @@ Open Babel ライブラリの Ruby ラッパー
 %patch2 -p1 -b .cmake
 %patch3 -p1 -b .ruby_vendor
 %patch4 -p1 -b .rbconfig
+%patch10 -p1 -b .gcc5
 
 chmod 644 src/formats/{mmcif,fchk}format.cpp
 
@@ -185,6 +188,10 @@ rm -rf $RPM_BUILD_ROOT
 %{ruby_vendorarchdir}/openbabel.so
 
 %changelog
+* Sat Jul 09 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.3.2-5
+- rebuild with gcc-5.4.0
+- add Patch10 (openbabel-2.3.2-gcc5.patch)
+
 * Sun Sep 13 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.3.2-4
 - rebuild with ruby-2.2.3
 - add Patch4 (openbabel-2.3.1-ruby22-remove-deprecated-usage.patch) from fedora