Browse Source

new upstream release and rebuilt

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

+ 4 - 1
c/cairomm/cairomm-vl.spec

@@ -1,6 +1,6 @@
 Summary:          Cairomm is the C++ API for the cairo graphics library
 Name:             cairomm
-Version:          1.10.0
+Version:          1.11.2
 Release:          1%{?_dist_release}
 URL:              http://www.cairographics.org
 License:          LGPL
@@ -69,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc ChangeLog reference
 
 %changelog
+* Fri Aug 08 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.11.2-1
+- new upstream release
+
 * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.10.0-1
 - new upstream release
 

+ 4 - 1
l/lxlauncher/lxlauncher-vl.spec

@@ -1,6 +1,6 @@
 Name:           lxlauncher
 Version:        0.2.2
-Release:        2%{?_dist_release}
+Release:        3%{?_dist_release}
 Summary:        Open source replacement for Asus Launcher on the EeePC
 Summary(ja):    EeePC における Asus Launcher のオープンソースの代替品
 
@@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_sysconfdir}/xdg/*
 
 %changelog
+* Fri Aug 08 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.2.2-3
+- rebuilt with current environment
+
 * Sat Nov 17 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.2.2-2
 - rebuilt with menu-cache-0.4.1
 

+ 4 - 1
lib/libs/libsvg-cairo/libsvg-cairo-vl.spec

@@ -2,7 +2,7 @@ Summary:        Render SVG Content Using cairo
 Summary(ja):	SVGコンテンツをCairoを利用してレンダリングするライブラリ
 Name:           libsvg-cairo
 Version:        0.1.6
-Release:        2%{?_dist_release}
+Release:        3%{?_dist_release}
 License:        LGPL
 Group:          System Environment/Libraries
 URL:            http://www.cairographics.org/
@@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Aug 08 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.1.6-3
+- rebuilt with libpng-1.6.12
+
 * Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.6-2
 - rebuild with rpm-4.8.1 for pkg-config file
 

+ 4 - 1
lib/libs/libsvg/libsvg-vl.spec

@@ -2,7 +2,7 @@ Summary:        Library for SVG Files
 Summary(ja):	SVG ファイルを扱うライブラリ
 Name:           libsvg
 Version:        0.1.4
-Release:        2%{?_dist_release}
+Release:        3%{?_dist_release}
 License:        LGPL
 Group:          System Environment/Libraries
 URL:            http://www.cairographics.org/
@@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Aug 08 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.1.4-3
+- rebuilt with current environment
+
 * Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.4-2
 - rebuild with rpm-4.8.1 for pkg-config file
 

+ 8 - 4
p/python-configobj/python-configobj-vl.spec

@@ -1,14 +1,14 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:		python-configobj
-Version:	4.5.3
-Release:	4%{?_dist_release}
+Version:	5.0.5
+Release:	1%{?_dist_release}
 Summary:	Config file reading, writing, and validation
 Summary(ja):	設定ファイルの読み込み、書き込み、及び評価用のPython ツール
 Group:		System Environment/Libraries
 License:	BSD
 URL:		http://www.voidspace.org.uk/python/configobj.html
-Source0:	http://dl.sf.net/configobj/configobj-%{version}.zip
+Source0:	http://dl.sf.net/configobj/configobj-%{version}.tar.gz
 
 BuildRequires:	python-devel, python-setuptools
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
@@ -56,13 +56,17 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc docs
+#%doc docs
 %{python_sitelib}/*.py
 %{python_sitelib}/*.pyc
 %{python_sitelib}/*.pyo
 %{python_sitelib}/configobj-*.egg-info
 
 %changelog
+* Fri Aug 08 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 5.0.5-1
+- new upstream release
+- changed archive type to tar.gz
+
 * Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.5.3-4
 - rebuild with VineSeed environment
 

+ 4 - 1
p/python-setuptools/python-setuptools-vl.spec

@@ -1,7 +1,7 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-setuptools
-Version:        5.4.1
+Version:        5.4.2
 Release:        1%{?_dist_release}
 Summary:        Download, build, install, upgrade, and uninstall Python packages
 Summary(ja):     Python パッケージのダウンロード、ビルド、インストール、アップグレードおよびアンインストール用ツール
@@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Aug 08 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 5.4.2-1
+- new upstream release
+
 * Sat Jul 26 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 5.4.1-1
 - new upstream release