Browse Source

gnome-phone-manager: update
others: rebuild

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

Takemikaduchi 8 years ago
parent
commit
9b1e8d3587

+ 113 - 7
a/agg/agg-vl.spec

@@ -1,15 +1,41 @@
 Summary: Anti-Grain Geometry
 Name:    agg
 Version: 2.5
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 Group:   System Environment/Libraries
 URL:     http://www.antigrain.com
 License: GPL
-Source:  http://www.antigrain.com/%{name}-%{version}.tar.gz
+#Source:  http://www.antigrain.com/%{name}-%{version}.tar.gz
+Source0: %{name}-free-%{version}.tar.gz
+# agg contains gpc.c, 'free for non-commercial use', we cannot ship.
+# We use this script to remove the non-free code before shipping it.
+# Download the upstream tarball and invoke this script while in the
+# tarball's directory:
+# sh agg-generate-tarball.sh 2.5
+Source1: agg-generate-tarball.sh
+
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: automake, libtool, xorg-x11-devel, freetype2-devel, SDL-devel
 
 Patch0: agg-2.4-depends.patch
+Patch1: agg-2.5-pkgconfig.patch
+Patch2: agg-2.5-autotools.patch
+
+Patch101: 0001-Fix-non-terminating-loop-conditions-when-len-1.patch
+Patch102: 0002-Cure-recursion-by-aborting-if-the-co-ordinates-are-t.patch
+Patch103: 0003-Get-coordinates-from-previous-vertex-if-last-command.patch
+Patch104: 0004-Make-rasterizer_outline_aa-ignore-close_polygon-when.patch
+Patch105: 0005-Remove-VC-6-workaround.patch
+Patch106: 0006-Implement-grain-merge-blending-mode-GIMP.patch
+Patch107: 0007-Implement-grain-extract-blending-mode-GIMP.patch
+Patch108: 0008-Declare-multiplication-and-division-operators-as-con.patch
+Patch109: 0009-Add-a-static-identity-transformation.patch
+Patch110: 0010-Add-renderer_scanline_aa_alpha.patch
+Patch111: 0011-Avoid-division-by-zero-in-color-burn-mode.patch
+Patch112: 0012-Avoid-pixel-artifacts-when-compositing.patch
+Patch113: 0013-Modify-agg-conv-classes-to-allow-access-to-the-origi.patch
+Patch114: 0014-Avoid-potential-zero-division-resulting-in-nan-in-ag.patch
+Patch115: 0015-Ensure-first-value-in-the-gamma-table-is-always-zero.patch
 
 %description
 A High Quality Rendering Engine for C++
@@ -24,17 +50,47 @@ Libraries, headers, and support files necessary to compile applications using ag
 
 %prep
 %setup -q
-%patch0 -p1 -b .agg-2.4-depends
+%patch0 -p1 -b .depends
+%patch1 -p1 -b .pkgconfig
+%patch2 -p0 -b .autotools
+%patch101 -p1
+%patch102 -p1
+%patch103 -p1
+%patch104 -p1
+%patch105 -p1
+%patch106 -p1
+%patch107 -p1
+%patch108 -p1
+%patch109 -p1
+%patch110 -p1
+%patch111 -p1
+%patch112 -p1
+%patch113 -p1
+%patch114 -p1
+%patch115 -p1
+aclocal
+autoheader
+autoconf
+libtoolize --force
+automake --foreign --add-missing --ignore-deps
 
 %build
-sh ./autogen.sh --disable-gpc
-%configure
+%configure --disable-static --disable-gpc
+# parallel build fails in examples/ because the .la is in _LDFLAGS instead of
+# _LIBADD
 make
 
 %install
-%makeinstall
+make install DESTDIR=$RPM_BUILD_ROOT
 rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
 
+rm -rf __dist_examples __clean_examples
+cp -a examples __clean_examples
+make -C __clean_examples distclean
+rm -rf __clean_examples/Makefile.am __clean_examples/{win32*,macosx*,BeOS}
+mkdir __dist_examples
+mv __clean_examples __dist_examples/examples
+
 %post
 /sbin/ldconfig
 
@@ -47,7 +103,6 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
 %{_libdir}/lib*.so.*
 
 %files devel
-%{_libdir}/*.a
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/libagg.pc
 %{_includedir}/agg2
@@ -57,6 +112,57 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
 rm -r $RPM_BUILD_ROOT
 
 %changelog
+* Sun Aug 02 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.5-2
+- merge with fedora rawhide package
+  * Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-23
+  - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+  * Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 2.5-22
+  - Rebuilt for GCC 5 C++11 ABI change
+  * Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-21
+  - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
+  * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-20
+  - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
+  * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-19
+  - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
+  * Sat Jun 22 2013 Tom Hughes <tom@compton.nu> - 2.5-18
+  - Update mapnik patches
+  * Sun May 19 2013 Tom Hughes <tom@compton.nu> - 2.5-17
+  - Add patches from mapnik
+  * Fri Feb 22 2013 Jon Ciesla <limburgher@gmail.com> - 2.5-16
+  - Fix FTBFS, BZ 913873.
+  * Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-15
+  - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+  * Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-14
+  - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+  * Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-13
+  - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+  * Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-12
+  - Rebuilt for glibc bug#747377
+  * Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-11
+  - Rebuilt for glibc bug#747377
+  * Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-10
+  - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+  * Fri Jan 29 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 2.5-9
+  - also remove include/agg_conv_gpc.h as it also carries a copy of the non-Free
+    GPC license (upstream also recommends removing that file under
+    http://www.antigrain.com/license/index.html#toc0005) (#559611)
+  * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-8
+  - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+  * Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-7
+  - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+  * Tue Feb  5 2008 Patrice Dumas <pertusus@free.fr> - 2.5-6
+  - remove non free files
+  - minor cleanups
+  - parallel build fails
+  * Fri Aug 03 2007 Caolan McNamara <caolanm@redhat.com> - 2.5-4
+  - clarify license
+  - source upstream silently changed even though version remained
+    unchanged
+  * Tue Jun 26 2007 Caolan McNamara <caolanm@redhat.com> - 2.5-3
+  - Resolves: rhbz#245650 -devel Require: freetype-devel
+  * Mon Apr 23 2007 Caolan McNamara <caolanm@redhat.com> - 2.5-2
+  - Resolves: rhbz#237493 misapplied patch
+
 * Sun Sep 14 2008 Shu KONNO <owa@bg.wakwak.com> 2.5-1vl5
 - applied new versioning policy
 - rebuilt with xorg-x11-devel

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

@@ -2,7 +2,7 @@ Name: analitza
 Summary: Library of mathematical features
 Summary(ja): 数学関連ライブラリ
 Version: 4.14.3
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 
 License: GPLv2
 Group: System Environment/Libraries
@@ -88,6 +88,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/cmake/%{name}
 
 %changelog
+* Sun Aug 02 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.14.3-2
+- rebuild with readline-6.3
+
 * Thu Jan 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.14.3-1
 - new upstream release
 

+ 5 - 2
f/freeciv/freeciv-vl.spec

@@ -5,7 +5,7 @@
 
 Name:           freeciv
 Version:        2.2.5
-Release:        2%{?_dist_release}
+Release:        3%{?_dist_release}
 Summary:        A multi-player strategy game
 Summary(ja):    多人数戦略ゲーム
 
@@ -23,7 +23,6 @@ BuildRequires:	gtk2-devel
 BuildRequires:	readline-devel
 BuildRequires:	zlib-devel
 BuildRequires:	SDL_mixer-devel
-BuildRequires:	esound-devel
 BuildRequires:	ncurses-devel
 BuildRequires:	ggz-client-libs-devel
 BuildRequires:	desktop-file-utils
@@ -119,6 +118,10 @@ fi
 
 
 %changelog
+* Sun Aug 02 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.5-3
+- rebuild with readline-6.3
+- remove BuildRequires:	esound-devel
+
 * Sun Nov  2 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.2.5-2
 - moved to Applications/Games
 

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

@@ -3,7 +3,7 @@ Summary: A graphics library for drawing .png files.
 Summary(ja): PNGイメージファイルを描写するためのグラフィックライブラリ
 Name: gd20
 Version: 2.0.35
-Release: 9%{_dist_release}
+Release: 10%{_dist_release}
 Source0: http://www.libgd.org/releases/gd-%{version}.tar.bz2
 Patch0:        gd-2.0.33-freetype.patch
 Patch3:        gd-2.0.34-multilib.patch
@@ -177,6 +177,9 @@ rm -rf $RPM_BUILD_ROOT%{_libdir}/*.{a,la}
 %endif
 
 %changelog
+* Sun Aug 02 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.35-10
+- rebuild with libpng-1.6.12
+
 * Thu Oct 03 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.0.35-9
 - changed %%name to "gd20" for compatibility.
 

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

@@ -9,7 +9,7 @@
 
 Name:           gnash
 Version:        0.8.10
-Release:		2%{?_dist_release}
+Release:		3%{?_dist_release}
 Summary:        GNU flash movie player
 
 Group:          Applications/Multimedia
@@ -300,6 +300,9 @@ fi
 %{python_sitearch}/gtk-2.0/*
 
 %changelog
+* Sun Aug 02 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.10-3
+- rebuild with libpng-1.6.12
+
 * 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)

+ 5 - 2
g/gnokii/gnokii-vl.spec

@@ -2,7 +2,7 @@
 
 Name:           gnokii
 Version:        0.6.31
-Release:        2%{?_dist_release}
+Release:        3%{?_dist_release}
 Summary:        Linux/Unix tool suite for various mobile phones
 Summary(ja):    様々な携帯電話向けの Linux/Unix ツール集
 
@@ -264,6 +264,9 @@ fi
 #
 #----------------------------------------------------------------------------
 %changelog
+* Sun Aug 02 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.31-3
+- rebuild with readline-6.3
+
 * Mon Feb 23 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.6.31-2
 - rebuilt with libical 1.0.1
 
@@ -387,7 +390,7 @@ fi
 * Sun Apr 2 2006 Linus Walleij <triad@df.lth.se> - 0.6.12-3
 - Post-import updates.
 
-* Thu Mar 31 2006 Linus Walleij <triad@df.lth.se> - 0.6.12-2
+* Fri Mar 31 2006 Linus Walleij <triad@df.lth.se> - 0.6.12-2
 - Updated after comments from Ville.
 
 * Thu Mar 16 2006 Linus Walleij <triad@df.lth.se> - 0.6.12-1

+ 14 - 3
g/gnome-phone-manager/gnome-phone-manager-vl.spec

@@ -1,7 +1,7 @@
 Name:		gnome-phone-manager
 Summary:	Gnome Phone Manager
 Summary(ja): Gnome Phone マネージャー
-Version: 	0.68
+Version: 	0.69
 Release: 	1%{?_dist_release}
 License: 	GPLv2+
 Group: 		Applications/System
@@ -16,6 +16,7 @@ BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 BuildRequires:	gtk3-devel >= 3.0.0
 BuildRequires: 	gnome-bluetooth-devel >= 3.0.0
 BuildRequires:	bluez-libs-devel
+BuildRequires:	GConf2-devel
 
 BuildRequires:	gnokii-devel >= 0.6.28
 
@@ -45,9 +46,13 @@ BuildRequires:	perl(XML::Parser)
 BuildRequires:	gettext
 BuildRequires:	desktop-file-utils
 
+Requires(post,pre,preun): GConf2
 
 # https://bugzilla.redhat.com/show_bug.cgi?id=436773
-Patch0:		gpm-telepathy-workaround.patch
+Patch0:	gpm-telepathy-workaround.patch
+Patch1: gnome-phone-manager-0.68-eds.patch
+Patch2: gnome-phone-manager-0.69-drop-plugin.patch
+
 
 #----------------------------------------------------------------------------
 %description
@@ -74,6 +79,8 @@ Instant Messaging application that uses Telepathy, such as Empathy.
 %prep
 %setup -q
 ## %patch0 -p0
+%patch1 -p1 -b .eds
+%patch2 -p0 -b .plugins
 
 %build
 %configure
@@ -144,6 +151,10 @@ fi
 #
 #----------------------------------------------------------------------------
 %changelog
+* Sun Aug 02 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.69-1
+- update to 0.69
+- add Patch1,2 from fedora
+
 * Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.68-1
 - new upstream release
 
@@ -220,7 +231,7 @@ fi
 * Fri Aug 17 2007 Linus Walleij <triad@df.lth.se> 0.8-6
 - Update license field from GPL to GPLv2+
 
-* Sun Nov 15 2006 Linus Walleij <triad@df.lth.se> 0.8-5
+* Wed Nov 15 2006 Linus Walleij <triad@df.lth.se> 0.8-5
 - Rebuild to pick up libbtctl i/f bump.
 
 * Sun Oct 29 2006 Linus Walleij <triad@df.lth.se> 0.8-4

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

@@ -5,7 +5,7 @@ Name: guile18
 Summary: A GNU implementation of Scheme for application extensibility.
 Summary(ja): アプリケーション拡張用 Scheme の GNU な実装
 Version: 1.8.8
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 
 Group: Development/Languages
 License: GPLv2+ and LGPLv2+ and GFDL and OFSFDL
@@ -185,6 +185,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Sun Aug 02 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.8-3
+- rebuild with readline-6.3
+
 * Sun Jan 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.8-2
 - rename package (guile18)
 

+ 4 - 1
i/ipmitool/ipmitool-vl.spec

@@ -2,7 +2,7 @@ Name:         ipmitool
 Summary:      Utility for IPMI control
 Summary(ja):  IPMIコントロールユーティリティ
 Version:      1.8.11
-Release:      1%{?_dist_release}
+Release:      2%{?_dist_release}
 License:      BSD
 Group:        System Environment/Base
 URL:          http://ipmitool.sourceforge.net/
@@ -108,6 +108,9 @@ fi
 
 
 %changelog
+* Sun Aug 02 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.11-2
+- rebuild with readline-6.3
+
 * Mon Jul 30 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8.11-1
 - initial build for Vine Linux
 

+ 5 - 2
lib/libw/libwvstreams/libwvstreams-vl.spec

@@ -1,6 +1,6 @@
 Name: libwvstreams
 Version: 4.6.1
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 Summary: WvStreams is a network programming library written in C++
 Summary(ja): WvStreams - C++ で記述されたネットワークプログラミングライブラリ
 
@@ -108,6 +108,9 @@ rm -rf $RPM_BUILD_ROOT
 %postun -p /sbin/ldconfig
 
 %changelog
+* Sun Aug 02 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.6.1-3
+- rebuild with readline-6.3
+
 * Tue Feb 24 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.6.1-2
 - added Patch6 and 7 from Feroda
   * Mon Jun 04 2012 Michal Sekletar <msekleta@redhat.com> - 4.6.1-5
@@ -184,7 +187,7 @@ rm -rf $RPM_BUILD_ROOT
 * Wed Feb 09 2005 Harald Hoyer <harald@redhat.com>
 - rebuilt
 
-* Wed Jun 28 2004 Harald Hoyer <harald@redhat.com> 3.75.0-2
+* Mon Jun 28 2004 Harald Hoyer <harald@redhat.com> 3.75.0-2
 - added libwvstreams-3.75.0-stringbuf.patch (114996)
 
 * Mon Jun 21 2004 Harald Hoyer <harald@redhat.com> 3.75.0-1

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

@@ -1,7 +1,7 @@
 Summary:	The Mozilla library for JavaScript
 Name:		mozjs17
 Version:	17.0.0
-Release:	2%{?_dist_release}
+Release:	3%{?_dist_release}
 # The sources are triple licensed, but when we link against readline which is
 # GPL, the result can only be GPL.
 %if 0%{?_without_readline:1}
@@ -102,6 +102,9 @@ cd js
 %{_libdir}/pkgconfig/mozjs-17.0.pc
 
 %changelog
+* Sun Aug 02 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 17.0.0-3
+- rebuild with readline-6.3
+
 * Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 17.0.0-2
 - rebuild with VineSeed environment
 

+ 4 - 1
nonfree/self-build-mikutter/mikutter-vl.spec

@@ -1,7 +1,7 @@
 Summary:	Simple, powerful and moeful twitter client
 Summary(ja):	至高の Twitter Client
 Name:		mikutter
-Version:	3.2.4
+Version:	3.2.5
 Release:	1%{?_dist_release}
 License:	GPLv3
 Group:		System Environment/Libraries
@@ -83,6 +83,9 @@ update-desktop-database -q &> /dev/null || :
 
 
 %changelog
+* Sat Aug 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.5-1
+- new upstream release
+
 * Sat Jul 11 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.4-1
 - new upstream release
 

+ 4 - 1
nonfree/self-build-mikutter/self-build-mikutter-vl.spec

@@ -5,7 +5,7 @@
 Summary:	Package to automatically build %{pkgname} rpm package
 Summary(ja): 	%{pkgname} の rpm パッケージを自動作成するパッケージ
 Name:		self-build-%{pkgname}
-Version:	3.2.4
+Version:	3.2.5
 Release: 	1%{?_dist_release}
 Source0:	%{pkgname}-vl.spec
 License:	GPLv3
@@ -112,6 +112,9 @@ gem install nokogiri httpclient moneta
 %{_datadir}/%{name}
 
 %changelog
+* Sat Aug 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.5-1
+- new upstream release
+
 * Sat Jul 11 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.4-1
 - new upstream release
 

+ 5 - 2
p/pilot-link/pilot-link-vl.spec

@@ -1,6 +1,6 @@
 %define	ver	0.12.5
 %define	srcver	%{ver}
-%define	rel	3%{?_dist_release}
+%define	rel	4%{?_dist_release}
 %define support_perl 0
 
 Name:		pilot-link
@@ -208,6 +208,9 @@ install -p -m644 %{SOURCE2} $RPM_BUILD_ROOT/lib/udev/rules.d/60-libpisock.rules
 
 
 %changelog
+* Sun Aug 02 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.5-4
+- rebuild with readline-6.3
+
 * Tue Dec 16 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.12.5-3
 - added Patch1, 2, 3, 4 and 5 from Fedora
 - added Source3 from Fedora
@@ -302,7 +305,7 @@ install -p -m644 %{SOURCE2} $RPM_BUILD_ROOT/lib/udev/rules.d/60-libpisock.rules
 * Thu Jan 21 1999 Bill Nottingham <notting@redhat.com>
 - arm fix
 
-* Fri Sep 24 1998 Michael Maher <mike@redhat.com>
+* Thu Sep 24 1998 Michael Maher <mike@redhat.com>
 - cleaned up spec file, updated package
 
 * Tue May 19 1998 Michael Maher <mike@redhat.com>

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

@@ -1,6 +1,6 @@
 %define name	poppler020
 %define version	0.20.4
-%define release	1%{?_dist_release}
+%define release	2%{?_dist_release}
 
 Summary:	PDF rendering library.
 Summary(ja): 	PDF レンダリング用ライブラリ
@@ -83,6 +83,9 @@ Popplerは xpdf-3.0 のコードをベースにした PDF レンダリング用
 
 
 %changelog
+* Sun Aug 02 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.20.4-2
+- rebuild with libpng-1.6.12
+
 * Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.20.4-1
 - changed %%name to "poppler020" for compatibility.
 

+ 4 - 1
r/remake/remake-vl.spec

@@ -2,7 +2,7 @@
 # Basic Information
 Name:		remake
 Version:	3.82
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 License:	GPLv3+
 Group:		Development/Tools
 URL:		http://bashdb.sourceforge.net/remake/
@@ -61,5 +61,8 @@ cp %{SOURCE1} .
 
 
 %changelog
+* Sun Aug 02 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.82-2
+- rebuild with readline-6.3
+
 * Sat Oct 15 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 3.82-1
 - initial build for Vine Linux

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

@@ -1,5 +1,5 @@
 %define pkg_version 3.8.1
-%define pkg_release 3%{?_dist_release}
+%define pkg_release 4%{?_dist_release}
 
 Summary:	GObject JavaScriptCore bridge
 Name:		seed
@@ -97,6 +97,9 @@ The devel-package contains header files to develop applications that use libseed
 
 
 %changelog
+* Sun Aug 02 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-4
+- rebuild with readline-6.3
+
 * Sun Jul 06 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-3
 - rebuild with libffi-3.0.13
 

+ 15 - 4
s/sodipodi/sodipodi-vl.spec

@@ -2,16 +2,18 @@ Summary: A Vector Drawing Application
 Summary(ja): ベクタ型ドローイングプログラム
 Name: sodipodi
 Version: 0.34
-Release: 3%{?_dist_release}
+Release: 4%{?_dist_release}
 Group: Applications/Graphics
 License: GPL
 URL: http://sourceforge.net/projects/sodipodi/
 Source: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 Patch0: sodipodi-0.34-amd64.patch
+Patch1: sodipodi-0.34-freetype-2.5.x.patch
+Patch2: sodipodi-0.34-libpng-1.6.x.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
-BuildPreReq: freetype2-devel
-BuildPreReq: gtk2-devel libart_lgpl-devel libxml2-devel
-BuildPreReq: libgnomeprint-devel libgnomeprintui-devel
+BuildRequires: freetype2-devel
+BuildRequires: gtk2-devel libart_lgpl-devel libxml2-devel
+BuildRequires: libgnomeprint-devel libgnomeprintui-devel
 BuildRequires: xorg-x11-devel desktop-file-utils
 Requires: freetype2
 Requires: gtk2 libart_lgpl libxml2
@@ -30,6 +32,10 @@ Sodipodi は SVG ベースのベクタ型ドローイングプログラムです
 %prep
 %setup -q
 %patch0 -p1 -b .amd64
+%patch1 -p1 -b .ft2
+%patch2 -p1 -b .libpng
+
+sed -i 's|$(LDFLAGS)|$(LDFLAGS) -lm|' src/Makefile.in
 
 %build
 %configure --with-gnome-print --disable-mmx
@@ -62,6 +68,11 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/modules/libxmleditor.la
 %{_mandir}/man1/sodipodi.1*
 
 %changelog
+* Sun Aug 02 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.34-4
+- rebuild with libpng-1.6.12
+- add Patch1 (sodipodi-0.34-freetype-2.5.x.patch)
+- add Patch2 (sodipodi-0.34-libpng-1.6.x.patch)
+
 * Mon May 02 2011 Shu KONNO <owa@bg.wakwak.com> 0.34-3
 - rebuilt
 

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

@@ -1,5 +1,5 @@
 %define pkg_version 0.64.2
-%define pkg_release 1%{?_dist_release}
+%define pkg_release 2%{?_dist_release}
 
 Summary:	Vector animation rendere
 Name:		synfig
@@ -102,6 +102,9 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
 
 
 %changelog
+* Sun Aug 02 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.64.2-2
+- rebuild with ImageMagick-6.9.1.4
+
 * Mon Dec 01 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.64.2-1
 - new upstream release
 

+ 8 - 6
v/v8/v8-vl.spec

@@ -10,7 +10,7 @@
 
 Name:		v8
 Version:	%{somajor}.%{sominor}.%{sobuild}.%{sotiny}
-Release:	1%{?svnrevision:.svn%svnrevision}%{?_dist_release}
+Release:	2%{?svnrevision:.svn%svnrevision}%{?_dist_release}
 Provides:	lib%{name} = %{version}-%{release}
 Summary:	JavaScript Engine
 Summary(ja):	JavaScript エンジン
@@ -54,8 +54,7 @@ Development headers, libraries and tools for v8.
 %setup -q
 #%patch0 -p0 -b .orig
 
-# -fno-strict-aliasing is needed with gcc 4.4 to get past some ugly code
-PARSED_OPT_FLAGS=`echo \'$RPM_OPT_FLAGS -fPIC -fno-strict-aliasing -Wno-unused-parameter -Wno-error=strict-overflow -Wno-unused-but-set-variable\'| \
+PARSED_OPT_FLAGS=`echo \'$RPM_OPT_FLAGS -fPIC -fno-strict-aliasing -Wno-unused-parameter -Wno-error=strict-overflow -Wno-unused-but-set-variable -Wno-error=unused-local-typedefs\'| \
   sed "s/ /',/g" | \
   sed "s/',/', '/g"`
 %__sed -i "s|'-O3',|$PARSED_OPT_FLAGS,|g" SConstruct
@@ -68,7 +67,7 @@ find . \( -name \*.cc -o -name \*.h -o -name \*.py \) -a -executable \
   done
 	    
 %build
-export GCC_VERSION="44"
+# export GCC_VERSION="44"
 scons library=shared snapshots=on \
     %{_smp_mflags} \
 %ifarch x86_64
@@ -136,9 +135,9 @@ armeabi=soft \
 library=shared snapshots=on console=readline visibility=default || :
 
 # Ahem
-%__rm -f d8
+# %__rm -f d8
 
-g++ $RPM_OPT_FLAGS -o d8 obj/release/d8.os -lreadline -lpthread -L. -lv8 $ICU_LINK_FLAGS
+# g++ $RPM_OPT_FLAGS -o d8 obj/release/d8.os -lreadline -lpthread -L. -lv8 $ICU_LINK_FLAGS
 
 
 %install
@@ -201,6 +200,9 @@ chmod -R -x %{buildroot}%{python_sitelib}/*.py*
 
 
 %changelog
+* Sun Aug 02 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.13.7.5-2
+- rebuild with readline-6.3
+
 * Mon Mar 11 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 3.13.7.5-1
 - update to 3.13.7.5
 

+ 7 - 1
w/wine/wine-vl.spec

@@ -1,4 +1,4 @@
-%define pkg_major_version 1.7.44
+%define pkg_major_version 1.7.48
 %define pkg_name wine
 %define pkg_release 1%{?_dist_release}
 
@@ -247,6 +247,9 @@ Of course, please be mindful of security.
 %endif
 %patch401 -p1
 
+# fix typo
+sed -i "s|Thamoa|Tahoma|" po/ja.po
+
 %build
 autoreconf -if
 %ifarch x86_64
@@ -573,6 +576,9 @@ fi
 
 #--------------------------------------------------------------------
 %changelog
+* Sat Aug 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.48-1
+- update to 1.7.48
+
 * Sun Jun 07 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.44-1
 - update to 1.7.44