Browse Source

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

kudoh 14 years ago
parent
commit
9fc12ec78f

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

@@ -1,5 +1,5 @@
 Name:           libgexiv2
-Version:        0.1.0
+Version:        0.2.0
 Release:        1%{?_dist_release}
 Summary:        Gexiv2 is a GObject-based wrapper around the Exiv2 library
 Summary(ja):    Exiv2 ライブラリの GObject ベースのラッパー
@@ -76,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Aug 21 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.0-1
+- new upstream release
+
 * Wed Jul 14 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.0-1
 - initial build for VineSeed
 

+ 6 - 2
p/python-boto/python-boto-vl.spec

@@ -4,8 +4,8 @@
 Summary:	A simple lightweight interface to Amazon Web Services
 Summary(ja):	シンプル・軽量な Amazon Web サービスへのインターフェイス
 Name:		python-boto
-Version:	1.9b
-Release:	1%{?_dist_relase}
+Version:	2.0b2
+Release:	1%{?_dist_release}
 License:	MIT
 Group:		Development/Languages
 URL:		http://code.google.com/p/%{pkgname}/
@@ -43,6 +43,10 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/*
 
 %changelog
+* Sat Aug 21 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.0b2-1
+- new upstream release
+- fixed Release macro
+
 * Sat May 22 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.9b-1
 - initial build for VineSeed
 

+ 8 - 3
s/shotwell/shotwell-vl.spec

@@ -1,6 +1,6 @@
 Name:           shotwell
-Version:        0.6.1
-Release:        2%{?_dist_release}
+Version:        0.7.0
+Release:        1%{?_dist_release}
 Summary:        A photo organizer for the GNOME desktop
 Summary(ja):    GNOME デスクトップ向けの画像整理ソフト
 
@@ -26,7 +26,7 @@ BuildRequires:  libexif-devel
 BuildRequires:  libgee-devel
 BuildRequires:  libgphoto2-devel
 BuildRequires:  libgudev1-devel
-BuildRequires:  libgexiv2-devel
+BuildRequires:  libgexiv2-devel >= 0.2.0
 BuildRequires:  sqlite3-devel
 BuildRequires:  unique-devel
 BuildRequires:  vala-devel
@@ -100,6 +100,7 @@ gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor &>/dev/null || :
 %doc README COPYING MAINTAINERS NEWS THANKS AUTHORS
 %{_sysconfdir}/gconf/schemas/shotwell.schemas
 %{_bindir}/shotwell
+%{_datadir}/gnome/help/
 %{_datadir}/shotwell
 %{_datadir}/applications/shotwell.desktop
 %{_datadir}/applications/shotwell-viewer.desktop
@@ -107,6 +108,10 @@ gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Sat Aug 21 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.7.0-1
+- new upstream release
+- changed BuildRequires: libgexiv2-devel >= 0.2.0
+
 * Thu Jul 22 2010 Shu KONNO <owa@bg.wakwak.com> - 0.6.1-2
 - fixed LIB_DIRS in libraw-config (for lib64)