Browse Source

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

kudoh 14 years ago
parent
commit
52aa17d7d1
2 changed files with 10 additions and 4 deletions
  1. 4 1
      lib/libg/libgee/libgee-vl.spec
  2. 6 3
      p/python-beaker/python-beaker-vl.spec

+ 4 - 1
lib/libg/libgee/libgee-vl.spec

@@ -1,5 +1,5 @@
 Name:           libgee
-Version:        0.5.0
+Version:        0.5.1
 Release:        1%{?_dist_release}
 Summary:        GObject collection library
 Summary(ja):    GObject コレクションライブラリ
@@ -87,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Jun 20 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.1-1
+- new upstream release
+
 * Wed Dec 30 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.0-1
 - intial build for VineSeed
 

+ 6 - 3
p/python-beaker/python-beaker-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-beaker
-Version: 1.5.3
+Version: 1.5.4
 Release: 1%{?_dist_release}
 Summary: WSGI middleware layer to provide sessions
 Summary(ja): セッションを提供するための WSGI ミドルウェアレイヤ
@@ -9,7 +9,7 @@ Summary(ja): セッションを提供するための WSGI ミドルウェアレ
 Group: Development/Languages
 License: BSD
 URL: http://beaker.groovie.org/
-Source0: http://pypi.python.org/packages/source/B/Beaker/beaker-v%{version}.tar.bz2
+Source0: http://pypi.python.org/packages/source/B/Beaker/Beaker-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildArch: noarch
 BuildRequires: python-setuptools
@@ -22,7 +22,7 @@ manage Session objects and signed cookies.
 
 
 %prep
-%setup -q -n beaker
+%setup -q -n Beaker-%{version}
 #%patch1 -p0 -b .absimport
 
 
@@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Jun 20 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.5.4-1
+- new upstream release
+
 * Thu Mar 18 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.5.3-1
 - initail build for VineSeed