Browse Source

R, glabels: rebuild
others: new upstream release

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

Takemikaduchi 8 years ago
parent
commit
8683ce157b

+ 61 - 25
R/R/R-vl.spec

@@ -1,47 +1,56 @@
-%define pkg_version 3.1.2
+%define pkg_version 3.2.2
 %define pkg_release 2%{?_dist_release}
 
-Summary:          A language for data analysis and graphics
-Summary(ja):      データ解析・グラフィック化の言語
-Name:             R
-Version:          %{pkg_version}
-Release:          %{pkg_release}
+Summary:     A language for data analysis and graphics
+Summary(ja): データ解析・グラフィック化の言語
+Name:        R
+Version:     %{pkg_version}
+Release:     %{pkg_release}
 
-License:          GPLv2+
-Group:            Applications/Edutainment
-URL:              http://www.r-project.org
+License:     GPLv
+Group:       Applications/Edutainment
+URL:         http://www.r-project.org
 
-Source0:          ftp://cran.r-project.org/pub/R/src/base/R-3/%{name}-%{version}.tar.gz
-Source1:          R.desktop
-# Patch0:           R-release.diff.gz
+Source0:     ftp://cran.r-project.org/pub/R/src/base/R-3/%{name}-%{version}.tar.gz
+Source1:     R.desktop
+# Patch0:      R-release.diff.gz
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: gcc-c++
 BuildRequires: gcc-gfortran libgfortran
+BuildRequires: texinfo
+
+%if %{?_dist_release} == "vl6"
+BuildRequires: tcl tk
+%endif
+%if %{?_dist_release} == "vl7"
+BuildRequires: tcl-devel tk-devel
+%endif
+
+BuildRequires: libpng-devel libjpeg-turbo-devel libtiff-devel
+BuildRequires: readline-devel ncurses-devel
+BuildRequires: zlib-devel bzip2-devel
+BuildRequires: libSM-devel libX11-devel libICE-devel libXt-devel libXmu-devel
+BuildRequires: cairo-devel pango-devel
+BuildRequires: libicu-devel
 BuildRequires: texlive-common
 BuildRequires: texlive-collection-basic
 BuildRequires: texlive-collection-latexextra
+BuildRequires: texlive-collection-fontsextra
 
 %if %{?_dist_release} == "vl6"
 BuildRequires: texlive-collection-texinfo
 BuildRequires: java-1.6.0-openjdk-devel
-%else
+%endif
+%if %{?_dist_release} == "vl7"
 BuildRequires: texlive-collection-plainextra
-BuildRequires: texlive-collection-fontsextra
 BuildRequires: texlive-collection-fontsrecommended
 BuildRequires: java-1.7.0-openjdk-devel
 %endif
 
-BuildRequires: texinfo tcl tk
-BuildRequires: libpng-devel libjpeg-turbo-devel libtiff-devel
-BuildRequires: readline-devel libtermcap-devel
-BuildRequires: zlib-devel bzip2-devel 
-BuildRequires: libSM-devel libX11-devel libICE-devel libXt-devel libXmu-devel
-BuildRequires: cairo-devel pango-devel
-BuildRequires: libicu-devel
-
 Requires: libgfortran
 Requires: libicu
+Requires: tcl tk
 
 Vendor: Project Vine
 Distribution: Vine Linux
@@ -137,13 +146,13 @@ export R_PDFVIEWER="%{_bindir}/xdg-open"
 export R_PRINTCMD="lpr"
 export R_BROWSER="%{_bindir}/xdg-open"
 
-%configure --enable-R-shlib
+%configure --enable-R-shlib --with-tcltk
 
 %{__make} %{?_smp_mflags}
 (cd src/nmath/standalone; %{__make} %{?_smp_mflags})
-LANG=C make check-all
+LANG=C %{__make} check
 %{__make} pdf
-#We can only "make info" if we have an up to date version of texinfo
+# We can only "make info" if we have an up to date version of texinfo
 %{?INFO: %{__make} info}
 
 
@@ -242,6 +251,33 @@ cp -a doc/html/logosm.jpg ${RPM_BUILD_ROOT}%{_datadir}/icons/
 
 
 %changelog
+* Mon Nov 09 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-2
+- rebuild with icu-56.1
+
+* Mon Aug 17 2015 Toshiaki Ara <ara_t@384.jp> 3.2.2-1
+- Updated to 3.2.2
+
+* Wed Jul 15 2015 Toshiaki Ara <ara_t@384.jp> 3.2.1-2
+- add configure options: --with-tcltk
+- add BuildRequires: tcl-devel tk-devel
+- add Requires: tcl tk
+
+* Fri Jun 19 2015 Toshiaki Ara <ara_t@384.jp> 3.2.1-1
+- Updated to 3.2.1
+
+* Sat Apr 18 2015 Toshiaki Ara <ara_t@384.jp> 3.2.0-2
+- add "LIBS=-lbz2" to configure option
+
+* Fri Apr 17 2015 Toshiaki Ara <ara_t@384.jp> 3.2.0-1
+- Updated to 3.2.0
+
+* Fri Mar 13 2015 Toshiaki Ara <ara_t@384.jp> 3.1.3-1
+- Updated to 3.1.3
+- added BuildRequires: texlive-collection-fontsextra for Vine6
+- changed option "make check-all" to "make check"
+-   to avoid error in checking of mgcv package
+- changed orders of BuildRequires
+
 * Thu Jan 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.2-2
 - rebuild with icu-54.1
 

+ 9 - 7
c/cpio/cpio-vl.spec

@@ -6,8 +6,8 @@
 Summary: A GNU archiving program.
 Summary(ja): GNU アーカイブプログラム
 Name: cpio
-Version: 2.11
-Release: 3%{?_dist_release}
+Version: 2.12
+Release: 1%{?_dist_release}
 
 License: GPLv3
 Group: Applications/Archiving
@@ -16,12 +16,10 @@ URL: ftp://ftp.gnu.org/pub/gnu/cpio/
 Source: ftp://ftp.gnu.org/gnu/cpio/cpio-%{version}.tar.bz2
 Source1: cpio.1
 Patch1: cpio-2.6-setLocale.patch
-Patch2: cpio-2.9-rh.patch
+Patch2: cpio-2.12-rh.patch
 Patch4: cpio-2.9-exitCode.patch
 Patch6: cpio-2.9-dev_number.patch
-Patch7:	cpio-2.11-gets.patch
 #security
-Patch100: cpio-2.11-CVE-2014-9112.patch
 
 %ifnos linux
 Requires(post): /sbin/rmt
@@ -72,9 +70,7 @@ GNU cpio がサポートしているアーカイブ形式は以下の通りで
 %patch2  -p1 -b .rh
 %patch4  -p1 -b .exitCode
 %patch6  -p1 -b .dev_number
-%patch7  -p1 -b .gets
 # security
-%patch100 -p1 -b .CVE-2014-9112
 
 autoheader
 
@@ -125,6 +121,12 @@ fi
 %{_datadir}/locale/*
 
 %changelog
+* Mon Nov 09 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.12-1
+- update to 2.12
+- update Patch2 (cpio-2.12-rh.patch)
+- remove Patch7 (cpio-2.11-gets.patch)
+- remove Patch100 (cpio-2.11-CVE-2014-9112.patch)
+
 * Sun Jan  4 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.11-3
 - reflected security fix based on Vine Linux/6.2
   * Tue Dec 23 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.11-2

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

@@ -1,6 +1,6 @@
 Name:		glabels
 Version:	3.2.1
-Release:	2%{?_dist_release}
+Release:	3%{?_dist_release}
 Summary:	A program for creating labels and business cards for GNOME
 Summary(ja):	GNOME 用のラベルと名刺を作成するためのプログラム
 
@@ -229,6 +229,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Nov 09 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-3
+- rebuild with evolution-data-server-3.18.1
+
 * Wed Apr 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-2
 - rebuild with evolution-data-server-3.16.0
 

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

@@ -1,5 +1,5 @@
-%define ver 2.6.6
-%define rel 2%{?_dist_release}
+%define ver 2.6.9
+%define rel 1%{?_dist_release}
 %define __libtoolize /bin/true
 
 Name:      	gnucash
@@ -146,6 +146,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 %doc doc/README.OFX
 
 %changelog
+* Mon Nov 09 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.9-1
+- new upstream release
+
 * Sun May 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.6-2
 - remove *.la files
 

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

@@ -1,7 +1,7 @@
 Summary: The GNU versions of grep pattern matching utilities.
 Summary(ja): GNU版 grep パターンマッチングユーティリティ
 Name: grep
-Version: 2.21
+Version: 2.22
 Release: 1%{?_dist_release}
 
 License: GPLv3+
@@ -92,6 +92,9 @@ fi
 %{_mandir}/*/*
 
 %changelog
+* Mon Nov 09 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.22-1
+- updated to 2.22
+
 * Mon Dec 22 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.21-1
 - updated to 2.21
 - dropt patch2 which was merged into upstream

+ 5 - 1
lib/libj/libjpeg-turbo/libjpeg-turbo-vl.spec

@@ -4,7 +4,7 @@ Summary:	A MMX/SSE2 accelerated library for manipulating JPEG image files
 Summary(ja):	MMX/SSE2 でアクセラレーションされた libjpeg ライブラリ
 
 Name:		libjpeg-turbo
-Version:	1.3.1
+Version:	1.4.2
 Release:	1%{?_dist_release}
 
 Group:		System Environment/Libraries
@@ -156,6 +156,10 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Mon Nov 09 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.2-1
+- update to 1.4.2
+- update Patch0
+
 * Sun Sep 07 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 1.3.1-1
 - update to 1.3.1
 - ship turbojpeg library and headers

+ 4 - 1
u/ufraw/ufraw-vl.spec

@@ -3,7 +3,7 @@
 Summary:	Utility for digital camera raw images
 Summary(ja): 	デジタルカメラの RAW 画像ユーティリティ
 Name:		ufraw
-Version:	0.21
+Version:	0.22
 Release: 	1%{?_dist_release}
 
 License:	GPLv2
@@ -163,6 +163,9 @@ update-desktop-database %{_datadir}/applications >& /dev/null ||:
 %endif
 
 %changelog
+* Mon Nov 09 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.22-1
+- new upstream release
+
 * Tue Mar 10 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.21-1
 - updated to 0.21
 - removed %{_bindir}/dcraw to avoid conflicting with dcraw package