Browse Source

new upstream release and rebuild

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@8260 ec354946-7b23-47d6-9f5a-488ba84defc7
kudoh 10 years ago
parent
commit
674d110deb

+ 4 - 1
T/TrueType-umefont/TrueType-umefont-vl.spec

@@ -1,6 +1,6 @@
 %define archivename umefont
 %define _fontdir %{_datadir}/fonts/TrueType-umefont
-%define package_ver 459
+%define package_ver 460
 
 Name: TrueType-umefont
 Summary: Ume Fonts are Japanese fonts that the license restriction is a little
@@ -118,6 +118,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc *.html
 
 %changelog
+* Sat Feb 08 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 460-1
+- new upstream release
+
 * Sat Jan 11 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 459-1
 - new upstream release
 

+ 4 - 1
f/filezilla/filezilla-vl.spec

@@ -1,5 +1,5 @@
 Name:           filezilla
-Version:        3.7.3
+Version:        3.7.4.1
 Release:        1%{?_dist_release}
 Summary:        FileZilla is a cross-platform graphical FTP, FTPS and SFTP client
 Summary(ja):    FileZilla - クロスプラットフォームのグラフィカルな FTP/FTPS/SFTP クライアント
@@ -142,6 +142,9 @@ fi || :
 
 
 %changelog
+* Sat Feb 15 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.7.4.1-1
+- Update to 3.7.4.1
+
 * Sat Aug 10 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.7.3-1
 - Update to 3.7.3
 - set conditional branch for Vine 6

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

@@ -1,6 +1,6 @@
 Name: gnomebaker
 Version: 0.6.4
-Release: 9%{?_dist_release}
+Release: 10%{?_dist_release}
 Summary: CD/DVD burning application for Gnome
 Summary(ja): GNOME デスクトップのための CD/DVD 作成アプリケーション
 
@@ -112,11 +112,14 @@ scrollkeeper-update -q || :
 %{_datadir}/icons/*
 
 %changelog
+* Sat Feb 08 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.6.4-10
+- rebuilt with new toolchain
+
 * Fri Jun 29 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.6.4-9
 - updated Source1
 - improved action in desktop-file-install
 
-* Tue Aug 16 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.6.4-8
+* Mon Aug 16 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.6.4-8
 - added Pacth6,7,8
   - Patch6,7 from upstream tracker
   - Patch8 from Fedora

+ 4 - 1
i/iso-codes/iso-codes-vl.spec

@@ -1,7 +1,7 @@
 Name:		iso-codes
 Summary:	ISO code lists and translations
 Summary(ja):	ISO コード一覧および翻訳
-Version:	3.50
+Version:	3.51
 Release:        1%{?_dist_release}
 License:	LGPLv2+
 Group:		System Environment/Base
@@ -47,6 +47,9 @@ make
 %{_datadir}/pkgconfig/iso-codes.pc
 
 %changelog
+* Sat Feb 08 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 3.51-1
+- new upstream release
+
 * Sun Jan 19 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 3.50-1
 - new upstream release
 

+ 7 - 2
n/nkf/nkf-vl.spec

@@ -7,11 +7,12 @@ Summary(ja):  ネットワーク用漢字コード変換フィルタ
 Name:         nkf
 Epoch:        1
 Version:      %{sourcever}
-Release:      1%{?_dist_release}
+Release:      2%{?_dist_release}
 License:      BSD
 Group:        Applications/Text
 Url:	      http://sourceforge.jp/projects/nkf/
-Source:       http://prdownloads.sourceforge.jp/nkf/26243/%{name}-%{version}.tar.gz
+Source0:       http://prdownloads.sourceforge.jp/nkf/26243/%{name}-%{version}.tar.gz
+Source1:       nkf.1j
 
 Buildroot:    %{_tmppath}/%{name}-%{version}-root
 Requires:     perl >= 5.8.2
@@ -55,6 +56,7 @@ nkf の特徴としては、入力漢字コード系の統計的な自動認識
 
 %prep
 %setup -q -n nkf-%{sourcever}
+cp -f %{SOURCE1} .
 
 %build
 make CC=gcc CFLAGS="$RPM_OPT_FLAGS" PERL=perl
@@ -99,6 +101,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Feb 15 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 1:2.1.3-2
+- replaced nkf.1j
+
 * Sun Nov 24 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 1:2.1.3-1
 - new upstream release
 

+ 4 - 1
t/tinyxml/tinyxml-vl.spec

@@ -2,7 +2,7 @@
 
 Name:           tinyxml
 Version:        2.6.2
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        A simple, small, C++ XML parser
 Summary(ja):    シンプルで小さな C++ XML パーサー
 Group:          System Environment/Libraries
@@ -83,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Feb 08 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.6.2-2
+- rebuilt with new toolchain
+
 * Sun Jun 12 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.6.2-1
 - new upstream release
 - added BuildRequires: gcc-c++