Browse Source

esound: rebuild
others: new upstream release

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

Takemikaduchi 12 years ago
parent
commit
d82148c838

+ 7 - 2
I/ImageMagick/ImageMagick-vl.spec

@@ -1,8 +1,8 @@
 # ImageMagick has adopted a new Version.Patchlevel version numbering system...
 # 6.2.9.7 is actually version 6.2.9, Patchlevel 0.
 
-%define VER 6.7.5
-%define Patchlevel 10
+%define VER 6.7.6
+%define Patchlevel 8
 
 Name: ImageMagick
 Summary: X application for displaying and manipulating images.
@@ -253,6 +253,8 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libltdl.so*
 # remove *.la files
 find $RPM_BUILD_ROOT%{_libdir} -name "lib*.la" |xargs rm -f
 
+rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}-%{VER}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -325,6 +327,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Sun May 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.7.6.8-1
+- new upstream release
+
 * Sat Mar 10 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.7.5.10-1
 - new upstream release
 - add BuildRequires: pango-devel

+ 4 - 1
a/anjuta/anjuta-vl.spec

@@ -1,4 +1,4 @@
-%define	pkg_version	3.4.0
+%define	pkg_version	3.4.1
 
 %define	glib_required		2.32.0
 %define	gtk_required		3.4.0
@@ -258,6 +258,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 
 
 %changelog
+* Sun May 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
+- new upstream release
+
 * Wed Apr 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.0-1
 - new upstream release
 

+ 21 - 12
a/audiofile/audiofile-vl.spec

@@ -3,14 +3,20 @@
 Summary:	A library for accessing various audio file formats
 Summary(ja):	さまざまなオーディオフォーマットを扱うライブラリ
 Name:		audiofile
-Version:	0.2.7
-Release:	2%{?_dist_release}
+Version:	0.3.4
+Release:	1%{?_dist_release}
 License:	LGPL
 Group:		System Environment/Libraries
-Source:		http://ftp.gnome.org/pub/GNOME/sources/audiofile/0.2/%{name}-%{version}.tar.bz2
+Source:		http://ftp.gnome.org/pub/GNOME/sources/audiofile/0.3/%{name}-%{version}.tar.xz
 URL:		http://www.68k.org/~michael/audiofile/
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 
+BuildRequires:	alsa-lib-devel
+
+Vendor:		Project Vine
+Distribution:	Vine Linux
+
+
 %description
 Library to handle various audio file formats.
 Used by the esound daemon.
@@ -101,30 +107,33 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.{a,la}
 %doc README TODO docs
 %{_bindir}/sfconvert
 %{_bindir}/sfinfo
-%{_libdir}/lib*.so.*
+%{_libdir}/libaudiofile.so.*
+%{_mandir}/man1/*.1.gz
+%{_mandir}/man3/*.3.gz
 
 %files devel
 %defattr(-, root, root)
-%{_bindir}/audiofile-config
-%{_libdir}/pkgconfig/*.pc
-%{_libdir}/lib*.so
-%{_includedir}/*
-%{_datadir}/aclocal/*.m4
+%{_libdir}/pkgconfig/audiofile.pc
+%{_libdir}/libaudiofile.so
+%{_includedir}/*.h
 
 
 %if %{build_compat32}
 %files -n compat32-%{name}
 %defattr(-, root, root)
-%{_libdir}/lib*.so.*
+%{_libdir}/libaudiofile.so.*
 
 %files -n compat32-%{name}-devel
 %defattr(-, root, root)
-%{_libdir}/pkgconfig/*.pc
-%{_libdir}/lib*.so
+%{_libdir}/pkgconfig/audiofile.pc
+%{_libdir}/libaudiofile.so
 %endif
 
 
 %changelog
+* Sun May 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.4-1
+- new upstream release
+
 * Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.7-2
 - rebuild with rpm-4.8.1 for pkg-config file
 

+ 7 - 3
b/babl/babl-vl.spec

@@ -1,6 +1,6 @@
 Summary:	A dynamic, any to any, pixel format conversion library
 Name:		babl
-Version:	0.1.4
+Version:	0.1.10
 Release:        1%{?_dist_release}
 # The gggl codes contained in this package are under the GPL, with exceptions allowing their use under libraries covered under the LGPL
 License:	LGPLv3+ and GPLv3+
@@ -8,7 +8,7 @@ Group:		System Environment/Libraries
 URL:		http://www.gegl.org/babl/
 Source0:	ftp://ftp.gtk.org/pub/babl/0.1/%{name}-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-BuildRequires:	inkscape w3m ruby
+BuildRequires:	w3m
 
 %description
 Babl is a dynamic, any to any, pixel format conversion library. It
@@ -30,7 +30,7 @@ developing with %{name}.
 %setup -q
 
 %build
-%configure 
+%configure
 make %{?_smp_mflags}
 										
 %install
@@ -67,6 +67,10 @@ rm -rf %{buildroot}
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
+* Sun May 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.10-1
+- new upstream release
+- remove BuildRequires: inkscape, ruby
+
 * Thu Apr 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.4-1
 - new upstream release
 

+ 4 - 1
b/bluez-hcidump/bluez-hcidump-vl.spec

@@ -1,7 +1,7 @@
 Summary: Bluetooth HCI protocol analyser
 Summary(ja): Bluetooth の HCIプロトコル解析ツール
 Name: bluez-hcidump
-Version: 2.3
+Version: 2.4
 Release: 1%{?_dist_release}
 License: GPLv2+
 Group: Applications/System
@@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT
 #
 #----------------------------------------------------------------------------
 %changelog
+* Sun May 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4-1
+- new upstream release
+
 * Sun Mar 11 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.3-1
 - new upstream release
 

+ 4 - 1
d/dconf/dconf-vl.spec

@@ -1,6 +1,6 @@
 # Basic Information
 Name:		dconf
-Version:	0.12.0
+Version:	0.12.1
 Release:	1%{?_dist_release}
 License:	LGPL
 Group:		System Environment/Base
@@ -111,6 +111,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 %{_datadir}/vala/vapi/dconf.vapi
 
 %changelog
+* Sun May 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.1-1
+- new upstream release
+
 * Sun Apr 08 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.0-1
 - new upstream release
 

+ 14 - 1
e/esound/esound-vl.spec

@@ -5,14 +5,21 @@ Summary: Allows several audio streams to play on a single audio device.
 Summary(ja): オーディオストリームを単一デバイスから再生するサーバ
 Name:      esound
 Version:   0.2.41
-Release:   2%{?_dist_release}
+Release:   3%{?_dist_release}
 License:   GPL
 Group: System Environment/Daemons
+
 Source0:   ftp://ftp.gnome.org/pub/GNOME/sources/esound/0.2/esound-%{version}.tar.bz2
+
+Patch0:    esound-0.2.41-makefile.patch
+
 URL:       http://www.tux.org/~ricdude/EsounD.html
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
+
 BuildRequires: alsa-lib-devel
 BuildRequires: audiofile-devel
+BuildRequires: autoconf
+
 Requires: %{name}-libs = %{version}
 
 %description
@@ -102,8 +109,10 @@ EsounD アプリケーションを開発する場合には esound-devel パッ
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+autoreconf -if
 %configure --disable-static
 make
 
@@ -161,6 +170,10 @@ rm -rf ${RPM_BUILD_ROOT}
 
 
 %changelog
+* Sun May 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.41-3
+- rebuild with audiofile-0.3.4
+- add Patch0 (esound-0.2.41-makefile.patch)
+
 * Thu Feb 02 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 0.2.41-2
 - Obsolete main package
 

+ 32 - 30
g/gegl/gegl-vl.spec

@@ -1,30 +1,34 @@
+%define	VER 0.2
+
 Summary:	A graph based image processing framework
 Summary(ja):	グラフベースの画像処理フレームワーク
 Name:		gegl
-Version:	0.1.6
+Version:	0.2.0
 Release:        1%{?_dist_release}
 # The binary is under the GPL, while the libs are under LGPL
 License:	LGPLv3+ and GPLv3+
 Group:		System Environment/Libraries
 URL:		http://www.gegl.org/
-Source0:	ftp://ftp.gtk.org/pub/gegl/0.1/%{name}-%{version}.tar.bz2
-
-# backported, stripped down git commit 36f1e514acd32152dfee7c09d0e5a4e022a5a543
-# "Fix erroneous use of $(DESTDIR)."
-Patch0:     gegl-0.1.6-destdir.patch
-# backported git commit 4439c947c25ead3073fc3cb00b03fbfc0914e81a
-# "Check if aux_rect is NULL before dereferencing"
-Patch1:     gegl-0.1.6-hstack.patch
-# rebuilt autofoo files due to the above
-Patch100:   gegl-0.1.6-autoreconf.patch
-
-Patch500:   gegl-0.1.6-ppc-check-vine.patch
+Source0:	ftp://ftp.gtk.org/pub/gegl/%{VER}/%{name}-%{version}.tar.bz2
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-BuildRequires:	babl-devel gtk2-devel ruby
-BuildRequires:	libpng-devel libjpeg-devel librsvg2-devel
-BuildRequires:	perl SDL-devel OpenEXR-devel lua-devel
-BuildRequires:	asciidoc enscript w3m graphviz pkgconfig
+BuildRequires:	babl-devel >= 0.1.10
+BuildRequires:	glib2-devel
+BuildRequires:	gdk-pixbuf2-devel
+BuildRequires:	pango-devel
+BuildRequires:	ruby
+BuildRequires:	libpng-devel
+BuildRequires:	libjpeg-devel
+BuildRequires:	librsvg2-devel
+BuildRequires:	perl
+BuildRequires:	SDL-devel
+BuildRequires:	OpenEXR-devel
+BuildRequires:	lua-devel
+BuildRequires:	asciidoc
+BuildRequires:	enscript
+BuildRequires:	w3m
+BuildRequires:	graphviz
+BuildRequires:	pkgconfig
 
 %description
 GEGL (Generic Graphics Library) is a graph based image processing framework. 
@@ -45,14 +49,6 @@ developing with %{name}.
 
 %prep
 %setup -q
-%patch0 -p1 -b .destdir
-%patch1 -p1 -b .hstack
-
-%patch100 -p1 -b .autoreconf
-
-%ifarch ppc
-%patch500 -p1 -b .ppc_check
-%endif
 
 chmod -x operations/external/ff-load.c operations/common/perlin/perlin.*
 
@@ -63,13 +59,15 @@ chmod -x operations/external/ff-load.c operations/common/perlin/perlin.*
 %configure --disable-static --enable-workshop --disable-docs
 %endif
 make %{?_smp_mflags}
-										
+
 %install
 rm -rf %{buildroot}
 make DESTDIR=%{buildroot} install INSTALL='install -p'
 
 rm -f %{buildroot}%{_libdir}/*.la
 
+%find_lang %{name}-%{VER}
+
 %check
 make check
 
@@ -80,23 +78,27 @@ rm -rf %{buildroot}
 
 %postun -p /sbin/ldconfig
 
-%files
+%files -f %{name}-%{VER}.lang
 %defattr(-, root, root, -)
 %doc AUTHORS ChangeLog COPYING COPYING.LESSER NEWS README
 %{_bindir}/gegl
 %{_libdir}/*.so.*
-%{_libdir}/gegl-0.1/
+%{_libdir}/gegl-%{VER}
 
 %files devel
 %defattr(-, root, root, -)
 %ifnarch ppc64
 %doc %{_datadir}/gtk-doc/html/%{name}
 %endif
-%{_includedir}/gegl-0.1/
+%{_includedir}/gegl-%{VER}
 %{_libdir}/*.so
-%{_libdir}/pkgconfig/%{name}.pc
+%{_libdir}/pkgconfig/%{name}-%{VER}.pc
 
 %changelog
+* Sun May 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-1
+- new upstream release
+- remove old patches
+
 * Thu Apr 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.6-1
 - new upstream release
 - update patches

+ 20 - 14
g/gimp/gimp-vl.spec

@@ -1,12 +1,12 @@
-%define verdir		v2.6
-%define binver		2.6
+%define verdir		v2.8
+%define binver		2.8
 %define subver		2.0
 
 Summary: 	The GNU Image Manipulation Program
 Summary(ja):    GNU 画像加工プログラム
 Name: 		gimp
-Version: 	2.6.12
-Release:        2%{?_dist_release}
+Version: 	2.8.0
+Release:        1%{?_dist_release}
 License: 	GPL, LGPL
 Group: 		Applications/Graphics
 URL: 		http://www.gimp.org/
@@ -14,29 +14,28 @@ Source: 	ftp://ftp.gimp.org/pub/gimp/%{verdir}/%{name}-%{version}.tar.bz2
 
 Patch10:	gimp-2.0-desktopfile-no-gimp-remote.patch
 
-Patch100:       gimp-2.6.11-gimprc-vine.patch
+Patch100:       gimp-2.8.0-gimprc-vine.patch
+
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-root
+
 Obsoletes: 	gimp-data-min
 Obsoletes:	gimp-libgimp
+
 Requires:	xdg-utils
-BuildRequires:	glib2-devel >= 2.4.5
-BuildRequires:  gtk2-devel >= 2.4.4
-BuildRequires:	pango-devel >= 1.9.0
-BuildRequires:  libart_lgpl-devel >= 2.3.0
+
+BuildRequires:  gtk2-devel >= 2.24.10
 BuildRequires:	libpng-devel
 BuildRequires:  libtiff-devel
 BuildRequires:  libjpeg-devel
 BUildRequires:  lcms-devel
 BuildRequires:	librsvg2-devel
 BuildRequires:  aalib-devel
-BuildRequires:  gtkhtml2-devel
 BuildRequires:	alsa-lib-devel
 BuildRequires:  libexif-devel
-BuildRequires:	gegl-devel
+BuildRequires:	gegl-devel >= 0.2.0
 BuildRequires:  poppler-devel >= 0.14.2
 BuildRequires:  curl-devel
 BuildRequires:  libwmf-devel
-BuildRequires:  dbus-devel
 BuildRequires:  dbus-glib-devel
 BuildRequires:  gvfs-devel
 BuildRequires:  alsa-lib-devel
@@ -45,6 +44,7 @@ BuildRequires:  libXpm-devel
 BuildRequires:  libXmu-devel
 BuildRequires:  pygtk2-devel
 BuildRequires:  libxslt
+BuildRequires:  gtk-doc
 
 Vendor:		Project Vine
 Distribution:	Vine Linux
@@ -185,7 +185,6 @@ rm -rf %{buildroot}
 %{_sysconfdir}/%{name}/%{subver}/gimprc
 %{_sysconfdir}/%{name}/%{subver}/gtkrc
 %{_sysconfdir}/%{name}/%{subver}/menurc
-%{_sysconfdir}/%{name}/%{subver}/ps-menurc
 %{_sysconfdir}/%{name}/%{subver}/sessionrc
 %{_sysconfdir}/%{name}/%{subver}/templaterc
 %{_sysconfdir}/%{name}/%{subver}/unitrc
@@ -202,9 +201,9 @@ rm -rf %{buildroot}
 %{_libdir}/lib*.so.*
 %{_datadir}/applications/*.desktop
 %{_datadir}/icons/hicolor/*/*/%{name}.png
-%{_datadir}/icons/hicolor/scalable/apps/gimp.svg
 %dir %{_datadir}/%{name}/%{subver}/
 %{_datadir}/%{name}/%{subver}/brushes
+%{_datadir}/%{name}/%{subver}/dynamics
 %{_datadir}/%{name}/%{subver}/fonts
 %{_datadir}/%{name}/%{subver}/fractalexplorer
 %{_datadir}/%{name}/%{subver}/gfig
@@ -216,8 +215,11 @@ rm -rf %{buildroot}
 %{_datadir}/%{name}/%{subver}/palettes
 %{_datadir}/%{name}/%{subver}/patterns
 %{_datadir}/%{name}/%{subver}/scripts
+%{_datadir}/%{name}/%{subver}/tags
 %{_datadir}/%{name}/%{subver}/themes
 %{_datadir}/%{name}/%{subver}/tips
+%{_datadir}/%{name}/%{subver}/tool-presets
+%{_datadir}/%{name}/%{subver}/ui
 %{_datadir}/locale/*
 %{_mandir}/man1/*
 %{_mandir}/man5/*
@@ -241,6 +243,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sun May 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.0-1
+- new upstream release
+- update Patch100 (gimp-2.8.0-gimprc-vine.patch)
+
 * Wed Apr 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.12-2
 - rebuild with poppler-0.18.4
 

+ 15 - 5
g/gnome-contacts/gnome-contacts-vl.spec

@@ -1,11 +1,11 @@
 # Basic Information
 Name:		gnome-contacts
-Version:	3.2.2
+Version:	3.4.1
 Release:	1%{?_dist_release}
 License:	GPLv2
 Group:		Applications/Other
 
-Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.2/%{name}-%{version}.tar.xz
+Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.4/%{name}-%{version}.tar.xz
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 
@@ -19,14 +19,12 @@ Summary(ja):	GNOME 連絡先リストマネージャー
 # Dependency
 # 以下に依存関係を記述してください。
 BuildRequires:	gtk3-devel
-BuildRequires:	glib2 >= 2.29.12
 BuildRequires:	gnome-desktop3-devel
 BuildRequires:	folks-devel >= 0.6.1.1
 #folks-telepathy
 BuildRequires:	libnotify-devel
 BuildRequires:	evolution-data-server-devel
 BuildRequires:	gnome-online-accounts-devel
-BuildRequires:	folks-devel
 
 %description
 gnome-contacts is a contacts list manager of Google account.
@@ -52,14 +50,26 @@ GNOME コンタクトは、Google アカウントの連絡先リストマネー
 %{__rm} -rf ${RPM_BUILD_ROOT}
 
 
+%postun
+if [ $1 -eq 0 ]; then
+  glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
+fi
+
+%posttrans
+glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
+
+
 %files -f %{name}.lang
 %defattr(-,root,root)
 %doc COPYING ChangeLog NEWS README
 %{_bindir}/gnome-contacts
 %{_datadir}/applications/gnome-contacts.desktop
-%{_datadir}/gnome-contacts
+%{_datadir}/glib-2.0/schemas/org.gnome.Contacts.gschema.xml
 
 %changelog
+* Sun May 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
+- new upstream release
+
 * Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1
 - new upstream release
 

+ 4 - 1
g/gtk3/gtk3-vl.spec

@@ -13,7 +13,7 @@
 %define gobject_introspection_version 1.32.1
 
 
-%define base_version 3.4.1
+%define base_version 3.4.2
 %define bin_version 3.0.0
 
 # biarch support
@@ -313,6 +313,9 @@ fi
 %endif
 
 %changelog
+* Sun May 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-1
+- new upstream release
+
 * Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
 - new upstream release
 - update Patch100 (gtk+-3.4.0-vine-default-theme.patch)

+ 4 - 3
g/gtranslator/gtranslator-vl.spec

@@ -1,7 +1,7 @@
 Summary: A GNOME po file editor with many bells and whistles.
 Summary(ja): GNOME po ファイルエディタ
 Name: gtranslator
-Version: 2.91.3
+Version: 2.91.4
 Release: 1%{?_dist_release}
 License: GPL
 Group: Applications/Development
@@ -109,7 +109,6 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-, root, root, 0755)
 %doc AUTHORS ChangeLog COPYING NEWS README THANKS
 %{_bindir}/*
-%{_libdir}/libgtranslator-private.so.*
 %{_libdir}/gtranslator
 %{_datadir}/applications/*.desktop
 %{_datadir}/glib-2.0/schemas/org.gnome.gtranslator.*gschema.xml
@@ -123,11 +122,13 @@ rm -rf $RPM_BUILD_ROOT
 %files devel
 %defattr(-, root, root, -)
 %{_includedir}/gtranslator-3.0
-%{_libdir}/libgtranslator-private.so
 %{_libdir}/pkgconfig/*.pc
 %{_datadir}/gtk-doc/html/gtranslator
 
 %changelog
+* Sun May 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.91.4-1
+- new upstream release
+
 * Mon Apr 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.91.3-1
 - new upstream release
 

+ 5 - 1
p/pidgin/pidgin-vl.spec

@@ -16,7 +16,7 @@
 Summary:	A GTK+ based multi-protocol instant messaging client
 Summary(ja):	マルチプロトコル対応のインスタントメッセンジャー
 Name:		pidgin
-Version:	2.10.2
+Version:	2.10.3
 Release:	1%{?_dist_release}
 License:	GPL
 Group:		Applications/Internet
@@ -343,6 +343,10 @@ fi
 %{_libdir}/pkgconfig/gnt.pc
 
 %changelog
+* Sun May 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.10.3-1
+- new upstream release
+  (including security fix for CVE-2011-4939, CVE-2012-1178)
+
 * Sun Mar 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.10.2-1
 - new upstream release
 

+ 4 - 1
t/telepathy-glib/telepathy-glib-vl.spec

@@ -6,7 +6,7 @@ Summary:        GLib bindings for Telepathy
 Summary(ja):    Telepathy の GLib バインディング
 
 Name:           telepathy-glib
-Version:        0.18.0
+Version:        0.18.1
 Release:	1%{?_dist_release}
 
 Group:          System Environment/Libraries
@@ -117,6 +117,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun May 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.18.1-1
+- new upstream release
+
 * Sun Apr 08 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.18.0-1
 - new upstream release
 - update Patch0 (telepathy-glib-0.18.0-broken-pkgconfig.patch)

+ 4 - 1
t/tracker/tracker-vl.spec

@@ -1,7 +1,7 @@
 Summary: An object database, tag/metadata database, search tool and indexer
 Summary(ja): オブジェクト/タグ/メタデータデータベースおよび検索ツール
 Name: tracker
-Version: 0.14.0
+Version: 0.14.1
 Release: 1%{?_dist_release}
 License: GPL
 Group: Applications/System
@@ -205,6 +205,9 @@ fi
 
 
 %changelog
+* Sun May 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.14.1-1
+- new upstream release
+
 * Wed Apr 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.14.0-1
 - new upstream release