Browse Source

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

kudoh 14 years ago
parent
commit
372a0b16c3
2 changed files with 13 additions and 4 deletions
  1. 6 3
      a/asio/asio-vl.spec
  2. 7 1
      r/rednotebook/rednotebook-vl.spec

+ 6 - 3
a/asio/asio-vl.spec

@@ -4,10 +4,10 @@
 Summary: A cross-platform C++ library for network programming
 Summary(ja): ネットワークプログラミングのためのクロスプラットフォーム C++ ライブラリ
 Name: asio
-Version: 1.4.1
-Release: 2%{?_dist_release}
+Version: 1.4.5
+Release: 1%{?_dist_release}
 URL: http://sourceforge.net/projects/asio/
-Source0: http://downloads.sourceforge.net/asio/asio-%{version}.tar.gz
+Source0: http://downloads.sourceforge.net/asio/asio-%{version}.tar.bz2
 License: Boost
 Group: System Environment/Libraries
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
@@ -57,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/asio.hpp
 
 %changelog
+* Wed May 12 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.4.5-1
+- new upstream release
+
 * Mon Feb 08 2010 Shu KONNO <owa@bg.wakwak.com> 1.4.1-2
 - rebuilt with new toolchain and libboost-1.42.0
 

+ 7 - 1
r/rednotebook/rednotebook-vl.spec

@@ -1,7 +1,7 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           rednotebook
-Version:        0.9.4
+Version:        0.9.5
 Release:        1%{?_dist_release}
 Summary:        A desktop journal
 Summary(ja):    デスクトップダイアリー
@@ -21,6 +21,8 @@ Requires:       PyYAML
 Requires:       pygtk2
 Requires:       gnome-python-extras
 Requires:       hicolor-icon-theme
+Requires:       pywebkitgtk
+Requires:       python-chardet
 
 %description
 RedNotebook is a desktop journal that makes it very easy for you
@@ -77,6 +79,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{python_sitelib}/%{name}*.egg-info
 
 %changelog
+* Wed May 12 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.5-1
+- new upstream release
+- added Requires: pywebkitgtk, python-chardet
+
 * Tue May 4 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.4-1
 - new upstream release