Browse Source

new upstream release

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

+ 8 - 4
T/TrueType-croscore/TrueType-croscore-vl.spec

@@ -3,12 +3,12 @@
 Name: TrueType-croscore
 Summary: The width-compatible fonts for improved on-screen readability
 Summary(ja): オンスクリーンでの可読性改善のための width-compatible フォント
-Version: 1.23.0
-Release: 2%{?_dist_release}
+Version: 1.31.0
+Release: 1%{?_dist_release}
 License: OFL
 Group: User Interface/X
 #URL: http://gsdview.appspot.com/chromeos-localmirror/distfiles/
-Source0: http://gsdview.appspot.com/chromeos-localmirror/distfiles/croscorefonts-%{version}.tar.gz
+Source0: http://gsdview.appspot.com/chromeos-localmirror/distfiles/croscorefonts-%{version}.tar.bz2
 Source1: LICENSE
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
@@ -129,11 +129,15 @@ fi
 %{_fontdir}/Cousine*.ttf
 
 %files serif
-%{_fontdir}/SymbolNeu.ttf
 %{_fontdir}/Tinos*.ttf
 
 
 %changelog
+* Mon Apr 25 2016 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.31.0-1
+- new upstream release
+- changed archive type to bz2
+- fixed %%files serif
+
 * Mon Jan 13 2014 TANAKA hiroaki <mosaicist@jcom.home.ne.jp> 1.23.0-2
 - built with gcc-4.8
 

+ 4 - 1
b/bleachbit/bleachbit-vl.spec

@@ -1,7 +1,7 @@
 %define _prefix	/usr
 
 Name: bleachbit
-Version: 1.6
+Version: 1.10
 Release: 1%{?_dist_release}
 Summary: Tool for remove unnecessary files, free space, and maintain privacy
 Summary(ja): 不要ファイルの削除、スペースの解放、プライバシーの保全のためのツール
@@ -119,6 +119,9 @@ update-desktop-database &> /dev/null ||:
 %{_datadir}/applications/*.desktop
 
 %changelog
+* Mon Apr 25 2016 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.10-1
+- new upstream release
+
 * Tue Apr 28 2015 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.6-1
 - new upstream release
 - deleted Patch1 to update upstream

+ 12 - 7
d/dstat/dstat-vl.spec

@@ -1,8 +1,8 @@
 Summary: Versatile resource statistics tool
 Summary(ja): 多目的リソース統計ツール
 Name: dstat
-Version: 0.7.2
-Release: 2%{?_dist_release}
+Version: 0.7.3
+Release: 1%{?_dist_release}
 License: GPLv2
 Group: System Environment/Base
 URL: http://dag.wieers.com/home-made/dstat/
@@ -14,7 +14,7 @@ Patch0: dstat-0.6.8-dbus.patch
 
 # patch adding options switching from bytes to bits when displaying network and/or disk stats
 # Is there any BZ for this ?
-Patch1: dstat-0.7.2-bits.patch
+#Patch1: dstat-0.7.2-bits.patch
 
 # This patch enables to specify disks with path to device file
 # (or with symbolic link to the device file)
@@ -27,7 +27,7 @@ Patch1: dstat-0.7.2-bits.patch
 Patch2: dstat-0.7.2-disk-path.patch
 
 # Fixed inconsistency between man page and help (#852797)
-Patch3: dstat-0.7.2-man.patch
+#Patch3: dstat-0.7.2-man.patch
 
 BuildArch: noarch
 BuildRequires: python-devel
@@ -51,9 +51,9 @@ confusion, less mistakes.
 %prep
 %setup -q
 %patch0 -p1 -b .dbus
-%patch1 -p1 -b .bits
+#%patch1 -p1 -b .bits
 %patch2 -p1 -b .disk-path
-%patch3 -p1 -b .man
+#%patch3 -p1 -b .man
 
 %build
 # Make sure the docs are in unix format
@@ -74,12 +74,17 @@ cd docs
 
 %files
 %dir %{_datadir}/dstat
-%doc AUTHORS ChangeLog COPYING README TODO docs/*.html docs/*.txt examples/
+%doc AUTHORS ChangeLog COPYING README.md TODO docs/*.html docs/*.adoc examples/
 %{_mandir}/man1/dstat.1*
 %{_bindir}/dstat
 %{_datadir}/dstat/*.py*
 
 %changelog
+* Mon Apr 25 2016 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.7.3-1
+- new upstream release
+- deleted Patch1,3
+- fixed %%doc
+
 * Fri Aug 29 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.7.2-2
 - rebuilt with current environment